@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,900');
@import url('https://fonts.googleapis.com/css?family=Heebo:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,900');
.shg-hero-container {
  margin-top: 60px;
}
.shg-hero-container .hero .hero-wrapper {
  position: relative;
  width: 100%;
}
.shg-hero-container .hero .hero-item {
  position: relative;
  margin: 0 !important;
}
.shg-hero-container .hero .hero-item .hero-item-url {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.shg-hero-container .hero .hero-item .hero-bg {
  position: relative;
  padding-bottom: 45%;
  height: 0;
}
.shg-hero-container .hero .hero-item .hero-bg:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 20%, #000000 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 20%, #000000 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, #000000 100%);
  background-repeat: repeat-x;
}
.shg-hero-container .hero .hero-item .hero-bg .hero-bg-video {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
}
.shg-hero-container .hero .hero-item .hero-bg .hero-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .shg-hero-container .hero .hero-item .hero-bg {
    padding-bottom: 56.25%;
  }
}
.shg-hero-container .hero .hero-item .hero-content {
  color: #FFF;
  position: absolute;
  max-width: 1020px;
  height: auto;
  padding: 0 20px;
  margin: 0 auto;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  z-index: 10;
  text-transform: uppercase;
  text-shadow: 2px 3px 3px #000;
}
.shg-hero-container .hero .hero-item .hero-content h3 {
  font-family: 'Heebo', sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.shg-hero-container .hero .hero-item .hero-content h2 {
  margin: 20px 0;
  font-family: 'Heebo', sans-serif;
  font-weight: 900;
  font-size: 68px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  .shg-hero-container .hero .hero-item .hero-content {
    bottom: 25px;
  }
  .shg-hero-container .hero .hero-item .hero-content h3 {
    font-size: 18px;
  }
  .shg-hero-container .hero .hero-item .hero-content h2 {
    font-size: 36px;
  }
}
.shg-hero-container .hero .slick-prev {
  left: 25px;
}
.shg-hero-container .hero .slick-prev:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../../../../../../../content/dam/atvi/sledgehammer/shg-touchui/common/left-arrow-empty.png) center center no-repeat;
  background-size: contain;
}
.shg-hero-container .hero .slick-prev:hover:before {
  background: url(../../../../../../../content/dam/atvi/sledgehammer/shg-touchui/common/left-arrow.png) center center no-repeat;
  animation: fade-in 0.5s, leftArrowAnim 1s infinite;
}
.shg-hero-container .hero .slick-dots {
  bottom: 15px;
}
.shg-hero-container .hero .slick-dots li {
  width: 15px;
  height: 15px;
}
.shg-hero-container .hero .slick-dots li.slick-active button {
  background: #000;
}
.shg-hero-container .hero .slick-dots li button {
  width: 15px;
  height: 15px;
  background: #FFF;
  border-radius: 15px;
  font-size: 0;
}
.shg-hero-container .hero .slick-dots li button:before {
  content: "";
}
.shg-hero-container .hero .slick-next {
  right: 25px;
}
.shg-hero-container .hero .slick-next:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../../../../../../../content/dam/atvi/sledgehammer/shg-touchui/common/right-arrow-empty.png) center center no-repeat;
  background-size: contain;
}
.shg-hero-container .hero .slick-next:hover:before {
  background: url(../../../../../../../content/dam/atvi/sledgehammer/shg-touchui/common/right-arrow.png) center center no-repeat;
  animation: fade-in 0.5s, rightArrowAnim 1s infinite;
}
.shg-hero-container .hero .slick-next,
.shg-hero-container .hero .slick-prev {
  width: 50px;
  height: 100%;
  background: transparent;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 11;
}
.shg-hero-container .hero .slick-next:before,
.shg-hero-container .hero .slick-prev:before {
  width: 30px;
  height: 100%;
  font-size: 20px;
  line-height: 1;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Custom Arrows */
@keyframes leftArrowAnim {
  0% {
    right: 0px;
  }
  25% {
    right: 10px;
  }
  75% {
    right: -10px;
  }
  100% {
    right: 0px;
  }
}
@keyframes rightArrowAnim {
  0% {
    left: 0px;
  }
  25% {
    left: 10px;
  }
  75% {
    left: -10px;
  }
  100% {
    left: 0px;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
