/**************************
@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;}
******************************************************************************************/
@keyframes popIn {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes popOut {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes progressRing {
  from {
    stroke-dashoffset: 339;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes cycle1 {
  0% {
    top: 0px;
  }
  15% {
    top: 0px;
  }
  20% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  32% {
    top: 38.4px;
    opacity: 0;
    z-index: 0;
  }
  43% {
    top: -38.4px;
    opacity: 0;
    z-index: -1;
  }
  74% {
    top: -38.4px;
    opacity: 0;
    z-index: 0;
  }
  88% {
    top: -38.4px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
@keyframes cycle2 {
  0% {
    top: -38.4px;
    opacity: 0;
  }
  15% {
    top: -38.4px;
    opacity: 0;
  }
  20% {
    top: -38.4px;
    opacity: 0;
  }
  32% {
    top: 0px;
    opacity: 1;
  }
  43% {
    top: 0px;
    opacity: 1;
  }
  51% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  66% {
    top: 38.4px;
    opacity: 0;
    z-index: 0;
  }
  96% {
    top: -38.4px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -38.4px;
    opacity: 0;
    z-index: -1;
  }
}
@keyframes cycle3 {
  0% {
    top: -38.4px;
    opacity: 0;
  }
  43% {
    top: -38.4px;
    opacity: 0;
  }
  51% {
    top: -38.4px;
    opacity: 0;
  }
  61% {
    top: 0px;
    opacity: 1;
  }
  76% {
    top: 0px;
    opacity: 1;
  }
  88% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  100% {
    top: 38.4px;
    opacity: 0;
    z-index: 0;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes radar {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
#raven-page-hero {
  position: relative;
}
#raven-page-hero .container {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 120px;
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  #raven-page-hero .container {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  #raven-page-hero .container {
    max-width: 600px;
    padding-inline: 16px;
  }
}
@media screen and (min-width: 1024px) {
  #raven-page-hero .container {
    padding-bottom: 75px;
  }
}
#raven-page-hero .raven-page-hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#raven-page-hero .raven-page-hero-bg__frame {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(22, 22, 22, 0.7) 0%, rgba(22, 22, 22, 0.9) 100%), linear-gradient(0deg, #161616 0%, rgba(22, 22, 22, 0) 50%), linear-gradient(270deg, #161616 0%, rgba(22, 22, 22, 0) 90%), url('../../../../../../../../content/dam/atvi/Raven/raven-2025/common/page-hero-bg.png');
  background-repeat: no-repeat;
  background-color: #161616;
  background-position: -2.632px -68.395px;
  background-size: auto 161.644%;
}
#raven-page-hero .raven-page-hero-content {
  height: 100%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#raven-page-hero .raven-page-hero-content__headline {
  text-align: center;
}
#raven-page-hero .raven-page-hero-content__headline h1 {
  font-family: 'Agency FB', Arial;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  line-height: 90%;
  letter-spacing: 0;
  margin-bottom: 32px;
}
@media (min-width: 1440px) {
  #raven-page-hero .raven-page-hero-content__headline h1 {
    font-size: 5rem;
    line-height: 80px;
  }
}
#raven-page-hero .raven-page-hero-content__headline__details {
  font-family: 'Roboto', Arial;
  font-style: normal;
  font-size: 1rem;
  line-height: 130%;
  letter-spacing: .32px;
  text-transform: uppercase;
  text-transform: none;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.2);
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  #raven-page-hero .raven-page-hero-content__headline__details {
    width: 800px;
  }
}
@media screen and (min-width: 1440px) {
  #raven-page-hero .raven-page-hero-content__headline__details {
    font-weight: 400;
  }
}
