@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');
/************************
IMPORT FONT FAMILIES HERE
************************/
@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Agency FB';
  src: url('../../../core/resources/fonts/AgencyFB-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/**************************
@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;
  }
}
/**************************************
GLOBAL
**************************************/
:root {
  scroll-behavior: smooth;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  text-rendering: optimizeLegibility;
  font-display: swap;
  background: #161616;
  color: #FFF;
  scroll-behavior: smooth ;
}

/**************************
@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;
  }
}
#raven-header {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.2s ease;
  width: 100vw;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 16px 64px;
}
#raven-header.scrolled {
  background: black;
}
@media screen and (max-width: 1440px) {
  #raven-header {
    padding: 16px 24px;
  }
}
@media screen and (max-width: 1024px) {
  #raven-header {
    padding: 0;
  }
}
#raven-header .atvi-header_logo {
  order: 1;
}
#raven-header .atvi-header_mobile-menu-btn {
  order: 2;
}
#raven-header .atvi-header_main-nav {
  order: 1;
}
@media screen and (max-width: 1024px) {
  #raven-header .atvi-header_main-nav {
    order: 2;
  }
}
#raven-header .atvi-header_cta_link_wrapper {
  order: 3;
}
#raven-header .atvi-header_cta_link_wrapper .atvi-header_cta {
  position: relative;
  padding: 8px 24px;
  background-color: #f1b946;
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: background-color 0.2s ease-in-out;
}
#raven-header .atvi-header_cta_link_wrapper .atvi-header_cta a {
  font-family: 'Roboto', Arial;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 130%;
  letter-spacing: .32px;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
}
#raven-header .atvi-header_cta_link_wrapper .atvi-header_cta span {
  position: relative;
  z-index: 1;
}
#raven-header .atvi-header_cta_link_wrapper .atvi-header_cta span.corner {
  display: block;
  position: absolute;
  z-index: 2;
  transition: all 0.475s cubic-bezier(0.65, 0.05, 0, 1);
}
#raven-header .atvi-header_cta_link_wrapper .atvi-header_cta span.corner.top-left {
  position: absolute;
  width: 12px;
  height: 12px;
  left: -6px;
  top: -6px;
}
#raven-header .atvi-header_cta_link_wrapper .atvi-header_cta span.corner.top-left::before,
#raven-header .atvi-header_cta_link_wrapper .atvi-header_cta span.corner.top-left::after {
  content: '';
  position: absolute;
  background-color: #f1b946;
}
#raven-header .atvi-header_cta_link_wrapper .atvi-header_cta span.corner.top-left::before {
  width: 10px;
  height: 2px;
  left: 0;
  top: 0;
}
#raven-header .atvi-header_cta_link_wrapper .atvi-header_cta span.corner.top-left::after {
  width: 2px;
  height: 10px;
  left: 0;
  top: 0;
}
#raven-header .atvi-header_cta_link_wrapper .atvi-header_cta span.corner.top-right {
  position: absolute;
  width: 12px;
  height: 12px;
  right: -6px;
  top: -6px;
  transform: rotate(90deg);
}
#raven-header .atvi-header_cta_link_wrapper .atvi-header_cta span.corner.top-right::before,
#raven-header .atvi-header_cta_link_wrapper .atvi-header_cta span.corner.top-right::after {
  content: '';
  position: absolute;
  background-color: #f1b946;
}
#raven-header .atvi-header_cta_link_wrapper .atvi-header_cta span.corner.top-right::before {
  width: 10px;
  height: 2px;
  left: 0;
  top: 0;
}
#raven-header .atvi-header_cta_link_wrapper .atvi-header_cta span.corner.top-right::after {
  width: 2px;
  height: 10px;
  left: 0;
  top: 0;
}
#raven-header .atvi-header_cta_link_wrapper .atvi-header_cta span.corner.bottom-left {
  position: absolute;
  width: 12px;
  height: 12px;
  left: -6px;
  bottom: -6px;
  transform: rotate(-90deg);
}
#raven-header .atvi-header_cta_link_wrapper .atvi-header_cta span.corner.bottom-left::before,
#raven-header .atvi-header_cta_link_wrapper .atvi-header_cta span.corner.bottom-left::after {
  content: '';
  position: absolute;
  background-color: #f1b946;
}
#raven-header .atvi-header_cta_link_wrapper .atvi-header_cta span.corner.bottom-left::before {
  width: 10px;
  height: 2px;
  left: 0;
  top: 0;
}
#raven-header .atvi-header_cta_link_wrapper .atvi-header_cta span.corner.bottom-left::after {
  width: 2px;
  height: 10px;
  left: 0;
  top: 0;
}
#raven-header .atvi-header_cta_link_wrapper .atvi-header_cta span.corner.bottom-right {
  position: absolute;
  width: 12px;
  height: 12px;
  right: -6px;
  bottom: -6px;
  transform: rotate(180deg);
}
#raven-header .atvi-header_cta_link_wrapper .atvi-header_cta span.corner.bottom-right::before,
#raven-header .atvi-header_cta_link_wrapper .atvi-header_cta span.corner.bottom-right::after {
  content: '';
  position: absolute;
  background-color: #f1b946;
}
#raven-header .atvi-header_cta_link_wrapper .atvi-header_cta span.corner.bottom-right::before {
  width: 10px;
  height: 2px;
  left: 0;
  top: 0;
}
#raven-header .atvi-header_cta_link_wrapper .atvi-header_cta span.corner.bottom-right::after {
  width: 2px;
  height: 10px;
  left: 0;
  top: 0;
}
#raven-header .atvi-header_cta_link_wrapper .atvi-header_cta:hover {
  background-color: #c99a3a;
}
#raven-header .atvi-header_cta_link_wrapper .atvi-header_cta:hover span.corner.top-left {
  left: -12px;
  top: -12px;
}
#raven-header .atvi-header_cta_link_wrapper .atvi-header_cta:hover span.corner.top-right {
  right: -12px;
  top: -12px;
}
#raven-header .atvi-header_cta_link_wrapper .atvi-header_cta:hover span.corner.bottom-left {
  left: -12px;
  bottom: -12px;
}
#raven-header .atvi-header_cta_link_wrapper .atvi-header_cta:hover span.corner.bottom-right {
  right: -12px;
  bottom: -12px;
}
#raven-header .atvi-header_desktop-header {
  padding: 0;
}
#raven-header .atvi-header_inner-container {
  width: 100%;
}
#raven-header .atvi-header_desktop-top-nav {
  display: flex;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
}
#raven-header .atvi-header_desktop-top-nav #menubar1 {
  display: flex;
  align-items: center;
  gap: 24px;
}
#raven-header .atvi-header_desktop-top-nav #menubar1 li {
  color: #ffffff;
  font-family: 'Roboto';
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 21px;
}
#raven-header .atvi-header_desktop-top-nav #menubar1 li a {
  padding-inline: 12px;
}
#raven-header .atvi-header_desktop-top-nav #menubar1 li a:hover {
  transition: all 0.3s ease;
  background: rgba(179, 184, 184, 0.2);
}
#raven-header .atvi-header_desktop-top-nav #menubar1 li a:hover::before,
#raven-header .atvi-header_desktop-top-nav #menubar1 li a:hover::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#raven-header .atvi-header_desktop-top-nav #menubar1 li a:hover::before {
  left: 0;
  background-image: url(../../../../../../../content/dam/atvi/Raven/raven-2025/common/desktop-nav-svg-left.svg);
}
#raven-header .atvi-header_desktop-top-nav #menubar1 li a:hover::after {
  right: 0;
  background-image: url(../../../../../../../content/dam/atvi/Raven/raven-2025/common/desktop-nav-svg-right.svg);
}
@media screen and (max-width: 1024px) {
  #raven-header .atvi-header_mobile-top-nav {
    justify-content: space-between;
    background-color: #000000;
  }
  #raven-header .atvi-header_mobile-panel {
    background: url("../../../../../../../content/dam/atvi/Raven/raven-2025/common/nav-mob-bg.webp") top center / cover no-repeat;
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
  #raven-header .atvi-header_mobile-panel .atvi-header_main-nav {
    height: 100dvh;
    display: flex;
    justify-content: center;
  }
  #raven-header .atvi-header_mobile-panel #menubar2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    align-self: stretch;
    justify-content: center;
  }
  #raven-header .atvi-header_mobile-panel #menubar2 li {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
  }
  #raven-header .atvi-header_mobile-panel #menubar2 li a {
    padding: 2px 28px;
    position: relative;
    transition: all 0.3s ease;
  }
  #raven-header .atvi-header_mobile-panel #menubar2 li a:hover {
    background: rgba(179, 184, 184, 0.2);
  }
  #raven-header .atvi-header_mobile-panel #menubar2 li a:hover::before,
  #raven-header .atvi-header_mobile-panel #menubar2 li a:hover::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 36px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: -1.25px;
  }
  #raven-header .atvi-header_mobile-panel #menubar2 li a:hover::before {
    left: 0;
    background-image: url(../../../../../../../content/dam/atvi/Raven/raven-2025/common/desktop-nav-svg-left.svg);
  }
  #raven-header .atvi-header_mobile-panel #menubar2 li a:hover::after {
    right: 0;
    background-image: url(../../../../../../../content/dam/atvi/Raven/raven-2025/common/desktop-nav-svg-right.svg);
  }
  #raven-header .atvi-header_mobile-panel span {
    color: #ffffff;
    font-family: 'Agency FB';
    font-weight: 700;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    line-height: 90%;
    text-transform: uppercase;
  }
}
#raven-header .atvi-header_social-links {
  order: 2;
  width: 100%;
}
#raven-header .atvi-header_social-links ul {
  display: flex;
  padding: 32px;
  justify-content: space-evenly;
  align-items: center;
  align-self: stretch;
  gap: 10%;
}
#raven-header .atvi-header_social-links ul li a[data-platform] {
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  display: block;
  font-size: 0;
  transition: all 0.1s ease-in-out;
}
#raven-header .atvi-header_social-links ul li a[data-platform]:hover {
  opacity: 50%;
}
#raven-header .atvi-header_social-links ul li a[data-platform="Facebook"] {
  background-image: url("../../../../../../../content/dam/atvi/Raven/raven-2025/common/fb-icon.svg");
}
#raven-header .atvi-header_social-links ul li a[data-platform="Twitter"] {
  background-image: url("../../../../../../../content/dam/atvi/Raven/raven-2025/common/x-icon.svg");
}
#raven-header .atvi-header_social-links ul li a[data-platform="Instagram"] {
  background-image: url("../../../../../../../content/dam/atvi/Raven/raven-2025/common/ig-icon.svg");
}
#raven-header .atvi-header_social-links ul li a[data-platform="Youtube"] {
  background-image: url("../../../../../../../content/dam/atvi/Raven/raven-2025/common/yt-icon.svg");
}
#raven-header .atvi-header_social-links ul li a[data-platform="Glassdoor"] {
  background-image: url("../../../../../../../content/dam/atvi/Raven/raven-2025/common/glassdoor-icon.svg");
}
#raven-header .atvi-header_social-links ul li a[data-platform="LinkedIn"] {
  background-image: url("../../../../../../../content/dam/atvi/Raven/raven-2025/common/linkedin-icon.svg");
}
#mobile-menu-btn span {
  background-color: #f1b946;
}

/**************************
@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;
  }
}
/**********************
Home page css
**********************/
html {
  overflow: hidden;
  width: 100%;
}
body {
  position: fixed;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}


