@charset "UTF-8";
/* Play/Pause Control */
.slick-pause {
  position: absolute;
  z-index: 10;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.25em 0.25em 0;
  border: none;
  background: transparent;
  outline: none;
}
.slick-pause svg .background {
  stroke: black;
  fill: black;
  stroke-width: 1px;
  opacity: 0.6;
}
.slick-pause svg .border {
  fill: transparent;
  stroke: transparent;
  stroke-width: 2px;
}
.slick-pause svg .pause {
  stroke-width: 4;
  fill: transparent;
  stroke: transparent;
}
.slick-pause svg .play {
  stroke-width: 1;
  fill: transparent;
  stroke: transparent;
}
.slick-pause.pause svg .pause {
  fill: white;
  stroke: white;
}
.slick-pause.play svg .play {
  fill: white;
  stroke: white;
}
.slick-pause svg polygon {
  fill: white;
  stroke: white;
}
.slick-pause:focus svg .background,
.slick-pause:hover svg .background,
.slick-pause:hover svg .border {
  fill: #000;
  stroke: #000;
  opacity: 1;
}
.slick-pause:focus svg .border {
  stroke: white;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto !important;
  right: -25px !important;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px !important;
  right: auto !important;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/**************************
@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;
  }
}
html.aem-AuthorLayer-Preview #hero,
html.aem-AuthorLayer-Edit #hero {
  height: 1060px;
  /*.carousel-bg {

			&__slide {

                img,
                video {
                    height: 1060px;
                }
            }
        }*/
}
html.aem-AuthorLayer-Preview #hero .hero-bg img,
html.aem-AuthorLayer-Edit #hero .hero-bg img,
html.aem-AuthorLayer-Preview #hero .hero-bg video,
html.aem-AuthorLayer-Edit #hero .hero-bg video {
  height: 1060px;
}
#hero {
  height: 100dvh;
}
@media (max-width: 1024px) and (orientation: landscape) {
  #hero {
    height: 800px;
  }
}
#hero .container {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  max-width: 1920px;
}
#hero .hero-bg,
#hero .carousel-bg {
  position: absolute;
  width: 100%;
  height: auto;
  overflow: hidden;
  /*&__slide {

			img,
            video {
                height: 100vh;
                width: 100%;
                object-fit: cover;
            }
        }*/
}
#hero .hero-bg img,
#hero .carousel-bg img,
#hero .hero-bg video,
#hero .carousel-bg video {
  height: 100dvh;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) and (orientation: landscape) {
  #hero .hero-bg img,
  #hero .carousel-bg img,
  #hero .hero-bg video,
  #hero .carousel-bg video {
    height: 800px;
  }
}
#hero .slick-pause {
  display: none;
}
#hero .raven-hero-section-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 12px;
}
@media screen and (min-width: 1440px) {
  #hero .raven-hero-section-content {
    padding: 0 64px 64px;
    align-items: flex-start;
    gap: 48px;
  }
}
#hero .raven-hero-section-content__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  padding: 24px 12px;
}
@media screen and (min-width: 1440px) {
  #hero .raven-hero-section-content__title {
    position: absolute;
    top: 45%;
    left: 25%;
    transform: translate(-50%, -50%);
    padding: 0;
    align-items: flex-end;
    width: 50%;
    max-width: 980px;
  }
}
#hero .raven-hero-section-content__title h2 {
  font-family: 'Agency FB', Arial;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 4rem;
  line-height: 90%;
  text-align: center;
  margin-bottom: 20px;
  width: 75%;
}
@media (min-width: 1440px) {
  #hero .raven-hero-section-content__title h2 {
    font-size: 6.25rem;
  }
}
@media screen and (min-width: 1440px) {
  #hero .raven-hero-section-content__title h2 {
    text-align: right;
    width: 600px;
  }
}
#hero .raven-hero-section-content__title .testimonials__container {
  display: flex;
}
#hero .raven-hero-section-content__title .testimonials__container .content {
  display: flex;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1440px) {
  #hero .raven-hero-section-content__title .testimonials__container .content {
    justify-content: flex-end;
  }
}
#hero .raven-hero-section-content__title .testimonials__container .content::before {
  content: "";
  width: 27px;
  height: 56px;
  background-image: url("../../../../../../../../content/dam/atvi/Raven/raven-2025/home/hero/laurel.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}
#hero .raven-hero-section-content__title .testimonials__container .content::after {
  content: "";
  width: 27px;
  height: 56px;
  background-image: url("../../../../../../../../content/dam/atvi/Raven/raven-2025/home/hero/laurel.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#hero .raven-hero-section-content__details {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 1440px) {
  #hero .raven-hero-section-content__details {
    justify-content: space-between;
    padding-top: 48px;
  }
}
#hero .raven-hero-section-content__details .description {
  display: none;
}
@media screen and (min-width: 1440px) {
  #hero .raven-hero-section-content__details .description {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
#hero .raven-hero-section-content__details .description__top a {
  font-family: 'Roboto', Arial;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 130%;
  letter-spacing: .32px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}
#hero .raven-hero-section-content__details .description__top::after {
  content: "";
  display: block;
  width: 34px;
  height: 4px;
  background-image: url("../../../../../../../../content/dam/atvi/Raven/raven-2025/home/hero/dashed-line.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 20px;
  margin-bottom: 16px;
}
#hero .raven-hero-section-content__details .description__bottom {
  position: relative;
  overflow: hidden;
}
#hero .raven-hero-section-content__details .description__bottom ul {
  height: 38.4px;
  overflow: hidden;
}
#hero .raven-hero-section-content__details .description__bottom ul li {
  font-family: 'Agency FB', Arial;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2rem;
  font-style: normal;
  line-height: 120%;
  letter-spacing: 0;
  height: 38.4px;
  top: -38.4px;
  position: absolute;
}
#hero .raven-hero-section-content__details .description__bottom ul li:nth-child(1) {
  animation: cycle1 9s cubic-bezier(0, 0, 0.2, 1) infinite;
}
#hero .raven-hero-section-content__details .description__bottom ul li:nth-child(2) {
  animation: cycle2 9s cubic-bezier(0, 0, 0.2, 1) infinite;
}
#hero .raven-hero-section-content__details .description__bottom ul li:nth-child(3) {
  animation: cycle3 9s cubic-bezier(0, 0, 0.2, 1) infinite;
}
#hero .raven-hero-section-content__details .games {
  padding: 24px 20px;
}
@media screen and (min-width: 1440px) {
  #hero .raven-hero-section-content__details .games {
    padding: 0;
  }
}
#hero .raven-hero-section-content__details .games p {
  font-family: 'Roboto';
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (min-width: 1440px) {
  #hero .raven-hero-section-content__details .games p {
    text-align: left;
  }
}
#hero .raven-hero-section-content__details .carousel-thumbnail {
  position: relative;
}
@media (min-width: 1440px) {
  #hero .raven-hero-section-content__details .carousel-thumbnail .slick-slide > div > div {
    display: flex !important;
    flex-direction: column;
  }
}
#hero .raven-hero-section-content__details .carousel-thumbnail .slick-slide {
  position: relative;
  width: 130px !important;
}
@media screen and (min-width: 1440px) {
  #hero .raven-hero-section-content__details .carousel-thumbnail .slick-slide::before,
  #hero .raven-hero-section-content__details .carousel-thumbnail .slick-slide.slick-current::after {
    bottom: 0;
  }
}
#hero .raven-hero-section-content__details .carousel-thumbnail .slick-slide:nth-child(1) {
  margin-right: 20px;
}
@media screen and (min-width: 1440px) {
  #hero .raven-hero-section-content__details .carousel-thumbnail .slick-slide:nth-child(1) {
    margin-right: 24px;
  }
}
#hero .raven-hero-section-content__details .carousel-thumbnail .slick-track {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100% !important;
  transform: none !important;
}
@media screen and (min-width: 1440px) {
  #hero .raven-hero-section-content__details .carousel-thumbnail .slick-track {
    padding: 0;
  }
}
#hero .raven-hero-section-content__details .carousel-thumbnail__slide .thumbnail__frame img {
  width: 100%;
  height: 100%;
}
#hero .raven-hero-section-content__details .carousel-thumbnail__slide .thumbnail .image {
  display: none;
  width: 100%;
  height: 173px;
  mask-image: linear-gradient(-135deg, transparent 7%, #000000 7%);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1440px) {
  #hero .raven-hero-section-content__details .carousel-thumbnail__slide .thumbnail .image {
    display: block;
  }
}
#hero .raven-hero-section-content__details .carousel-thumbnail__slide .thumbnail .image:hover {
  transform: scale(1.15);
}
#hero .raven-hero-section-content__details .carousel-thumbnail__slide .thumbnail .logo {
  margin-bottom: 8px;
}
@media screen and (min-width: 1440px) {
  #hero .raven-hero-section-content__details .carousel-thumbnail__slide .thumbnail .logo {
    display: none;
  }
}
#hero .raven-hero-section-content__details .carousel-thumbnail__slide .progress-bar {
  display: none;
  width: 100%;
  height: 4px;
  background-color: #b3b8b84d;
  position: relative;
  overflow: hidden;
}
#hero .raven-hero-section-content__details .carousel-thumbnail__slide .progress-bar__fill {
  position: absolute;
  width: 0%;
  height: 4px;
  background-color: #f1b946;
}

