/**************************
@green			 : green;
@black           : #000;
@white           : #FFF;

@link-color      : #000;
@link-hover-color: #000;

@accent-color    : @green;
**************************/
/*****************************************************************************************

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

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
/*******************************************************************
DIN NEXT Font
*******************************************************************/
@keyframes arrow {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    opacity: 1;
    -webkit-transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    -o-transform: translate(0, 2px);
    transform: translate(0, 2px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(0, 8px);
    -moz-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    -o-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
  75%,
  100% {
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    opacity: 0;
  }
}
#press-pause {
  color: #fff;
  padding: 0 0 60px;
  background-color: #000;
  overflow: hidden;
}
@media (min-width: 992px) {
  #press-pause {
    overflow-y: visible;
    overflow-x: clip;
  }
}
#press-pause .press-pause__content {
  position: relative;
}
#press-pause .press-pause__content::after {
  content: '';
  width: 800px;
  height: 800px;
  position: absolute;
  top: 55%;
  right: 100%;
  transform: translate(50%, -50%);
  background-image: url('../../../../../../../../../../content/dam/atvi/activision/atvi-touchui/activision/company/diversity/2024/ellipse-blue.png');
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .8;
}
@media (min-width: 768px) {
  #press-pause .press-pause__content::after {
    width: 1000px;
    height: 1000px;
  }
}
@media (min-width: 992px) {
  #press-pause .press-pause__content::after {
    top: -5%;
    right: 60%;
    transform: none;
  }
}
@media (min-width: 992px) {
  #press-pause .press-pause__content {
    display: flex;
  }
}
#press-pause .press-pause__content__img {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  #press-pause .press-pause__content__img {
    width: 50%;
  }
}
#press-pause .press-pause__content__img img {
  width: 100%;
  height: auto;
  clip-path: polygon(0 0, 90% 0%, 100% 15%, 100% 100%, 10% 100%, 0% 85%);
}
#press-pause .press-pause__content__body {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  #press-pause .press-pause__content__body {
    width: 50%;
  }
}
@media (min-width: 992px) {
  #press-pause .press-pause__content__body__details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 60px;
    height: 100%;
  }
}
#press-pause .press-pause__content__body__details h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 25px;
}
#press-pause .press-pause__content__body__details h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#press-pause .press-pause__content__body__details p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
