/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
figure,
body {
  margin: 0;
}

* {
  box-sizing: border-box;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-Regular.woff2") format("woff2"), url("assets/fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-Medium.woff2") format("woff2"), url("assets/fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-SemiBold.woff2") format("woff2"), url("assets/fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("assets/fonts/icomoon.eot?uos3o4");
  src: url("assets/fonts/icomoon.eot?uos3o4#iefix") format("embedded-opentype"), url("assets/fonts/icomoon.ttf?uos3o4") format("truetype"), url("assets/fonts/icomoon.woff?uos3o4") format("woff"), url("assets/fonts/icomoon.svg?uos3o4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-arrow-left:before {
  content: "\e900";
}

.icon-arrow-back:before {
  content: "\e901";
}

body {
  font-family: "Poppins";
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  position: relative;
  background: #000;
}

.container {
  max-width: 100%;
  padding: 0 3.125vw;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.78125vw;
  margin-left: -0.78125vw;
}

img {
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

strong {
  font-weight: 600;
}

em {
  color: #fdc33b;
  font-style: normal;
}

h1 {
  font-family: "Poppins";
  text-shadow: 0px 3px 4.6px rgba(0, 0, 0, 0.7);
  font-size: 3.8541666667vw;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.078125vw;
}

h2 {
  font-family: "Poppins";
  font-size: 1.875vw;
  font-weight: 500;
  letter-spacing: -0.72px;
  color: #fff;
}
@media screen and (max-width: 1025px) {
  h2 {
    font-size: 4.8vw;
  }
}

.game-demo .media-holder, .cta-section__bg, .cards-section .card-section__bg, .hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.game-demo .media-holder .wistia_embed, .cta-section__bg img, .cards-section .card-section__bg img, .hero-bg video,
.hero-bg img {
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}

.btn {
  display: inline-flex;
  height: 5.15625vw;
  border: solid 0.2083333333vw transparent;
  min-width: 18.2291666667vw;
  padding: 0 1.875vw;
  align-items: center;
  justify-content: center;
  font-family: "Poppins";
  font-size: 1.9791666667vw;
  font-weight: 600;
  color: #fff;
  border-radius: 0.5208333333vw;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.03125vw;
  white-space: nowrap;
}
@media screen and (min-width: 1921px) {
  .btn {
    height: 4.6875vw;
    font-size: 1.5625vw;
    min-width: 15.625vw;
  }
}
@media screen and (max-width: 1025px) {
  .btn {
    height: 10.9333333333vw;
    font-size: 4.2666666667vw;
    padding: 0 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    border-width: 2px;
    border-radius: 4px;
  }
}
.btn i {
  margin-right: 1.4583333333vw;
  font-size: 2.2916666667vw;
}
@media screen and (max-width: 1025px) {
  .btn i {
    font-size: 5.3333333333vw;
  }
}

.btn-main {
  background-color: #197de3;
}
.btn-main:hover {
  background: #000;
  border: 0.2083333333vw solid #197de3;
  color: #197de3;
}

.btn-second {
  background: #000;
  border: 0.2083333333vw solid #197de3;
  color: #197de3;
}
.btn-second:hover {
  border: solid 0.2083333333vw transparent;
  background-color: #197de3;
  color: #fff;
}

.main-header {
  padding: 2.0833333333vw 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
@media screen and (max-width: 1025px) {
  .main-header {
    padding: 5.3333333333vw 0;
  }
}
.main-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-holder {
  line-height: 1;
}

.logo {
  max-width: 11.4583333333vw;
  height: auto;
  line-height: 1;
}
@media screen and (max-width: 1025px) {
  .logo {
    max-width: 25.0666666667vw;
  }
}

.lang-switch__holder {
  display: inline-block;
  padding: 7px 10px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .lang-switch__holder {
    margin-right: 0;
    padding: 3px 7px;
  }
}
.lang-switch__holder img {
  box-shadow: 0 0 7px 0 rgba(0, 18, 27, 0.4);
  border-radius: 100%;
}

.lang-switch__holder.visible-sm {
  display: none;
}

.lang-item {
  display: flex;
  align-items: center;
}

.lang-item img {
  max-width: 30px;
  margin-right: 8px;
  margin-bottom: 0;
}

.lang-switch li {
  margin: 0;
  padding: 5px 10px;
  box-sizing: border-box;
}

.lang-switch li:not(:last-of-type) {
  border-bottom: 1px solid #e8e8e8;
}

.lang-switch li,
.lang-switch li a {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 14px;
  width: 100%;
}

.lang-switch li a {
  padding: 5px 5px;
}

.lang-switch__selected {
  position: relative;
  color: #fff;
  display: flex;
  cursor: pointer;
  align-items: center;
}

.lang-switch__selected img {
  min-width: 40px;
  max-width: 40px;
  height: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .lang-switch__selected img {
    min-width: 30px;
    max-width: 30px;
  }
}

.lang-switch {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  display: none;
  min-width: 150px;
  z-index: 9999;
  border-radius: 4px;
  margin-top: 10px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
  right: 0;
}
@media screen and (max-width: 1025px) {
  .lang-switch {
    min-width: unset;
  }
}

.current-lang a {
  pointer-events: none;
}

.lang-value {
  color: #5e5e5e;
  text-transform: uppercase;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lang-value .lang-item:not(.current-lang) {
  display: none;
}

.lang-value li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding-left: 9px;
}
@media screen and (max-width: 767px) {
  .lang-value li a {
    font-size: 12px;
    padding-left: 10px;
  }
}

.main-footer {
  padding: 2.65625vw 0 2.96875vw;
  position: relative;
}
@media screen and (max-width: 1025px) {
  .main-footer {
    padding-bottom: 13.3333333333vw;
  }
}

.footer-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.footer-bg img {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}

.footer-content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.footer-content p {
  font-family: "Poppins";
  font-size: 0.9375vw;
  font-weight: 500;
  color: #999;
  margin: 0;
}
@media screen and (max-width: 1025px) {
  .footer-content p {
    font-size: 14px;
    line-height: 1.71;
  }
}
@media screen and (max-width: 374px) {
  .footer-content p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .footer-content p {
    text-align: left;
  }
}
.footer-content .copy {
  font-family: "Poppins";
  font-size: 14px;
  color: #999;
}
@media screen and (max-width: 1025px) {
  .footer-content .copy {
    text-align: center;
  }
}
@media screen and (max-width: 374px) {
  .footer-content .copy {
    font-size: 10px;
  }
}

.footer-logo img {
  margin-top: 2.4479166667vw;
  max-width: 14.84375vw;
  width: 100%;
  margin-bottom: 1.5625vw;
}
@media screen and (min-width: 1921px) {
  .footer-logo img {
    max-width: 285px;
  }
}
@media screen and (max-width: 1025px) {
  .footer-logo img {
    max-width: 25.0666666667vw;
    margin-top: 8vw;
  }
}

.hero-section {
  position: relative;
  padding-top: 56.25%;
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .hero-section {
    padding-top: 114%;
  }
}
@media screen and (max-width: 767px) {
  .hero-section {
    padding-top: 142%;
    margin-bottom: 21.3333333333vw;
  }
}
.hero-section .row {
  align-items: center;
}

.hero-content__holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .hero-content__holder {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .hero-content__holder {
    padding-top: 34.6666666667vw;
  }
}

.hero-bg video {
  height: 100%;
}
@media screen and (max-width: 1025px) {
  .hero-bg .hero-video-lg {
    display: none;
  }
}
.hero-bg .hero-video-sm {
  display: none;
}
@media screen and (max-width: 1025px) {
  .hero-bg .hero-video-sm {
    display: block;
  }
}

.hero-content {
  position: relative;
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 0.78125vw;
  z-index: 4;
}
@media screen and (max-width: 1025px) {
  .hero-content {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
    order: 2;
    padding: 0 0.78125vw;
    margin-top: -10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .hero-content {
    margin-top: -18.6666666667vw;
  }
}
.hero-content h1 {
  margin-bottom: 2.2395833333vw;
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .hero-content h1 {
    font-size: 6.4vw;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .hero-content h1 {
    font-size: 8vw;
    margin-bottom: 0;
  }
}
.hero-content p {
  text-shadow: 0px 3px 4.6px rgba(0, 0, 0, 0.7);
  font-family: "Poppins";
  font-size: 1.6145833333vw;
  line-height: 1.61;
  color: #fff;
  letter-spacing: -0.0364583333vw;
}
.hero-content p strong {
  font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .hero-content p {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .hero-content p {
    font-size: 3.4666666667vw;
  }
}
.hero-content .btn-holder {
  display: flex;
  padding-top: 1.5104166667vw;
}
@media screen and (max-width: 1025px) {
  .hero-content .btn-holder {
    justify-content: center;
  }
}
.hero-content .btn-holder .btn:nth-child(2) {
  margin-left: 0.5208333333vw;
}
@media screen and (max-width: 1025px) {
  .hero-content .btn-holder .btn:nth-child(2) {
    margin-left: 2.6666666667vw;
  }
}

.hero-img__holder {
  max-width: 50%;
  flex: 0 0 50%;
  position: relative;
  z-index: 1;
  padding: 0 0.78125vw;
}
@media screen and (max-width: 1025px) {
  .hero-img__holder {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.hero-img {
  padding: 0 2.6041666667vw;
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .hero-img {
    padding: 0 17.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .hero-img {
    padding: 0 17.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.hero-img img {
  max-width: 100%;
  width: 100%;
}

.cards-section {
  background: #000;
  overflow: hidden;
  margin-top: -13.5416666667vw;
  position: relative;
  background: transparent;
  padding-bottom: 2.8645833333vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1025px) {
  .cards-section {
    margin-top: -6.9333333333vw;
    padding-bottom: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .cards-section {
    margin-top: 0;
  }
}
.cards-section ~ .cards-section {
  margin-top: 0;
  padding-bottom: 2.6041666667vw;
  padding-top: 2.0833333333vw;
}
@media screen and (max-width: 1025px) {
  .cards-section ~ .cards-section {
    padding-bottom: 8vw;
    padding-top: 0;
  }
}
.cards-section .section-header {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1025px) {
  .cards-section .section-header h2 {
    margin-bottom: 1.3333333333vw;
  }
}
.cards-slider {
  padding-left: 3.125vw;
  padding-right: 20px;
  position: relative;
}
.cards-slider .slick-track {
  margin-left: 0;
}
.cards-slider .slick-list {
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .cards-slider .slick-list {
    margin: 0 -3px;
  }
}
.cards-slider .card-holder {
  padding: 0 10px;
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cards-slider .card-holder {
    padding: 0 3px;
  }
}
@media screen and (max-width: 1025px) {
  .cards-slider .card-holder {
    position: relative;
    z-index: 12;
    cursor: pointer;
  }
}
.cards-slider.slick-initialized .card-holder {
  display: block;
}
.cards-slider .card {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cards-slider .card {
    border-radius: 4px;
  }
}
.cards-slider .card:before {
  position: absolute;
  content: "";
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: url("../../../wp-content/uploads/card-frame.png") no-repeat center/100% 100%;
  z-index: 13;
}
@media screen and (max-width: 1025px) {
  .cards-slider .card.current .btn-holder {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
.cards-slider .card img {
  max-width: 100%;
  width: 100%;
}
.cards-slider .card:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.cards-slider .card:hover:after {
  opacity: 1;
}
.cards-slider .card:hover .btn {
  opacity: 1;
}
.cards-slider .card .btn-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  width: 100%;
  max-width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 14;
  padding: 0 1.5625vw;
}
@media screen and (min-width: 1921px) {
  .cards-slider .card .btn-holder {
    padding: 0 0.78125vw;
  }
}
@media screen and (max-width: 1025px) {
  .cards-slider .card .btn-holder {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
.cards-slider .card .btn {
  height: 3.3854166667vw;
  font-size: 1.3020833333vw;
  letter-spacing: -0.5px;
  min-width: auto;
  max-width: 11.71875vw;
  position: relative;
  overflow: hidden;
  padding: 0 1.3020833333vw;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  width: 100%;
}
.cards-slider .card .btn:first-of-type {
  margin-bottom: 0.2604166667vw;
}
@media screen and (max-width: 1025px) {
  .cards-slider .card .btn:first-of-type {
    margin-bottom: 3px;
  }
}
@media screen and (min-width: 1921px) {
  .cards-slider .card .btn {
    max-width: 10.4166666667vw;
    font-size: 1.0416666667vw;
    height: 3.125vw;
    padding: 0 1.0416666667vw;
  }
}
@media screen and (max-width: 1025px) {
  .cards-slider .card .btn {
    font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 767px) {
  .cards-slider .card .btn {
    font-size: 2.6666666667vw;
    height: 8vw;
    max-width: 100%;
  }
}
.cards-slider .slick-arrow {
  position: absolute;
  height: 100%;
  width: 8.3333333333vw;
  top: 0;
  z-index: 3;
  color: #fff;
  font-size: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .cards-slider .slick-arrow {
    width: 13.3333333333vw;
  }
}
.cards-slider .slick-arrow.slick-prev {
  text-align: left;
  left: 0;
  padding-left: 30px;
  background: linear-gradient(to right, black 30%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.2) 90%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 767px) {
  .cards-slider .slick-arrow.slick-prev {
    padding-left: 5.3333333333vw;
  }
}
.cards-slider .slick-arrow.slick-next {
  text-align: right;
  padding-right: 30px;
  right: 0;
  background: linear-gradient(to left, black 30%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.2) 90%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 767px) {
  .cards-slider .slick-arrow.slick-next {
    padding-right: 5.3333333333vw;
  }
}
.cards-slider .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.lang-fr .card .btn {
  font-size: 0.9375vw;
}
@media screen and (max-width: 1025px) {
  .lang-fr .card .btn {
    font-size: 1.1458333333vw;
  }
}
@media screen and (max-width: 767px) {
  .lang-fr .card .btn {
    font-size: 2.1333333333vw;
    height: 8vw;
    max-width: 100%;
  }
}

.cta-section {
  position: relative;
  padding-top: 9.3229166667vw;
  padding-bottom: 10.5208333333vw;
}
@media screen and (max-width: 1025px) {
  .cta-section {
    padding-top: 100%;
  }
}
.cta-section .container {
  position: relative;
}
.cta-section + .cards-section {
  margin-top: -5.2083333333vw;
}
@media screen and (max-width: 1025px) {
  .cta-section + .cards-section {
    margin-top: -6.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .cta-section + .cards-section {
    margin-top: 0;
  }
}

@media screen and (max-width: 1025px) {
  .cta-section__bg img {
    object-position: top center;
    height: 100%;
  }
}

.cta-section_text {
  max-width: 47.9%;
}
@media screen and (max-width: 1025px) {
  .cta-section_text {
    max-width: 100%;
  }
}
.cta-section_text h2 {
  font-size: 2.8125vw;
  font-weight: 600;
}
@media screen and (max-width: 1025px) {
  .cta-section_text h2 {
    font-size: 8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.cta-section_text p {
  text-shadow: 0px 3px 1.7px #000;
  font-family: "Poppins";
  font-size: 1.0416666667vw;
  line-height: 1.8;
  letter-spacing: -0.0208333333vw;
  text-align: left;
  color: #fff;
  margin-bottom: 1.8229166667vw;
}
@media screen and (max-width: 1025px) {
  .cta-section_text p {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.cta-section_text p strong {
  font-weight: 600;
}
.cta-section_text p:last-of-type {
  margin-bottom: 0;
}
.cta-section_text ul li {
  font-family: "Poppins";
  font-size: 1.0416666667vw;
  line-height: 1.8;
  letter-spacing: -0.0208333333vw;
  text-align: left;
  color: #fff;
  padding: 0;
  margin: 0;
  margin-bottom: 1.8229166667vw;
}
@media screen and (max-width: 1025px) {
  .cta-section_text ul li {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.cta-section_text .btn-holder {
  margin-top: 5.3645833333vw;
}
@media screen and (max-width: 1025px) {
  .cta-section_text .btn-holder {
    margin-top: 6.6666666667vw;
    text-align: center;
  }
}

.post-section {
  background: url("../../../wp-content/uploads/post-bg.jpg") no-repeat bottom center/cover;
  padding-top: 4.1666666667vw;
  padding-bottom: 5.2083333333vw;
}
@media screen and (max-width: 1025px) {
  .post-section {
    padding-top: 16vw;
  }
}
.post-section .section-header {
  text-align: center;
  margin-bottom: 1.0416666667vw;
  padding-top: 1.5625vw;
}
.post-section .section-header h1 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 2.2916666667vw;
}
@media screen and (max-width: 1025px) {
  .post-section .section-header h1 {
    font-size: 3.7333333333vw;
  }
}
.post-section .btn-holder {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-section .btn-holder .btn:nth-child(2) {
  margin-left: 0.5208333333vw;
}
@media screen and (max-width: 1025px) {
  .post-section .btn-holder .btn:nth-child(2) {
    margin-left: 2.6666666667vw;
  }
}

.game-demo__holder {
  max-width: 1130px;
  margin: 0 auto;
  background: url("../../../wp-content/uploads/game-outline.png") no-repeat center/100% 100%;
  padding: 0.5208333333vw;
  margin-bottom: 1.8229166667vw;
}
@media screen and (max-width: 1025px) {
  .game-demo__holder {
    padding: 5px;
  }
}

.game-demo {
  padding-top: 56.06%;
  background: #000;
  position: relative;
  border-radius: 6px;
}
.game-demo .media-holder {
  z-index: 99;
}
.game-demo .media-holder .wistia_embed {
  border-radius: 6px;
}
.game-demo iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 6px;
}

.game-demo__message {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.game-demo__message p {
  color: #fff;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.modal h2,
.modal p {
  color: #000;
}
@media screen and (max-width: 1025px) {
  .modal p {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .modal p {
    font-size: 3.2vw;
  }
}

.modal-body {
  display: block;
  max-width: 600px;
  width: 100%;
  border: 3px solid transparent;
  text-align: center;
  background-clip: border-box;
  position: relative;
}
.modal-body:before {
  content: "";
  border-radius: 10px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -3px;
  position: absolute;
  background: linear-gradient(to right, #ffe5b7, #c47d00, #f1c68f, #a76e00, #fffcaa, #f2ce52, #daa925, #ffefc7);
}
.modal-body .btn-holder {
  text-align: center;
}

.modal-body__content {
  position: relative;
  z-index: 3;
  background: #fff;
  padding: 30px 0;
  border-radius: 10px;
}

.modal-in {
  overflow: hidden;
}

.hidden.hidden {
  display: none;
}

/*# sourceMappingURL=style-redesign.css.map */
