*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--brand-red-color);
  font-weight: 700;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  cursor: pointer;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: 900;
}

.text-upper {
  text-transform: uppercase;
}

.flex-visible {
  display: flex !important;
}

.mb-0 {
  margin-bottom: 0;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.m-auto {
  margin: auto;
}

.p-234 {
  padding-top: 234px !important;
}

.d-flex {
  display: flex;
}

.d-i-flex {
  display: inline-flex;
}

.flex-row {
  flex-flow: row wrap;
}

.flex-column {
  flex-flow: column nowrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.flex-wrap {
  flex-wrap: wrap;
}

.grow-1 {
  flex-grow: 1;
}

.direction-column-reverce {
  flex-direction: column-reverse;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

:root {
  --brand-orange-color: #ff9141;
  --brand-lightblue-color: #f1f5fd;
  --brand-blue-color: #418dff;
  --brand-blue-txt: #005faf;
}

h2 {
  margin-bottom: 20px;
  color: var(--brand-blue-txt);
  font-size: 22px;
  font-weight: 500;
}

h3 {
  font-size: 18px;
}

body {
  min-width: 1280px;
  min-height: 768px;
  margin: 0;
  font: 20px/1.15 "Questrial", Arial, "Helvetica", sans-serif;
  font-weight: 400;
}
body.sub_page .header {
  position: relative;
  padding-top: 50px;
  background: transparent url("../img/header_bg.png") no-repeat center center;
}
body.sub_page .main_content {
  padding-top: 50px;
  font-size: 14px;
}
body.sub_page .main_content .container {
  padding: 0 100px;
}

#wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  min-height: 100vh;
  overflow: hidden;
}

.container {
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 60px;
}

.content_holder {
  max-width: 700px;
}
.content_holder p {
  font-size: 22px;
  line-height: 1.9;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  padding-top: 50px;
}

.logo {
  display: inline-flex;
  margin-top: -10px;
  color: #fff;
  font-weight: 400;
}
.logo:hover {
  color: #fff;
  text-decoration: none;
}
.logo svg {
  max-width: 30px;
  height: auto;
  margin-right: 10px;
}

.nav a {
  display: inline-block;
  margin: 0 15px;
  font-size: 14px;
  color: #fff;
  font-weight: 200;
}
.nav a:last-of-type {
  margin-right: 0;
}
.nav a:hover {
  color: #fff;
  text-decoration: none;
}

.main_content {
  flex-grow: 1;
}

.hero_section {
  height: 90vh;
  min-height: 850px;
  color: #fff;
  background: #1f84b6 url("../img/hero_bg.png") no-repeat center center;
  background-size: cover;
}
.hero_section h1 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
}
.hero_section h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  white-space: nowrap;
  color: #fff;
}
.hero_section .right_col img {
  width: 100%;
  max-width: 850px;
}
@media all and (max-width: 1700px) {
  .hero_section {
    min-height: 700px;
  }
}
@media all and (max-width: 1580px) {
  .hero_section .right_col {
    padding-left: 50px;
  }
  .hero_section .right_col img {
    margin-right: 0;
  }
}

.btn {
  display: inline-block;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 200;
  line-height: 50px;
  border-radius: 6px;
  color: #fff;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
}
.btn.yellow {
  background-color: var(--brand-orange-color);
}
.btn.yellow:hover {
  background-color: #ff730e;
}
.btn.blue {
  background-color: var(--brand-blue-color);
}
.btn.blue:hover {
  background-color: #005eac;
}

.promo_section {
  padding: 150px 0;
}

.slider_section {
  padding-top: 45px;
}

.main-carousel {
  position: relative;
}
.main-carousel:before {
  content: "";
  position: absolute;
  top: 44%;
  left: 50%;
  width: 900px;
  height: 515px;
  transform: translate(-50%, -50%);
  background: url("../img/slider_bg.png") no-repeat center center;
  background-size: contain;
}
.main-carousel .carousel-cell {
  margin-right: 100px;
}
.main-carousel .carousel-cell img {
  max-width: 868px;
}
.main-carousel .flickity-page-dots {
  bottom: -75px;
}
.main-carousel .flickity-page-dots .dot {
  background: #d4dcec;
  opacity: 1;
  transition: transform 0.2s linear;
}
.main-carousel .flickity-page-dots .dot:hover {
  transform: scale(1.3);
}
.main-carousel .flickity-page-dots .dot.is-selected {
  background: var(--brand-orange-color);
  transform: scale(1.3);
}
.paralax_section {
  position: relative;
  height: 700px;
  background-color: var(--brand-lightblue-color);
}
.paralax_section h2 {
  color: #000;
  font-size: 50px;
  margin-bottom: 0;
}
.paralax_section h3 {
  font-size: 18px;
}
.paralax_section .logo_xl {
  position: relative;
  z-index: 100;
  max-width: 60px;
  margin-bottom: 15px;
}

.typing_string {
  height: 25px;
  margin-bottom: 0;
}

.paralax_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.paralax_box .col .paralax_icon {
  position: relative;
  max-width: 140px;
  transition: transform 1.3s cubic-bezier(0.19, 1, 0.22, 1) !important;
  user-select: none;
}
@media all and (max-width: 1700px) {
  .paralax_box .col .paralax_icon {
    max-width: 120px;
  }
}
.paralax_box .col .paralax_icon.icon_1 {
  top: 30px;
}
.paralax_box .col .paralax_icon.icon_2 {
  top: -40px;
  left: -40px;
}
.paralax_box .col .paralax_icon.icon_4 {
  top: -60px;
  right: -70px;
}
.paralax_box .col .paralax_icon.icon_6 {
  left: -100px;
}
.paralax_box .col .paralax_icon.icon_7 {
  top: 30px;
  right: -50px;
}
.paralax_box .col .paralax_icon.icon_9 {
  right: -150px;
}
.paralax_box .col .paralax_icon.icon_12 {
  right: -50px;
}
.w-140 {
  width: 140px;
}

.features_section {
  padding: 135px 0 100px;
}
.features_section .left_col,
.features_section .right_col {
  width: 50%;
}
.features_section .left_col {
  padding-left: 100px;
}
.features_section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.features_section ul li {
  margin-bottom: 10px;
}
.features_section h3 {
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 1.5;
}
.features_section .games_list {
  margin-left: 110px;
}
.features_section .hub {
  display: inline-flex;
}
.features_section .hub .blue {
  margin-right: 25px;
}
.features_section .hub_features {
  margin-bottom: 25px;
  padding-left: 10px;
}
.features_section .hub_features li {
  position: relative;
  line-height: 1.5;
}
.features_section .hub_features li:before {
  content: " - ";
  position: absolute;
  top: 0px;
  left: -11px;
}

.footer {
  padding: 50px 0;
}
.footer .logo {
  margin-top: 0;
  color: #000;
}
.footer nav a {
  color: #000;
}
.footer nav a:hover {
  color: #000;
  text-decoration: underline;
}

.uninstall-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.uninstall-wrap .form-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.uninstall-wrap .form-wrap h2 {
  font-size: 48px;
  margin: 0 0 40px;
  font-weight: 100;
  text-align: center;
}
.uninstall-wrap .form-wrap form {
  max-width: 500px;
}
.uninstall-wrap .form-wrap form label {
  margin: 0 0 13px;
  display: block;
  font-size: 16px;
  text-align: center;
}
.uninstall-wrap .form-wrap form label .reason-label {
  line-height: 1.8;
}
.uninstall-wrap .form-wrap form textarea {
  width: 100%;
  resize: none;
  height: 88px;
  padding: 10px;
  background: #f6f6f6 !important;
  border: 1px solid #aaa !important;
  font: 14px "Questrial", Arial, "Helvetica", sans-serif;
  line-height: 18px;
  border-radius: 3px;
  color: #444;
  box-sizing: border-box;
}
.uninstall-wrap .form-wrap form input[type=submit] {
  width: 100%;
  margin: 8px 0 18px 0;
  padding: 15px 70px;
  display: block;
  background: #0195ff;
  border-radius: 3px;
  font-size: 16px;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: 600;
}
.uninstall-wrap .form-wrap form .button-description {
  font-size: 14px;
  text-align: center;
}

/*# sourceMappingURL=all.css.map */
