/*! lightgallery - v1.10.0 - 2020-11-07
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2020 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url(/fonts/lg.ttf?f4292655f93dd12d9b8e4fc067ef2489) format("truetype"), url(/fonts/lg.woff?1fbfd4bcffccb94e8e8a5ea70616b296) format("woff"), url(/fonts/lg.svg?e2ec05977cb4b0a18bbcb7f607b79620#lg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\E095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\E094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\E070";
}
.lg-toolbar .lg-download:after {
  content: "\E0F2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\E1FF";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("/public/site_images/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("/public/site_images/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("/public/site_images/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("/public/site_images/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("/public/site_images/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\E01D";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\E01A";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\E311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\E033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\E312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px white inset;
          box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  -webkit-box-shadow: 0 0 0 8px white inset;
          box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\E20C";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\E20D";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\E80D";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\E904";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\E907";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\E905";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\E906";
}

.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s, -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.lg-rotate-left:after {
  content: "\E900";
}

.lg-rotate-right:after {
  content: "\E901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: "\E903";
}

.lg-flip-hor:after {
  content: "\E902";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  outline: none;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  /* background: url("../../site_images/loading.gif") no-repeat scroll center center transparent; */
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */
/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body,
html {
  margin: 0;
  height: 0;
  font-family: 'Lato', sans-serif;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  background: url(/images/background.png?5a2995e7cd51589c3086ab31ac910df2) no-repeat top;
  background-size: cover;
}

body.no-bg {
  background: none;
}

.container {
  width: 1080px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}

@media (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lg-backdrop {
  background: rgba(34, 36, 42, 0.72);
}

.lg-toolbar {
  background: none;
}

.lg-toolbar .lg-icon {
  background: #fff;
  color: #000;
  width: 45px;
  height: 45px;
  border-radius: 10px;
}

.lg-toolbar .lg-icon:hover {
  color: #000;
}

section {
  margin-bottom: 100px;
}

section.about {
  margin-bottom: 60px;
}

section.indexes {
  padding: 50px 0 100px 0;
}

main.main {
  padding: 100px 0;
}

main.main.main-indexes {
  padding-top: 0;
}

main.main.main-indexes .blocks {
  margin-top: 32px;
}

main.main .breadcrumbs {
  margin-top: 12px;
}

main.main .filters {
  margin-top: 32px;
}

main.main .blocks {
  margin-top: 64px;
}

main.main .page-body {
  margin-top: 40px;
}

main.main .page-body .page-text {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}

main.main .page-body .page-text ul {
  list-style-type: initial;
  padding-left: 15px;
}

main.main .page-body .activity {
  margin-bottom: 32px;
}

main.main .page-body .pagination {
  margin-top: 100px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.header,
.sidebar {
  position: relative;
  background: #fff;
  padding: 24px 0 0 0;
}

@media (max-width: 768px) {
  .header,
  .sidebar {
    display: none;
  }
}

.header--home,
.sidebar--home {
  background: none;
}

.header .container,
.sidebar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header ul,
.sidebar ul {
  position: relative;
  z-index: 10;
}

.header ul:not(.sub-nav),
.sidebar ul:not(.sub-nav) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header ul:not(.sub-nav):first-child,
.sidebar ul:not(.sub-nav):first-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 16px;
}

.header ul:not(.sub-nav):last-child li,
.sidebar ul:not(.sub-nav):last-child li {
  padding-bottom: 24px;
}

.header ul:not(.sub-nav):last-child li a,
.sidebar ul:not(.sub-nav):last-child li a {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.header ul:not(.sub-nav):last-child li a::after,
.sidebar ul:not(.sub-nav):last-child li a::after {
  content: '';
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  width: 100%;
  height: 4px;
  background: #CC2625;
  display: none;
}

.header ul:not(.sub-nav):last-child li a.active::after,
.sidebar ul:not(.sub-nav):last-child li a.active::after {
  display: block;
}

.header ul:not(.sub-nav) li,
.sidebar ul:not(.sub-nav) li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header ul:not(.sub-nav) li:hover .sub-nav,
.sidebar ul:not(.sub-nav) li:hover .sub-nav {
  display: block;
}

.header ul:not(.sub-nav) li .sub-nav,
.sidebar ul:not(.sub-nav) li .sub-nav {
  top: 100%;
  min-width: 400px;
  position: absolute;
  left: 0;
  z-index: 1000;
  display: block;
  background: rgba(48, 53, 67, 0.9);
  padding: 16px 0;
  display: none;
  min-height: 300px;
}

.header ul:not(.sub-nav) li .sub-nav ul,
.sidebar ul:not(.sub-nav) li .sub-nav ul {
  display: block;
  padding-left: 30px;
}

.header ul:not(.sub-nav) li .sub-nav::before,
.sidebar ul:not(.sub-nav) li .sub-nav::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  width: 10000px;
  background: rgba(48, 53, 67, 0.9);
}

.header ul:not(.sub-nav) li .sub-nav::after,
.sidebar ul:not(.sub-nav) li .sub-nav::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 10000px;
  background: rgba(48, 53, 67, 0.9);
}

.header ul:not(.sub-nav) li .sub-nav li,
.sidebar ul:not(.sub-nav) li .sub-nav li {
  display: block;
  margin: 8px 0;
  padding: 0;
}

.header ul:not(.sub-nav) li .sub-nav li a,
.sidebar ul:not(.sub-nav) li .sub-nav li a {
  position: relative;
}

.header ul:not(.sub-nav) li .sub-nav li a:hover::before,
.sidebar ul:not(.sub-nav) li .sub-nav li a:hover::before {
  background: #fff;
}

.header ul:not(.sub-nav) li .sub-nav li a::before,
.sidebar ul:not(.sub-nav) li .sub-nav li a::before {
  content: '';
  position: absolute;
  top: calc(100% + 5px);
  height: 1px;
  background: transparent;
  right: 0;
  width: 10000px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.header ul:not(.sub-nav) li .sub-nav li.has-children.opened .parent-title img,
.sidebar ul:not(.sub-nav) li .sub-nav li.has-children.opened .parent-title img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.header ul:not(.sub-nav) li .sub-nav li.has-children.opened ul,
.sidebar ul:not(.sub-nav) li .sub-nav li.has-children.opened ul {
  display: block;
}

.header ul:not(.sub-nav) li .sub-nav li.has-children > ul,
.sidebar ul:not(.sub-nav) li .sub-nav li.has-children > ul {
  display: none;
}

.header ul:not(.sub-nav) li .sub-nav li.has-children > ul:hover,
.sidebar ul:not(.sub-nav) li .sub-nav li.has-children > ul:hover {
  display: block;
}

.header ul:not(.sub-nav) li .sub-nav li.has-children > .parent-title,
.sidebar ul:not(.sub-nav) li .sub-nav li.has-children > .parent-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.header ul:not(.sub-nav) li .sub-nav li.has-children > .parent-title a,
.sidebar ul:not(.sub-nav) li .sub-nav li.has-children > .parent-title a {
  margin: 0;
}

.header ul:not(.sub-nav) li .sub-nav li.has-children > .parent-title.show img,
.sidebar ul:not(.sub-nav) li .sub-nav li.has-children > .parent-title.show img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.header ul:not(.sub-nav) li .sub-nav li.has-children > .parent-title img,
.sidebar ul:not(.sub-nav) li .sub-nav li.has-children > .parent-title img {
  margin-left: 16px;
}

.header ul:not(.sub-nav) li .sub-nav li.has-children > .parent-title::before,
.sidebar ul:not(.sub-nav) li .sub-nav li.has-children > .parent-title::before {
  content: '';
  width: 7px;
  height: 100%;
  position: absolute;
  left: -20px;
  top: 0;
  background: #D72827;
}

.header ul:not(.sub-nav) li .sub-nav li a,
.sidebar ul:not(.sub-nav) li .sub-nav li a {
  color: rgba(255, 255, 255, 0.52);
  font-size: 14px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header ul:not(.sub-nav) li .sub-nav li a:hover,
.sidebar ul:not(.sub-nav) li .sub-nav li a:hover {
  color: white;
}

.header ul:not(.sub-nav) li.socials a,
.sidebar ul:not(.sub-nav) li.socials a {
  color: rgba(0, 0, 0, 0.4);
  margin: 0 8px;
}

.header ul:not(.sub-nav) li.socials a.youtube:hover,
.sidebar ul:not(.sub-nav) li.socials a.youtube:hover {
  color: #cd201f;
}

.header ul:not(.sub-nav) li.socials a.linkedin:hover,
.sidebar ul:not(.sub-nav) li.socials a.linkedin:hover {
  color: #0077B5;
}

.header ul:not(.sub-nav) li.socials a.facebook:hover,
.sidebar ul:not(.sub-nav) li.socials a.facebook:hover {
  color: #3b5999;
}

.header ul:not(.sub-nav) li.socials a.twitter:hover,
.sidebar ul:not(.sub-nav) li.socials a.twitter:hover {
  color: #55acee;
}

.header ul:not(.sub-nav) li.socials a.wiki:hover,
.sidebar ul:not(.sub-nav) li.socials a.wiki:hover {
  color: #000;
}

.header ul:not(.sub-nav) li.search,
.sidebar ul:not(.sub-nav) li.search {
  margin-left: 40px;
}

.header ul:not(.sub-nav) li.search img,
.sidebar ul:not(.sub-nav) li.search img {
  cursor: pointer;
}

.header ul:not(.sub-nav) li.langs,
.sidebar ul:not(.sub-nav) li.langs {
  margin-left: 40px;
}

.header ul:not(.sub-nav) li.langs a,
.sidebar ul:not(.sub-nav) li.langs a {
  font-size: 12px;
  margin: 0 4px;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
}

.header ul:not(.sub-nav) li.langs a::after,
.sidebar ul:not(.sub-nav) li.langs a::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: calc(100% + 2px);
  left: 0;
  background: #CC2625;
  display: none;
}

.header ul:not(.sub-nav) li.langs a.active,
.sidebar ul:not(.sub-nav) li.langs a.active {
  color: #000;
}

.header ul:not(.sub-nav) li.langs a.active::after,
.sidebar ul:not(.sub-nav) li.langs a.active::after {
  display: block;
}

.header ul:not(.sub-nav) li a,
.sidebar ul:not(.sub-nav) li a {
  margin: 0 12px;
  text-transform: uppercase;
  color: #000;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header ul:not(.sub-nav) li a:last-child,
.sidebar ul:not(.sub-nav) li a:last-child {
  margin-right: 0;
}

.header-mobile {
  display: none;
  padding: 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-mobile img {
  max-width: 200px;
}

.sidebar {
  background: #303543 !important;
  overflow-y: scroll !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  padding: 100px 50px 50px 50px !important;
}

.sidebar .langs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.sidebar .langs a {
  color: #fff !important;
}

.sidebar .langs a.active {
  color: #D72827 !important;
}

.sidebar ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sidebar ul li .parent-title {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.sidebar ul li .parent-title::before {
  display: none !important;
}

.sidebar ul li .parent-title a {
  color: rgba(255, 255, 255, 0.52) !important;
}

.sidebar ul li .parent-title img {
  margin-left: 15px !important;
}

.sidebar ul li.has-children {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sidebar ul li a {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.52) !important;
}

.sidebar .sub-nav {
  position: relative !important;
  background: none !important;
  top: initial !important;
  left: initial !important;
  min-width: auto !important;
  min-height: auto !important;
  padding: 0 !important;
}

.sidebar .sub-nav ul {
  padding-left: 0 !important;
}

.sidebar .sub-nav::before {
  display: none !important;
}

.sidebar .sub-nav::after {
  display: none !important;
}

.subscribe {
  background: #F5F5F5;
  padding: 64px;
  margin-top: 170px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .subscribe {
    margin-top: 80px;
    padding: 64px 0;
  }
}

.subscribe-inner {
  margin-top: 0;
}

.subscribe .container {
  position: relative;
}

.subscribe .container::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 44px solid #fff;
  right: 0;
  top: -64px;
}

.subscribe .container .env {
  position: absolute;
}

.subscribe .container .env:nth-child(1) {
  width: 53px;
  opacity: .02;
  -webkit-transform: rotate(-29deg) translateY(-50%);
          transform: rotate(-29deg) translateY(-50%);
  left: 0;
  top: 50%;
}

.subscribe .container .env:nth-child(2) {
  width: 48px;
  opacity: .06;
  -webkit-transform: rotate(-26deg);
          transform: rotate(-26deg);
  left: 95px;
  top: 0;
}

.subscribe .container .env:nth-child(3) {
  width: 73px;
  opacity: .15;
  -webkit-transform: rotate(-26deg);
          transform: rotate(-26deg);
  bottom: 0;
  left: 75px;
}

.subscribe .container .env:nth-child(4) {
  width: 106px;
  opacity: .04;
  -webkit-transform: rotate(24deg);
          transform: rotate(24deg);
  right: 110px;
}

.subscribe .container .env:nth-child(5) {
  width: 58px;
  opacity: .03;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
  right: 158px;
  bottom: 0;
}

.subscribe .container .env:nth-child(6) {
  width: 62px;
  opacity: .02;
  -webkit-transform: rotate(24deg) translateY(-50%);
          transform: rotate(24deg) translateY(-50%);
  top: 50%;
  right: 0;
}

.subscribe-title {
  text-align: center;
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 48px;
}

.subscribe .btn {
  margin: 0 auto;
  width: 235px;
  height: 71px;
  font-size: 22px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .subscribe .btn {
    position: relative;
    z-index: 5;
    width: 200px;
    height: 60px;
    font-size: 18px;
  }
}

footer {
  background: url(/images/indexes-bg.png?696311bc7a24c8253bce13ddaa77ed38);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  padding: 64px 0 32px 0;
  position: relative;
}

footer::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(50, 57, 70, 0.88);
  z-index: 1;
}

footer::after {
  content: '';
  -webkit-clip-path: polygon(70% 0, 100% 0, 100% 100%, 10% 100%);
          clip-path: polygon(70% 0, 100% 0, 100% 100%, 10% 100%);
  position: absolute;
  height: 100%;
  width: 100%;
  background: #243449;
  right: 0;
  top: 0;
}

footer .container {
  position: relative;
  z-index: 2;
}

footer .nav::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #D72827;
  display: block;
  margin-bottom: 64px;
}

footer .nav ul.parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .nav ul.parent li {
  width: 25%;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  footer .nav ul.parent li {
    width: 100%;
    text-align: center;
  }
}

footer .nav ul.parent li a {
  text-transform: uppercase;
  color: #fff;
  line-height: 1.5;
  font-size: 20px;
  margin-bottom: 24px;
  display: block;
  font-family: 'Montserrat', sans-serif;
}

footer .nav ul.parent li a.active {
  border-left: 7px solid #D72827;
  padding-left: 16px;
}

@media (max-width: 768px) {
  footer .nav ul.parent li a.active {
    border-left: none;
    padding-left: 0;
  }
}

footer .nav ul.child li {
  margin-bottom: 0;
  width: 100%;
}

footer .nav ul.child li a {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  margin-bottom: 8px;
  font-family: 'Lato', sans-serif;
}

footer .nav ul.child li a:hover {
  color: white;
}

footer .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .content .left {
  width: 327px;
}

@media (max-width: 768px) {
  footer .content .left {
    width: 100%;
  }
}

@media (max-width: 768px) {
  footer .content .left a {
    display: block;
    text-align: center;
  }
}

footer .content .left .short-desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  margin-top: 32px;
}

@media (max-width: 768px) {
  footer .content .left .short-desc {
    text-align: center;
  }
}

footer .content .right {
  width: calc(100% - 327px);
  padding-left: 64px;
}

@media (max-width: 768px) {
  footer .content .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}

footer .content .right .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  footer .content .right .info div {
    width: 100%;
    margin: 8px 0;
  }
}

footer .content .right .info div span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}

@media (max-width: 768px) {
  footer .content .right .info div span {
    display: block;
    text-align: center;
  }
}

footer .content .right .info div span:first-child {
  text-transform: uppercase;
  color: white;
  margin-right: 8px;
  font-family: 'Montserrat', sans-serif;
}

footer .content .right .footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 56px;
}

@media (max-width: 768px) {
  footer .content .right .footer-socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .content .right .footer-socials a {
  font-size: 44px;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  footer .content .right .footer-socials a {
    margin: 0 12px;
  }
}

footer .content .right .footer-socials a.youtube:hover {
  color: #cd201f;
}

footer .content .right .footer-socials a.linkedin:hover {
  color: #0077B5;
}

footer .content .right .footer-socials a.facebook:hover {
  color: #3b5999;
}

footer .content .right .footer-socials a.twitter:hover {
  color: #55acee;
}

footer .content .right .footer-socials a.wiki:hover {
  color: #000;
}

footer .content .right .find-out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #D72827;
  margin-top: 32px;
  padding-top: 32px;
}

@media (max-width: 768px) {
  footer .content .right .find-out {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .content .right .find-out span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  line-height: 1.5;
  margin-right: 64px;
}

@media (max-width: 768px) {
  footer .content .right .find-out span {
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 16px;
  }
}

footer .content .right .find-out a {
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 64px;
}

@media (max-width: 768px) {
  footer .copyright {
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .copyright span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.5;
}

@media (max-width: 768px) {
  footer .copyright span {
    display: block;
    text-align: center;
  }
}

footer .copyright span a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.5;
}

.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 295px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.03);
  margin: 50px 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

.post:hover {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.18);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.18);
}

.post:hover .post-image .overlay {
  opacity: 1;
}

.post:hover .post-image .btn {
  opacity: 1;
}

.post-reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .post-reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.post-image {
  width: calc(100% - 460px);
  height: 100%;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

@media (max-width: 768px) {
  .post-image {
    width: 100%;
    height: 250px;
  }
}

.post-image .overlay {
  background: rgba(50, 57, 70, 0.62);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-image .btn {
  opacity: 0;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-content {
  background: #fff;
  height: 100%;
  width: 460px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .post-content {
    width: 100%;
  }
}

.post-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
}

.post-date span {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}

.post-date img {
  margin-right: 10px;
}

.post-authors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.post-authors div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(100% - 32px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.post-author {
  font-size: 14px;
  line-height: 1.5;
  color: #2857AE;
  margin-right: 10px;
}

.post-title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-desc {
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.activity {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.activity:hover .activity-image .overlay {
  opacity: 1;
}

.activity:hover .activity-image .btn {
  opacity: 1;
}

.activity:hover .activity-date div:first-child {
  color: red;
}

.activity:hover .activity-date div:last-child {
  color: #000;
}

.activity-image {
  height: 342px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}

@media (max-width: 768px) {
  .activity-image {
    height: 250px;
  }
}

.activity-image .overlay {
  background: rgba(50, 57, 70, 0.62);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.activity-image .btn {
  opacity: 0;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.activity-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.activity-title span {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #111111;
  display: block;
  max-width: calc(100% - 100px);
}

.activity-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 72px;
  color: rgba(0, 0, 0, 0.21);
  font-size: 26px;
  text-transform: uppercase;
}

.activity-date div {
  position: relative;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.activity-date div:first-child:before {
  content: '';
  position: absolute;
  height: 1px;
  background: rgba(0, 0, 0, 0.05);
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
}

.activity-date div:last-child {
  padding-top: 10px;
}

.activity-desc {
  margin-top: 24px;
  color: #000;
  line-height: 1.5;
  font-size: 16px;
}

.btn {
  width: 136px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 25px;
  font-size: 14px;
  line-height: 1.5;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn.btn-gray {
  border: 1px solid rgba(5, 5, 5, 0.3);
  color: #B1B1B1;
}

.btn.btn-black {
  border: 1px solid #010101;
  color: #010101;
}

.btn.btn-dark {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4);
}

.btn.btn-red {
  height: 71px;
  background: #D72827;
  color: #fff;
  border-radius: 40px;
}

.block {
  background: #fff;
  -webkit-box-shadow: 0 0 40px rgba(167, 167, 167, 0.18);
          box-shadow: 0 0 40px rgba(167, 167, 167, 0.18);
  display: block;
  padding: 32px;
  margin-bottom: 40px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 16px;
  }
}

@media (max-width: 768px) {
  .block .flex {
    width: 100%;
    display: block;
  }
}

.block:hover {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.18);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.18);
}

.block-image {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  width: 306px;
  height: 176px;
}

@media (max-width: 768px) {
  .block-image {
    width: 100%;
    height: 250px;
    margin-bottom: 32px;
  }
}

.block-content {
  width: calc(100% - 32px);
  margin-left: 32px;
}

@media (max-width: 768px) {
  .block-content {
    width: 100%;
    margin-left: 0;
  }
}

.block-title {
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  max-width: 90%;
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.block-desc {
  margin-top: 24px;
  color: #000;
  line-height: 1.5;
  font-size: 16px;
}

.block-style-2 .block-image {
  float: left;
  margin-right: 32px;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .block-style-2 .block-image {
    float: none;
    margin-right: 0;
    margin-bottom: 32px;
  }
}

.block .post-authors {
  margin-top: 10px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.5;
  cursor: pointer;
  margin: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .pagination a {
    margin: 0 8px;
  }
}

.pagination a::after {
  content: '';
  width: 80px;
  height: 2px;
  background: #D72827;
  margin-left: 10px;
  display: none;
}

@media (max-width: 768px) {
  .pagination a::after {
    width: 40px;
  }
}

.pagination a.active {
  color: black;
}

.pagination a.active::after {
  display: block;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs.type-2 a {
  color: rgba(255, 255, 255, 0.5);
}

.breadcrumbs.type-2 a:last-child {
  color: white;
}

.breadcrumbs a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}

.breadcrumbs a::after {
  content: '>';
  margin-left: 8px;
}

.breadcrumbs a:last-child {
  color: black;
}

.breadcrumbs a:last-child::after {
  display: none;
}

.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.filters-title {
  margin-right: 24px;
  font-size: 18px;
  color: #000;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .filters-title {
    margin-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}

.filters-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .filters-content {
    width: 100%;
  }
}

.filters-item {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 32px;
  cursor: pointer;
  position: relative;
  z-index: 5;
}

@media (max-width: 768px) {
  .filters-item {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.filters-item::after {
  content: '';
  height: 24px;
  width: 1px;
  background: #000;
  margin-left: 32px;
}

@media (max-width: 768px) {
  .filters-item::after {
    display: none;
  }
}

.filters-item:last-child::after {
  display: none;
}

.filters-item span {
  margin-right: 16px;
}

.filters-dropdown {
  position: absolute;
  left: 0;
  top: calc(100% + 24px);
  padding: 16px 24px;
  min-width: 400px;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: none;
  cursor: initial;
  z-index: 10;
  max-height: 320px;
  overflow-y: auto;
}

@media (max-width: 768px) {
  .filters-dropdown {
    top: 100%;
    width: 100%;
    min-width: auto;
  }
}

.filters-dropdown.active {
  display: block !important;
}

.filters-dropdown ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 16px 0;
  cursor: pointer;
  width: 100%;
}

.filters-dropdown ul li.active span:first-child {
  border: 1px solid #707070;
  background: url(/images/check.png?996ed3a183ebea2cea3e3210a1afce9d) no-repeat;
  background-position: center;
}

.filters-dropdown ul li.active span:last-child {
  font-weight: bold;
}

.filters-dropdown ul li span:first-child {
  display: block;
  width: 29px;
  height: 26px;
  margin-right: 16px;
  border: 1px solid rgba(112, 112, 112, 0.4);
}

.filters-dropdown ul li span:last-child {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}

.title h3 {
  font-size: 32px;
  line-height: 1.5;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 768px) {
  .title h3 {
    font-size: 26px;
  }
}

.title a {
  font-size: 14px;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}

.title a img {
  margin-left: 12px;
}

.title.title-center {
  text-align: center;
}

.title.title-red h3 {
  color: #D72827;
}

.title.title-page h3 {
  font-size: 26px;
}

.title.title-page h3::after {
  content: '';
  width: 45px;
  height: 7px;
  background: #D72827;
  display: block;
  margin-top: 12px;
}

.title.title-page h5 {
  margin-top: 15px;
  font-weight: normal;
}

.title.title-type-3 {
  border-bottom: 1px solid rgba(112, 112, 112, 0.15);
  padding-bottom: 8px;
}

.title.title-type-3 h3 {
  font-size: 20px;
  font-weight: normal;
  color: #1C1E21;
}

.date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}

.date img {
  margin-right: 16px;
  width: 16px;
}

.date span {
  font-size: 14px;
  color: #000;
}

.topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.topics img {
  margin-right: 10px;
}

.topics .flex {
  width: calc(100% - 18px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.topics .flex span,
.topics .flex a {
  font-size: 14px;
  color: #000;
  margin-right: 10px;
  margin-bottom: 8px;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.share span {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin-right: 24px;
}

.share a {
  color: black;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
  font-size: 20px;
}

.share a:hover {
  color: #2857AE;
}

.share img {
  margin-left: 32px;
  cursor: pointer;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tags span,
.tags a {
  font-size: 14px;
  color: #2857AE;
  line-height: 1.5;
  margin-right: 8px;
}

.tags span:first-child,
.tags a:first-child {
  color: #000;
  margin-right: 16px;
}

.authors-slider {
  margin: 0 -12px;
}

.authors-item {
  outline: none;
  margin: 0 12px;
}

.authors-item:hover .authors-title {
  color: #D72827;
}

.authors-image {
  height: 136px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

@media (max-width: 768px) {
  .authors-image {
    height: 250px;
  }
}

.authors-title {
  margin-top: 16px;
  text-align: center;
  text-decoration: underline;
  font-size: 12px;
  color: #030303;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Montserrat', sans-serif;
}

.search-wrapper {
  background: rgba(50, 57, 70, 0.9);
  top: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  top: -83px;
  z-index: 20;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-wrapper.active {
  opacity: 1;
  top: 100%;
}

.search-wrapper.type-2 {
  margin-top: 40px;
  position: relative;
}

@media (max-width: 768px) {
  .search-wrapper .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.search-wrapper .container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 83px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.search-wrapper .container .search-btn {
  height: 100%;
  width: 156px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}

@media (max-width: 768px) {
  .search-wrapper .container .search-btn {
    width: 100px;
  }
}

.search-wrapper .container .search-btn button {
  width: 17px;
  height: 33px;
  background: url(/images/find-arrow.png?6c2433ff5c1874a892926b57e9ac1f89);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  border: none;
  outline: none;
  cursor: pointer;
}

.search-wrapper .container .search-input {
  width: calc(100% - 156px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-wrapper .container .search-input input {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 22px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
}

.search-wrapper .container .search-input input::-webkit-input-placeholder {
  /* Edge */
  color: rgba(255, 255, 255, 0.88);
}

.search-wrapper .container .search-input input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.88);
}

.search-wrapper .container .search-input input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.88);
}

.search-wrapper .container .search-input input::placeholder {
  color: rgba(255, 255, 255, 0.88);
}

.attachments {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(112, 112, 112, 0.15);
}

.attachments-title {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.attachments-wrapper {
  background: #F6F6F6;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.attachments-wrapper .attachment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 32px;
}

.attachments-wrapper .attachment img {
  margin-right: 16px;
}

.attachments-wrapper .attachment span {
  display: block;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
}

.attachments-wrapper .attachment a {
  font-size: 12px;
  color: #054ACF;
}

.popup {
  display: none;
}

.popup.opened {
  display: block;
}

.popup-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(34, 36, 42, 0.72);
}

.popup-block {
  max-width: 900px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  border-radius: 30px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .popup-block {
    max-width: 100%;
    width: calc(100% - 30px);
  }
}

.popup-text {
  padding: 50px;
}

@media (max-width: 768px) {
  .popup-text {
    max-height: 400px;
    overflow-y: auto;
    padding: 16px;
  }
}

.popup-title {
  height: 116px;
  background: #313846;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .popup-title {
    height: 80px;
  }
}

.popup-title span {
  color: #fff;
  text-transform: uppercase;
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 768px) {
  .popup-title span {
    font-size: 20px;
  }
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #fff url(/images/close.png?05edab937f8d89915b9d81a0f4fb5c8f) no-repeat center;
  background-size: 20px;
  border-radius: 12px;
  cursor: pointer;
  width: 48px;
  height: 45px;
}

@media (max-width: 768px) {
  .popup-close {
    width: 30px;
    height: 30px;
    background-size: 12px;
  }
}

.table-wrapper {
  width: 100%;
}

@media (max-width: 768px) {
  .table-wrapper {
    overflow-x: scroll;
  }
}

table.table-striped {
  border-collapse: collapse;
}

table.table-striped thead th {
  padding: 30px 15px;
}

table.table-striped thead th.text-left {
  text-align: left;
}

table.table-striped tbody {
  -webkit-box-shadow: 0 3px 40px rgba(211, 211, 211, 0.41);
          box-shadow: 0 3px 40px rgba(211, 211, 211, 0.41);
}

table.table-striped tbody tr td {
  padding: 30px 15px;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
}

table.table-striped tbody tr td.text-left {
  text-align: left;
}

table.table-striped tbody tr:nth-child(even) td {
  background: #ADB9CE;
  color: #fff;
}

table.table-striped tbody tr:nth-child(even) td:first-child a {
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

table.table-striped tbody tr:nth-child(even) td:first-child a:hover {
  color: #000;
}

table.table-striped tbody tr:nth-child(odd) td:first-child a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

table.table-striped tbody tr:nth-child(odd) td:first-child a:hover {
  color: #D72827;
}

.fpopup {
  display: none;
}

.fpopup.active {
  display: block;
}

.fpopup-backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(34, 36, 42, 0.72);
  z-index: 5;
}

.fpopup-block {
  width: 900px;
  padding: 60px 80px;
  border-radius: 30px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  background: #fff;
}

.fpopup-close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}

.fpopup-title {
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
}

.fpopup-form button {
  width: 160px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 0 3px 40px rgba(92, 92, 92, 0.16);
          box-shadow: 0 3px 40px rgba(92, 92, 92, 0.16);
  border: none;
  outline: none;
  margin: 30px auto 0 auto;
  cursor: pointer;
  color: rgba(43, 43, 43, 0.7);
  font-size: 18px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.fpopup-form button:hover {
  background: #ADB9CE;
  color: #fff;
}

.fpopup-form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px 0;
}

.fpopup-form .form-row .form-col {
  width: calc(50% - 15px);
}

.fpopup-form .form-row .form-col .error-msg {
  color: #FF0000;
  font-size: 12px;
}

.fpopup-form .form-row .form-col input {
  width: 100%;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 40px rgba(153, 153, 153, 0.16);
          box-shadow: 0 3px 40px rgba(153, 153, 153, 0.16);
  background: #fff;
  border: none;
  outline: none;
  height: 48px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.44);
  padding-left: 15px;
}

.fpopup-form .form-row .form-col input.input-error {
  border: 1px solid #FF0000;
  margin-bottom: 4px;
}

.fpopup-form .form-row .form-col input:valid {
  background: #ADB9CE;
  color: #fff;
}

.fpopup-form .form-row .form-col input:focus {
  background: #ADB9CE;
  color: #fff;
}

.fpopup-form .form-row .form-col input:focus::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

.fpopup-form .form-row .form-col input:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.fpopup-form .form-row .form-col input:focus::-ms-input-placeholder {
  color: #fff;
}

.fpopup-form .form-row .form-col input:focus::placeholder {
  color: #fff;
}

.fpopup-form .form-row .form-col input ::-webkit-input-placeholder {
  /* Edge */
  color: rgba(0, 0, 0, 0.44);
}

.fpopup-form .form-row .form-col input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.44);
}

.fpopup-form .form-row .form-col input ::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.44);
}

.fpopup-form .form-row .form-col input ::placeholder {
  color: rgba(0, 0, 0, 0.44);
}

.custom-select {
  background-position: 95% 50% !important;
  border: none;
  color: rgba(0, 0, 0, 0.44);
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  position: relative;
  -webkit-box-shadow: 0 3px 40px rgba(153, 153, 153, 0.16);
          box-shadow: 0 3px 40px rgba(153, 153, 153, 0.16);
}

.custom-select.input-error {
  border: 1px solid #FF0000;
  margin-bottom: 4px;
  border-radius: 6px;
}

.custom-select .select-selected {
  height: 48px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-select .select-selected.select-arrow-active {
  border-bottom-right-radius: none;
  border-bottom-left-radius: none;
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

/*style the arrow inside the select element:*/

.select-selected:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 7px;
  mask: url(/images/up-arrow.svg?4bfbe8bf5d0d95308d1a70cb52c723ad) no-repeat center;
  -webkit-mask: url(/images/up-arrow.svg?4bfbe8bf5d0d95308d1a70cb52c723ad) no-repeat center;
  background: #000;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/*style the items (options), including the selected item:*/

.select-items div,
.select-selected {
  color: rgba(0, 0, 0, 0.44);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 30px;
  padding: 0 15px 0 15px;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/*style items (options):*/

.select-items {
  padding: 15px 0;
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-box-shadow: 0 3px 40px rgba(153, 153, 153, 0.16);
          box-shadow: 0 3px 40px rgba(153, 153, 153, 0.16);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/*hide the items when the select box is closed:*/

.select-hide {
  display: none;
}

.select-items div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
}

.select-items div.same-as-selected span:first-child {
  border: 1px solid #707070;
  background: url(/images/check.png?996ed3a183ebea2cea3e3210a1afce9d) no-repeat;
  background-position: center;
  background-size: 10px;
}

.select-items div.same-as-selected span:last-child {
  font-weight: bold;
}

.select-items div:last-child {
  margin-bottom: 0;
}

.select-items div span:first-child {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  border: 1px solid rgba(112, 112, 112, 0.4);
}

.select-items div span:last-child {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  line-height: 1.5;
}

.hamburger {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
  z-index: 10;
  margin-left: 50px;
}

.hamburger .bar {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
}

.hamburger .bar .line {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
}

.hamburger .bar .line:last-child {
  top: 10px;
  right: 0px;
}

.sidebar {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  right: -10000px;
  top: 0;
  z-index: 100;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body.sidebar-mode .sidebar {
  right: 0px;
}

.sidebar .close-sidebar {
  position: fixed;
  z-index: 150;
  cursor: pointer;
  right: 30px;
  top: 30px;
  display: none;
}

.sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.sidebar ul li {
  text-align: center;
}

.sidebar ul li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

.sidebar ul > li {
  margin-top: 10px;
}

.sidebar ul li .sub-nav {
  margin-top: 10px;
}

.sidebar .sub-nav li a {
  font-size: 12px;
  font-weight: normal;
}

.sidebar .sub-nav li {
  margin-top: 5px;
}

.sidebar .langs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 0 0;
  padding-top: 0;
  list-style-type: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sidebar .langs a {
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 5px;
  color: #000;
  position: relative;
  font-weight: normal;
}

.sidebar .langs a.active {
  color: #D72827;
}

.sidebar .langs a.active::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #D72827;
  left: 0;
  top: calc(100% + 5px);
}

#ui-datepicker-div {
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
}

#ui-datepicker-div .ui-widget-header {
  background: none;
  border: none;
}

#ui-datepicker-div .ui-datepicker-title {
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
}

#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
  cursor: pointer !important;
}

#ui-datepicker-div .ui-datepicker-prev:hover,
#ui-datepicker-div .ui-datepicker-next:hover {
  background: none !important;
  border: none !important;
}

#ui-datepicker-div table tr th {
  font-weight: 400;
}

#ui-datepicker-div table tr th.ui-datepicker-week-end {
  color: #D72827;
}

#ui-datepicker-div table tr td.ui-datepicker-current-day {
  border: 1px solid #D72827 !important;
}

#ui-datepicker-div table tr td a {
  color: #000;
  border: none !important;
  background: none !important;
  text-align: center !important;
}

.activities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 56px;
}

.activities .activity {
  width: calc(50% - 12px);
  -webkit-box-shadow: 0 0 40px rgba(167, 167, 167, 0.18);
          box-shadow: 0 0 40px rgba(167, 167, 167, 0.18);
}

@media (max-width: 768px) {
  .activities .activity {
    width: 100%;
  }
}

.activities .activity:hover {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.16);
}

.activities .activity .activity-content {
  background: #fff;
  padding: 32px;
}

.activities .activity .activity-content .activity-title span {
  height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.hero {
  margin-top: 80px;
}

@media (max-width: 768px) {
  .hero {
    margin-top: 0;
  }
}

.hero .slider-item {
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .hero .slider-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.hero .slider-image {
  width: calc(70% - 24px);
  height: 456px;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

@media (max-width: 768px) {
  .hero .slider-image {
    width: 100%;
    height: 300px;
  }
}

.hero .slider-image::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 100px solid transparent;
  border-bottom: 100px solid transparent;
  border-left: 32px solid rgba(255, 255, 255, 0.9);
  left: 0;
  bottom: 60px;
  position: absolute;
}

.hero .slider-content {
  width: calc(30% - 24px);
}

@media (max-width: 768px) {
  .hero .slider-content {
    width: 100%;
    margin-top: 16px;
  }
}

.hero .slider-content h3 {
  color: #000;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 24px;
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 768px) {
  .hero .slider-content h3 {
    font-size: 20px;
  }
}

.hero .slider-content h3::after {
  content: '';
  width: 45px;
  height: 7px;
  background: #D72827;
  display: block;
  margin-top: 24px;
}

.hero .slider-content p {
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 768px) {
  .hero .slider-content p {
    font-size: 14px;
  }
}

.hero .slider-content a {
  margin-top: 48px;
}

@media (max-width: 768px) {
  .hero .slider-content a {
    margin-top: 24px;
  }
}

.hero .slider-paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 16px;
}

@media (max-width: 768px) {
  .hero .slider-paging {
    display: none !important;
  }
}

.hero .slider-paging li {
  font-size: 33px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.2);
  margin-left: 24px;
  cursor: pointer;
}

.hero .slider-paging li.slick-active {
  font-size: 58px;
  color: #D72827;
  cursor: initial;
}

.about-desc {
  margin-top: 32px;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.links .slick-arrow {
  background: none;
  outline: none;
  border: none;
  text-indent: -9999em;
  width: 10px;
  height: 21px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.links .slick-arrow.slick-next {
  background: url(/images/right-arrow.png?2fa3155682c2cadad3a175a1adf28cf1) no-repeat;
  background-position: center;
  right: -16px;
}

@media (max-width: 768px) {
  .links .slick-arrow.slick-next {
    right: 10px;
  }
}

@media (max-width: 1200px) {
  .links .slick-arrow.slick-next {
    right: 10px;
  }
}

.links .slick-arrow.slick-prev {
  background: url(/images/left-arrow.png?8823d7316204c57c60b0edf7314b001d) no-repeat;
  background-position: center;
  left: -16px;
}

@media (max-width: 768px) {
  .links .slick-arrow.slick-prev {
    left: 10px;
  }
}

@media (max-width: 1200px) {
  .links .slick-arrow.slick-prev {
    left: 10px;
  }
}

.links-slider {
  margin: 0 -8px;
}

@media (max-width: 768px) {
  .links-slider {
    padding: 0 30px;
  }
}

@media (max-width: 1200px) {
  .links-slider {
    padding: 0 30px;
  }
}

.links-slider .links-item a {
  border: 1px solid #B1B1B1;
  text-align: center;
  height: 42px;
  border-radius: 25px;
  line-height: 42px;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.links-slider .links-item a:hover {
  background: #494D59;
  color: #fff;
  border: 1px solid #707070;
}

.links-slider:first-child .links-item a {
  border: 1px solid #B1B1B1;
}

.links-slider:first-child .links-item a:hover {
  background: #494D59;
  color: #fff;
  border: 1px solid #707070;
}

.links-slider:last-child {
  margin-top: 40px;
}

.links-slider:last-child .links-item a {
  background: #fff;
  border: 1px solid #040404;
}

.links-slider:last-child .links-item a:hover {
  background: #D72827;
  color: #fff;
  border: 1px solid #D72827;
}

.links-item {
  outline: none;
  margin: 0 8px;
}

.links-item a {
  margin: 0 auto;
  text-align: center;
  color: #000;
  font-size: 14px;
  width: auto;
}

.indexes {
  height: 515px;
  background: url(/images/indexes-bg.png?696311bc7a24c8253bce13ddaa77ed38) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.indexes .slick-arrow {
  background: none;
  outline: none;
  border: none;
  text-indent: -9999em;
  width: 10px;
  height: 21px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.indexes .slick-arrow.slick-next {
  background: url(/images/right-arrow-white.png?187f4dd16248c48f90ba7378984f3852) no-repeat;
  background-position: center;
  right: -16px;
}

@media (max-width: 768px) {
  .indexes .slick-arrow.slick-next {
    right: 10px;
  }
}

@media (max-width: 1200px) {
  .indexes .slick-arrow.slick-next {
    right: 10px;
  }
}

.indexes .slick-arrow.slick-prev {
  background: url(/images/left-arrow-white.png?d74f8ead29703a13bb273c4102b64fe5) no-repeat;
  background-position: center;
  left: -16px;
}

@media (max-width: 768px) {
  .indexes .slick-arrow.slick-prev {
    left: 10px;
  }
}

@media (max-width: 1200px) {
  .indexes .slick-arrow.slick-prev {
    left: 10px;
  }
}

.indexes-title {
  height: 140px;
  background: rgba(255, 255, 255, 0.05);
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  color: #fff;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}

.indexes-title::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 70px solid transparent;
  border-bottom: 70px solid transparent;
  border-left: 44px solid #fff;
  left: 0;
  top: 0;
}

.indexes::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(50, 57, 70, 0.88);
}

.indexes-slider {
  position: relative;
  z-index: 7;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .indexes-slider {
    padding: 0 30px;
  }
}

@media (max-width: 1200px) {
  .indexes-slider {
    padding: 0 30px;
  }
}

.indexes-flag {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}

.index {
  text-align: center;
  outline: none;
}

.index-icon-wrapper {
  width: 54px;
  height: 54px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.index-icon-wrapper:hover .index-icon.initial {
  opacity: 0;
}

.index-icon-wrapper:hover .index-icon.hovered {
  opacity: 1;
}

.index-icon {
  mask-size: 54px !important;
  -webkit-mask-size: 54px !important;
  background: rgba(255, 255, 255, 0.5);
  outline: none;
  border: none;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 1;
}

.index-icon.hovered {
  opacity: 0;
}

.index-title {
  font-size: 22px;
  font-weight: 700;
  margin: 16px 0 24px 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}

.index-desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}

.publications {
  margin-bottom: 100px;
}

.pubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 56px;
}

@media (max-width: 768px) {
  .pubs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pubs .left {
  width: calc(30% - 16px);
}

@media (max-width: 768px) {
  .pubs .left {
    width: 100%;
  }
}

.pubs .left .pub {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

@media (max-width: 768px) {
  .pubs .left .pub {
    margin-bottom: 30px;
  }
}

.pubs .left .pub-image {
  width: 100%;
}

.pubs .left .pub-content {
  width: 100%;
  height: calc(100% - 373px);
}

@media (max-width: 768px) {
  .pubs .left .pub-content {
    width: 100%;
  }
}

.pubs .right {
  width: calc(70% - 16px);
}

@media (max-width: 768px) {
  .pubs .right {
    width: 100%;
  }
}

.pubs .right .pub {
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .pubs .right .pub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pubs .right .pub:last-child {
  margin-bottom: 0;
}

.pub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.03);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pub:hover {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.37);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.37);
}

.pub:hover .pub-btn {
  border: 1px solid #050505;
  color: #050505;
}

.pub-image {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  height: 373px;
  width: 342px;
}

@media (max-width: 768px) {
  .pub-image {
    width: 100%;
    height: 250px;
  }
}

.pub-content {
  background: #fff;
  width: calc(100% - 342px);
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .pub-content {
    width: 100%;
  }
}

.pub-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pub-date img {
  margin-right: 12px;
}

.pub-date span {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
}

.pub-title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 16px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pub-desc {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 24px;
}

.pub-btn {
  margin-top: 32px;
}

.research .research-wrapper {
  background: #323946;
  position: relative;
  padding: 50px 0;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .research .research-wrapper {
    padding: 80px 0;
    margin-top: 32px;
  }
}

.research .research-wrapper .container {
  position: relative;
}

.research .research-wrapper .container::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 30px solid #fff;
  left: 0;
  top: -50px;
}

@media (max-width: 768px) {
  .research .research-wrapper .container::before {
    display: none;
  }
}

.cases .case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
}

@media (max-width: 768px) {
  .cases .case {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.cases .case:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 120px;
}

@media (max-width: 768px) {
  .cases .case:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 40px;
  }
}

.cases .case:nth-child(even) .case-content {
  padding-right: 0;
  padding-top: 0;
}

@media (max-width: 768px) {
  .cases .case:nth-child(even) .case-content {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 32px;
  }
}

.cases .case-image {
  height: 320px;
  width: 40%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .cases .case-image {
    width: 100%;
    height: 250px;
  }
}

.cases .case-image:hover {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.37);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.37);
}

.cases .case-content {
  width: 50%;
}

@media (max-width: 768px) {
  .cases .case-content {
    width: 100%;
    padding-right: 0;
  }
}

.cases .case-title {
  color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cases .case-title:hover {
  color: rgba(255, 255, 255, 0.9);
}

.cases .case-title::after {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  margin-top: 12px;
  display: block;
}

.cases .case-desc {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 1.5;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cases .case-date {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.5;
  margin-top: 12px;
}

.cases .case-btn {
  margin-top: 24px;
}

.cases .case-btn:hover {
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
}

.blog .blog-wrapper {
  position: relative;
}

.blog .blog-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  background: #F5F5F5;
  height: calc(100% - 300px);
  left: 0;
  top: 150px;
}

@media (max-width: 768px) {
  .blog .blog-wrapper::before {
    display: none;
  }
}

.members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.members .member {
  width: calc(33.3% - 16px);
  margin-bottom: 64px;
}

@media (max-width: 768px) {
  .members .member {
    width: 100%;
  }
}

.members .member:nth-child(3n+2) {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .members .member:nth-child(3n+2) {
    margin-top: 0;
  }
}

.members .member:hover .member-image {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.16);
}

.members .member:hover .member-title {
  text-decoration: underline;
}

.members .member-image {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 300px;
}

.members .member-title {
  font-size: 22px;
  line-height: 1.5;
  color: #030303;
  margin-top: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.members .member-desc {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 8px;
}

.member-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(112, 112, 112, 0.15);
  padding-bottom: 70px;
  margin-bottom: 70px;
}

.member-inner .left {
  width: 342px;
}

@media (max-width: 768px) {
  .member-inner .left {
    width: 100%;
  }
}

.member-inner .right {
  width: calc(100% - 372px);
}

@media (max-width: 768px) {
  .member-inner .right {
    width: 100%;
  }
}

.member-inner-image {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  height: 300px;
}

.member-inner-desc {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
}

@media (max-width: 768px) {
  .member-inner-desc {
    margin-top: 32px;
  }
}

.member-inner-desc p {
  margin: 0 0 16px 0;
}

.member-inner-name {
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  text-decoration: underline;
  color: #030303;
  margin-top: 30px;
}

.member-inner-position {
  font-size: 16px;
  color: #000;
  margin-top: 10px;
}

.member-inner-mail {
  font-size: 16px;
  color: #000;
  margin-top: 10px;
}

.member-inner-tel {
  font-size: 16px;
  color: #000;
  margin-top: 10px;
}

.member-inner-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.member-inner-links a {
  color: #2228D6;
  margin-right: 15px;
}

.works {
  margin-top: 40px;
}

.works .slick-slide {
  margin: 0 15px;
  outline: none;
}

.works .slick-list {
  margin: 0 -15px;
}

.works .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.works .tabs li {
  margin: 0 25px;
}

@media (max-width: 768px) {
  .works .tabs li {
    width: 100%;
    text-align: center;
    margin: 8px 0;
  }
}

.works .tabs li a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}

.works .tabs li a.active {
  text-decoration: underline;
  color: black;
}

.works-arrows {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.works-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #F1F1F1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
  outline: none;
  cursor: pointer;
}

.works-arrow:hover {
  opacity: .6;
}

.works-arrow.arrow-prev {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.works .work:hover .overlay {
  opacity: 1;
}

.works .work:hover .btn {
  opacity: 1;
}

.works .work-image {
  height: 220px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.works .work-image .overlay {
  background: rgba(50, 57, 70, 0.81);
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 0;
  top: 0;
  position: absolute;
}

.works .work-image .btn {
  opacity: 0;
  z-index: 5;
}

.works .work-name {
  color: #111111;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 20px;
}

.igs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.igs .ig {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 346px;
  width: calc(50% - 16px);
  margin-bottom: 32px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .igs .ig {
    width: 100%;
    height: 250px;
  }
}

.igs .ig:hover {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.37);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.37);
}

.single .single-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .single .single-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.single .tags {
  margin-top: 64px;
}

.single .authors {
  margin-top: 64px;
}

.single .authors-slider {
  margin-top: 32px;
}

.single .topics {
  margin-top: 20px;
  max-width: 70%;
}

.single .topics .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.single .project-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}

.single .project-status img {
  width: 16px;
  margin-right: 12px;
}

.single .project-status span {
  color: rgba(28, 30, 33, 0.8);
  line-height: 1.5;
  font-size: 14px;
}

.single .project-status span:first-child {
  font-size: 18px;
  color: #1c1e21;
}

.single .project-milestones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 12px;
}

.single .project-milestones img {
  width: 16px;
  margin-right: 12px;
}

.single .project-milestones span {
  display: block;
  color: rgba(28, 30, 33, 0.8);
  line-height: 1.5;
  font-size: 14px;
}

.single .project-milestones span:first-child {
  font-size: 18px;
  color: #1c1e21;
  line-height: initial;
  margin-bottom: 8px;
}

.single .donors {
  margin-top: 64px;
}

.single .donors .donors-wrapper {
  margin-top: 32px;
}

.single .donors .donors-wrapper .donor {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(28, 30, 33, 0.8);
  margin-bottom: 12px;
  display: block;
}

.single .related-publications {
  margin-top: 64px;
}

.single .related-publications .publications-slider {
  margin: 32px -12px 0 -12px;
}

.single .related-publications .publications-slider .publications-item {
  outline: none;
  margin: 0 12px;
}

.single .related-publications .publications-slider .publications-item:hover .overlay-image {
  height: 110%;
  opacity: 1;
}

.single .related-publications .publications-slider .publications-image {
  height: 190px;
  margin-bottom: 12px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}

.single .related-publications .publications-slider .publications-image .overlay-image {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.single .related-publications .publications-slider .publications-title {
  font-size: 14px;
  color: #111111;
  line-height: 1.5;
  word-break: break-all;
}

.single-image {
  height: 485px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  width: 50%;
  position: relative;
}

@media (max-width: 768px) {
  .single-image {
    width: 100%;
    height: 250px;
  }
}
/*
.single-image::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 100px solid transparent;
  border-bottom: 100px solid transparent;
  border-left: 33px solid rgba(255, 255, 255, 0.9);
  left: 0;
  top: 70px;
  position: absolute;
}
*/
.single-content {
  width: calc(50% - 64px);
}

@media (max-width: 768px) {
  .single-content {
    width: 100%;
    margin-top: 32px;
  }
}

.single-content .title h3 {
  font-size: 18px;
}

.single-content .title h3::after {
  margin-top: 4px;
}

.single-content .date {
  margin-top: 24px;
}

.single-content .breadcrumbs {
  margin-top: 24px !important;
}

.single-content .share {
  margin-top: 20px;
}

.single-title {
  font-size: 26px;
  color: #030303;
  line-height: 1.5;
  margin-top: 12px;
}

@media (max-width: 768px) {
  .single-chart {
    margin-top: 32px;
  }
}

.single-chart span {
  font-size: 16px;
  color: #2857AE;
  cursor: pointer;
  line-height: 1.5;
  text-decoration: underline;
}

.single-desc {
  margin-top: 32px;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  text-align: left;
}

.single-desc ul {
  padding-left: 15px;
  list-style-type: initial;
}

.single-desc span,
.single-desc p {
  font-size: 16px !important;
  font-style: initial !important;
}

.single-desc table {
  border-collapse: collapse;
  width: 100% !important;
  display: block;
  max-width: -moz-fit-content;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  overflow-x: auto;
  white-space: nowrap;
  height: auto !important;
}

.single-desc table thead th {
  padding: 30px 15px;
}

.single-desc table thead th.text-left {
  text-align: left;
}

.single-desc table tbody {
  -webkit-box-shadow: 0 3px 40px rgba(211, 211, 211, 0.41);
          box-shadow: 0 3px 40px rgba(211, 211, 211, 0.41);
}

.single-desc table tbody tr td {
  padding: 30px 15px;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
}

.single-desc table tbody tr td.text-left {
  text-align: left;
}

.single-desc table tbody tr:nth-child(even) td {
  background: #ADB9CE;
  color: #fff;
}

.single-desc table tbody tr:nth-child(even) td:first-child a {
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.single-desc table tbody tr:nth-child(even) td:first-child a:hover {
  color: #000;
}

.single-desc table tbody tr:nth-child(odd) td:first-child a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.single-desc table tbody tr:nth-child(odd) td:first-child a:hover {
  color: #D72827;
}

.single-desc table {
  margin: 50px 0;
}

.single-desc table tr td {
  border-right: 1px solid rgba(112, 112, 112, 0.5);
}

.single-desc table tr td:last-child {
  border-right: none;
}

.single-comments {
  margin-top: 64px;
}

.single-related {
  margin-top: 64px;
}

.single.single-wide .single-image {
  height: 342px;
  width: 65%;
}

@media (max-width: 768px) {
  .single.single-wide .single-image {
    width: 100%;
    height: 250px;
  }
}

.single.single-wide .single-image::before {
  top: 30px;
}

.blog-info {
  background: #323946;
  color: #fff;
  font-size: 16px;
  padding: 20px;
  margin: 30px 0;
  line-height: 30px;
}

.map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 479px;
  margin: 64px 0;
}

@media (max-width: 768px) {
  .map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

.map .left {
  width: 50%;
  height: 100%;
  background: url(/images/indexes-bg.png?696311bc7a24c8253bce13ddaa77ed38);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}

@media (max-width: 768px) {
  .map .left {
    width: 100%;
    padding: 32px 16px;
  }
}

.map .left::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(50, 57, 70, 0.88);
}

.map .right {
  width: 50%;
  height: 100%;
  position: relative;
}

@media (max-width: 768px) {
  .map .right {
    width: 100%;
    height: 250px;
  }
}

.map .right::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 100px solid transparent;
  border-bottom: 100px solid transparent;
  border-left: 33px solid #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

@media (max-width: 768px) {
  .map .right::after {
    display: none;
  }
}

.map .right::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(50, 57, 70, 0.19);
  z-index: 2;
  display: none;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}

.contact-item {
  width: 50%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .contact-item {
    margin: 16px 0;
  }
}

.contact-item:hover div {
  background: #FD003A;
}

.contact-item:hover span {
  color: #fff;
}

.contact-item div {
  width: 54px;
  height: 54px;
  mask-size: 40px !important;
  -webkit-mask-size: 40px !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-position: center !important;
  -webkit-mask-position: center !important;
  background: rgba(255, 255, 255, 0.65);
  display: block;
  margin-bottom: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-item span {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.socials.socials-large {
  background: #fff;
  -webkit-box-shadow: 0 0 40px rgba(189, 189, 189, 0.13);
          box-shadow: 0 0 40px rgba(189, 189, 189, 0.13);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
  padding: 64px 0;
}

@media (max-width: 768px) {
  .socials.socials-large {
    padding: 32px 0;
  }
}

.socials.socials-large a {
  font-size: 80px;
  color: rgba(0, 0, 0, 0.4);
  margin: 0 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .socials.socials-large a {
    font-size: 25px;
    margin: 0 12px;
  }
}

.socials.socials-large a.youtube:hover {
  color: #cd201f;
}

.socials.socials-large a.linkedin:hover {
  color: #0077B5;
}

.socials.socials-large a.facebook:hover {
  color: #3b5999;
}

.socials.socials-large a.twitter:hover {
  color: #55acee;
}

.socials.socials-large a.wiki:hover {
  color: #000;
}

.indexes-header {
  background: #323946 url(/images/indexes-bg.png?696311bc7a24c8253bce13ddaa77ed38);
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 80px 0 20px 0;
  position: relative;
  overflow: hidden;
}

.indexes-header::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(50, 57, 70, 0.97);
  z-index: 1;
}

.indexes-header::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 25px solid #fff;
  left: 0;
  top: 80px;
  z-index: 10;
}

@media (max-width: 768px) {
  .indexes-header::after {
    display: none;
  }
}

@media (max-width: 1200px) {
  .indexes-header::after {
    display: none;
  }
}

.indexes-wrap {
  margin-left: calc((100% - 1080px) / 2);
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .indexes-wrap {
    padding: 0 15px;
    margin-left: 0;
  }
}

@media (max-width: 1200px) {
  .indexes-wrap {
    margin-left: 0;
    padding: 0 15px;
  }
}

.indexes-wrap .ind-title {
  font-size: 26px;
  text-transform: uppercase;
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  margin-top: 12px;
}

.indexes-wrap .ind-page-title {
  height: 100px;
  background: rgba(255, 255, 255, 0.05);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.indexes-wrap .ind-page-title-icon-wrapper {
  width: 54px;
  height: 54px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-left: 30px;
}

.indexes-wrap .ind-page-title-icon-wrapper:hover .ind-page-title-icon.initial {
  opacity: 0;
}

.indexes-wrap .ind-page-title-icon-wrapper:hover .ind-page-title-icon.hovered {
  opacity: 1;
}

.indexes-wrap .ind-page-title-icon {
  mask-size: 54px !important;
  -webkit-mask-size: 54px !important;
  background: rgba(255, 255, 255, 0.5);
  outline: none;
  border: none;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 1;
}

.indexes-wrap .ind-page-title-icon.hovered {
  opacity: 0;
}

.indexes-wrap .ind-page-title::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  width: 10000px;
}

.indexes-wrap .ind-page-title::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  width: 10000px;
}

.indexes-wrap .ind-page-title h1 {
  font-size: 26px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: normal;
}

.indexes-wrap .ind-page-title h1::after {
  content: '';
  height: 7px;
  width: 45px;
  background: #D72827;
  display: block;
  margin-top: 12px;
}

.indexes-wrap .ind-desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  padding-right: calc((100% - 1080px) / 2);
}

.indexes-wrap .ind-desc .expand-btn {
  margin-top: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 14px;
}

.indexes-wrap .ind-desc .expand-btn span:nth-child(2) {
  display: none;
}

.indexes-wrap .ind-desc .expand-btn img {
  margin-left: 16px;
}

.indexes-wrap .ind-desc .expand-btn.expanded img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.indexes-wrap .ind-desc .full-desc {
  display: none;
}

.indexes-wrap .ind-desc.expanded .full-desc {
  display: block;
}

.indexes-wrap .ind-desc.expanded span:nth-child(1) {
  display: none;
}

.indexes-wrap .ind-desc.expanded span:nth-child(2) {
  display: block;
}

.indexes-wrap .ind-desc.expanded img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.ind-slider {
  float: right;
  width: 50%;
  margin-left: 100px;
  margin-bottom: 80px;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .ind-slider {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

.ind-slider .slick-slide {
  margin: 0 15px;
}

.ind-slider .slick-slide:hover .ind-author-name {
  color: #D72827;
}

.ind-slider .slick-list {
  margin: 0 -15px;
  padding-right: 20%;
}

@media (max-width: 768px) {
  .ind-slider .slick-list {
    padding-right: 0;
  }
}

.ind-slider .slick-arrow {
  position: absolute;
  bottom: -50px;
  border: none;
  background: none;
  text-indent: -9999vh;
  width: 32px;
  height: 22px;
  outline: none;
  opacity: .33;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.ind-slider .slick-arrow.slick-next {
  right: 30%;
  background: url(/images/ind-arrow-right.png?ca031a849c01a4e76f2934caf11b9c61) no-repeat;
}

@media (max-width: 768px) {
  .ind-slider .slick-arrow.slick-next {
    right: 0;
  }
}

.ind-slider .slick-arrow.slick-prev {
  left: 0;
  background: url(/images/ind-arrow-left.png?a580a21797c56e0bf8f497a4ab1e33f0) no-repeat;
}

.ind-slider .slick-arrow:hover {
  opacity: .8;
}

.ind-slider .ind-item {
  height: 136px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.ind-slider .ind-author-name {
  margin-top: 16px;
  text-align: center;
  text-decoration: underline;
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'Montserrat', sans-serif;
}


.typeCategories{
	margin-top:40px;
	width:92%;
	height:48px;
	border-radius:16px;
	margin-left:4%;
	background:rgba(234, 238, 240, 0.5);
}
.typeCategories button{
	font-size:14px;
	font-weight:400;
	color:#626262;
	border:0px;
	cursor:pointer;
	background:transparent;
	padding-left:16px;
	padding-right:16px;
	height:44px;
	margin-top:2px;
}
.typeCategories button.active{
	border-radius:14px;
	color:black;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
	background:white;
}
.single-desc table.fullWidthTable{
	max-width:unset;
	background:transparent;
	display:table;
}
.single-desc table.fullWidthTable tbody{
	box-shadow:unset;
}
.single-desc table.fullWidthTable th{
	color:black;
	font-size:16px;
	background:transparent;
	font-weight:bold;
	padding-bottom:20px;
}
.single-desc table.fullWidthTable .num, .yearColumn{
	padding-right:20px;
	padding-left:20px;
	width:70px;
}
.single-desc table.fullWidthTable th:last-child{
	color:rgba(98, 98, 98, 1);
	font-weight:400;
	text-align:right;
}
.single-desc table.fullWidthTable th:last-child button{
	border:0px;
	background:transparent;
	text-decoration:underline;
	cursor:pointer;
	color:rgba(215, 40, 39, 1);
}
.single-desc table.fullWidthTable td{
	border-right:0px;
	text-align:left;
	color:black;
	font-weight:400;
	font-size:14px;
	padding:0px 0px;
	cursor:pointer;
}
.single-desc table tbody tr:nth-child(even) td{
	background:white;
	color:black;
}

.graph{
	display:inline-block;
	border-left: 1px dashed #EDEDED;
    border-right: 1px dashed #EDEDED;
    width:calc(100% - 60px);
    height: 12px;
    margin-top: 7px;
    position: relative;
    overflow: hidden;
    background: rgba(234, 238, 240, 1);
    border-radius: 50px;
	margin-right:15px;
}
.graph .color{
	position: relative;
    z-index: 1;
    height: 12px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background-image: linear-gradient(135deg, #ebeef0 25%, transparent 25%, transparent 50%, #ebeef0 50%, #ebeef0 75%, transparent 75%, transparent);
    background-size: 4px 4px;
}
.graph .color_hover{
	z-index: 1;
    position: absolute;
    top: 0;
    height: 12px;
}
.forSub{
	display:none;
}
.forSub td {
	background:rgba(245, 247, 247, 1)!important;
	padding-top:25px!important;
	padding-bottom:25px!important;
}

.single-desc table.fullWidthTable td:first-child{
	width:22%;
}
.single-desc table.fullWidthTable td:nth-child(2){
	width:10%;
}
.single-desc table.fullWidthTable td.lastChildWholeWidth{
	width:65%;
}

.single-desc table.fullWidthTable .forSub td:first-child{
	padding-left:40px;
}
.single-desc table.fullWidthTable .forSub td:nth-child(2){
	padding-left:20px;
}
.forSub .graph{
	width:calc(90% - 60px);
}

.firstCustomBar{
	display:block;
	height:12px;
	width:100%;
	background:rgba(120, 130, 255, 0.7);
}
.secondCustomBar{
	display:block;
	height:12px;
	width:100%;
	background:rgba(255, 148, 148, 0.7);
}
.forFirstbar{
	width:25%;
	padding-right:17px!important;
}
.barTexts{
	font-weight:510;
	font-size:12px;
	color:rgba(181, 181, 183, 1);
}
.barTexts font{
	color:black;
	margin-left:6px;
	font-size:12px;
	font-weight:510;
}

@media screen and (max-width: 1199px){
	.typeCategories{
		position:relative;
		height:unset;
		margin-left:-350px;
		left:50%;
		width:700px;
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
	}
}
@media screen and (max-width: 768px){
	.contentTable{
		overflow-x:scroll;
		width:100%;
	}
	.typeCategories{
		width:90%;
		left:unset;
		margin-left:5%;
	}
	
}