/* = Eric Meyer's Reset CSS v2.0  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* = ADAPTED FROM NORMALIZE V.3.0.2  */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

a {
  background-color: transparent; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

pre {
  overflow: auto; }

button,
select {
  text-transform: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* = CUSTOM RESET */
button,
[type="reset"],
[type="submit"],
[type="button"],
[type="image"],
[type="file"] {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

textarea,
select,
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"] {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* = Responsive Layouts */
/* = GRID SYSTEM */
* {
  box-sizing: border-box; }

img {
  display: block; }

body {
  background-color: #0e0e10; }

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.section {
  padding: 30px 10px; }
  @media only screen and (min-width: 767px) {
    .section {
      padding: 40px 10px; } }
  .section:first-of-type {
    padding-top: 0; }

.plus-1 {
  position: absolute;
  z-index: 1000;
  transform: translateY(0);
  opacity: 0;
  transition: transform 0s;
  pointer-events: none; }
  .plus-1 p {
    font-family: "Press Start 2P", arial, sans-serif;
    font-size: 20px;
    color: yellow; }
  .plus-1--visible {
    opacity: 1;
    transition: transform 0.3s ease; }
  .plus-1--animate {
    transform: translateY(-20px);
    transition: transform 0.3s ease; }
  .plus-1--invisible {
    opacity: 0; }

.fade-in {
  opacity: 1;
  transition: opacity 0.5s ease; }
  .fade-in--hidden {
    opacity: 0; }

.fade-up {
  opacity: 1;
  transition: all 0.5s ease;
  transform: translateY(0px); }
  .fade-up--hidden {
    opacity: 0;
    transform: translateY(20px); }

body {
  color: #454545;
  font-family: "Play", arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased; }
  @media only screen and (min-width: 667px) {
    body {
      font-size: 18px; } }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  line-height: 1.1; }
  @media only screen and (min-width: 667px) {
    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
      line-height: 1.4; } }

h1, .h1 {
  font-size: 35px;
  line-height: 1;
  font-family: "Teko", arial, sans-serif;
  text-transform: uppercase; }
  h1 span, .h1 span {
    font-weight: 300;
    line-height: 1;
    font-family: "Teko", arial, sans-serif;
    text-transform: uppercase; }
    h1 span.line-1, .h1 span.line-1 {
      font-size: 35px;
      color: #ffffff;
      /* Old browsers */ }
      @supports (-webkit-background-clip: text) {
        h1 span.line-1, .h1 span.line-1 {
          background: -moz-linear-gradient(top, #ffffff 0%, #99989C 80%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, #ffffff 0%, #99989C 80%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, #ffffff 0%, #99989C 80%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#99989C',GradientType=0 );
          /* IE6-9 */
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; } }
      @media only screen and (min-width: 667px) {
        h1 span.line-1, .h1 span.line-1 {
          font-size: 60px; } }
      @media only screen and (min-width: 1060px) {
        h1 span.line-1, .h1 span.line-1 {
          font-size: 80px; } }
    h1 span.line-2, .h1 span.line-2 {
      font-size: 60px;
      font-weight: 700;
      color: #ffffff;
      /* Old browsers */ }
      @supports (-webkit-background-clip: text) {
        h1 span.line-2, .h1 span.line-2 {
          background: -moz-linear-gradient(top, #ffffff 0%, #99989C 80%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, #ffffff 0%, #99989C 80%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, #ffffff 0%, #99989C 80%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#99989C',GradientType=0 );
          /* IE6-9 */
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; } }
      @media only screen and (min-width: 667px) {
        h1 span.line-2, .h1 span.line-2 {
          font-size: 100px; } }
      @media only screen and (min-width: 1060px) {
        h1 span.line-2, .h1 span.line-2 {
          font-size: 180px; } }

h2, .h2 {
  font-size: 42px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Teko", arial, sans-serif;
  text-align: center;
  margin-bottom: 20px; }

h3, .h3 {
  font-size: 25px;
  font-weight: 700;
  font-family: "Press Start 2P", arial, sans-serif;
  color: #b7e376;
  /* Old browsers */
  text-transform: uppercase;
  text-shadow: 0px 2px 20px #80c341;
  text-align: center;
  margin-bottom: 30px; }
  @supports (-webkit-background-clip: text) {
    h3, .h3 {
      background: -moz-linear-gradient(top, #80c341 0%, #b7e376 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #80c341 0%, #b7e376 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #80c341 0%, #b7e376 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80c341', endColorstr='#b7e376',GradientType=0 );
      /* IE6-9 */
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; } }
  @media only screen and (min-width: 667px) {
    h3, .h3 {
      font-size: 30px; } }

h4, .h4 {
  font-family: "Teko", arial, sans-serif;
  font-size: 20px;
  color: #ffffff; }
  @media only screen and (min-width: 667px) {
    h4, .h4 {
      font-size: 30px; } }

h5, .h5 {
  font-family: "Teko", arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1;
  color: #86B3FF;
  /* Old browsers */ }
  @supports (-webkit-background-clip: text) {
    h5, .h5 {
      background: -moz-linear-gradient(top, #86B3FF 0%, #4E7CFF 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #86B3FF 0%, #4E7CFF 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #86B3FF 0%, #4E7CFF 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86B3FF', endColorstr='#4E7CFF',GradientType=0 );
      /* IE6-9 */
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; } }
  @media only screen and (min-width: 667px) {
    h5, .h5 {
      font-size: 20px; } }

h6 {
  font-family: "Teko", arial, sans-serif;
  font-size: 15px;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 1; }

p {
  font-size: 16px;
  font-family: "Play", arial, sans-serif;
  color: white; }
  @media only screen and (min-width: 667px) {
    p {
      font-size: 20px; } }

strong {
  font-weight: 700; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(https://media.betway.net/en/2020-04/gaming-hollywood/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

#mobile-test {
  display: none; }
  @media only screen and (min-width: 767px) {
    #mobile-test {
      display: block; } }

.intro {
  position: relative; }
  .intro__bg {
    background-image: url(../../../../../en/2020-04/gaming-hollywood/images/section-1-bg.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.05;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .intro__hearts {
    padding-top: 30px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (min-width: 767px) {
      .intro__hearts {
        padding-top: 100px; } }
    .intro__hearts img {
      margin: 0px 2px;
      width: 20px; }
      .intro__hearts img.pink {
        filter: drop-shadow(0px 2px 5px #FF4F65); }
  .intro__game-over {
    text-align: center;
    padding-bottom: 30px; }
    .intro__game-over p {
      color: #b7e376;
      font-family: "Press Start 2P", arial, sans-serif;
      text-transform: uppercase;
      text-shadow: 0px 2px 20px #80c341; }
      @supports (-webkit-background-clip: text) {
        .intro__game-over p {
          background: #b7e376;
          /* Old browsers */
          background: -moz-linear-gradient(top, #80c341 0%, #b7e376 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, #80c341 0%, #b7e376 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, #80c341 0%, #b7e376 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80c341', endColorstr='#b7e376',GradientType=0 );
          /* IE6-9 */
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; } }
  .intro__title {
    text-align: center; }
    .intro__title span {
      display: block; }
  .intro__text {
    text-align: center;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 40px; }
    .intro__text p {
      padding-bottom: 20px; }
  .intro__prompt {
    text-align: center; }
    .intro__prompt a {
      display: inline-block;
      transition: opacity 0.3s ease;
      animation-name: fadeInOut;
      animation-duration: 2s;
      animation-iteration-count: infinite; }
      .intro__prompt a:hover, .intro__prompt a:focus {
        opacity: 0.7; }
        .intro__prompt a:hover img, .intro__prompt a:focus img {
          filter: drop-shadow(0px 2px 20px #FF4F65); }
    .intro__prompt img {
      width: 50px;
      margin: 0 auto;
      filter: drop-shadow(0px 2px 8px #FF4F65);
      transition: filter 0.3s ease; }

@keyframes fadeInOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

.grossing__wrapper {
  background-color: #18161C;
  border-radius: 20px; }

.grossing__title {
  padding-top: 40px; }

.grossing__text {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px; }

.grossing__cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 40px; }

.grossing__graph {
  overflow: auto;
  position: relative; }
  @media only screen and (min-width: 650px) {
    .grossing__graph {
      overflow: hidden; } }

.grossing__graph-key {
  position: absolute;
  left: 10px;
  top: 150px;
  transform: translateY(-50%) rotate(-90deg); }
  @media only screen and (min-width: 650px) {
    .grossing__graph-key {
      right: 30px;
      top: 18px;
      left: auto;
      transform: none; } }
  @media only screen and (min-width: 767px) {
    .grossing__graph-key {
      left: 10px;
      top: 150px;
      right: auto;
      transform: translateY(-50%) rotate(-90deg); } }
  .grossing__graph-key p {
    font-family: "Teko", arial, sans-serif;
    font-size: 14px;
    color: #ffffff; }

.grossing__card {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #1D1B21;
  border-radius: 10px;
  padding: 10px;
  margin: 0px 10px 20px 10px; }
  @media only screen and (min-width: 667px) {
    .grossing__card {
      width: calc(50% - 20px);
      margin: 0 10px; } }
  @media only screen and (min-width: 1060px) {
    .grossing__card {
      margin: 0; } }
  .grossing__card p {
    font-family: "Play", arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin-left: 5px; }

.grossing__graph-graph {
  padding-bottom: 30px;
  padding-left: 60px;
  padding-right: 60px;
  min-width: 800px; }
  @media only screen and (min-width: 650px) {
    .grossing__graph-graph {
      padding-left: 10px;
      padding-right: 10px;
      min-width: 630px; } }
  @media only screen and (min-width: 767px) {
    .grossing__graph-graph {
      padding-left: 60px;
      padding-right: 60px; } }

.grossing__graph-items-wrapper {
  display: flex;
  background-image: url(../../../../../en/2020-04/gaming-hollywood/images/grossing-graph.png);
  background-repeat: no-repeat;
  height: 300px;
  background-position: top center;
  background-size: 100% 100%;
  padding-left: 20px; }

.grossing__graph-tooltip {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-100%) translateY(-15px);
  background-color: #18161C;
  color: #ffffff;
  text-align: center;
  padding: 4px 4px 2px 4px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  opacity: 1;
  transition: opacity 0.3s ease; }
  .grossing__graph-tooltip.hidden {
    opacity: 0; }
  .grossing__graph-tooltip:after, .grossing__graph-tooltip:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .grossing__graph-tooltip:after {
    border-color: rgba(24, 22, 28, 0);
    border-top-color: #18161C;
    border-width: 5px;
    margin-left: -5px; }
  .grossing__graph-tooltip:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 7px;
    margin-left: -7px; }
  .grossing__graph-tooltip p {
    font-family: "Teko", arial, sans-serif;
    font-size: 15px;
    line-height: 1; }

.grossing__graph-bar-wrapper {
  width: 20px;
  height: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  z-index: 1;
  transition: height 0.6s ease, opacity 0.3s ease; }

.grossing__graph-bar {
  position: absolute;
  width: 20px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4px;
  z-index: 1;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transition: height 0.3s ease, opacity 0.3s ease; }
  .grossing__graph-bar:hover, .grossing__graph-bar:focus {
    opacity: 0.7;
    cursor: pointer; }

.grossing__graph-item {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: auto;
  width: 10%;
  height: 300px; }
  .grossing__graph-item--red .grossing__graph-bar {
    background: #FF879E;
    /* Old browsers */
    background: -moz-linear-gradient(top, #FF879E 0%, #FF4F65 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #FF879E 0%, #FF4F65 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #FF879E 0%, #FF4F65 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF879E', endColorstr='#FF4F65',GradientType=0 );
    /* IE6-9 */
    filter: drop-shadow(0px 2px 5px #FF4F65); }
  .grossing__graph-item--blue .grossing__graph-bar {
    background: #86B3FF;
    /* Old browsers */
    background: -moz-linear-gradient(top, #86B3FF 0%, #4E7CFF 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #86B3FF 0%, #4E7CFF 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #86B3FF 0%, #4E7CFF 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86B3FF', endColorstr='#4E7CFF',GradientType=0 );
    /* IE6-9 */
    filter: drop-shadow(0px 2px 5px #4E7CFF); }
  .grossing__graph-item.graph-up--hidden .grossing__graph-bar-wrapper {
    height: 0 !important; }
  .grossing__graph-item#grossing-item-1 .grossing__graph-bar-wrapper {
    height: 78%; }
  .grossing__graph-item#grossing-item-2 .grossing__graph-bar-wrapper {
    height: 64%; }
  .grossing__graph-item#grossing-item-3 .grossing__graph-bar-wrapper {
    height: 48%; }
  .grossing__graph-item#grossing-item-4 .grossing__graph-bar-wrapper {
    height: 46%; }
  .grossing__graph-item#grossing-item-5 .grossing__graph-bar-wrapper {
    height: 42%; }
  .grossing__graph-item#grossing-item-6 .grossing__graph-bar-wrapper {
    height: 40%; }
  .grossing__graph-item#grossing-item-7 .grossing__graph-bar-wrapper {
    height: 32%; }
  .grossing__graph-item#grossing-item-8 .grossing__graph-bar-wrapper {
    height: 32%; }
  .grossing__graph-item#grossing-item-9 .grossing__graph-bar-wrapper {
    height: 24%; }
  .grossing__graph-item#grossing-item-10 .grossing__graph-bar-wrapper {
    height: 12%; }

.grossing__graph-info {
  width: 100%;
  text-align: center; }

.grossing__graph-info-wrapper {
  display: flex;
  align-items: baseline;
  padding-left: 20px; }

.grossing__graph-info-item {
  width: 10%;
  text-align: center;
  margin-top: 10px;
  padding: 0px 5px; }
  @media only screen and (min-width: 1060px) {
    .grossing__graph-info-item {
      padding: 0px 10px; } }
  .grossing__graph-info-item img {
    margin: 0 auto;
    width: 20px;
    position: relative;
    z-index: 4;
    margin-bottom: 10px; }

.grossing__graph-name {
  margin-bottom: 5px; }
  .grossing__graph-name p {
    font-family: "Teko", arial, sans-serif;
    font-size: 13px;
    color: #ffffff;
    line-height: 1.2; }
    @media only screen and (min-width: 1060px) {
      .grossing__graph-name p {
        font-size: 16px; } }

.grossing__graph-year p {
  font-family: "Teko", arial, sans-serif;
  font-size: 12px;
  color: #8d8d91; }

.competing {
  position: relative; }
  .competing__bg {
    background-image: url(../../../../../en/2020-04/gaming-hollywood/images/section-2-bg.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.05;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .competing__text {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px; }
    @media only screen and (min-width: 767px) {
      .competing__text {
        margin-bottom: 0; } }
  .competing__graph {
    padding: 30px 0px;
    position: relative; }
    .competing__graph:before {
      content: '';
      position: absolute;
      left: 40px;
      top: 0px;
      transform: translateX(-50%);
      width: 1px;
      height: 100%;
      border-left: 1px dashed white;
      z-index: 100; }
      @media only screen and (min-width: 767px) {
        .competing__graph:before {
          display: none; } }
    .competing__graph-item {
      display: block;
      width: 100%;
      justify-content: center;
      position: relative; }
      @media only screen and (min-width: 767px) {
        .competing__graph-item {
          display: flex; } }
      .competing__graph-item--1 {
        margin-top: 50px; }
        @media only screen and (min-width: 767px) {
          .competing__graph-item--1 {
            margin-top: 60px; } }
        .competing__graph-item--1:before {
          content: '';
          position: absolute;
          left: 50%;
          top: 0;
          transform: translateX(-50%) translateY(-100%);
          width: 1px;
          height: 100%;
          border-left: 1px dashed white;
          display: none; }
          @media only screen and (min-width: 767px) {
            .competing__graph-item--1:before {
              display: block; } }
        .competing__graph-item--1:after {
          content: '';
          position: absolute;
          left: 50%;
          top: 0;
          transform: translateX(-50%) translateY(-100%);
          width: 3px;
          height: 100%;
          /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#18161c+0,000000+100&1+0,0+100 */
          background: -moz-linear-gradient(top, #18161c 0%, rgba(0, 0, 0, 0) 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, #18161c 0%, rgba(0, 0, 0, 0) 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, #18161c 0%, rgba(0, 0, 0, 0) 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18161c', endColorstr='#00000000',GradientType=0 );
          /* IE6-9 */
          display: none; }
          @media only screen and (min-width: 767px) {
            .competing__graph-item--1:after {
              display: block; } }
        .competing__graph-item--1 .competing__graph-bar--red {
          width: 40%; }
          @media only screen and (min-width: 767px) {
            .competing__graph-item--1 .competing__graph-bar--red {
              width: 35%; } }
        .competing__graph-item--1 .competing__graph-bar--blue {
          width: 35%; }
          @media only screen and (min-width: 767px) {
            .competing__graph-item--1 .competing__graph-bar--blue {
              width: 30%; } }
      .competing__graph-item--2 {
        margin-top: 30px; }
        @media only screen and (min-width: 767px) {
          .competing__graph-item--2 {
            margin-top: 60px; } }
        .competing__graph-item--2:before {
          content: '';
          position: absolute;
          left: 50%;
          top: 0;
          transform: translateX(-50%) translateY(-100%);
          width: 1px;
          height: 100%;
          border-left: 1px dashed white;
          display: none; }
          @media only screen and (min-width: 767px) {
            .competing__graph-item--2:before {
              display: block; } }
        .competing__graph-item--2 .competing__graph-bar--red {
          width: 40%; }
          @media only screen and (min-width: 767px) {
            .competing__graph-item--2 .competing__graph-bar--red {
              width: 35%; } }
        .competing__graph-item--2 .competing__graph-bar--blue {
          width: 65%; }
          @media only screen and (min-width: 767px) {
            .competing__graph-item--2 .competing__graph-bar--blue {
              width: 70%; } }
          @media only screen and (min-width: 1060px) {
            .competing__graph-item--2 .competing__graph-bar--blue {
              width: 80%; } }
      .competing__graph-item--3 {
        margin-top: 30px; }
        @media only screen and (min-width: 767px) {
          .competing__graph-item--3 {
            margin-top: 60px; } }
        .competing__graph-item--3:before {
          content: '';
          position: absolute;
          left: 50%;
          top: 0;
          transform: translateX(-50%) translateY(-100%);
          width: 1px;
          height: 100%;
          border-left: 1px dashed white;
          display: none; }
          @media only screen and (min-width: 767px) {
            .competing__graph-item--3:before {
              display: block; } }
        .competing__graph-item--3 .competing__graph-bar--red {
          width: 65%; }
          @media only screen and (min-width: 767px) {
            .competing__graph-item--3 .competing__graph-bar--red {
              width: 70%; } }
          @media only screen and (min-width: 1060px) {
            .competing__graph-item--3 .competing__graph-bar--red {
              width: 80%; } }
        .competing__graph-item--3 .competing__graph-bar--blue {
          width: 45%; }
          @media only screen and (min-width: 767px) {
            .competing__graph-item--3 .competing__graph-bar--blue {
              width: 55%; } }
          @media only screen and (min-width: 1060px) {
            .competing__graph-item--3 .competing__graph-bar--blue {
              width: 50%; } }
    .competing__graph-end {
      padding-bottom: 60px;
      position: relative; }
      .competing__graph-end:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 10px;
        transform: translateX(-50%);
        width: 1px;
        height: 100%;
        border-left: 1px dashed white;
        display: none; }
        @media only screen and (min-width: 767px) {
          .competing__graph-end:before {
            display: block; } }
      .competing__graph-end:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 10px;
        transform: translateX(-50%);
        width: 3px;
        height: 100%;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#18161c+0,000000+100&1+0,0+100 */
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #18161c 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #18161c 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #18161c 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#18161c',GradientType=0 );
        /* IE6-9 */
        display: none; }
        @media only screen and (min-width: 767px) {
          .competing__graph-end:after {
            display: block; } }
    .competing__graph-year {
      position: relative;
      height: 40px; }
      @media only screen and (min-width: 767px) {
        .competing__graph-year {
          width: 20px;
          height: auto; } }
      .competing__graph-year:before {
        content: '';
        position: absolute;
        left: 30px;
        bottom: 2px;
        width: 16px;
        height: 16px;
        box-shadow: inset 0px 0px 0px 3px #18161C;
        background-color: #888789;
        border-radius: 50%;
        border: 1px solid #ffffff;
        z-index: 1000; }
        @media only screen and (min-width: 767px) {
          .competing__graph-year:before {
            left: 50%;
            transform: translateX(-50%);
            width: 22px;
            height: 22px; } }
      .competing__graph-year p {
        font-family: "Teko", arial, sans-serif;
        font-size: 24px;
        font-weight: 500;
        position: absolute;
        bottom: -7px;
        left: 0px;
        transform: rotate(-90deg); }
        @media only screen and (min-width: 767px) {
          .competing__graph-year p {
            left: 50%;
            transform: translateX(-50%);
            bottom: auto; } }
    .competing__graph-left {
      width: 100%;
      padding-left: 40px; }
      @media only screen and (min-width: 767px) {
        .competing__graph-left {
          width: 50%;
          display: flex;
          justify-content: flex-end;
          padding-left: 0; } }
    .competing__graph-right {
      width: 100%;
      padding-left: 40px; }
      @media only screen and (min-width: 767px) {
        .competing__graph-right {
          width: 50%;
          padding-left: 0; } }
    .competing__graph-label p, .competing__graph-label--mobile p, .competing__graph-game p {
      font-family: "Teko", arial, sans-serif;
      font-size: 18px; }
      .competing__graph-label p.mobile-small, .competing__graph-label--mobile p.mobile-small, .competing__graph-game p.mobile-small {
        font-size: 14px; }
        @media only screen and (min-width: 767px) {
          .competing__graph-label p.mobile-small, .competing__graph-label--mobile p.mobile-small, .competing__graph-game p.mobile-small {
            font-size: 18px; } }
    .competing__graph-label--mobile {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%) translateX(100%);
      padding-left: 10px; }
      @media only screen and (min-width: 767px) {
        .competing__graph-label--mobile {
          display: none; } }
    .competing__graph-label {
      padding: 0px 20px;
      display: none; }
      @media only screen and (min-width: 767px) {
        .competing__graph-label {
          display: block; } }
    .competing__graph-game {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 5px; }
      @media only screen and (min-width: 767px) {
        .competing__graph-game {
          top: 0;
          transform: translateY(-100%); } }
    .competing__graph-bar {
      height: 20px;
      width: 40%;
      position: relative;
      transition: width 0.6s ease; }
      @media only screen and (min-width: 767px) {
        .competing__graph-bar {
          height: 10px; } }
      .competing__graph-bar--blue {
        background: #4E7CFF;
        /* Old browsers */
        background: -moz-linear-gradient(left, #4E7CFF 0%, #86B3FF 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #4E7CFF 0%, #86B3FF 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #4E7CFF 0%, #86B3FF 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4E7CFF', endColorstr='#86B3FF',GradientType=1 );
        /* IE6-9 */
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        filter: drop-shadow(0px 2px 5px #4E7CFF); }
        @media only screen and (min-width: 767px) {
          .competing__graph-bar--blue {
            background: #86B3FF;
            /* Old browsers */
            background: -moz-linear-gradient(left, #86B3FF 0%, #4E7CFF 100%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(left, #86B3FF 0%, #4E7CFF 100%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, #86B3FF 0%, #4E7CFF 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86B3FF', endColorstr='#4E7CFF',GradientType=1 );
            /* IE6-9 */
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
            filter: drop-shadow(0px 2px 5px #4E7CFF); } }
        .competing__graph-bar--blue.slide-left--hidden {
          width: 0; }
      .competing__graph-bar--red {
        background: #FF4F65;
        /* Old browsers */
        background: -moz-linear-gradient(left, #FF4F65 0%, #FF879E 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #FF4F65 0%, #FF879E 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #FF4F65 0%, #FF879E 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF4F65', endColorstr='#FF879E',GradientType=1 );
        /* IE6-9 */
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        filter: drop-shadow(0px 2px 5px #FF4F65); }
        .competing__graph-bar--red.slide-right--hidden {
          width: 0; }
    .competing__graph-left-inner {
      position: relative;
      width: 100%;
      align-items: center;
      padding-top: 10px; }
      @media only screen and (min-width: 767px) {
        .competing__graph-left-inner {
          display: flex;
          justify-content: flex-end;
          padding-top: 30px; } }
    .competing__graph-right-inner {
      position: relative;
      width: 100%;
      align-items: center;
      padding-top: 10px; }
      @media only screen and (min-width: 767px) {
        .competing__graph-right-inner {
          display: flex;
          padding-top: 30px; } }
      @media only screen and (min-width: 767px) {
        .competing__graph-right-inner .competing__graph-game {
          right: 0;
          left: auto; } }

.fact {
  background-color: #090809;
  padding: 30px 20px;
  margin: 20px 0px; }
  @media only screen and (min-width: 767px) {
    .fact {
      padding: 80px 20px;
      margin: 40px 0px; } }
  .fact__text {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    text-align: center; }
    .fact__text p {
      font-size: 16px;
      line-height: 1.3; }
      @media only screen and (min-width: 667px) {
        .fact__text p {
          font-size: 32px; } }

.motion {
  position: relative; }
  .motion__bg {
    background-image: url(../../../../../en/2020-04/gaming-hollywood/images/section-4-bg.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.05;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .motion__text {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center; }
    .motion__text p {
      margin-bottom: 20px; }
  .motion__videos-title {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px; }
    .motion__videos-title p {
      font-size: 24px;
      color: #ffffff;
      font-family: "Teko", arial, sans-serif;
      text-transform: uppercase; }
  .motion__videos-text {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    text-align: center; }
    .motion__videos-text p {
      font-size: 16px; }
  .motion__videos-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    margin-top: 60px; }
  .motion__videos-video {
    width: 100%;
    text-align: center;
    margin: 0px 10px 30px 10px; }
    @media only screen and (min-width: 667px) {
      .motion__videos-video {
        width: calc(50% - 20px);
        margin: 0; } }
    .motion__videos-video p {
      font-size: 16px;
      margin-top: 20px; }
    .motion__videos-video .video-wrapper {
      position: relative;
      overflow: hidden;
      padding-top: 56.25%;
      border-radius: 15px; }
      .motion__videos-video .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0; }
      .motion__videos-video .video-wrapper .video-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 10;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
        .motion__videos-video .video-wrapper .video-overlay img {
          width: 100px;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          z-index: 15;
          transition: opacity 0.3s ease; }
        .motion__videos-video .video-wrapper .video-overlay:before {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background-color: rgba(24, 22, 28, 0.5);
          z-index: 10; }
        .motion__videos-video .video-wrapper .video-overlay:hover, .motion__videos-video .video-wrapper .video-overlay:focus {
          cursor: pointer; }
          .motion__videos-video .video-wrapper .video-overlay:hover img, .motion__videos-video .video-wrapper .video-overlay:focus img {
            opacity: 0.5; }

.net-worth {
  position: relative; }
  .net-worth__bg {
    background-image: url(../../../../../en/2020-04/gaming-hollywood/images/section-3-bg.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.05;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .net-worth__text {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px; }
  .net-worth__graph-graph {
    padding-bottom: 230px; }
  .net-worth__graph-items-wrapper {
    display: flex;
    background-image: url(../../../../../en/2020-04/gaming-hollywood/images/net-worth-graph.png);
    background-position: top left;
    background-size: 450% calc(100% - 15px);
    height: 230px;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 767px) {
      .net-worth__graph-items-wrapper {
        height: 300px;
        background-position: top center;
        background-size: 100% calc(100% - 15px); } }
  .net-worth__graph-item {
    width: 100%;
    height: 460px;
    display: flex;
    align-items: flex-end;
    position: relative; }
    @media only screen and (min-width: 767px) {
      .net-worth__graph-item {
        height: auto;
        width: 33.3333%;
        height: 300px; } }
    .net-worth__graph-item:before {
      content: '';
      position: absolute;
      width: 20px;
      height: 50%;
      left: 50%;
      transform: translateX(-50%);
      bottom: 255px;
      background: #FFE879;
      /* Old browsers */
      background: -moz-linear-gradient(top, #FFE879 0%, #FEB513 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #FFE879 0%, #FEB513 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #FFE879 0%, #FEB513 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE879', endColorstr='#FEB513',GradientType=0 );
      /* IE6-9 */
      border-top-right-radius: 10px;
      border-top-left-radius: 10px;
      filter: drop-shadow(0px 2px 5px #FEB513);
      z-index: 1;
      transition: height 0.6s ease; }
      @media only screen and (min-width: 767px) {
        .net-worth__graph-item:before {
          bottom: 25px; } }
    .net-worth__graph-item.graph-up--hidden:before {
      height: 0 !important; }
    .net-worth__graph-item#net-worth-item-1:before {
      height: 80px; }
      @media only screen and (min-width: 767px) {
        .net-worth__graph-item#net-worth-item-1:before {
          height: 37%; } }
    .net-worth__graph-item#net-worth-item-2:before {
      height: 130px; }
      @media only screen and (min-width: 767px) {
        .net-worth__graph-item#net-worth-item-2:before {
          height: 52%; } }
    .net-worth__graph-item#net-worth-item-3:before {
      height: 200px; }
      @media only screen and (min-width: 767px) {
        .net-worth__graph-item#net-worth-item-3:before {
          height: 90%; } }
    .net-worth__graph-item img {
      margin: 0 auto;
      border-radius: 50%;
      border: 2px solid #ffffff;
      box-shadow: inset 0px 0px 0px 2px #18161C;
      width: 35px !important;
      position: relative;
      z-index: 4;
      margin-bottom: 225px; }
      @media only screen and (min-width: 767px) {
        .net-worth__graph-item img {
          margin-bottom: 0; } }
  .net-worth__graph-info {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: 0px;
    text-align: center; }
    @media only screen and (min-width: 767px) {
      .net-worth__graph-info {
        bottom: -230px; } }
  .net-worth__graph-name p {
    font-family: "Teko", arial, sans-serif;
    font-size: 30px;
    color: #ffffff;
    line-height: 1; }
  .net-worth__net-worth {
    margin-bottom: 10px; }
    .net-worth__net-worth p {
      font-size: 16px;
      color: #ffffff; }
  .net-worth__heard {
    margin-bottom: 10px; }
    .net-worth__heard p {
      font-family: "Teko", arial, sans-serif;
      font-size: 15px;
      color: #ffffff;
      text-transform: uppercase; }
  .net-worth__game {
    margin-bottom: 10px; }
    .net-worth__game p {
      font-size: 15px;
      color: #8d8d91;
      font-family: "Teko", arial, sans-serif;
      line-height: 1;
      text-transform: uppercase; }
      .net-worth__game p.colourful {
        color: #FFE879; }
        @supports (-webkit-background-clip: text) {
          .net-worth__game p.colourful {
            background: #FFE879;
            /* Old browsers */
            background: -moz-linear-gradient(top, #FFE879 0%, #FEB513 100%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #FFE879 0%, #FEB513 100%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #FFE879 0%, #FEB513 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86B3FF', endColorstr='#4E7CFF',GradientType=0 );
            /* IE6-9 */
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; } }

.starring__wrapper {
  background-color: #18161C;
  border-radius: 20px; }

.starring__title {
  padding-top: 40px; }

.starring__text {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center; }

.voices__wrapper {
  background-color: #18161C;
  border-radius: 20px; }

.voices__title {
  padding-top: 40px; }

.voices__text {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center; }

.vr__wrapper {
  background-color: #18161C;
  border-radius: 20px;
  padding: 10px; }
  @media only screen and (min-width: 767px) {
    .vr__wrapper {
      padding: 40px; } }

.vr__text {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px; }

.vr__graph-items-wrapper {
  display: flex;
  background-image: url(../../../../../en/2020-04/gaming-hollywood/images/vr-graph.png);
  background-repeat: no-repeat;
  height: 350px;
  padding-left: 20px;
  background-position: top left;
  background-size: 450% calc(100% - 15px); }
  @media only screen and (min-width: 767px) {
    .vr__graph-items-wrapper {
      background-position: top center;
      background-size: 100% 100%; } }

.vr__graph-bar-wrapper {
  width: 20px;
  height: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  z-index: 1;
  transition: height 0.6s ease, opacity 0.3s ease; }

.vr__graph-bar {
  position: absolute;
  width: 20px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3px;
  z-index: 1;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transition: height 0.3s ease, opacity 0.3s ease; }
  .vr__graph-bar:hover, .vr__graph-bar:focus {
    opacity: 0.7;
    cursor: pointer; }

.vr__graph {
  position: relative;
  margin-left: 20px; }

.vr__graph-key {
  position: absolute;
  left: -70px;
  top: 150px;
  transform: translateY(-50%) rotate(-90deg); }
  @media only screen and (min-width: 767px) {
    .vr__graph-key {
      left: -75px; } }
  .vr__graph-key p {
    font-family: "Teko", arial, sans-serif;
    font-size: 14px;
    color: #ffffff; }

.vr__graph-tooltip {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-100%) translateY(-15px);
  background-color: #18161C;
  color: #ffffff;
  text-align: center;
  padding: 4px 4px 2px 4px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  opacity: 1;
  transition: opacity 0.3s ease; }
  .vr__graph-tooltip.hidden {
    opacity: 0; }
  .vr__graph-tooltip:after, .vr__graph-tooltip:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .vr__graph-tooltip:after {
    border-color: rgba(24, 22, 28, 0);
    border-top-color: #18161C;
    border-width: 5px;
    margin-left: -5px; }
  .vr__graph-tooltip:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 7px;
    margin-left: -7px; }
  .vr__graph-tooltip p {
    font-family: "Teko", arial, sans-serif;
    font-size: 15px;
    line-height: 1; }

.vr__graph-item {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: auto;
  width: 14.25%;
  height: 350px; }
  .vr__graph-item--purple .vr__graph-bar {
    background: #A962FF;
    /* Old browsers */
    background: -moz-linear-gradient(top, #A962FF 0%, #7033FF 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #A962FF 0%, #7033FF 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #A962FF 0%, #7033FF 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A962FF', endColorstr='#7033FF',GradientType=0 );
    /* IE6-9 */
    filter: drop-shadow(0px 2px 5px #7033FF); }
  .vr__graph-item--green .vr__graph-bar {
    background: #b7e376;
    /* Old browsers */
    background: -moz-linear-gradient(top, #b7e376 0%, #80c341 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b7e376 0%, #80c341 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b7e376 0%, #80c341 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7e376', endColorstr='#80c341',GradientType=0 );
    /* IE6-9 */
    filter: drop-shadow(0px 2px 5px #80c341); }
  .vr__graph-item.graph-up--hidden .vr__graph-bar-wrapper {
    height: 0 !important; }
  .vr__graph-item#vr-item-1 .vr__graph-bar-wrapper {
    height: 3%; }
  .vr__graph-item#vr-item-2 .vr__graph-bar-wrapper {
    height: 11%; }
  .vr__graph-item#vr-item-3 .vr__graph-bar-wrapper {
    height: 15%; }
  .vr__graph-item#vr-item-4 .vr__graph-bar-wrapper {
    height: 23%; }
  .vr__graph-item#vr-item-5 .vr__graph-bar-wrapper {
    height: 37%; }
  .vr__graph-item#vr-item-6 .vr__graph-bar-wrapper {
    height: 56%; }
  .vr__graph-item#vr-item-7 .vr__graph-bar-wrapper {
    height: 98%; }

.vr__graph-info {
  width: 100%;
  text-align: center; }

.vr__graph-info-wrapper {
  display: flex;
  align-items: baseline;
  padding-left: 20px; }

.vr__graph-info-item {
  width: 14.25%;
  text-align: center;
  margin-top: 10px;
  padding: 0px 10px; }
  .vr__graph-info-item img {
    margin: 0 auto;
    width: 20px;
    position: relative;
    z-index: 4;
    margin-bottom: 10px; }

.vr__graph-year p {
  font-family: "Teko", arial, sans-serif;
  font-size: 20px;
  color: #ffffff; }

.people {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 0px 10px; }
  @media only screen and (min-width: 767px) {
    .people {
      margin-top: 80px; } }
  .people .person {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    max-width: 300px; }
    @media only screen and (min-width: 767px) {
      .people .person {
        width: calc(33% - 20px);
        margin-top: 0;
        margin-bottom: 80px;
        max-width: none; } }
    .people .person.voices__person .person__image-hover, .people .person.starring__person .person__image-hover {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 210px;
      height: 100%;
      background-color: rgba(24, 22, 28, 0.5);
      transform: translate(-50%, -50%);
      z-index: 1000;
      border-radius: 50%;
      opacity: 0;
      z-index: -1;
      transition: z-index 0s ease 0.3s, opacity 0.3s ease; }
      .people .person.voices__person .person__image-hover.is-hovered, .people .person.voices__person .person__image-hover:focus, .people .person.starring__person .person__image-hover.is-hovered, .people .person.starring__person .person__image-hover:focus {
        opacity: 1;
        z-index: 15;
        transition: z-index 0s ease, opacity 0.3s ease;
        cursor: pointer;
        box-shadow: 0 0px 45px #4E7CFF; }
      .people .person.voices__person .person__image-hover img, .people .person.starring__person .person__image-hover img {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        width: 100px; }
    .people .person__image {
      position: relative; }
      .people .person__image img {
        margin: 0 auto;
        border-radius: 50%;
        position: relative;
        z-index: 2;
        width: 210px; }
      .people .person__image:before {
        content: '';
        position: absolute;
        width: 216px;
        height: calc(100% + 6px);
        top: 50%;
        left: 50%;
        border-radius: 50%;
        z-index: 1;
        transform: translate(-50%, -50%);
        background: #86B3FF;
        /* Old browsers */
        background: -moz-linear-gradient(top, #86B3FF 0%, #4E7CFF 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #86B3FF 0%, #4E7CFF 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #86B3FF 0%, #4E7CFF 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86B3FF', endColorstr='#4E7CFF',GradientType=0 );
        /* IE6-9 */ }
    .people .person__name {
      margin-top: 20px; }
    .people .person__character {
      color: #99989C; }
    .people .person__text p {
      font-family: "Play", arial, sans-serif;
      font-size: 16px;
      color: #ffffff; }
      .people .person__text p.title {
        font-family: "Teko", arial, sans-serif;
        font-size: 15px;
        text-transform: uppercase;
        margin-bottom: 10px; }

.owl-dots {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 20px; }
  .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background-color: #18161C !important;
    border-radius: 50%;
    border: 1px solid #ffffff !important;
    transition: background-color 0.3s ease;
    margin: 0px 5px; }
    .owl-dots .owl-dot:hover, .owl-dots .owl-dot:focus {
      cursor: pointer; }
    .owl-dots .owl-dot.active {
      background-color: #ffffff !important;
      box-shadow: inset 0px 0px 0px 2px #18161C; }

.sources {
  background-color: #090809;
  padding: 25px 10px; }
  .sources__embed {
    display: block;
    margin-bottom: 60px;
    text-align: center; }
    @media only screen and (min-width: 767px) {
      .sources__embed {
        display: flex;
        align-items: center;
        text-align: left; } }
  .sources__embed-image {
    transition: opacity 0.3s ease;
    margin-bottom: 20px; }
    @media only screen and (min-width: 767px) {
      .sources__embed-image {
        margin-right: 40px;
        margin-bottom: 0; } }
    .sources__embed-image:hover {
      opacity: 0.7; }
    .sources__embed-image img {
      width: 100px;
      margin: 0 auto; }
  .sources__embed-url a {
    display: flex;
    align-items: center;
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 5px 10px 3px 10px;
    position: relative;
    z-index: 1;
    max-width: 110px;
    margin: 0 auto;
    text-decoration: none; }
    @media only screen and (min-width: 767px) {
      .sources__embed-url a {
        margin: 0; } }
    .sources__embed-url a:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 0%;
      height: 100%;
      background-color: #FF4F65;
      transition: width 0.3s ease;
      overflow: hidden;
      border-radius: 5px;
      z-index: 0; }
    .sources__embed-url a:hover {
      cursor: pointer; }
      .sources__embed-url a:hover:before {
        width: 100%; }
    .sources__embed-url a p {
      text-transform: uppercase;
      font-size: 16px;
      color: #ffffff;
      font-family: "Teko", arial, sans-serif;
      margin-right: 10px;
      position: relative; }
    .sources__embed-url a img {
      width: 20px;
      position: relative; }
  .sources__title {
    position: relative;
    padding-right: 30px;
    display: inline-block;
    transition: opacity 0.3s ease; }
    .sources__title a {
      font-size: 32px;
      text-transform: uppercase;
      font-weight: 500;
      font-family: "Teko", arial, sans-serif;
      line-height: 1;
      text-decoration: none;
      color: #ffffff; }
    .sources__title:hover, .sources__title:focus {
      cursor: pointer;
      opacity: 0.5; }
    .sources__title:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      border: solid #ffffff;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 3px;
      transform: translateY(-50%) translateY(-3px) rotate(45deg);
      transition: transform 0.3s ease; }
    .sources__title.is-open:after {
      transform: translateY(-50%) translateY(-3px) rotate(225deg); }
  .sources__list {
    display: none; }
    .sources__list ul {
      list-style-type: disc;
      margin-left: 25px;
      margin-top: 20px; }
      .sources__list ul a, .sources__list ul li {
        color: #ffffff;
        word-break: break-word; }
      .sources__list ul li {
        margin-bottom: 10px; }

.embed-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transition: z-index 0s ease 0.5s, opacity 0.5s ease; }
  .embed-modal.active {
    opacity: 1;
    z-index: 10000;
    transition: opacity 0.5s ease; }
  .embed-modal__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); }
  .embed-modal__wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #18161C;
    border-radius: 5px;
    width: calc(100% - 40px);
    max-width: 500px;
    padding: 20px;
    border: 1px solid #403D3D; }
  .embed-modal__close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100000;
    width: 15px;
    height: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='23.332' height='23.333' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='402' width='582' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill='%23ffffff' id='svg_1' d='m16.043,11.667l6.566,-6.567c0.963,-0.963 0.963,-2.539 0,-3.502l-0.875,-0.875c-0.963,-0.964 -2.539,-0.964 -3.502,0l-6.566,6.567l-6.567,-6.567c-0.962,-0.963 -2.538,-0.963 -3.501,0l-0.876,0.875c-0.962,0.963 -0.962,2.539 0,3.502l6.566,6.566l-6.566,6.567c-0.962,0.963 -0.962,2.539 0,3.501l0.876,0.875c0.963,0.963 2.539,0.963 3.501,0l6.567,-6.565l6.566,6.565c0.963,0.963 2.539,0.963 3.502,0l0.875,-0.875c0.963,-0.963 0.963,-2.539 0,-3.501l-6.566,-6.566z'/%3E%3C/g%3E%3C/svg%3E");
    transition: opacity 0.3s ease; }
    .embed-modal__close:hover {
      cursor: pointer;
      opacity: 0.7; }
  .embed-modal__title {
    text-align: center; }
    .embed-modal__title p {
      font-family: "Teko", arial, sans-serif;
      font-size: 22px;
      font-weight: 500;
      text-transform: uppercase; }
  .embed-modal__link {
    border: 1px dotted white;
    border-radius: 5px;
    padding: 10px; }
    .embed-modal__link p {
      color: white;
      font-size: 14px;
      line-height: 1;
      word-break: break-word; }