/**************************
@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;
  }
}
#at-activision {
  display: none;
}
#inclusive-growth {
  text-align: center;
  padding: 60px 0;
  color: #fff;
  position: relative;
  background-color: #000;
  overflow: hidden;
}
#inclusive-growth .container .line-treatment {
  position: absolute;
  height: 80px;
  width: 80px;
  top: 9%;
  left: 77%;
  z-index: -1;
}
@media (min-width: 992px) {
  #inclusive-growth .container .line-treatment {
    top: 26%;
  }
}
#inclusive-growth .container .line-treatment .lines {
  transform: rotate(-45deg);
  width: 100px;
  height: 1px;
  background-color: rgba(179, 182, 183, 0.5);
  position: relative;
}
#inclusive-growth .container .line-treatment .lines::before {
  content: '';
  display: block;
  height: 1px;
  width: 2000px;
  background-color: rgba(179, 182, 183, 0.5);
  position: absolute;
  left: 100%;
  transform-origin: top left;
  transform: rotate(45deg);
}
#inclusive-growth .container .line-treatment .lines::after {
  content: '';
  display: block;
  height: 1px;
  width: 2000px;
  background-color: rgba(179, 182, 183, 0.5);
  position: absolute;
  right: 100%;
  transform-origin: top right;
  transform: rotate(45deg);
}
#inclusive-growth .inclusive-growth__content {
  position: relative;
}
@media (min-width: 992px) {
  #inclusive-growth .inclusive-growth__content {
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
#inclusive-growth .inclusive-growth__content__images {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  #inclusive-growth .inclusive-growth__content__images {
    left: 10%;
  }
}
#inclusive-growth .inclusive-growth__content__flare {
  position: absolute;
  top: -50%;
}
@media (min-width: 480px) {
  #inclusive-growth .inclusive-growth__content__flare {
    top: 0;
  }
}
@media (min-width: 992px) {
  #inclusive-growth .inclusive-growth__content__flare {
    right: -80%;
    top: -15%;
  }
}
#inclusive-growth .inclusive-growth__content__sprites {
  display: flex;
}
#inclusive-growth .inclusive-growth__content__sprites .sprite {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
#inclusive-growth .inclusive-growth__content__sprites .sprite.show {
  opacity: 1;
  transform: translateY(0);
}
#inclusive-growth .inclusive-growth__content__crash,
#inclusive-growth .inclusive-growth__content__coco {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#inclusive-growth .inclusive-growth__content__crash img,
#inclusive-growth .inclusive-growth__content__coco img {
  animation: heartbeat 2.3s infinite;
  height: auto;
}
#inclusive-growth .inclusive-growth__content__crash {
  bottom: -23px;
  left: 5%;
}
#inclusive-growth .inclusive-growth__content__crash img {
  width: 135px;
}
@media (min-width: 480px) {
  #inclusive-growth .inclusive-growth__content__crash img {
    width: 235px;
  }
}
@media (min-width: 992px) {
  #inclusive-growth .inclusive-growth__content__crash img {
    left: 0;
    width: 194px;
  }
}
#inclusive-growth .inclusive-growth__content__coco {
  bottom: -33px;
  right: 5%;
}
@media (min-width: 992px) {
  #inclusive-growth .inclusive-growth__content__coco {
    right: 0;
  }
}
#inclusive-growth .inclusive-growth__content__coco img {
  width: 110px;
}
@media (min-width: 480px) {
  #inclusive-growth .inclusive-growth__content__coco img {
    width: auto;
  }
}
@media (min-width: 992px) {
  #inclusive-growth .inclusive-growth__content__coco img {
    width: 150px;
  }
}
#inclusive-growth .inclusive-growth__content__text {
  padding: 0 0 40px;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 992px) {
  #inclusive-growth .inclusive-growth__content__text {
    width: 50%;
    text-align: left;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 1440px) {
  #inclusive-growth .inclusive-growth__content__text {
    width: 620px;
    font-size: 24px;
  }
}
#inclusive-growth .inclusive-growth__content__cta {
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  margin-top: 30px;
  position: relative;
  z-index: 10;
}
#inclusive-growth .inclusive-growth__content__cta 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: 160px;
  margin: 16px auto 0;
}
@media (min-width: 992px) {
  #inclusive-growth .inclusive-growth__content__cta a {
    margin: 16px 0 0;
  }
}
@keyframes heartbeat {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
