@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: '';
}
#introduction {
  padding: 100px 0;
  position: relative;
  background: linear-gradient(90deg, #a62af4 0%, #ff6363 99.88%);
  background-size: cover;
  z-index: 0;
}
@media (max-width: 992px) {
  #introduction {
    display: none;
  }
}
@media (min-width: 992px) {
  #introduction::after {
    content: '';
    width: 33%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url('../../../../../../../../content/dam/atvi/demonware/2023-refresh/dei/Section_3_Mask.png') no-repeat;
    background-size: cover;
    z-index: 0;
  }
}
#introduction .container {
  text-align: center;
  width: 100%;
  max-width: 1300px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
#introduction .meet-the-team-carousel__slideone {
  margin-right: 200px;
  opacity: 0;
  z-index: 5;
}
#introduction .meet-the-team-carousel__slideone[data-emergence="visible"] {
  animation-name: fadeIn;
  animation-duration: 1s;
  opacity: 1;
}
@media (max-width: 768px) {
  #introduction .meet-the-team-carousel__slideone {
    display: none;
  }
}
#introduction .meet-the-team-carousel__slideone__inner {
  padding: 25px 0;
}
@media (max-width: 768px) {
  #introduction .meet-the-team-carousel__slideone__inner {
    margin-top: -50px;
  }
}
@media (min-width: 992px) {
  #introduction .meet-the-team-carousel__slideone__inner {
    display: flex;
    width: 940px;
    margin: 0 auto;
  }
}
#introduction .meet-the-team-carousel__slideone__inner__image {
  width: 280px;
  height: 280px;
  margin: 0 auto 40px auto;
  position: relative;
}
@media (min-width: 992px) {
  #introduction .meet-the-team-carousel__slideone__inner__image {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #introduction .meet-the-team-carousel__slideone__inner__image {
    width: 240px;
    height: 260px;
    margin: 0 auto 40px -20px;
    position: relative;
  }
}
#introduction .meet-the-team-carousel__slideone__inner__image__bg {
  position: absolute;
  width: 300px;
  height: 280px;
  bottom: 0;
  background: url('../../../../../../../../content/dam/atvi/demonware/2023-refresh/life/life-meet-the-team-background.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  clip-path: polygon(100% 30%, 100% 100%, 10% 100%, 0 70%, 0 0, 90% 0);
}
@media (max-width: 767px) {
  #introduction .meet-the-team-carousel__slideone__inner__image__bg {
    width: 250px;
    height: 234px;
  }
}
#introduction .meet-the-team-carousel__slideone__inner__image__pic {
  margin-bottom: -2px;
  position: absolute;
  width: 300px;
  height: auto;
  bottom: 0;
  clip-path: polygon(100% 30%, 100% 100%, 10% 100%, 0 70%, 0 0, 90% 0);
}
@media (max-width: 767px) {
  #introduction .meet-the-team-carousel__slideone__inner__image__pic {
    width: 250px;
    height: 245px;
  }
}
#introduction .meet-the-team-carousel__slideone__inner__image__pic img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #introduction .meet-the-team-carousel__slideone__inner__image__pic img {
    width: 250px;
    height: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  #introduction .meet-the-team-carousel__slideone__inner__text {
    background: #fff;
    color: #000;
  }
}
@media (min-width: 992px) {
  #introduction .meet-the-team-carousel__slideone__inner__text {
    width: calc(100% - 320px);
    background: #343434;
    color: #ffffff;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 20px 20px 80px;
    clip-path: polygon(100% 28%, 100% 100%, 5% 100%, 5% 28%, 3px 0, 95% 0);
    margin-left: -40px;
    z-index: 100;
  }
}
#introduction .meet-the-team-carousel__slideone__inner__text .name {
  font-family: 'Gilroy Bold';
  margin-bottom: 10px;
  font-size: 24px;
}
#introduction .meet-the-team-carousel__slideone__inner__text .title {
  font-family: 'Gilroy Medium';
  margin-bottom: 20px;
}
#introduction .meet-the-team-carousel__slideone__inner__text .quote {
  font-family: 'Gilroy Regular';
}
@media (max-width: 768px) {
  #introduction .meet-the-team-carousel__slideone__inner__text .quote {
    margin-top: 20px;
    font-size: 16px;
  }
}
#introduction .meet-the-team-carousel__slidetwo {
  opacity: 0;
}
#introduction .meet-the-team-carousel__slidetwo[data-emergence="visible"] {
  animation-name: fadeIn;
  animation-duration: 1s;
  opacity: 1;
}
@media (max-width: 1260px) {
  #introduction .meet-the-team-carousel__slidetwo {
    margin-left: 50px;
  }
}
#introduction .meet-the-team-carousel__slidetwo__inner {
  padding: 25px 0;
}
@media (min-width: 992px) {
  #introduction .meet-the-team-carousel__slidetwo__inner {
    display: flex;
    flex-direction: row-reverse;
    width: 940px;
    margin: 0 auto;
  }
}
#introduction .meet-the-team-carousel__slidetwo__inner__image {
  z-index: 100;
  width: 280px;
  height: 280px;
  margin: 0 auto 40px auto;
  position: relative;
}
@media (min-width: 992px) {
  #introduction .meet-the-team-carousel__slidetwo__inner__image {
    margin: 0 auto;
  }
}
#introduction .meet-the-team-carousel__slidetwo__inner__image__bg {
  position: absolute;
  width: 300px;
  height: 280px;
  bottom: 0;
  background: url('../../../../../../../../content/dam/atvi/demonware/2023-refresh/dei/dei-quotes-portraitbgflipped-desktop_(1).png');
  clip-path: polygon(100% 80%, 100% 0%, 10% 0%, 0 20%, 0 100%, 90% 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#introduction .meet-the-team-carousel__slidetwo__inner__image__pic {
  margin-bottom: -2px;
  position: absolute;
  width: 300px;
  height: auto;
  bottom: 0;
  clip-path: polygon(100% 70%, 100% 0%, 10% 0%, 0 30%, 0 100%, 88% 100%);
}
@media (max-width: 767px) {
  #introduction .meet-the-team-carousel__slidetwo__inner__image__pic {
    width: 250px;
    height: 245px;
  }
}
#introduction .meet-the-team-carousel__slidetwo__inner__image__pic img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  #introduction .meet-the-team-carousel__slidetwo__inner__text {
    background: #fff;
    color: #000;
  }
}
@media (min-width: 992px) {
  #introduction .meet-the-team-carousel__slidetwo__inner__text {
    width: calc(100% - 320px);
    background: #343434;
    z-index: 100;
    color: #fff;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 60px 20px 40px;
    margin-right: -80px;
    clip-path: polygon(0% 20%, 0% 100%, 95% 100%, 95% 20%, 100% 0%, 5% 0);
  }
}
#introduction .meet-the-team-carousel__slidetwo__inner__text .name {
  font-family: 'Gilroy Bold';
  margin-bottom: 10px;
  font-size: 24px;
}
#introduction .meet-the-team-carousel__slidetwo__inner__text .title {
  font-family: 'Gilroy Medium';
  margin-bottom: 20px;
}
#introduction .meet-the-team-carousel__slidetwo__inner__text .quote {
  font-family: 'Gilroy Regular';
}
#introduction .meet-the-team-carousel__slidethree {
  margin-right: 200px;
  opacity: 0;
}
#introduction .meet-the-team-carousel__slidethree[data-emergence="visible"] {
  animation-name: fadeIn;
  animation-duration: 1s;
  opacity: 1;
}
@media (max-width: 768px) {
  #introduction .meet-the-team-carousel__slidethree {
    display: none;
  }
}
#introduction .meet-the-team-carousel__slidethree__inner {
  padding: 25px 0;
}
@media (max-width: 768px) {
  #introduction .meet-the-team-carousel__slidethree__inner {
    margin-top: -50px;
  }
}
@media (min-width: 992px) {
  #introduction .meet-the-team-carousel__slidethree__inner {
    display: flex;
    width: 940px;
    margin: 0 auto;
  }
}
#introduction .meet-the-team-carousel__slidethree__inner__image {
  width: 280px;
  height: 280px;
  margin: 0 auto 40px auto;
  position: relative;
}
@media (min-width: 992px) {
  #introduction .meet-the-team-carousel__slidethree__inner__image {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #introduction .meet-the-team-carousel__slidethree__inner__image {
    width: 240px;
    height: 260px;
    margin: 0 auto 40px -20px;
    position: relative;
  }
}
#introduction .meet-the-team-carousel__slidethree__inner__image__bg {
  position: absolute;
  width: 300px;
  height: 280px;
  bottom: 0;
  background: url('../../../../../../../../content/dam/atvi/demonware/2023-refresh/life/life-meet-the-team-background.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  clip-path: polygon(100% 30%, 100% 100%, 10% 100%, 0 70%, 0 0, 90% 0);
}
@media (max-width: 767px) {
  #introduction .meet-the-team-carousel__slidethree__inner__image__bg {
    width: 250px;
    height: 234px;
  }
}
#introduction .meet-the-team-carousel__slidethree__inner__image__pic {
  margin-bottom: -2px;
  position: absolute;
  width: 300px;
  height: auto;
  bottom: 0;
  clip-path: polygon(100% 30%, 100% 100%, 10% 100%, 0 70%, 0 0, 90% 0);
}
@media (max-width: 767px) {
  #introduction .meet-the-team-carousel__slidethree__inner__image__pic {
    width: 250px;
    height: 245px;
  }
}
#introduction .meet-the-team-carousel__slidethree__inner__image__pic img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #introduction .meet-the-team-carousel__slidethree__inner__image__pic img {
    width: 250px;
    height: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  #introduction .meet-the-team-carousel__slidethree__inner__text {
    background: #fff;
    color: #000;
  }
}
@media (min-width: 992px) {
  #introduction .meet-the-team-carousel__slidethree__inner__text {
    width: calc(100% - 320px);
    background: #343434;
    color: #ffffff;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 20px 20px 80px;
    clip-path: polygon(100% 28%, 100% 100%, 5% 100%, 5% 28%, 3px 0, 95% 0);
    margin-left: -40px;
    z-index: 100;
  }
}
#introduction .meet-the-team-carousel__slidethree__inner__text .name {
  font-family: 'Gilroy Bold';
  margin-bottom: 10px;
  font-size: 24px;
}
#introduction .meet-the-team-carousel__slidethree__inner__text .title {
  font-family: 'Gilroy Medium';
  margin-bottom: 20px;
}
#introduction .meet-the-team-carousel__slidethree__inner__text .quote {
  font-family: 'Gilroy Regular';
}
@media (max-width: 768px) {
  #introduction .meet-the-team-carousel__slidethree__inner__text .quote {
    margin-top: 20px;
    font-size: 16px;
  }
}

