@font-face {
  font-family: 'Graphie Bold';
  src: url('fonts/Graphie-Bold.otf') format('opentype');
}
.flex-display {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.flex-column {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.flex-row {
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.first-screen {
  height: 950px;
  position: relative;
  background: linear-gradient(to top,#fdca27,#fee934);
}
.first-screen .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  height: 100%;
  transition: 0.5s ease-in-out;
}
.first-screen .inside-wrap {
  position: relative;
  z-index: 4;
  max-width: 610px;
  margin: 233px auto auto 0;
}
.first-screen .inside-wrap .heading {
  font-family: 'Graphie Bold';
  font-size: 70px;
  text-transform: uppercase;
  color: black;
  margin-bottom: 64px;
}
.first-screen .inside-wrap .button-wrap {
  margin: 0 auto auto 0;
}
.first-screen .vive-man {
  position: absolute;
  right: -280px;
  bottom: 0;
  height: 900px;
  width: 700px;
  background-image: url("/img/vive-man.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  z-index: 3;
}
@media (max-width: 1100px) {
  .first-screen .vive-man {
    height: 650px;
  }
}
.first-screen .logo {
  position: absolute;
  height: 240px;
  width: 100%;
  right: 0;
  bottom: 15px;
  font-family: 'Graphie Bold';
  text-align: center;
  padding-bottom: 50px;
  font-size: 272px;
  color: #fee934;
  text-transform: uppercase;
  z-index: 2;
}
@media (max-width: 1500px) {
  .first-screen .logo {
    font-size: 200px;
  }
}
@media (max-width: 1100px) {
  .first-screen .logo {
    font-size: 150px;
    bottom: -105px;
  }
}
@media (max-width: 800px) {
  .first-screen {
    height: 428px;
  }
  .first-screen .logo {
    display: none;
  }
  .first-screen .vive-man {
    position: absolute;
    bottom: 133px;
    right: 0;
    height: 257px;
    width: 166px;
    background: url("/img/vive-man2.png") center no-repeat;
    background-size: contain;
    z-index: 4;
  }
  .first-screen .inside-wrap {
    margin-top: 50px;
    margin-left: -15px;
    position: relative;
    box-sizing: border-box;
    height: 244px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    min-width: 100vw;
    z-index: 1;
    background: linear-gradient(to top,#fdca27,#fee934,#fdca27);
  }
  .first-screen .inside-wrap .heading {
    margin: auto auto auto 15px;
    font-size: 23px;
    max-width: 131px;
  }
  .first-screen .inside-wrap .button-wrap {
    position: absolute;
    left: 0;
    bottom: -134px;
    height: 134px;
    min-width: 100vw;
    background: #fee934;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    z-index: 5;
  }
  .first-screen .inside-wrap .button-wrap .button {
    min-width: 290px;
    max-width: 290px;
    margin: auto;
  }
}
.why-vr .content {
  padding-top: 90px;
}
.why-vr .cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-top: 23px;
}
.why-vr .cols .item {
  max-width: 356px;
}
.why-vr .cols .item > div {
  margin: 0 auto;
}
.why-vr .cols .item .icon {
  width: 240px;
  height: 210px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.why-vr .cols .item .value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 3px 0 23px 0;
}
.why-vr .cols .item .value .number {
  font-family: 'Roboto';
  font-weight: 300;
  color: #900c0c;
  font-size: 82px;
  margin: auto 0 0 auto;
}
.why-vr .cols .item .value .caption {
  font-family: 'Roboto';
  font-weight: 300;
  color: #37474f;
  font-size: 50px;
  margin: auto auto 0 0;
  padding-bottom: 8px;
}
.why-vr .cols .item .desc {
  padding: 0 15px;
  text-align: center;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 18px;
  line-height: 40px;
}
.why-vr .citation-wrap {
  margin: 0 auto;
  padding-top: 165px;
  padding-bottom: 100px;
  height: 225px;
  width: 735px;
}
@media (max-width: 800px) {
  .why-vr .content {
    padding-top: 60px;
  }
  .why-vr .cols {
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-top: -1px;
  }
  .why-vr .cols .item {
    max-width: 290px;
    margin: 0 auto 54px auto;
  }
  .why-vr .cols .item .icon {
    width: 180px;
    height: 160px;
  }
  .why-vr .cols .item .value {
    padding-top: 0;
    margin-top: -9px;
    padding-bottom: 10px;
  }
  .why-vr .cols .item .value .number {
    font-size: 55px;
  }
  .why-vr .cols .item .value .caption {
    line-height: 35px;
    font-size: 33px;
  }
  .why-vr .cols .item .desc {
    font-size: 16px;
    line-height: 34px;
  }
  .why-vr .citation-wrap {
    width: 100vw;
    height: 206px;
    margin-left: -15px;
    padding-top: 29px;
    padding-bottom: 93px;
  }
}
.profit {
  padding-top: 19px;
}
.profit .content {
  min-width: 1070px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
}
.profit .content:before {
  display: block;
  content: '';
  min-width: 42px;
  height: 100%;
  background: linear-gradient(to top,#4e15a4,#621bc1);
  border-right: 1px solid rgba(0,0,0,0.08);
}
.profit .wall-wrap {
  height: 990px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
}
.profit .info {
  height: 832px;
  width: 100%;
  margin: auto 0;
  background: linear-gradient(to top,#4e15a4,#621bc1);
  border-left: 1px solid rgba(0,0,0,0.08);
}
.profit .info .inside-wrap {
  width: 520px;
  padding-right: 15px;
  margin: auto 0 auto auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.profit .info .inside-wrap .inside {
  margin-top: 24px;
}
.profit .info .inside-wrap .inside h3 {
  color: white;
  text-align: left;
  line-height: 68px;
}
.profit .info .inside-wrap .inside .rows .item {
  margin-top: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.profit .info .inside-wrap .inside .rows .item .icon {
  max-width: 73px;
  min-width: 73px;
  height: 84px;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}
.profit .info .inside-wrap .inside .rows .item .icon-rocket {
  background-image: url("/img/icon-rocket.png");
}
.profit .info .inside-wrap .inside .rows .item .icon-dollar {
  background-image: url("/img/icon-dollar.png");
}
.profit .info .inside-wrap .inside .rows .item .icon-calendar {
  background-image: url("/img/icon-calendar.png");
}
.profit .info .inside-wrap .inside .rows .item .icon-investments {
  background-image: url("/img/icon-investments.png");
}
.profit .info .inside-wrap .inside .rows .item .text {
  padding-left: 65px;
  margin: auto 0;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 20px;
  color: white;
}
.profit .some {
  position: relative;
  height: 100%;
  width: 245px;
}
.profit .some svg {
  width: 100%;
  height: 100%;
}
.profit .some svg polygon {
  background: linear-gradient(to top,#4e15a4,#621bc1);
  fill: linear-gradient(to top,#4e15a4,#621bc1);
}
.profit .some .vive-girl {
  background-image: url("/img/vive-girl.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: -317px;
  bottom: -130px;
  width: 516px;
  height: 1041px;
}
.profit .left,
.profit .right {
  height: 100%;
  width: 100%;
  background: linear-gradient(to top,#4e15a4,#621bc1);
}
.profit .right {
  height: 832px;
  margin: auto 0;
}
.profit .button-wrap {
  padding-top: 37px;
  margin: auto 228px auto auto;
}
@media (max-width: 1100px) {
  .profit .left {
    height: 832px;
    margin: auto 0;
  }
  .profit .content:before {
    display: none;
  }
  .profit .some {
    display: none;
  }
  .profit .info {
    border: none;
  }
  .profit .info .inside-wrap {
    padding: 0;
    margin: auto;
  }
  .profit .button-wrap {
    padding: 0;
    margin: auto;
  }
}
@media (max-width: 800px) {
  .profit {
    padding-top: 0;
  }
  .profit .wall-wrap {
    height: auto;
  }
  .profit .info {
    height: auto;
    margin-top: 0;
    padding-bottom: 85px;
  }
  .profit .info .inside-wrap {
    padding: 0 15px 0 15px;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
  }
  .profit .info .inside-wrap .inside {
    padding: 0 17px 0 17px;
    width: auto;
    margin: 0 auto 0 auto;
  }
  .profit .info .inside-wrap .inside h3 {
    text-align: center;
    margin-top: 85px;
    line-height: 35px;
  }
  .profit .info .inside-wrap .inside .rows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    padding-top: 31px;
  }
  .profit .info .inside-wrap .inside .rows .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
  }
  .profit .info .inside-wrap .inside .rows .item:first-child {
    margin-top: 0;
  }
  .profit .info .inside-wrap .inside .rows .item .icon {
    margin: 0 auto 0 auto;
  }
  .profit .info .inside-wrap .inside .rows .item .text {
    margin: 22px auto 0 auto;
    font-size: 16px;
    padding: 0;
  }
  .profit .button-wrap {
    margin-top: 34px;
  }
}
.why-avatarico {
  padding-top: 114px;
  position: relative;
  z-index: 5;
}
.why-avatarico .inside {
  margin-bottom: 165px;
}
.why-avatarico .inside .cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: -73px;
}
.why-avatarico .inside .cols .item {
  max-width: 356px;
  min-width: 356px;
  padding-top: 78px;
}
.why-avatarico .inside .cols .item-row2:nth-child(even) {
  margin: 0 0 0 auto;
}
.why-avatarico .inside .cols .item-row2:nth-child(odd) {
  margin: 0 auto 0 0;
}
.why-avatarico .inside .cols .item .value {
  font-family: 'Roboto';
  font-size: 80px;
  font-weight: 300;
  color: #900c0c;
  text-align: center;
}
.why-avatarico .inside .cols .item .value sup {
  font-size: 52px;
}
.why-avatarico .inside .cols .item .caption {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  padding-top: 24px;
  width: 258px;
  margin: 0 auto;
  line-height: 40px;
}
.why-avatarico .citation-wrap {
  height: 352px;
  width: 735px;
  margin: 0 auto;
}
.why-avatarico .citation-wrap .white-sides {
  height: 310px;
}
.why-avatarico .citation-wrap .text {
  width: 600px;
}
.why-avatarico .citation-wrap .label {
  margin-bottom: 49px;
}
.why-avatarico .citation-wrap .more-wrap {
  margin: auto auto -27px auto;
}
.why-avatarico .citation-wrap .button {
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .why-avatarico .inside .cols .item {
    margin: 0 auto auto auto;
  }
  .why-avatarico .inside .cols .item-row2 {
    margin: auto;
  }
  .why-avatarico .inside .cols .item-row2:nth-child(even) {
    margin: 0 auto auto auto;
  }
  .why-avatarico .inside .cols .item-row2:nth-child(odd) {
    margin: 0 auto auto auto;
  }
}
@media (max-width: 800px) {
  .why-avatarico {
    padding-top: 60px;
  }
  .why-avatarico .inside {
    margin-bottom: 86px;
  }
  .why-avatarico .inside .cols {
    padding-top: 94px;
  }
  .why-avatarico .inside .cols .item {
    max-width: 290px;
    min-width: 290px;
    padding-top: 0;
    margin-bottom: 43px;
  }
  .why-avatarico .inside .cols .item-row2:nth-child(even) {
    margin-bottom: 43px;
  }
  .why-avatarico .inside .cols .item .value {
    font-size: 55px;
  }
  .why-avatarico .inside .cols .item .value sup {
    font-size: 31px;
  }
  .why-avatarico .inside .cols .item .caption {
    font-size: 16px;
    padding-top: 11px;
    line-height: 32px;
  }
  .why-avatarico .citation-wrap {
    width: 100vw;
    margin-left: -15px;
    height: 297px;
  }
  .why-avatarico .citation-wrap .text {
    width: 100%;
  }
  .why-avatarico .citation-wrap .label {
    margin-bottom: 23px;
  }
  .why-avatarico .citation-wrap .button {
    width: 100%;
    min-width: 200px;
  }
}
.network .content {
  padding-top: 158px;
}
.network .countries-wrap {
  width: 460px;
  padding-top: 22px;
}
.network .countries-wrap .countries {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.network .countries-wrap .countries .country {
  max-width: 230px;
  min-width: 230px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 45px;
}
.network .countries-wrap .countries .country .icon {
  max-width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: inset 0 0 2px 1px rgba(0,0,0,0.1);
  margin: auto 0;
  background-size: cover;
  background-position: center;
}
.network .countries-wrap .countries .country .name {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 16px;
  margin: auto 0 auto 25px;
}
.games-head {
  padding-top: 102px;
  padding-bottom: 170px;
}
.games-head .inside .cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  padding-top: 47px;
}
.games-head .inside .cols .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.games-head .inside .cols .item:first-child {
  margin: 0 auto 0 0;
}
.games-head .inside .cols .item:last-child {
  margin: 0 0 0 auto;
}
.games-head .inside .cols .item > div {
  margin: 0 auto;
}
.games-head .inside .cols .item .icon {
  height: 64px;
  width: 80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.games-head .inside .cols .item .icon-thrill {
  background-image: url("/img/icon-thrill.png");
}
.games-head .inside .cols .item .icon-team-building {
  background-image: url("/img/icon-team-building.png");
}
.games-head .inside .cols .item .icon-simplicity {
  background-image: url("/img/icon-simplicity.png");
}
.games-head .inside .cols .item .icon-broad-audience {
  background-image: url("/img/icon-broad-audience.png");
}
.games-head .inside .cols .item .heading {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  padding-top: 44px;
}
.games-head .inside .cols .item .caption {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 14px;
  width: 235px;
  text-align: center;
  padding-top: 27px;
  line-height: 26px;
}
@media (max-width: 1100px) {
  .games-head .inside .cols .item .caption {
    width: auto;
    padding: 0 5px;
    box-sizing: border-box;
  }
}
@media (max-width: 800px) {
  .games-head {
    padding-bottom: 0;
  }
  .games-head .inside .cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding-top: 20px;
  }
  .games-head .inside .cols .item {
    max-width: 290px;
    min-width: 290px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 0 auto 46px auto !important;
  }
  .games-head .inside .cols .item .icon {
    width: 57px;
    height: 44px;
    margin: 0 23px auto 0;
  }
  .games-head .inside .cols .item .heading {
    margin: -4px 0 0 0;
    padding: 0;
    font-size: 16px;
    min-width: 210px;
    text-align: left;
  }
  .games-head .inside .cols .item .caption {
    padding: 0;
    margin: -15px 0 0 auto;
    font-size: 14px;
    min-width: 210px;
    max-width: 210px;
    text-align: left;
    padding-left: 3px;
    line-height: 23px;
  }
}
.games .inside .game {
  height: 543px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.games .inside .game .video {
  position: relative;
  min-width: 548px;
  height: 308px;
  margin: auto auto auto 0;
  background-color: black;
  order: 1;
}
.games .inside .game .mobile2 {
  display: none;
}
.games .inside .game .description {
  order: 2;
  max-width: 474px;
  margin: auto 0 auto auto;
  color: black;
}
@media (max-width: 1100px) {
  .games .inside .game .description {
    width: auto;
    min-width: unset;
    max-width: 290px;
  }
}
.games .inside .game .description .heading {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  margin: 0 auto auto 0;
}
.games .inside .game .description .caption {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 16px;
  padding: 17px 0;
  line-height: 32px;
  margin: auto auto auto 0;
}
.games .inside .game .description .link a {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #4e15a4;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.games .inside .game .description .link a > span {
  display: block;
  margin: auto 0;
}
.games .inside .game .description .link a:after {
  display: block;
  content: '';
  min-width: 28px;
  max-width: 28px;
  height: 28px;
  margin: auto auto auto 15px;
  border-radius: 50%;
  border: 2px solid #4e15a4;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/img/arrow_p.png");
}
.games .inside .game .description .link a:hover {
  text-decoration: none;
  color: #900c0c;
}
.games .inside .game .description .link a:hover:after {
  border-color: #900c0c;
  background-image: url("/img/arrow_r.png");
}
.games .inside .game:nth-child(even) .video {
  order: 2;
  margin: auto 0 auto auto;
}
.games .inside .game:nth-child(even) .description {
  order: 1;
  color: white;
  margin: auto auto auto 0;
}
.games .inside .game:nth-child(even) .description .link a {
  color: #fee934;
}
.games .inside .game:nth-child(even) .description .link a:after {
  border-color: #fee934;
  background-image: url("/img/arrow_y.png");
}
.games .inside .game:nth-child(even) .description .link a:hover {
  color: white;
}
.games .inside .game:nth-child(even) .description .link a:hover:after {
  border-color: white;
  background-image: url("/img/arrow_w.png");
}
.games .inside .game:not(:first-child) .video {
  max-width: 548px;
}
.games .inside .game:first-child {
  height: 1300px;
}
.games .inside .game:first-child .video {
  width: 100%;
  order: 1;
  height: 602px;
  margin: 119px 0 -206px 0;
}
.games .inside .game:first-child .description {
  order: 3;
  margin: auto 0 auto auto;
  color: black;
}
.games .inside .game:first-child .citation-wrap {
  order: 2;
  margin: auto auto auto 0;
  max-width: 474px;
  height: 262px;
}
.games .inside .game:first-child .citation-wrap .label {
  width: 94px;
  background-image: url("/img/citation-label-forbes.png");
}
@media (max-width: 1100px) {
  .games .inside .game:first-child .citation-wrap {
    max-width: 400px;
    width: auto;
    min-width: 400px;
  }
}
.games .content {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
@media (max-width: 875px) {
  .games .inside .game {
    height: auto !important;
    background-image: none !important;
    margin-bottom: 52px;
  }
  .games .inside .game:nth-child(even) .description .link a {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #4e15a4;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .games .inside .game:nth-child(even) .description .link a > span {
    display: block;
    margin: auto 0;
  }
  .games .inside .game:nth-child(even) .description .link a:after {
    display: block;
    content: '';
    min-width: 28px;
    max-width: 28px;
    height: 28px;
    margin: auto auto auto 15px;
    border-radius: 50%;
    border: 2px solid #4e15a4;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/img/arrow_p.png");
  }
  .games .inside .game:nth-child(even) .description .link:hover {
    text-decoration: none;
    color: #900c0c;
  }
  .games .inside .game:nth-child(even) .description .link:hover:after {
    border-color: #900c0c;
    background-image: url("/img/arrow_r.png");
  }
  .games .inside .game:first-child .citation-wrap {
    max-width: 100vw;
    min-width: 100vw;
    margin-left: -15px;
    margin-top: 155px;
    height: 206px;
  }
  .games .inside .game:nth-child(n + 3) {
    padding-top: 70px;
  }
  .games .inside .game .content {
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .games .inside .game .video {
    order: 2 !important;
    min-width: 290px;
    width: 100%;
    min-height: 152px;
    margin: 13px auto 0 auto !important;
  }
  .games .inside .game .description {
    order: 1 !important;
    min-width: 100%;
    margin: 37px 0 0 0 !important;
    position: relative;
    color: black !important;
  }
  .games .inside .game .description .heading {
    font-size: 23px;
    text-align: center;
  }
  .games .inside .game .description .caption {
    font-size: 14px;
    line-height: 25px;
    padding-top: 15px;
    display: none;
  }
  .games .inside .game .description .link {
    display: none;
    position: absolute;
    width: 100%;
  }
  .games .inside .game .description .link a span {
    margin: auto 0 auto auto !important;
  }
  .games .inside .game .mobile2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    order: 3 !important;
  }
  .games .inside .game .mobile2 .heading {
    display: none;
  }
  .games .inside .game .mobile2 .caption {
    display: block;
  }
  .games .inside .game .mobile2 .link {
    display: block;
    bottom: -34px !important;
  }
  .games .inside .game .citation-wrap {
    order: 3 !important;
  }
}
.request-callback {
  height: 278px;
}
.request-callback .content {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.request-callback .inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: auto auto 0 auto;
}
.request-callback .inside .request {
  margin: auto;
  height: 115px;
  max-width: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 18px;
  background: url("/img/smatrphone.png") center no-repeat;
  background-size: contain;
}
.request-callback .inside .request:hover {
  color: black;
  text-decoration: none;
}
.request-callback .inside .request span {
  text-align: center;
}
.request-callback .inside .request span:first-child {
  margin: 29px auto 0 auto;
}
.request-callback .inside .request span:last-child {
  margin: 0 auto auto auto;
}
.who-for .content {
  padding-top: 93px;
}
.who-for .inside .cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  padding-top: 122px;
}
.who-for .inside .cols .item {
  position: relative;
  max-width: 315px;
  min-width: 315px;
  margin: 0 auto;
  text-align: center;
}
.who-for .inside .cols .item:first-child {
  margin-left: 0;
}
.who-for .inside .cols .item:last-child {
  margin-right: 0;
}
.who-for .inside .cols .item > div {
  z-index: 2;
  position: relative;
}
.who-for .inside .cols .item .background {
  position: absolute;
  top: -62px;
  right: 70px;
  width: 176px;
  height: 176px;
  background: #f8f8fa;
  transform: rotate(45deg);
  z-index: 0;
}
.who-for .inside .cols .item .icon {
  height: 54px;
  width: 100%;
  background: center no-repeat;
  background-size: contain;
}
.who-for .inside .cols .item .icon-party {
  background-image: url("/img/icon-party.png");
}
.who-for .inside .cols .item .icon-tie {
  background-image: url("/img/icon-tie.png");
}
.who-for .inside .cols .item .icon-hat {
  background-image: url("/img/icon-hat.png");
}
.who-for .inside .cols .item .icon-info {
  background-image: url("/img/icon-info.png");
}
.who-for .inside .cols .item .icon-work {
  background-image: url("/img/icon-work.png");
}
.who-for .inside .cols .item .icon-cross-hand {
  background-image: url("/img/icon-cross-hand.png");
}
.who-for .inside .cols .item .icon-language {
  background-image: url("/img/icon-language.png");
}
.who-for .inside .cols .item .heading {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 18px;
  padding-top: 40px;
}
.who-for .inside .cols .item .caption {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 14px;
  padding-top: 27px;
  line-height: 25px;
}
@media (max-width: 1100px) {
  .who-for .inside .cols {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    padding-top: 0;
  }
  .who-for .inside .cols .item {
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
  }
  .who-for .inside .cols .item:first-child,
  .who-for .inside .cols .item:last-child {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 800px) {
  .who-for .content {
    padding-top: 53px;
  }
  .who-for .inside .cols .item {
    max-width: 290px;
    min-width: 290px;
    margin-top: 27px;
  }
  .who-for .inside .cols .item .heading {
    font-size: 16px;
  }
  .who-for .inside .cols .item .background {
    top: -26px;
    right: 91px;
    width: 106px;
    height: 106px;
  }
  .who-for .inside .cols .item:first-child .icon {
    width: 80px;
    margin: 0 auto;
  }
  .who-for .inside .cols .item:not(:first-child) {
    margin-top: 70px;
  }
}
.reviews {
  padding-top: 102px;
  padding-bottom: 100px;
}
.reviews .tabs {
  margin: -11px auto 97px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  height: 12px;
  display: none;
}
.reviews .tabs .tab {
  height: 8px;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 16px;
  color: #37474f;
  text-transform: uppercase;
  padding: 0 10px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  line-height: 10px;
  transition: 0.25s ease-in-out;
}
.reviews .tabs .tab:first-child {
  margin: auto 16px auto auto;
}
.reviews .tabs .tab:last-child {
  margin: auto auto auto 16px;
}
.reviews .tabs .tab:hover,
.reviews .tabs .tab-active {
  background: #fee934;
  color: black;
}
.reviews .tabs .sep {
  display: block;
  min-width: 2px;
  max-width: 2px;
  height: 12px;
  background: #37474f;
  margin: auto 0;
}
.reviews .inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.reviews .inside-mobile {
  display: none;
}
.reviews .review {
  width: 316px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  margin-top: 10px !important;
}
@media (max-width: 1000px) {
  .reviews .review {
    width: 256px;
  }
}
.reviews .review .image {
  width: 90px;
  min-height: 90px;
  border-radius: 50%;
  background: center no-repeat;
  background-size: cover;
  order: 1;
}
.reviews .review .body-wrap {
  order: 2;
  background-color: #fee934;
  border-radius: 12px;
  position: relative;
}
.reviews .review .body-wrap .edge {
  position: absolute;
  width: 20px;
  height: 20px;
}
.reviews .review .body-wrap .edge svg {
  width: 100%;
  height: 100%;
}
.reviews .review .body-wrap .edge svg polygon {
  fill: #fee934;
}
.reviews .review .body-wrap .body {
  padding: 20px 20px 33px 20px;
}
.reviews .review .body-wrap .body .caption {
  font-size: 14px;
  font-family: 'Roboto';
  font-weight: 300;
  line-height: 24px;
}
.reviews .review .body-wrap .body .sign {
  font-size: 14px;
  font-family: 'Roboto';
  font-weight: 700;
  text-align: right;
  line-height: 23px;
}
.reviews .review .body-wrap .body .origin {
  font-size: 13px;
  font-family: 'Roboto';
  font-weight: 300;
  color: #37474f;
  text-align: right;
  line-height: 23px;
}
.reviews .review-np .body-wrap {
  background-color: #eceff1;
}
.reviews .review-np .body-wrap .edge svg polygon {
  fill: #eceff1;
}
.reviews .review:nth-child(3n) {
  margin: auto 0 auto auto;
}
.reviews .review:nth-child(3n) .image {
  order: 2;
}
.reviews .review:nth-child(3n) .body-wrap {
  order: 1;
}
.reviews .review:nth-child(3n + 1) {
  margin: auto auto auto 0;
}
.reviews .review:nth-child(3n + 1) .image {
  order: 2;
}
.reviews .review:nth-child(3n + 1) .body-wrap {
  order: 1;
}
.reviews .review:nth-child(5n + 1) .body-wrap .edge {
  bottom: -20px;
  left: 84px;
  transform: rotate(90deg);
}
.reviews .review:nth-child(5n + 1) .image {
  margin: 20px auto auto 0;
}
.reviews .review:nth-child(3) .body-wrap .edge,
.reviews .review:nth-child(4) .body-wrap .edge {
  bottom: -20px;
  right: 84px;
  transform: rotate(180deg);
}
.reviews .review:nth-child(3) .image,
.reviews .review:nth-child(4) .image {
  margin: 20px 0 auto auto;
}
.reviews .review:nth-child(2) .body-wrap .edge {
  top: -20px;
  right: 84px;
  transform: rotate(270deg);
}
.reviews .review:nth-child(2) .image {
  margin: 0 0 20px auto;
}
.reviews .review:nth-child(5) .body-wrap .edge {
  top: -20px;
  left: 84px;
}
.reviews .review:nth-child(5) .image {
  margin: auto auto 20px 0;
}
.reviews .link {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: none;
}
.reviews .link a {
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  color: #4e15a4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  transition: 0.25s ease-in-out;
  margin: 4px 0 auto auto;
}
.reviews .link a > span {
  margin: auto 0;
}
.reviews .link a:before {
  background: url("/img/reviews_p.png") center no-repeat;
  background-size: contain;
  min-width: 46px;
  height: 32px;
  display: block;
  content: '';
  margin: auto 18px auto auto;
}
.reviews .link a:after {
  background: url("/img/arrow_p.png") center no-repeat;
  background-size: contain;
  min-width: 22px;
  height: 12px;
  display: block;
  content: '';
  margin: auto auto auto 18px;
}
.reviews .link a:hover {
  text-decoration: none;
  color: #900c0c;
}
.reviews .link a:hover:before {
  background-image: url("/img/reviews_r.png");
}
.reviews .link a:hover:after {
  background-image: url("/img/arrow_r.png");
}
@media (max-width: 800px) {
  .reviews .tabs {
    display: none;
  }
  .reviews .inside {
    display: none;
  }
  .reviews .link {
    display: none;
  }
  .reviews .inside-mobile {
    display: block;
  }
  .reviews .inside-mobile .swiper-container {
    min-height: 400px;
    overflow: initial;
  }
  .reviews .inside-mobile .review {
    margin: auto !important;
  }
}
