.contentContainer___3GCQ3 {
  padding: 50px 0; }

.containerBg___1CB_o {
  background-image: url("/static/img/games-bg.png");
  background-repeat: no-repeat;
  background-size: cover; }

.wrapper___3xM0p {
  margin: 0 auto;
  width: 100%;
  max-width: 1170px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.smallWrapper___32s2L {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px; }

.containerHeader___3qpbY {
  font-size: 36px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin: 0 0 30px; }

@media screen and (max-width: 750px) {
  .contentWrapper___3MUxQ {
    margin-top: 0px; } }

.mainContainer___oKhlF {
  -webkit-transition: 0.4s -webkit-transform;
  transition: 0.4s -webkit-transform;
  transition: 0.4s transform;
  transition: 0.4s transform, 0.4s -webkit-transform; }

.appHeader___2RO54 {
  top: 0;
  position: fixed;
  z-index: 3;
  height: 60px;
  width: 100%;
  -webkit-transition: 0.4s -webkit-transform;
  transition: 0.4s -webkit-transform;
  transition: 0.4s transform;
  transition: 0.4s transform, 0.4s -webkit-transform; }
  .appHeader___2RO54 > div {
    position: relative;
    z-index: 2; }
  .appHeader___2RO54:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 6px 16px 0 #00000052;
            box-shadow: 0 6px 16px 0 #00000052;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
    -webkit-transition: 0.4s -webkit-transform;
    transition: 0.4s -webkit-transform;
    transition: 0.4s transform;
    transition: 0.4s transform, 0.4s -webkit-transform; }

.logo___eUEtJ {
  width: 200px; }
  .logo___eUEtJ > a {
    outline: 0; }
    .logo___eUEtJ > a > img {
      width: 100%;
      max-width: 160px; }

.socials___1C-Ed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .socials___1C-Ed > a {
    width: 20px;
    height: 20px;
    margin: 0 10px;
    background-repeat: no-repeat;
    background-size: 100%; }
    .socials___1C-Ed > a.companyLink___2wRB5 {
      width: auto;
      color: #fff;
      text-decoration: none;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px; }

.desktop___1CGI4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  color: #fff; }

.mobile___p6xCA {
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.fb___16KdP {
  background-image: url("/static/img/fb-white.svg"); }

.in___1tLxV {
  background-image: url("/static/img/in-white.svg"); }

.inst___3pGYf {
  background-image: url("/static/img/inst-white.svg"); }

.sidebarButton___1mcsn {
  position: absolute;
  top: 15px;
  border: 0;
  color: #fff;
  width: 32px;
  height: 32px;
  z-index: 1;
  -webkit-transition: 0.4s -webkit-transform;
  transition: 0.4s -webkit-transform;
  transition: 0.4s transform;
  transition: 0.4s transform, 0.4s -webkit-transform;
  background-color: transparent;
  cursor: pointer;
  font-size: 26px;
  -webkit-transition: 0.4s color;
  transition: 0.4s color; }

.leftSidebarButton___2OLmH {
  left: 15px; }

.rightSidebarButton___3cuy- {
  right: 15px; }

.active___Z5Wq2:before {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.active___Z5Wq2 .desktop___1CGI4 .mainMenu___1dVKL > a {
  color: #000; }

.active___Z5Wq2 .fb___16KdP {
  background-image: url("/static/img/fb-black.svg"); }

.active___Z5Wq2 .in___1tLxV {
  background-image: url("/static/img/in-black.svg"); }

.active___Z5Wq2 .inst___3pGYf {
  background-image: url("/static/img/inst-black.svg"); }

.active___Z5Wq2 .sidebarButton___1mcsn {
  color: #000; }

.active___Z5Wq2 .socials___1C-Ed > a {
  color: #000; }

@media screen and (max-width: 768px) {
  .desktop___1CGI4 {
    display: none; }
  .mobile___p6xCA {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.mainMenu___BzoJm {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .mainMenu___BzoJm > a {
    -webkit-transition: 0.4s color;
    transition: 0.4s color;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;
    padding: 5px 30px;
    outline: 0; }
  .mainMenu___BzoJm .active___nBlMd {
    color: #000; }

.footer___2XC1u {
  width: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("/static/img/games-bg.png");
  background-repeat: no-repeat;
  background-size: cover; }

.footerLinks___1lxKH {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 30px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ddd; }
  .footerLinks___1lxKH > a {
    padding: 0 10px; }

.headerLinks___3RUmR {
  text-align: center;
  font-weight: bold;
  padding-top: 20px; }

.copyrights___wYnnG {
  width: 100%;
  text-align: center;
  padding: 30px 0; }

.supportForm___186Yj {
  position: relative; }

.formLine___oSW2z {
  margin: 20px 0; }

.formLineFlex___3ZgyW {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .formLineFlex___3ZgyW > * {
    margin-right: 15px; }

.dividedBlock___IL1bk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0; }
  .dividedBlock___IL1bk > * {
    display: block;
    width: calc(50% - 30px); }

@media screen and (max-width: 768px) {
  .dividedBlock___IL1bk {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .dividedBlock___IL1bk > * {
      display: block;
      width: calc(100%); }
      .dividedBlock___IL1bk > *:first-child {
        margin-bottom: 15px; } }

.formControl___3Nnl2 {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  border-color: #cccccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  cursor: default;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 38px;
  outline: 0 !important;
  position: relative;
  -webkit-transition: all 100ms;
  transition: all 100ms;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px; }
  .formControl___3Nnl2[type=textarea] {
    min-height: 100px; }

.required___mRK1E,
.inputLabel___2dfUb {
  font-size: 12px;
  padding-bottom: 10px; }

.required___mRK1E {
  color: #ddd; }

.labelContainer___2VpHT {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.radioContainer___15ZwR {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .radioContainer___15ZwR > input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    .radioContainer___15ZwR > input:checked {
      /* When the radio button is checked, add a blue background */ }
      .radioContainer___15ZwR > input:checked ~ .checkMark___1gRsC {
        background-color: #469430;
        /* Show the indicator (dot/circle) when checked */ }
        .radioContainer___15ZwR > input:checked ~ .checkMark___1gRsC:after {
          display: block; }
  .radioContainer___15ZwR .checkMark___1gRsC {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%; }
    .radioContainer___15ZwR .checkMark___1gRsC:after {
      content: "";
      position: absolute;
      display: none;
      top: 9px;
      left: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white; }
  .radioContainer___15ZwR:hover input ~ .checkMark___1gRsC {
    border: 1px solid #469430; }

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666; }

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff; }

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #F87DA9;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.button___2xbkv {
  min-width: 100px;
  height: 40px;
  background-color: #65CE47;
  border: 0;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: 0.2s background-color, 0.2s -webkit-transform;
  transition: 0.2s background-color, 0.2s -webkit-transform;
  transition: 0.2s background-color, 0.2s transform;
  transition: 0.2s background-color, 0.2s transform, 0.2s -webkit-transform;
  z-index: 1; }
  .button___2xbkv:hover {
    background-color: #458730; }
  .button___2xbkv:active {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }

.fullSize___2AImq {
  width: 100%; }

.reject___1W-GE {
  background-color: #ce533e; }
  .reject___1W-GE:hover {
    background-color: #ef6147; }

.radioButton___2NaOg [type="radio"]:checked,
.radioButton___2NaOg [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.radioButton___2NaOg [type="radio"]:checked + label,
.radioButton___2NaOg [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 22px;
  display: inline-block;
  color: #666; }

.radioButton___2NaOg [type="radio"]:checked + label:before,
.radioButton___2NaOg [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff; }

.radioButton___2NaOg [type="radio"]:checked + label:after,
.radioButton___2NaOg [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 16px;
  height: 16px;
  background: #65CE47;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.radioButton___2NaOg [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

.radioButton___2NaOg [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.fileUpload___WCk5X {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-left: 30px; }
  .fileUpload___WCk5X:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url("/static/img/clip.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -4px; }

.nativeInput____lrSd {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.filesForUpload___3iNRB {
  width: 100%;
  min-height: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.filePreview___20RLA {
  min-width: 150px;
  max-width: 150px;
  min-height: 100px;
  max-height: 100px;
  background-color: #fafafa;
  border-radius: 5px;
  margin-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 15px; }
  .filePreview___20RLA > img {
    max-width: 100px;
    z-index: 1;
    position: relative;
    max-height: 100%; }
  .filePreview___20RLA > button {
    background-color: #ddd;
    border: 0;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 0.1;
    -webkit-transform: translate(8px, -8px);
            transform: translate(8px, -8px); }

.loading___1Tghm {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none; }

.active___2QKGp {
  pointer-events: auto; }
  .active___2QKGp:before {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url("/static/img/loading.svg");
    background-repeat: no-repeat;
    background-size: 100%; }

.message___dkh9L {
  pointer-events: auto;
  width: calc(100% - 30px);
  max-width: 500px;
  min-height: 80px;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center; }

.success___Zv_X_ {
  -webkit-box-shadow: 3px 2px 5px 0 #5f945270;
          box-shadow: 3px 2px 5px 0 #5f945270; }

.error___1P4SF {
  -webkit-box-shadow: 3px 2px 5px 0 rgba(236, 0, 21, 0.26);
          box-shadow: 3px 2px 5px 0 rgba(236, 0, 21, 0.26);
  color: red; }

.buttons___1QO7M {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 10px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .buttons___1QO7M > button {
    margin: 0 10px; }

.sideBar___3ICqY {
  position: fixed;
  -webkit-transition: 0.4s -webkit-transform;
  transition: 0.4s -webkit-transform;
  transition: 0.4s transform;
  transition: 0.4s transform, 0.4s -webkit-transform;
  z-index: 10;
  overflow: hidden;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  background-color: #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 15px;
  background-image: url("/static/img/menu-bg.jpg"); }
  .sideBar___3ICqY:before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    pointer-events: none;
    left: 0;
    top: 0; }

.crossButton___31uHP {
  position: absolute;
  right: 4px;
  top: 2px;
  font-size: 26px;
  color: #363636;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  width: 60px;
  height: 60px;
  z-index: 10; }
  .crossButton___31uHP:hover {
    color: #080808; }

.rightPosition___1diAp {
  right: 0;
  left: auto; }
  .rightPosition___1diAp .crossButton___31uHP {
    display: none; }

.mainContainer___HDsCY {
  -webkit-transition: 0.4s -webkit-transform;
  transition: 0.4s -webkit-transform;
  transition: 0.4s transform;
  transition: 0.4s transform, 0.4s -webkit-transform; }

.sidebarMenu___1gBNe {
  padding-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  .sidebarMenu___1gBNe a {
    display: inline-block;
    color: #000; }

.menuLinkBlock___2fgNG {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding-left: 20px; }
  .menuLinkBlock___2fgNG > i {
    width: 20px;
    height: 26px;
    margin-right: 15px;
    font-size: 24px; }

.footer___D_IxB > i {
  display: none; }

.divider___2jjED {
  height: 1px;
  width: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.12);
  margin: 30px 0; }

.joypad-icon {
  background-image: url("/static/img/joypad.svg");
  background-size: 100%;
  background-repeat: no-repeat; }

.sidebarMenu___2GYcz {
  width: 100%;
  text-align: center;
  position: relative; }
  .sidebarMenu___2GYcz > a {
    display: block;
    color: #1b1b1b;
    font-size: 13px;
    margin-bottom: 15px;
    text-align: center; }
    .sidebarMenu___2GYcz > a:before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      background-repeat: no-repeat;
      background-size: 100%;
      margin-bottom: 10px; }
    .sidebarMenu___2GYcz > a.fb___sNjr7:before {
      background-image: url("/static/img/fb-black.svg"); }
    .sidebarMenu___2GYcz > a.in___17aNU:before {
      background-image: url("/static/img/in-black.svg"); }
    .sidebarMenu___2GYcz > a.inst___3nONN:before {
      background-image: url("/static/img/inst-black.svg"); }

