.video .wow {
  visibility: hidden;
}
.banner {
  position: relative;
  overflow: hidden;
  padding-bottom: 96px;
  margin-bottom: -96px;
}
.banner .inner-content {
  opacity: 0;
}
.banner_inner {
  overflow: hidden;
}
.banner_inner .item {
  height: 100vh;
  width: 100vw;
  display: table;
  table-layout: fixed;
  overflow: hidden;
}
#close-button {
  left: auto;
  height: 28px;
  width: 28px;
  top: 16px;
  right: 16px;
  z-index: 99;
  position: absolute;
  opacity: .8;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  display: none;
  cursor: pointer;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: .5;
  z-index: 3;
  transition: opacity .5s;
}
.image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  background-size: cover;
  background-position: 50%;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out,-webkit-transform 1s ease-in-out;
}
.banner_inner .hero-video {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  display: none;
}

.banner_inner .hero-video .jwplayer.jw-flag-aspect-mode {
    height: 100% !important;
}
.banner_inner .content {
  position: relative;
}
.heroModule .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 2;
}
.heroModule .video-container video {
  height: auto;
  width: auto;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: relative;
}

@media(min-width: 1350px) {
  .jw-controls.jw-reset {
    height: 200px;
    top: calc(100vh - 21%);
  }
  .jwplayer.jw-stretch-uniform .jw-media video{
    object-fit: cover !important;
      width: 89%;
  }
}
.banner_inner .content {
  height: 100vh;
}
.banner_inner .page-center {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  height: 100%;
}

.banner_inner .icon {
  text-align: left;
  padding-bottom: 20px;
}
.banner_inner .icon img {
  display: block;
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 150px;
  vertical-align: middle;
}
.banner_inner .sub {
  display: block;
  padding-bottom: 24px;
  letter-spacing: 3.6px;
}
.banner_inner .sub p {
  letter-spacing: 3.6px;
  padding-bottom: 12px;
  color: #fff;
}
.banner_inner .title h2 {
  color: #fff;
  padding: 0;
  padding-bottom: 64px;
}

.banner_inner .copy h5 {
  color: #fff;
  padding: 0;
}

.banner_inner .label, .banner_inner a.cta_button.btn_cta {
  font-family: Neue Helvetica Light,Arial,sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  color: #FFF;
  border: 1px solid #fff;
}
.banner_inner .label:hover, .banner_inner a.cta_button.btn_cta:hover {
  background-color: #fff;
  color: #212a34;
  border-color: #212a34;
}

.down-arrow {
  position: absolute;
  width: 100%;
  bottom: 120px;
  left: 0;
  height: 25px;
  background-size: contain;
  cursor: pointer;
  -webkit-animation: flickerAnimation 3s infinite;
  -moz-animation: flickerAnimation 3s infinite;
  -o-animation: flickerAnimation 3s infinite;
  animation: flickerAnimation 3s infinite;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
  z-index: 95;
}
.down-arrow a {
  display: block;
}
@media (max-height: 600px) {
  .down-arrow {
    bottom: 140px;
  }
}
.banner_inner .page-center {
  padding: 0 24px;
}

@media (min-width: 767px) {
  .banner_inner .page-center {
    padding: 0 104px;
  }
  #close-button {
    height: 40px;
    width: 40px;
    top: 24px;
    right: 38px;
  }
}

@media (min-width: 940px) {
  .banner_inner .page-center {
    padding: 0 40px;
  }

}

@media (min-width: 1240px) {
  .banner_inner .page-center {
    padding: 0;
  }

}
@media(max-width: 1239px) {
  .banner_inner .page-center {
    max-width: 100%;
  }
}

@media(max-width: 767px) {
  .banner_inner .page-center {
    padding-bottom: 16px;
  }
  .title.staggerIn {
    padding-bottom: 16px;
  }
  .banner_inner .title h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.17;
    letter-spacing: -1.6px;
    padding-bottom: 48px;
  }
}

@media (max-width: 414px) {
  .banner_inner .label {
    padding: 11.5px 20px;
  }


}

@media (max-width: 375px) {
  .banner_inner .title h2  {
    line-height: 1.11;
    letter-spacing: -1.2px;
  }


}

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

@media not all and (min-resolution:.001dpcm) { @supports (-webkit-appearance:none) and (display:flow-root) { .safar_only { property:value; } } }