/**************************
@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: #000;
}
#our-people .our-people-header {
  position: sticky;
  top: 0;
}
#our-people .our-people-header .our-people-image {
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
  width: 100%;
  height: 450px;
  overflow: hidden;
}
@media (min-width: 1440px) {
  #our-people .our-people-header .our-people-image {
    height: 100%;
  }
}
#our-people .our-people-header .our-people-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1800px) {
  #our-people .our-people-header .our-people-image::before {
    content: '';
    width: 200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #000000 0%, rgba(255, 255, 255, 0) 100%);
  }
  #our-people .our-people-header .our-people-image::after {
    content: '';
    width: 200px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(270deg, #000000 0%, rgba(255, 255, 255, 0) 100%);
  }
}
#our-people .our-people-header .fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0) 75%, #ffffff 100%);
}
#our-people .our-people__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  z-index: 1;
  position: relative;
}
#our-people .our-people__content__details {
  padding: 60px 0;
}
#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;
  text-align: center;
}
#our-people .our-people__content__details > p {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 992px) {
  #our-people #rundown .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 32px;
  }
}
#our-people #rundown .rundown__content {
  z-index: 1;
  position: relative;
  padding-bottom: 60px;
  background-color: #fff;
}
#our-people #rundown .rundown__content__details h2 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  #our-people #rundown .rundown__content__details h2 {
    margin-bottom: 0;
  }
}
#our-people #rundown .rundown__content__details h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  #our-people #rundown .rundown__content__details h3 {
    margin-bottom: 35px;
  }
}
#our-people #rundown .rundown__content__details > p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 32px;
}
#our-people #rundown .rundown__content__details a {
  color: #fff;
  display: flex;
  padding: 20px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background-color: #0768AF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  width: 180px;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  #our-people #rundown .rundown__content__details a {
    width: 222px;
  }
}
#our-people #rundown .rundown__content__details a p {
  padding: 0 35px 0 0;
  display: inline-block;
  background-image: url('../../../../../../../../../../content/dam/atvi/activision/atvi-touchui/activision/company/diversity/2024/rundown-open-in-new-icon.svg');
  background-position: right center;
  background-repeat: no-repeat;
}
#our-people #rundown .rundown__content__image img {
  width: 100%;
  height: 100%;
}
