body {     padding: 0;     margin: 0;     height: 100%;     overflow-x: hidden;     background: rgba(0, 0, 0, 0.9);     -ms-touch-action: pan-x pan-y;     touch-action: pan-x pan-y;     background: url(/shared/3077/bg.png) 50% 50% repeat; }  * {     box-sizing: border-box;     font-family: "RobotoCondensed-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;     font-style: normal; }  a {     text-decoration: none; }  .header-a {     font-family: "RobotoCondensed-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;     background: #1E1E1E;     position: fixed;     left: 0;     top: 0;     right: 0;     z-index: 200;     text-align: right;     -webkit-box-orient: horizontal; }  .header-a-wrap {     width: 100%;     max-width: 100%;     height: 68px;     margin: auto;     display: grid;     grid-template-columns: 0.1fr 0.4fr 0.5fr 2fr 1fr;     grid-template-areas: "aa bb cc dd ee";     -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; }  .header-a-wrap {     display: flex;     justify-content: space-between;     align-items: center; }  .header-a-item {     height: 100%; }  .header-a-item:first-child {     min-width: 200px;     -webkit-flex-shrink: 1;     -ms-flex-negative: 1;     flex-shrink: 1;     display: none; }  .header-a-menu {     width: 64px;     height: 100%;     fill: #C5C5C5;     color: #C5C5C5;     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-orient: horizontal;     -webkit-box-direction: normal;     -webkit-flex-direction: row;     -ms-flex-direction: row;     flex-direction: row;     -webkit-flex-wrap: nowrap;     -ms-flex-wrap: nowrap;     flex-wrap: nowrap;     -webkit-box-pack: center;     -webkit-justify-content: center;     -ms-flex-pack: center;     justify-content: center;     -webkit-box-align: center;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     cursor: pointer;     -webkit-transition: 0.3s;     transition: 0.3s; }  .badge-digit {     position: absolute;     background: #F11414;     border-radius: 50%;     width: 19px;     height: 19px;     font-family: "RobotoCondensed-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;     font-size: 12px;     color: #fff;     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-orient: horizontal;     -webkit-box-direction: normal;     -webkit-flex-direction: row;     -ms-flex-direction: row;     flex-direction: row;     -webkit-flex-wrap: nowrap;     -ms-flex-wrap: nowrap;     flex-wrap: nowrap;     -webkit-box-pack: center;     -webkit-justify-content: center;     -ms-flex-pack: center;     justify-content: center;     -webkit-box-align: center;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     -webkit-animation: badge-digit-tween 1s linear infinite;     animation: badge-digit-tween 1s linear infinite; }  @keyframes badge-digit-tween {     0%, 30% {         -webkit-transform: translateY(0);         transform: translateY(0);     }      10%, 20% {         -webkit-transform: translateY(-3px);         transform: translateY(-3px);         -webkit-transform: translateY(-3px);         transform: translateY(-3px);     } }  .header-a-menu .badge-digit {     top: 20px;     z-index: 1;     left: 12px;     width: 8px;     height: 8px; }  .header-a-menu-svg {     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-orient: horizontal;     -webkit-box-direction: normal;     -webkit-flex-direction: row;     -ms-flex-direction: row;     flex-direction: row;     -webkit-flex-wrap: nowrap;     -ms-flex-wrap: nowrap;     flex-wrap: nowrap;     -webkit-box-pack: center;     -webkit-justify-content: center;     -ms-flex-pack: center;     justify-content: center;     -webkit-box-align: center;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     position: relative; }  .header-a-menu-svg {     width: 64px; }  .header-a-menu-svg svg {     width: 24px;     height: 24px; }  .header-a-logo img {     height: auto;     width: 175px; }  .header-a-item__second {     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-flex-shrink: 0;     -ms-flex-negative: 0;     flex-shrink: 0;     -webkit-box-pack: end;     -webkit-justify-content: flex-end;     -ms-flex-pack: end;     justify-content: flex-end;     z-index: 2; }  .header-a-item__last {     align-items: center;     -webkit-flex-shrink: 1;     -ms-flex-negative: 1;     flex-shrink: 1;     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-orient: horizontal;     -webkit-box-direction: reverse;     -webkit-flex-direction: row-reverse;     -ms-flex-direction: row-reverse;     flex-direction: row-reverse;     font-size: 16px;     padding: 0 24px 0 12px; }  .button {     display: block;     border-radius: 4px;     text-transform: uppercase;     color: #000;     text-align: center;     display: inline-block;     background: #EDC97F;     position: relative;     -webkit-touch-callout: none;     -webkit-user-select: none;     -khtml-user-select: none;     -ms-user-select: none;     user-select: none;     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);     -webkit-transition: .3s;     transition: .3s;     font-size: 18px;     font-weight: 700;     padding: 10px 20px; }  .button {     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;     text-decoration: none; }  .button {     margin-left: 12px; }  .button__text, .button__text * {     position: relative;     font-family: "RobotoCondensed-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif !important;     z-index: 2; }  .button_major {     background: #27AE60;     color: #fff;     -webkit-transition: .3s;     transition: .3s; }  .header-a__bottom {     display: flex;     flex-direction: row;     flex-wrap: nowrap;     justify-content: center;     background: #303030;     color: #E0E0E0;     width: 100%;     z-index: 100; }  .header-a .container {     width: 100%;     max-width: 1439px;     padding: 6px;     margin: auto;     display: flex;     flex-direction: row;     align-items: center;     justify-content: space-between;     position: relative;     background: #000000;     box-sizing: border-box; }  .header-a__bottom .container {     background: #303030; }  .header-a__bottom__menu {     width: 100%; }  .header-a__bottom__menu__list {     display: flex;     justify-content: center;     align-items: center;     list-style: none;     padding: 0;     margin: 0; }  .header-a__bottom__menu__list__inner {     position: relative;     display: flex;     flex-direction: row;     align-items: center;     margin: 12px 12px; }  .icon {     margin: 0 10px; }  .icon svg {     position: relative;     width: 28px;     height: 28px;     transition: fill 0.1s linear; }  .header-a__bottom__menu__list__inner__link {     font-weight: bold;     color: #ffffff;     font-size: 16px; }  .container {     max-width: 1439px;     margin: 0 auto;     overflow-x: hidden;     background: #000000; }  .panel-a-info {     background: #000;     display: grid;     grid-template-columns: 1fr;     gap: 10px;     padding: 0 0 0 10px; }   .panel-a-info-item {     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: start;     -webkit-justify-content: flex-start;     -ms-flex-pack: start;     justify-content: flex-start;     padding: 1.56% 2%;     background: #1E1E1E;     border-radius: 4px;     position: relative; }  .panel-a-info-item_img {     padding-right: 6%; }  .panel-a-info-item_text {     color: #fff;     font-size: 16px; }  .panel-a-info-item_text p:first-child {     color: #C5C5C5; }  .panel-a-info-item_text p {     margin: 0; }  .panel-a-info-item_img svg {     width: 40px;     height: 40px; }  .game-as-list-wrap-a {     display: flex;     justify-content: space-between;     align-items: center;     flex-wrap: wrap;     padding: 0 15px;     gap: 10px;     margin-top: 35px; }  .game-a-item {     position: relative;     width: 24%; } .game-a-item__img {     display: block; } .game-a-item__img img {     width: 100%;   height: auto; }  .button__border {     display: none;     border-radius: inherit;     border: 2px solid #f7e1b4;     position: absolute;     left: -2px;     top: -2px;     right: -2px;     bottom: -2px;     z-index: 1;     overflow: hidden; }  .content-a {     margin: 0 10px; }  .content-a * {     color: #a8a8a8;   line-height: 24px; }  .title-a {     text-align: center; }  .main-a .container {     padding-bottom: 35px; } .main-a__banner {     display: grid;     grid-template-columns: 1fr 1fr;     padding-top: 90px; } .bg-shadow {     box-shadow: rgba(0, 0, 0, 0.95) 0px -60px 70px 50px; }  .f-reg {     font-size: 16px; } .bag {     position: absolute;     top: 0;     left: 0;     background: rgba(30, 30, 30, 0.7);     content: '';     width: 100%;     height: 100%;     z-index: 1;     display: block;     opacity: 0; }  .footer-a .container {     background: none; }  .footer-a__top {     background: #303030; }  .footer-a-links {     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-orient: horizontal;     -webkit-box-direction: normal;     -webkit-flex-direction: row;     -ms-flex-direction: row;     flex-direction: row;     -webkit-box-pack: justify;     -webkit-justify-content: space-between;     -ms-flex-pack: justify;     justify-content: space-between;     -webkit-box-align: start;     -webkit-align-items: flex-start;     -ms-flex-align: start;     align-items: flex-start;     -webkit-flex-wrap: wrap;     -ms-flex-wrap: wrap;     flex-wrap: wrap; } .footer-a-links__column {     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-orient: vertical;     -webkit-box-direction: normal;     -webkit-flex-direction: column;     -ms-flex-direction: column;     flex-direction: column;     margin: 12px;     -webkit-box-flex: 1;     -webkit-flex: 1 0 10%;     -ms-flex: 1 0 10%;     flex: 1 0 10%; } .footer-a-links__column-item {     color: #fff;     font-family: "RobotoCondensed-Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;     margin: 12px 0;     text-align: left;     -webkit-transition: .3s;     transition: .3s; } .footer-a__bottom {     background: #252525;     padding: 10px 15px; } .flex {     display: -webkit-box;     display: -webkit-flex;     display: -ms-flexbox;     display: flex;     -webkit-box-orient: horizontal;     -webkit-box-direction: normal;     -webkit-flex-direction: row;     -ms-flex-direction: row;     flex-direction: row;     -webkit-flex-wrap: nowrap;     -ms-flex-wrap: nowrap;     flex-wrap: nowrap;     -webkit-box-pack: center;     -webkit-justify-content: center;     -ms-flex-pack: center;     justify-content: center;     -webkit-box-align: center;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     width: 100%; } .footer-a-check-wrap {     display: flex;     justify-content: space-between; } .footer-a-license {     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;     -webkit-box-align: center;     -webkit-align-items: center;     -ms-flex-align: center;     align-items: center;     -webkit-flex-wrap: nowrap;     -ms-flex-wrap: nowrap;     flex-wrap: nowrap; } .mar-r-dbl {     margin-right: 24px; } .footer-a-license-item {     margin-right: 24px; } .age-icon svg {     width: 48px;     height: 48px;     fill: #E8E8E8; } .footer-a-description {     max-width: 610px;     color: #888;     margin: 0 24px;     text-align: left; } .footer-a-license-item {     width: 64px;     height: auto; } .footer-a-license-item img {     width: 100%; } .footer-a-check-wrap_bottom svg {     width: 45px;     height: 45px; } .footer-a-check-wrap_bottom p {     margin: 0; } @media (max-width: 1439px) {     .container {         padding: 0 15px;     } } @media (max-width: 1340px) {     .main-a__banner {         display: flex;         justify-content: space-between;     }     .main-a__banner .js-slider-a {         width: 70%;     }     .panel-a-info {         width: 30%;     }     .js-slider-a * {         width: 100%;     } } @media (max-width: 960px) {     .game-a-item {         width: 32%;     }     .header-a__bottom__menu__list {         display: none;     }     .header-a-item:first-child {         min-width: 50px;         opacity: 1;         display: flex;     }     .header-a-logo img {         height: auto;         width: 130px;     }     .main-a__banner {         display: block;     }     .main-a__banner .js-slider-a {         width: 100%;     }     .panel-a-info {         width: 100%;     }     .panel-a-info {         grid-template-columns: 1fr 1fr;         padding: 0;     }      .header-a__bottom__menu {         position: absolute;         top: 60px;         left: 0;         background: black;     } }  @media (max-width: 660px) {     .footer-a-links-wrap .container-fluid {         justify-content: center;     }     .game-a-item {         width: 48%;     }     .f-reg {         font-size: 12px;     }     .footer-a-links {         flex-wrap: wrap;     }     .footer-a-links__column {         flex: 1 0 30%;     }     .footer-a-check-wrap {         justify-content: center;         flex-wrap: wrap;     }     .flex {         flex-wrap: wrap;     } }  @media (max-width: 520px) {     .panel-a-info {         grid-template-columns: 1fr;     }      .panel-a-info-item:nth-child(2),     .panel-a-info-item:nth-child(3) {         border-radius: 0 0 0 0;     }      .footer-a-license {         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-flex-wrap: nowrap;         -ms-flex-wrap: nowrap;         flex-wrap: wrap;     } }  @media (max-width: 422px) {     .js-login {         display: none;     }     .footer-a-links-wrap .container-fluid {         justify-content: flex-start;     }     .footer-a-social {         justify-content: flex-start;     }     .footer-a .container {         padding: 0;     }     .footer-a-description {         margin: 0;     } }  @media (max-width: 360px) {     .header-a-logo img {         width: 115px;     } } table {     border: 1px solid #ffffff;     width: 100%;   	border-collapse: collapse; } th,td {     border: 1px solid #ffffff;     padding: 10px; } @media (max-width:700px) {     table {         overflow-x: scroll;     } } @media (max-width:480px) {     th,td{         font-size: 12px;         padding: 10px 5px;     } } .content-a img {     max-width: 100%;     height: auto;     margin:10px; }  .content-a a {     color: #ffac00;     font-weight: 600;     text-decoration: underline; } .content-a a:hover {     color: #ffc244;     text-decoration: none; }.st0 {                                 fill: #b9e678;                             }                              .st1 {                                 fill: none;                             }.st0{fill:#ffffff;} .st1{fill:#ffffff;} .st2{fill:#FFFFFF;}