/**************************
@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;
  }
}
#our-people {
  position: relative;
  background-color: #fff;
}
#our-people .container {
  padding: 80px 0;
}
#our-people .container::before {
  content: '';
  width: 2500px;
  height: 80px;
  position: absolute;
  top: -1px;
  right: 40%;
  background-color: #000;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
}
#our-people .container::after {
  content: '';
  width: 2500px;
  height: 80px;
  position: absolute;
  bottom: -1px;
  left: 54%;
  background-color: #000;
  z-index: 1;
  clip-path: polygon(85px 0, 100% 0, 100% 100%, 0 100%);
}
@media (min-width: 992px) {
  #our-people .container {
    padding: 80px 20px 0 0;
  }
}
@media (min-width: 992px) {
  #our-people .our-people__content {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
#our-people .our-people__content__img {
  position: relative;
  height: 320px;
  background-image: url('../../../../../../../../../../content/dam/atvi/activision/atvi-touchui/activision/company/diversity/2024/our-people-img.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 480px) {
  #our-people .our-people__content__img {
    height: 500px;
  }
}
#our-people .our-people__content__img::before {
  content: '';
  width: 100%;
  transform: translateX(-50%);
  height: 150px;
  position: absolute;
  left: 50%;
  top: 0;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
#our-people .our-people__content__img::after {
  content: '';
  width: 100%;
  transform: translateX(-50%);
  height: 150px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 992px) {
  #our-people .our-people__content__img {
    width: 80%;
    margin-left: -300px;
  }
  #our-people .our-people__content__img::before,
  #our-people .our-people__content__img::after {
    content: none;
  }
}
#our-people .our-people__content__img .fade {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (min-width: 992px) {
  #our-people .our-people__content__img .fade::before {
    content: '';
    width: 100px;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }
  #our-people .our-people__content__img .fade::after {
    content: '';
    width: 100px;
    right: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }
}
#our-people .our-people__content__details {
  padding: 40px 20px;
}
@media (min-width: 992px) {
  #our-people .our-people__content__details {
    width: 50%;
    text-align: right;
    padding: 0 0 60px 60px;
  }
}
#our-people .our-people__content__details h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#our-people .our-people__content__details > p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  #our-people .our-people__content__details > p {
    margin-bottom: 35px;
  }
}
