@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');
/*
***CORE***
*/
.cq-Editable-dom--container,
.aem-GridColumn.cq-Editable-dom--container {
  padding: 0 !important;
}
html {
  overflow-x: hidden;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html {
    overflow-x: visible;
  }
}
body {
  overflow-x: hidden;
}
.atvi-cookie-disclaimer.show {
  display: none;
}
.shg-section {
  position: relative;
  min-height: 600px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.shg-section.blue-top:before,
.shg-section.white-top:before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  top: -20px;
  left: 0;
  height: 102px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .shg-section.blue-top:before,
  .shg-section.white-top:before {
    height: 46px;
  }
}
.shg-section.blue-top:before {
  background: url('../../../../content/dam/atvi/sledgehammer/shg-touchui/common/title-bg-blue-top.png');
}
.shg-section.white-top:before {
  background: url('../../../../content/dam/atvi/sledgehammer/shg-touchui/common/title-bg-white-top.png');
}
@media screen and (max-width: 1024px) {
  .shg-section {
    height: 100%;
    min-height: 667px;
    overflow: hidden;
  }
}
@media screen and (max-width: 420px) {
  .shg-section {
    min-height: 600px;
  }
}
.header-container {
  position: relative;
  padding: 50px 0;
  font-family: 'Heebo', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  color: #162734;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .header-container {
    padding: 30px 0;
  }
}
@media screen and (max-width: 420px) {
  .header-container {
    padding: 20px 0;
  }
}
.header-container h1 {
  font-size: 60px;
}
@media screen and (max-width: 1024px) {
  .header-container h1 {
    font-size: 36px;
  }
}
.header-container .sub-desc-container {
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .header-container .sub-desc-container {
    font-size: 18px;
  }
}
.content-container {
  position: relative;
  max-width: 1020px;
  height: auto;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .content-container {
    max-width: 820px;
  }
}
.slide-bg-container,
.slide-container {
  width: 100%;
}
.slide-bg-container {
  position: absolute;
  z-index: -1;
}
.bg-container {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}
.bg-container.current {
  visibility: visible;
  opacity: 1;
}
.bg-container .desktop-bg,
.bg-container .mobile-bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.bg-container .desktop-bg {
  display: block;
}
.bg-container .mobile-bg {
  display: none;
}
@media screen and (max-width: 1024px) {
  .bg-container .desktop-bg {
    display: none;
  }
  .bg-container .mobile-bg {
    display: block;
  }
}
.slide-desc-container {
  display: none;
}
.slide-desc-container .shg-subheading {
  font-family: 'Heebo', sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.slide-desc-container .shg-desc {
  font-family: 'Roboto Slab', sans-serif;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 18px;
}
@media only screen and (max-width: 420px) {
  .slide-desc-container .shg-desc {
    font-size: 12px;
  }
}
.slide-desc-container .shg-desc p {
  position: relative;
}
.slide-desc-container .shg-desc p:before {
  content: '\201C';
  position: absolute;
  top: -30px;
  left: -56px;
  font-family: Adrianna;
  font-weight: 700;
  font-size: 90px;
}
@media only screen and (max-width: 420px) {
  .slide-desc-container .shg-desc p:before {
    top: -24px;
    left: -46px;
    font-size: 70px;
  }
}
.slide-desc-container .shg-desc p:after {
  content: '\201D';
  position: absolute;
  bottom: -12px;
  font-size: 30px;
  font-family: Adrianna;
}
@media only screen and (max-width: 420px) {
  .slide-desc-container .shg-desc p:after {
    font-size: 26px;
  }
}
.slide-btn {
  cursor: pointer;
  margin: 0px auto;
  font-family: 'Heebo', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1024px) {
  .slide-btn {
    font-size: 12px;
  }
}
.slide-btn a {
  position: relative;
}
.slide-btn .left,
.slide-btn .right {
  display: inline-block;
  padding: 5px 10px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.slide-btn .left {
  margin-left: -1px;
}
.carousel-arrow-left,
.carousel-arrow-right,
.carousel-arrow-up,
.carousel-arrow-down {
  cursor: pointer;
  /*&:after{
		.size(16px,16px);
    }*/
}
/*
.carousel-arrow-up{

    &:after {
        content: '';
        display: inline-block;
        margin-top: 20px;
        margin-left: 15px;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
.carousel-arrow-down{

    &:after {
        content: '';
        display: inline-block;
        margin-top: 12px;
        margin-left: 15px;
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}*/
