@charset "UTF-8";
/* Play/Pause Control */
.slick-pause {
  position: absolute;
  z-index: 10;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.25em 0.25em 0;
  border: none;
  background: transparent;
  outline: none;
}
.slick-pause svg .background {
  stroke: black;
  fill: black;
  stroke-width: 1px;
  opacity: 0.6;
}
.slick-pause svg .border {
  fill: transparent;
  stroke: transparent;
  stroke-width: 2px;
}
.slick-pause svg .pause {
  stroke-width: 4;
  fill: transparent;
  stroke: transparent;
}
.slick-pause svg .play {
  stroke-width: 1;
  fill: transparent;
  stroke: transparent;
}
.slick-pause.pause svg .pause {
  fill: white;
  stroke: white;
}
.slick-pause.play svg .play {
  fill: white;
  stroke: white;
}
.slick-pause svg polygon {
  fill: white;
  stroke: white;
}
.slick-pause:focus svg .background,
.slick-pause:hover svg .background,
.slick-pause:hover svg .border {
  fill: #000;
  stroke: #000;
  opacity: 1;
}
.slick-pause:focus svg .border {
  stroke: white;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto !important;
  right: -25px !important;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px !important;
  right: auto !important;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

/**************************
@yellow			: #dbbd40;
@black          : #000;
**************************/
/*****************************************************************************************

*IMPORT GOOGLE FONTS IN CORE FONTS.LESS file
*Only create mixins of font families in here

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
@font-face {
  font-family: 'Gilroy Thin';
  src: url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-Thin.woff2") format("woff2"), url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-Thin.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy Thin Italic';
  src: url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-ThinItalic.woff2") format("woff2"), url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-ThinItalic.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy Regular';
  src: url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-Regular.woff2") format("woff2"), url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-Regular.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy Regular Italic';
  src: url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-RegularItalic.woff2") format("woff2"), url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-RegularItalic.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy Medium';
  src: url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-Medium.woff2") format("woff2"), url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-Medium.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy Medium Italic';
  src: url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-MediumItalic.woff2") format("woff2"), url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-MediumItalic.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy Bold';
  src: url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-Bold.woff2") format("woff2"), url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-Bold.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy Bold Italic';
  src: url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-BoldItalic.woff2") format("woff2"), url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-BoldItalic.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy Black';
  src: url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-Black.woff2") format("woff2"), url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-Black.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy Black Italic';
  src: url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-BlackItalic.woff2") format("woff2"), url("../../../../../../../../content/dam/atvi/demonware/2023-refresh/fonts/woff/Gilroy-BlackItalic.woff") format("woff");
  font-style: normal;
}
p {
  font-size: 18px !important;
}
h3 {
  font-size: 28px !important;
}
@media (max-width: 768px) {
  h3 {
    font-size: 24px !important;
  }
}
h2 {
  font-size: 40px !important;
}
@media (max-width: 768px) {
  h2 {
    font-size: 32px !important;
  }
}
.slick-slider .slick-arrow {
  background: #000;
  width: 40px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: center;
  clip-path: polygon(0 0, 28px 0, 100% 10px, 100% 100%, 12px 100%, 0 26px);
}
.slick-slider .slick-prev {
  background-image: url('../../../../../../../../content/dam/atvi/demonware/2023-refresh/common/arrow-left.png');
  left: 0;
}
.slick-slider .slick-prev::before {
  content: '';
}
.slick-slider .slick-next {
  background-image: url('../../../../../../../../content/dam/atvi/demonware/2023-refresh/common/arrow-right.png');
  right: 0;
}
.slick-slider .slick-next::before {
  content: '';
}
#dw-home-hero {
  text-align: center;
  padding: 0;
  margin-top: 87px;
}
#dw-home-hero .container {
  max-width: 1440px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  #dw-home-hero .container {
    width: 80%;
  }
}
@media (min-width: 992px) {
  #dw-home-hero .container {
    max-width: 820px;
  }
}
#dw-home-hero .dw-home-hero-content__inner__image {
  height: 362px;
  position: relative;
}
#dw-home-hero .dw-home-hero-content__inner__image::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  z-index: 2;
}
@media (min-width: 768px) {
  #dw-home-hero .dw-home-hero-content__inner__image::before {
    content: '';
    width: 140px;
    height: 40px;
    position: absolute;
    top: 20px;
    left: 90px;
    z-index: 3;
    background: url('../../../../../../../../content/dam/atvi/demonware/2023-refresh/common/atvi-bliz-logo.png') no-repeat;
    background-size: contain;
    opacity: 1;
  }
}
#dw-home-hero .dw-home-hero-content__inner__image::after {
  content: '';
  width: 140px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: url('../../../../../../../../content/dam/atvi/demonware/2023-refresh/common/atvi-bliz-logo.png') no-repeat;
  background-size: contain;
  opacity: 0.5;
  z-index: 3;
}
@media (min-width: 768px) {
  #dw-home-hero .dw-home-hero-content__inner__image::after {
    width: 60px;
    right: auto;
    left: 20px;
    background: url('../../../../../../../../content/dam/atvi/demonware/2023-refresh/common/hex-detail.png') no-repeat;
    background-size: contain;
  }
}
@media (min-width: 768px) {
  #dw-home-hero .dw-home-hero-content__inner__image {
    height: 464px;
  }
}
@media (min-width: 992px) {
  #dw-home-hero .dw-home-hero-content__inner__image {
    height: 866px;
  }
}
@media (min-width: 2200px) {
  #dw-home-hero .dw-home-hero-content__inner__image {
    height: 1400px;
  }
}
@media (min-width: 3400px) {
  #dw-home-hero .dw-home-hero-content__inner__image {
    height: 2400px;
  }
}
#dw-home-hero .dw-home-hero-content__inner__image .hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: 46%;
  z-index: 0;
}
#dw-home-hero .dw-home-hero-content__inner__image .hero-fg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: 46%;
  z-index: 3;
}
#dw-home-hero .dw-home-hero-content__inner__image__heading {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  #dw-home-hero .dw-home-hero-content__inner__image__heading {
    display: block;
    position: absolute;
    width: 100%;
    color: #fff;
    top: 105px;
  }
}
@media (max-width: 768px) {
  #dw-home-hero .dw-home-hero-content__inner__image__heading {
    margin-bottom: 100px;
    position: relative;
    z-index: 10;
    color: #fff;
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  #dw-home-hero .dw-home-hero-content__inner__image__heading {
    top: 230px;
  }
}
@media (min-width: 1200px) {
  #dw-home-hero .dw-home-hero-content__inner__image__heading {
    top: 220px;
  }
}
#dw-home-hero .dw-home-hero-content__inner__image__heading h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 30px;
  width: 60%;
  margin: 0 auto 30px auto;
  font-family: 'Gilroy Bold';
  opacity: 1;
  animation-name: fadeInUp;
  animation-duration: 1s;
  position: relative;
}
#dw-home-hero .dw-home-hero-content__inner__image__heading h1 > span {
  position: relative;
}
#dw-home-hero .dw-home-hero-content__inner__image__heading h1 > span::before {
  content: '';
  height: 30px;
  width: 30px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('../../../../../../../../content/dam/atvi/demonware/2023-refresh/home/horns.png');
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 992px) {
  #dw-home-hero .dw-home-hero-content__inner__image__heading h1 > span::before {
    width: 60px;
    top: -15px;
  }
}
@media (min-width: 1200px) {
  #dw-home-hero .dw-home-hero-content__inner__image__heading h1 > span::before {
    width: 80px;
    top: -15px;
  }
}
@media (min-width: 768px) {
  #dw-home-hero .dw-home-hero-content__inner__image__heading h1 {
    margin: 0 auto 50px auto;
    font-size: 54px;
    line-height: 58px;
    width: 615px;
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 992px) {
  #dw-home-hero .dw-home-hero-content__inner__image__heading h1 {
    width: 810px;
    font-size: 80px;
    line-height: 90px;
  }
}
@media (min-width: 1200px) {
  #dw-home-hero .dw-home-hero-content__inner__image__heading h1 {
    width: 1024px;
    font-size: 100px;
    line-height: 123px;
    margin: 0 auto 110px auto;
  }
}
#dw-home-hero .dw-home-hero-content__inner__image__heading a {
  background-color: #2ac5f4;
  color: #343434;
  width: 253px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  margin: 0 auto;
  font-family: "Gilroy Bold";
  text-decoration: none;
  clip-path: polygon(0 0, calc(100% - 15px) 0px, 100% 15px, 100% 100%, 15px 100%, 0 30px);
  position: relative;
  z-index: 4;
}
#dw-home-hero .dw-home-hero-content__inner__image__heading a:hover {
  cursor: pointer;
}
@media (max-width: 440px) {
  #dw-home-hero .dw-home-hero-content__inner__image__heading a {
    margin-top: -50px;
  }
}
#dw-home-hero .dw-home-hero-content__inner__details {
  padding: 150px 0 60px 0;
  margin-top: -70px;
  background: #fff;
  clip-path: polygon(50% 70px, 100% 0, 100% 100%, 0 100%, 0 0);
  position: relative;
  z-index: 4;
}
@media (min-width: 768px) {
  #dw-home-hero .dw-home-hero-content__inner__details {
    padding: 170px 0 100px 0;
    margin-top: -90px;
    clip-path: polygon(50% 90px, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
@media (min-width: 992px) {
  #dw-home-hero .dw-home-hero-content__inner__details {
    padding: 280px 0 100px 0;
    margin-top: -190px;
    clip-path: polygon(50% 190px, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
#dw-home-hero .dw-home-hero-content__inner__details__heading {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  #dw-home-hero .dw-home-hero-content__inner__details__heading {
    display: none;
  }
}
@media (max-width: 768px) {
  #dw-home-hero .dw-home-hero-content__inner__details__heading {
    display: none;
  }
}
#dw-home-hero .dw-home-hero-content__inner__details__heading h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 30px;
  width: 55%;
  margin: 0 auto 30px auto;
  font-family: 'Gilroy Black';
  letter-spacing: 1px;
}
#dw-home-hero .dw-home-hero-content__inner__details__heading h1 > span {
  position: relative;
  display: inline-block;
}
#dw-home-hero .dw-home-hero-content__inner__details__heading h1 > span::before {
  content: '';
  height: 15px;
  width: 33px;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('../../../../../../../../content/dam/atvi/demonware/2023-refresh/home/horns-black.png');
  background-repeat: no-repeat;
  background-size: contain;
}
#dw-home-hero .dw-home-hero-content__inner__details__heading a {
  background-color: #2ac5f4;
  color: #343434;
  width: 253px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  margin: 0 auto;
  font-family: "Gilroy Bold";
  text-decoration: none;
  clip-path: polygon(0 0, calc(100% - 15px) 0px, 100% 15px, 100% 100%, 15px 100%, 0 30px);
}
#dw-home-hero .dw-home-hero-content__inner__details__heading a:hover {
  cursor: pointer;
}
#dw-home-hero .dw-home-hero-content__inner__details__body[data-emergence="visible"] {
  animation-name: fadeInUp;
  animation-duration: 1s;
  opacity: 1;
}
#dw-home-hero .dw-home-hero-content__inner__details__body h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: 'Gilroy Bold';
}
@media (max-width: 768px) {
  #dw-home-hero .dw-home-hero-content__inner__details__body h2 {
    font-size: 34px;
  }
}
#dw-home-hero .dw-home-hero-content__inner__details__body p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  line-height: 1.4em;
  color: #343434;
  margin-bottom: 30px;
}
#dw-home-hero .dw-home-hero-content__inner__details__body a {
  background-color: #343434;
  color: #ffffff;
  width: 185px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  margin: 0 auto;
  font-family: "Gilroy Bold";
  text-decoration: none;
  clip-path: polygon(0 0, calc(100% - 15px) 0px, 100% 15px, 100% 100%, 15px 100%, 0 30px);
}
#dw-home-hero .dw-home-hero-content__inner__details__body a:hover {
  cursor: pointer;
}
.atvi-video #home-hero-video {
  width: 90%;
  margin: 0 auto 85px auto;
}
@media (min-width: 768px) {
  .atvi-video #home-hero-video {
    width: 80%;
    margin: 0 auto 130px auto;
  }
}

