.pl-sn-impulse .pl-sn-wrap {
  background-color: #000;
}
.pl-impulse-mobile {
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform .4s;
  position: relative;
  z-index: 998;
  display: block;
  height: 48px;
  opacity: .45;
  padding: 16px;
  width: 48px;
  will-change: opacity;
}
.pl-impulse-mobile span {
  -moz-transition: .4s;
  -o-transition: .4s;
  -webkit-transition: .4s;
  transition: .4s;
  background-color: #FFF;
  display: block;
  height: 2px;
  left: 14px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.pl-impulse-mobile span:first-child {
  -moz-transform: translate(0, -6px);
  -ms-transform: translate(0, -6px);
  -webkit-transform: translate(0, -6px);
  transform: translate(0, -6px);
}
.pl-impulse-mobile span:last-child {
  -moz-transform: translate(0, 6px);
  -ms-transform: translate(0, 6px);
  -webkit-transform: translate(0, 6px);
  transform: translate(0, 6px);
}
.pl-impulse-wrap.nav_none .pl-impulse-navbar {
  display: none;
}
.pl-impulse-wrap.nav_bottom .pl-impulse-navbar {
  top: auto;
  bottom: 0;
}
.pl-impulse-wrap.nav_only .pl-impulse-navbar {
  position: static;
}
.pl-impulse-wrap.nav_only .pl-impulse-gallery {
  display: none !important;
}
.pl-impulse-navbar {
  color: #fff;
  padding: .8em 2em;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  position: absolute;
  top: 0;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.pl-impulse-navbar.no-bg {
  background-color: transparent;
}
.pl-impulse-navbar .pl-impulse-logo {
  padding-right: 3em;
}
.pl-impulse-navbar .pl-impulse-logo img {
  max-height: 40px;
  display: block;
}
.pl-impulse-navbar .pl-impulse-brand {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.pl-impulse-navbar .pl-nav-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.pl-impulse-navbar .pl-impulse-nav {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.pl-impulse-navbar .pl-impulse-nav a,
.pl-impulse-navbar .pl-impulse-nav a:hover {
  text-decoration: none;
}
.pl-impulse-navbar .pl-impulse-nav > li {
  display: inline-block;
  padding: 0;
}
.pl-impulse-navbar .pl-impulse-nav > li > a {
  font-size: .9em;
  font-weight: 500;
  display: block;
  color: inherit;
  opacity: .8;
  padding: .3em 1em;
  border-radius: 2px;
}
.pl-impulse-navbar .pl-impulse-nav > li.current-menu-item > a,
.pl-impulse-navbar .pl-impulse-nav > li > a:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}
.pl-impulse-navbar .iconlist-link {
  text-align: center;
  width: 2.1em;
  height: 2.1em;
  margin: 0 3px;
  line-height: 1.9em;
  border-radius: 2px;
  display: inline-block;
  color: inherit;
}
.pl-impulse-navbar .iconlist-link:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .pl-impulse-navbar {
    display: block;
  }
  .pl-impulse-navbar .pl-impulse-brand {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .pl-impulse-navbar .pl-impulse-brand .pl-impulse-logo {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
  .pl-impulse-navbar .iconlist {
    margin-top: 1em;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 5px;
  }
  .pl-impulse-navbar .pl-impulse-nav {
    margin: 1em 0;
  }
  .pl-impulse-navbar .pl-impulse-nav > li {
    display: block;
    font-size: 1.2em;
  }
  .pl-impulse-navbar .pl-nav-elements {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s;
    will-change: max-height;
  }
}
@media (min-width: 768px) {
  .pl-impulse-navbar .pl-impulse-mobile {
    display: none;
  }
  .pl-impulse-navbar .pl-nav-elements {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
  .pl-impulse-navbar .pl-impulse-navbar-element {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
body.show-impulse-mobile .pl-impulse-mobile {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
body.show-impulse-mobile .pl-impulse-mobile span:first-child {
  -moz-transform: rotate(45deg) translate(0, 0);
  -ms-transform: rotate(45deg) translate(0, 0);
  -webkit-transform: rotate(45deg) translate(0, 0);
  transform: rotate(45deg) translate(0, 0);
}
body.show-impulse-mobile .pl-impulse-mobile span:nth-child(2) {
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
body.show-impulse-mobile .pl-impulse-mobile span:last-child {
  -moz-transform: rotate(-45deg) translate(0, 0);
  -ms-transform: rotate(-45deg) translate(0, 0);
  -webkit-transform: rotate(-45deg) translate(0, 0);
  transform: rotate(-45deg) translate(0, 0);
}
body.show-impulse-mobile .pl-impulse-navbar .pl-nav-elements {
  max-height: 100vh;
  opacity: 1;
}
.pl-sn-impulse {
  /* 
   *  Owl Carousel - Animate Plugin
   */
  /* 
   *  Owl Carousel - Auto Height Plugin
   */
  /* 
   *  Core Owl Carousel CSS File
   */
  /* No Js */
  /* 
   *  Owl Carousel - Lazy Load Plugin
   */
  /* 
   *  Owl Carousel - Video Plugin
   */
}
.pl-sn-impulse .pl-sn-pad {
  padding: 0;
}
.pl-sn-impulse .pl-impulse-gallery {
  position: relative;
  opacity: 0;
  transition: opacity .8s;
}
.pl-sn-impulse .pl-impulse-gallery.show-impulse {
  opacity: 1;
}
.pl-sn-impulse .pl-impulse-gallery .own-nav {
  z-index: 101;
}
.pl-sn-impulse .pl-impulse-gallery .owl-prev,
.pl-sn-impulse .pl-impulse-gallery .owl-next {
  top: 50%;
  position: absolute;
  font-size: 70px;
  width: 70px;
  text-align: center;
  margin-top: -35px;
  height: 70px;
  line-height: 70px;
  font-weight: 600;
  transition: color .4s;
  opacity: .5;
}
.pl-sn-impulse .pl-impulse-gallery .owl-prev:hover,
.pl-sn-impulse .pl-impulse-gallery .owl-next:hover {
  opacity: 1;
}
.pl-sn-impulse .pl-impulse-gallery .owl-prev:active,
.pl-sn-impulse .pl-impulse-gallery .owl-next:active {
  opacity: .6;
}
.pl-sn-impulse .pl-impulse-gallery .owl-prev i,
.pl-sn-impulse .pl-impulse-gallery .owl-next i {
  vertical-align: top;
}
.pl-sn-impulse .pl-impulse-gallery .owl-next {
  right: 0;
}
@media (max-width: 560px) {
  .pl-sn-impulse .pl-impulse-gallery .owl-nav {
    display: none;
  }
}
.pl-sn-impulse .pl-impulse-cell {
  text-decoration: none;
  display: block;
  height: 100vh;
}
.pl-sn-impulse .pl-impulse-cell .overlay {
  opacity: 0;
  transition: opacity .1s;
  will-change: opacity;
}
.pl-sn-impulse .pl-impulse-cell.overlay-dark .overlay,
.pl-sn-impulse .pl-impulse-cell.overlay-light .overlay,
.pl-sn-impulse .pl-impulse-cell.overlay-grad-blue .overlay,
.pl-sn-impulse .pl-impulse-cell.overlay-grad-orange .overlay,
.pl-sn-impulse .pl-impulse-cell.overlay-grad-green .overlay,
.pl-sn-impulse .pl-impulse-cell.overlay-grad-bluepink .overlay {
  opacity: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.pl-sn-impulse .pl-impulse-cell.overlay-dark .overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.pl-sn-impulse .pl-impulse-cell.overlay-light .overlay {
  background-color: rgba(255, 255, 255, 0.8);
}
.pl-sn-impulse .pl-impulse-cell.overlay-grad-blue .overlay {
  background: #0b6bfe;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0b6bfe 0%, #083ba3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0b6bfe 0%, #083ba3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0b6bfe 0%, #083ba3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b6bfe', endColorstr='#083ba3', GradientType=0);
  /* IE6-9 */
  opacity: .65;
}
.pl-sn-impulse .pl-impulse-cell.overlay-grad-orange .overlay {
  background: #ffaf00;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffaf00 0%, #c90a0a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffaf00 0%, #c90a0a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffaf00 0%, #c90a0a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf00', endColorstr='#C90A0A', GradientType=0);
  /* IE6-9 */
  opacity: .65;
}
.pl-sn-impulse .pl-impulse-cell.overlay-grad-green .overlay {
  background: #3FB618;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3fb618 0%, #227210 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3fb618 0%, #227210 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3fb618 0%, #227210 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3FB618', endColorstr='#227210', GradientType=0);
  /* IE6-9 */
  opacity: .65;
}
.pl-sn-impulse .pl-impulse-cell.overlay-grad-bluepink .overlay {
  background: #0B6BFE;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0b6bfe 0%, #ff00ce 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0b6bfe 0%, #ff00ce 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0b6bfe 0%, #ff00ce 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0B6BFE', endColorstr='#FF00CE', GradientType=0);
  /* IE6-9 */
  opacity: .65;
}
.pl-sn-impulse .pl-impulse-cell .cell-wrap {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 100%;
}
.pl-sn-impulse .pl-impulse-cell.contain .cell-wrap {
  background-size: contain;
}
.pl-sn-impulse .pl-impulse-cell .pl-bg-video-container {
  top: 0;
}
.pl-sn-impulse .pl-impulse-cell .cell-content {
  padding: 1em 140px;
  text-align: center;
  z-index: 100;
  will-change: opacity;
}
.pl-sn-impulse .pl-impulse-cell .cell-text {
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 30px 0;
}
.pl-sn-impulse .pl-impulse-cell .cell-text h2 {
  font-weight: 600;
  font-size: 4em;
}
.pl-sn-impulse .pl-impulse-cell .cell-text .sub-title {
  font-size: 1.4em;
}
@media (max-width: 767px) {
  .pl-sn-impulse .pl-impulse-cell .cell-content {
    padding: 1em 50px;
  }
  .pl-sn-impulse .pl-impulse-cell .cell-text h2 {
    font-size: 2em;
  }
  .pl-sn-impulse .pl-impulse-cell .cell-text .sub-title {
    font-size: 1.1em;
  }
}
@media (max-width: 468px) {
  .pl-sn-impulse .pl-impulse-cell .cell-text h2 {
    font-size: 1.6em;
  }
}
.pl-sn-impulse .owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.pl-sn-impulse .owl-carousel .owl-animated-in {
  z-index: 0;
}
.pl-sn-impulse .owl-carousel .owl-animated-out {
  z-index: 1;
}
.pl-sn-impulse .owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.pl-sn-impulse .owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.pl-sn-impulse .owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.pl-sn-impulse .owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.pl-sn-impulse .owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.pl-sn-impulse .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.pl-sn-impulse .owl-carousel .owl-controls .owl-nav .owl-prev,
.pl-sn-impulse .owl-carousel .owl-controls .owl-nav .owl-next,
.pl-sn-impulse .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pl-sn-impulse .owl-carousel.owl-loaded {
  display: block;
}
.pl-sn-impulse .owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.pl-sn-impulse .owl-carousel.owl-hidden {
  opacity: 0;
}
.pl-sn-impulse .owl-carousel .owl-refresh .owl-item {
  display: none;
}
.pl-sn-impulse .owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pl-sn-impulse .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.pl-sn-impulse .owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.pl-sn-impulse .owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.pl-sn-impulse .owl-carousel.owl-rtl {
  direction: rtl;
}
.pl-sn-impulse .owl-carousel.owl-rtl .owl-item {
  float: right;
}
.pl-sn-impulse .no-js .owl-carousel {
  display: block;
}
.pl-sn-impulse .owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.pl-sn-impulse .owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.pl-sn-impulse .owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.pl-sn-impulse .owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.pl-sn-impulse .owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.pl-sn-impulse .owl-carousel .owl-video-playing .owl-video-tn,
.pl-sn-impulse .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.pl-sn-impulse .owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.pl-sn-impulse .owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
