@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  color: black;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  letter-spacing: normal;
  white-space: nowrap;
  text-transform: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
  border: none;
}

input,
button,
textarea,
select {
  outline: none;
}

img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

a,
input[type=submit],
button,
a:before,
a:after,
button:before,
button:after,
a > *,
button > * {
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

ol,
ul {
  list-style: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/roboto-condensed.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("../fonts/open-sans.woff2") format("woff2");
}
@font-face {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("../fonts/merriweather-sans.woff2") format("woff2");
}
:root {
  --color-nav-back: #054248;
  --color-nav-front: #124b51;
  --color-bg: #f5f5f5;
  --color-white: #fff;
  --color-light-blue: #00ffe5;
  --color-black-green: #054146;
  --color-red: #f04c44;
  --color-red-text: #f00;
  --color-green-text: #0a6d76;
  --color-green: #00ad1d;
  --color-green-3: #00ff1a;
  --primary-transition: 0.2s ease-in-out;
  --secondary-transition: 0.4s ease-in-out;
}

/* --------------GLOBAL-------------- */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  background: var(--color-bg);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-white);
  text-align: left;
  min-height: 100vh;
  overflow-x: hidden;
}

p {
  margin-top: 20px;
  width: 100%;
}
p:first-child {
  margin-top: 0;
}

.title + p {
  margin-top: 0;
}

ul,
ol {
  text-align: left;
  width: 100%;
}

/* ----------------Content---------------- */
.content,
.cover {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.content {
  display: flex;
  padding: 20px;
  border-radius: 6px;
  margin-top: 20px;
  border-radius: 20px;
  border: 1px solid var(--stroke-red, #f00);
  background: var(--bck-red-radial-1, radial-gradient(42.05% 50% at 50.39% 50%, #be0000 49.95%, #9a0000 100%));
}
@media (max-width: 850px) {
  .content {
    padding: 15px;
  }
}
@media (max-width: 450px) {
  .content {
    padding: 10px;
  }
}

.content-bg > .background + * {
  margin-top: 0;
}
.content-bg p {
  color: #fff;
}

.cover {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1580px) {
  .cover {
    padding-left: calc(50% - 790px);
    padding-right: calc(50% - 790px);
  }
}

.content > *,
.cover > * {
  display: block;
  position: relative;
}

.main__buttons {
  display: none;
}
@media (max-width: 650px) {
  .main__buttons {
    background: rgba(5, 66, 71, 0.7);
    display: flex;
    justify-content: space-between;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 15px;
  }
}
@media (max-width: 450px) {
  .main__buttons {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* ----------------Main------------- */
.main {
  position: relative;
  margin: 0 auto;
  padding: 84px 20px 10px 20px;
  display: flex;
}
.main__content {
  position: relative;
  margin-left: 15px;
  margin-right: 5px;
  flex: 1 1 calc(100% - 40px - 240px - 240px);
  overflow: hidden;
}
@media (max-width: 1350px) {
  .main__content {
    margin-right: 0;
    flex: 1 1 calc(100% - 20px - 240px);
  }
}
@media (max-width: 1200px) {
  .main__content {
    margin-left: 0;
    flex: 1 1 100%;
  }
}
@media (min-width: 1580px) {
  .main {
    padding-left: calc(50% - 790px);
    padding-right: calc(50% - 790px);
  }
}
@media (max-width: 1350px) {
  .main {
    padding-bottom: 20px;
  }
}
@media (max-width: 650px) {
  .main__buttons .button {
    width: calc(50% - 4px);
    padding-left: 12px;
    padding-right: 12px;
    margin: 0;
    min-width: 0;
  }
}

@media (max-width: 850px) {
  .main,
  .header,
  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* ---------------------H2 H3--------------------- */
h2,
h3,
h4 {
  display: block;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  width: 100%;
}

p {
  color: var(--color-white);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

h2 {
  color: var(--color-white);
  font-family: "Roboto Condensed";
  font-size: 28px;
  margin: 0;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  position: relative;
  padding-bottom: 12px;
}
@media (max-width: 1200px) {
  h2 {
    font-style: 24;
  }
}
@media (max-width: 850px) {
  h2 {
    text-align: left;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}

.content > h2:first-child,
.content > img + h2 {
  width: auto;
  align-self: stretch;
  background: var(--color-white);
  color: var(--color-red-text);
  margin: -20px -20px 0;
  padding: 20px 20px;
}
@media (max-width: 850px) {
  .content > h2:first-child,
  .content > img + h2 {
    margin: -15px -15px 15px;
    padding: 18px 15px;
  }
}
@media (max-width: 450px) {
  .content > h2:first-child,
  .content > img + h2 {
    margin: -10px -10px 10px;
    padding: 12px 10px;
  }
}

/* Image-header cards have no card padding — band sits flush under the image with rounded top */
.content.cashback > h2,
.content.claim > h2,
.content.conclusion > h2,
.content.customer > h2,
.content.features > h2,
.content.licence > h2,
.content.spin > h2,
.content.web > h2 {
  margin: -20px 0 0;
  border-radius: 20px 20px 0 0;
}

h3 {
  color: var(--color-white);
  font-family: "Roboto Condensed";
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: capitalize !important;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-family: "Roboto Condensed";
  color: var(--color-white);
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 450px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
}

/* ---------------------SPECIAL--------------------- */
.image img,
.background img {
  display: block;
  position: relative;
  margin: auto;
}

.background {
  display: block !important;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.js-expand-content {
  display: none;
  overflow: hidden;
}
.js-expand-content.expanded {
  height: 100%;
}

svg {
  display: inline-block;
  position: relative;
  vertical-align: inherit;
  fill: rgb(255, 255, 255);
  line-height: 1;
}

use {
  fill: rgb(255, 255, 255);
  fill-rule: evenodd;
  transition: all 0.5s;
}

.path {
  fill: inherit;
  stroke: inherit;
  stroke-width: inherit;
}

/* ---------------------- GLOBALS ---------------------- */
/* Header */
.header {
  background: var(--color-nav-back);
  flex-direction: row;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: auto;
  min-height: 80px;
  margin-top: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  overflow: visible;
}
.header__logo img {
  max-width: 169px;
}
.header__menu {
  margin: 0 auto 0 95px;
}
.header__menu .header__button {
  display: none;
}
.header__menu ul {
  display: flex;
  align-items: center;
}
.header__menu ul li + li {
  margin-left: 32px;
}
@media (max-width: 1350px) {
  .header__menu ul li + li {
    margin-left: 16px;
  }
}
.header__menu ul a {
  position: relative;
  isolation: isolate;
  display: inline-block;
  color: var(--color-white);
  font-family: "Open Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.header__menu ul a::before {
  content: "";
  position: absolute;
  inset: -10px -28px;
  border-radius: 38px;
  background: transparent;
  transition: background var(--primary-transition);
  z-index: -1;
}
.header__menu ul a:hover::before {
  background: rgba(255, 255, 255, 0.1);
}
.header__menu ul a:hover {
  color: #2db155;
}
.header__button {
  color: #fff;
  margin-top: 0;
}
.header__login, .header__signup {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding: 10px 20px;
  min-width: 129px;
  border-radius: 38px;
  color: var(--color-white);
  text-align: center;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  overflow: hidden;
  isolation: isolate;
  transition: transform var(--primary-transition), box-shadow var(--primary-transition), background var(--primary-transition);
}
.header__login::before, .header__signup::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 25%, rgba(255, 255, 255, 0.35) 50%, transparent 75%);
  transform: translateX(-110%);
  transition: transform 0.6s ease;
  pointer-events: none;
  z-index: -1;
}
.header__login:hover, .header__signup:hover {
  transform: translateY(-2px);
}
.header__login:hover::before, .header__signup:hover::before {
  transform: translateX(110%);
}
.header__login:active, .header__signup:active {
  transform: translateY(0);
}
.header__login {
  margin-left: auto;
  background: #185b62;
}
.header__login:hover {
  background: #1f7681;
  box-shadow: 0 6px 18px -4px rgba(24, 91, 98, 0.7);
}
.header__signup {
  min-width: 182px;
  margin-left: 8px;
  background: #2eb256;
}
.header__signup:hover {
  background: #36c862;
  box-shadow: 0 6px 18px -4px rgba(46, 178, 86, 0.7);
}
.header__time {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.69231;
  color: var(--color-white);
  margin-left: 16px;
}
.header__time img {
  max-width: 17px;
  margin-right: 5px;
}

.logo {
  display: inline-block;
}
.logo img {
  display: block;
}
.logo[href]:hover {
  transform: scale(1.05);
}

.menu-button,
.header__menu .header__button {
  display: none;
}

.menu {
  background: var(--color-nav-front);
  border-radius: 38px;
  padding: 10px 28px;
}

@media (max-width: 1200px) {
  .header__logo {
    margin-right: auto;
  }
  .menu-button {
    display: block;
    background-color: transparent;
    padding: 10px;
    width: 40px;
    height: 40px;
    order: 1;
    flex: none;
    margin-left: 20px;
  }
  .menu-button svg {
    display: block;
    margin: auto;
  }
  .menu-button svg rect {
    transform-origin: 50% 50%;
    fill: #fff;
  }
  .menu-button.active svg rect:nth-child(1) {
    x: -2px;
    y: 6px;
    width: 20px;
    transform: rotate(225deg);
  }
  .menu-button.active svg rect:nth-child(2) {
    transform-origin: 50% 50%;
    transform: scale(0, 2);
  }
  .menu-button.active svg rect:nth-child(3) {
    x: -2px;
    y: 6px;
    width: 20px;
    transform: rotate(135deg);
  }
  .header__menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #054248;
    z-index: 100;
    margin: 0;
    border-radius: 0;
    display: none;
    padding: 25px;
    text-align: center;
    overflow-y: auto;
    max-height: calc(100vh - 80px);
  }
  .header__menu ul {
    flex-direction: column;
    text-align: center;
  }
  .header__menu ul li + li {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .header > .header__button {
    display: none;
  }
  .header__menu .header__button {
    display: inline-block;
    min-width: 200px;
    margin: 0 5px 20px;
  }
}
@media (max-width: 450px) {
  .header,
  .main,
  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 400px) {
  .menu-button,
  .header__time {
    margin-left: 10px;
  }
  .header__logo img {
    max-width: 110px;
  }
}
/* Languages */
.header__language {
  position: relative;
  flex: none;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  margin-left: 16px;
}
.header__language img {
  max-width: 24px;
  max-height: 24px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 5px;
}

/* Sidebar */
.sidebar {
  width: 250px;
  flex: 0 0 250px;
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  overflow: auto;
  z-index: 10;
  padding-top: 10px;
}
.sidebar::-webkit-scrollbar {
  display: none;
}
.sidebar__item {
  position: relative;
}
.sidebar__item + .sidebar__item {
  margin-top: 4px;
}

/* Sidebar__left */
.sidebar__top li + li {
  margin-top: 2px;
}
.sidebar__top li a {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.14;
  text-transform: uppercase;
  color: var(--color-white);
  background: var(--color-black-green);
  border-radius: 3px;
  padding: 10px;
}
.sidebar__top li a:hover {
  text-shadow: 0 0.3px #fff, 0.3px 0 #fff;
}
.sidebar__top li a img {
  max-width: 18px;
  margin-right: 12px;
}

.events {
  background: #fffaeb;
  border-radius: 6px;
  overflow: hidden;
}
.events__link {
  background: #fffaeb;
  padding: 14px 11px;
}
.events__link a {
  position: relative;
  display: flex;
  align-items: center;
  background: url(../images/events-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 38px;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.33333;
  text-transform: uppercase;
  color: var(--color-white);
  padding: 4px 5px;
}
.events__link a span:first-child,
.events__link a span:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 8px;
  width: 28px;
  height: 28px;
  background: var(--color-white);
  margin-right: 8px;
}
.events__link a span:last-child {
  background: none;
  margin-left: 10px;
}
.events__link a img {
  max-width: 7px;
}
.events ul {
  background: var(--color-white);
  border-radius: 3px 3px 0 0;
}
.events ul li + li {
  border-top: 1px solid #f1f3f5;
}
.events ul li a {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  background: rgba(255, 255, 255, 0);
  padding: 7px 7px 7px 10px;
  color: #9299a2;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  overflow: hidden;
  transition: color var(--primary-transition), padding-left var(--primary-transition), background var(--primary-transition);
}
.events ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #2eb256;
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.events ul li a:hover {
  background: linear-gradient(to right, rgba(46, 178, 86, 0.12), rgba(46, 178, 86, 0));
  color: #0a626a;
  font-weight: 600;
  padding-left: 14px;
}
.events ul li a:hover::before {
  transform: scaleY(1);
}
.events ul li a:hover img {
  transform: scale(1.15);
}
.events ul li a img {
  max-width: 20px;
  margin-right: 10px;
  transition: transform var(--primary-transition);
}

.sidebar__links {
  border-radius: 6px;
  overflow: hidden;
}
.sidebar__links-button {
  background: var(--color-black-green);
  color: var(--color-white);
  text-align: left;
  position: relative;
  white-space: normal;
  width: 100%;
  padding: 16px;
  color: var(--color-white);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.6;
  transition: background var(--primary-transition);
}
.sidebar__links-button::before {
  content: "";
  background: url(../images/icon-arrow-down-sidebar.svg);
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 20px;
  right: 16px;
  width: 13px;
  height: 13px;
  transform: rotate(180deg);
  transition: transform 0.3s ease, filter var(--primary-transition);
}
.sidebar__links-button:hover {
  background: #34626b;
}
.sidebar__links-button:hover::before {
  filter: drop-shadow(0 0 4px rgba(65, 175, 90, 0.8));
}
.sidebar__links-button.active::before {
  transform: rotate(0deg);
}
.sidebar__links-list {
  background: var(--color-black-green);
}
.sidebar__links-list a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  padding: 8px 8px 8px 16px;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-white);
  overflow: hidden;
  transition: background var(--primary-transition), padding-left var(--primary-transition);
}
.sidebar__links-list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #41af5a;
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 0.3s ease;
  box-shadow: 0 0 10px rgba(65, 175, 90, 0.7);
}
.sidebar__links-list a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(65, 175, 90, 0.18), rgba(65, 175, 90, 0));
  opacity: 0;
  transition: opacity var(--primary-transition);
  pointer-events: none;
}
.sidebar__links-list a:hover {
  background: #34626b;
  padding-left: 20px;
}
.sidebar__links-list a:hover::before {
  transform: scaleY(1);
}
.sidebar__links-list a:hover::after {
  opacity: 1;
}

@media (max-width: 1200px) {
  .sidebar__left,
  .sidebar__menu {
    display: none;
  }
  .sidebar__links-button::before {
    transform: rotate(0deg);
  }
  .sidebar__links-button.active::before {
    transform: rotate(180deg);
  }
  .sidebar__links-list {
    display: none;
  }
}
/* Sidebar-main */
.sidebar__links-main {
  display: none;
}
@media (max-width: 1200px) {
  .sidebar__links-main {
    display: block;
    margin-bottom: 20px;
  }
}

/* Aside__right */
.sidebar__right {
  z-index: 2;
}
@media (max-width: 1350px) {
  .sidebar__right {
    display: none;
  }
}

.aside__wrap-right {
  margin-bottom: 50px;
}
.aside__wrap-right > * + * {
  margin-top: 8px;
}

.mobile {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  background: var(--color-white);
}
.mobile__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  height: 45px;
  padding: 0 8px;
  background: var(--color-white);
}
.mobile__link img {
  flex-shrink: 0;
  display: block;
}
.mobile__link img:first-child {
  width: 20px;
  height: 23px;
}
.mobile__link img:last-child {
  max-width: 27px;
}
.mobile__link span {
  position: relative;
  display: inline-block;
  padding-top: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #323946;
  text-align: center;
}
.mobile__link span::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 2px;
  background: #0c8f9b;
}
.mobile__text {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 16px 6px;
  background: linear-gradient(90deg, #0c8b97 0%, #2db155 100%);
}
.mobile__text::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  pointer-events: none;
}
.mobile__text span {
  position: relative;
  display: block;
  max-width: 130px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--color-white);
}
.mobile__bottom {
  padding: 15px 4px;
  background: var(--color-white);
}
.mobile__image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}
.mobile__image img {
  display: block;
  width: 125px;
  height: auto;
}
.mobile__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  padding: 10px 15px;
  background: var(--color-green);
  border-radius: 19px;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--color-white);
  transition: opacity var(--secondary-transition);
}
@media (hover: hover) {
  .mobile__button:hover {
    opacity: 0.85;
  }
}
@media (hover: none) {
  .mobile__button:active {
    opacity: 0.85;
  }
}

.sides {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.sides li {
  position: relative;
}
.sides li:nth-child(1), .sides li:nth-child(2) {
  width: calc((100% - 4px) / 2);
}
.sides li:nth-child(3) {
  width: 100%;
}
.sides li a {
  position: relative;
  display: block;
  height: 96px;
  border-radius: 5px;
  overflow: hidden;
}
@media (hover: hover) {
  .sides li a:hover .sides__image img {
    transform: scale(1.05);
  }
}
@media (hover: none) {
  .sides li a:active .sides__image img {
    transform: scale(1.05);
  }
}
.sides__image {
  display: block;
  width: 100%;
  height: 100%;
}
.sides__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  max-height: none;
  transition: transform var(--secondary-transition);
}
.sides__text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  background: #2db155;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.15;
  text-transform: uppercase;
  color: var(--color-white);
  text-align: center;
}
.sides__icon {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: -35px;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 64px;
  height: 64px;
  padding-top: 8px;
  background: #2db155;
  border-radius: 50%;
}
.sides__icon img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  bottom: 12px;
}
.sides__name {
  position: relative;
  z-index: 2;
}

/* BUTTONS */
.first__button {
  position: relative;
  display: flex;
  height: 38px;
  padding: 6px 40px;
  justify-content: center;
  align-items: center;
  border-radius: 38px;
  background: var(--color-green);
  color: var(--color-white);
  text-align: center;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 20px;
  overflow: hidden;
  transition: background var(--primary-transition), box-shadow var(--primary-transition);
}
.first__button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.3) 50%, transparent 65%);
  transform: translateX(-110%);
  transition: transform 0.6s ease;
  pointer-events: none;
}
.first__button:hover {
  background: #d83a33;
  box-shadow: 0 4px 16px -4px rgba(240, 76, 68, 0.55);
}
.first__button:hover::before {
  transform: translateX(110%);
}
.first__button--green {
  background: #00ad1d;
}
.first__button--green:hover {
  background: #019419;
  box-shadow: 0 4px 16px -4px rgba(0, 173, 29, 0.55);
}

.content > a.first__button {
  align-self: center;
}
@media (max-width: 850px) {
  .content > a.first__button {
    align-self: flex-start;
  }
}

/*  ---------------- BANNER  ---------------- */
.content.banner {
  height: 350px;
  padding: 0;
  background: #092a2d;
  align-items: stretch;
  border-radius: 5px;
  border: none;
}
@media (max-width: 850px) {
  .content.banner {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 650px) {
  .content.banner {
    height: 320px;
  }
}
@media (max-width: 450px) {
  .content.banner {
    height: 280px;
  }
}

.banner__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.banner__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 850px) {
  .banner__bg img {
    -o-object-position: 70%;
       object-position: 70%;
  }
}
@media (max-width: 650px) {
  .banner__bg img {
    -o-object-position: 75%;
       object-position: 75%;
  }
}
.banner__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(91deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 55%);
}
@media (max-width: 850px) {
  .banner__bg::after {
    background: rgba(0, 0, 0, 0.55);
  }
}
.banner__info {
  position: relative;
  z-index: 1;
  width: 770px;
  max-width: 100%;
  height: 100%;
  padding: 50px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 850px) {
  .banner__info {
    width: auto;
    max-width: 90%;
    height: auto;
    padding: 30px 25px;
    align-items: center;
    text-align: center;
    background: rgba(22, 67, 71, 0.7);
    backdrop-filter: blur(2px);
    border-radius: 10px;
  }
}
@media (max-width: 650px) {
  .banner__info {
    padding: 24px 18px;
  }
}
@media (max-width: 450px) {
  .banner__info {
    padding: 20px 14px;
  }
}
.banner__title {
  color: var(--color-white);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 850px) {
  .banner__title {
    margin-bottom: 8px;
  }
}
@media (max-width: 450px) {
  .banner__title {
    font-size: 20px;
  }
}
.banner__main {
  margin: 0;
  background: linear-gradient(180deg, #ffc700 26.48%, #ff8a00 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 650px) {
  .banner__main {
    font-size: 28px;
  }
}
@media (max-width: 450px) {
  .banner__main {
    font-size: 24px;
  }
}

/* FOOTER */
.footer {
  background: var(--color-white);
  color: #27282e;
  padding: 0 265px 40px 275px;
}
.footer__menu {
  width: 100%;
  padding: 20px;
}
.footer__menu nav {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 650px) {
  .footer__menu nav {
    flex-wrap: wrap;
  }
}
.footer__menu-item {
  flex: 0 0 auto;
  min-width: 0;
}
@media (max-width: 650px) {
  .footer__menu-item {
    width: calc(50% - 10px);
  }
}
.footer__menu-title {
  position: relative;
  margin: 0;
  padding-bottom: 10px;
  color: #333a48;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.footer__menu-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 3px;
  background: #175f69;
}
.footer__menu-list {
  width: auto;
  margin-top: 15px;
}
.footer__menu-list li {
  padding: 8px 0;
}
.footer__menu-list a {
  color: #9198a1;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: color var(--primary-transition);
}
.footer__menu-list a:hover {
  color: #175f69;
}
.footer__payments {
  width: 100%;
}
.footer__payments ul {
  width: 100%;
  max-width: 1023px;
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 22px;
}
.footer__payments li {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
}
.footer__payments img {
  display: block;
  max-height: 28px;
  width: auto;
}
.footer__text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 450px) {
  .footer__text {
    flex-direction: column;
    align-items: center;
  }
}
.footer__desc {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  padding: 10px 10px 10px 0;
  text-align: center;
}
@media (max-width: 450px) {
  .footer__desc {
    padding: 0;
  }
}
.footer__desc p {
  margin: 0;
  width: 100%;
  text-align: center;
}
.footer__legal {
  color: #27282e;
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
.footer__warn, .footer__copy {
  color: #9198a1;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1.17;
}
.footer__age {
  flex: none;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #f04b42;
  border-radius: 50%;
  color: #f04b42;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 1580px) {
  .footer {
    padding-left: calc(50% - 790px + 265px);
    padding-right: calc(50% - 790px + 255px);
  }
}
@media (max-width: 1350px) {
  .footer {
    padding-right: 20px;
  }
}
@media (max-width: 1200px) {
  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 650px) {
  .footer {
    padding-bottom: 20px;
  }
}

/*  ---------------- FAQ  ---------------- */
.content.faq {
  align-items: flex-start;
}

.faq > * + * {
  margin-top: 20px;
}
.faq__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq__item {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #00b7ff;
  overflow: hidden;
}

.faq-item__title {
  width: 100%;
  padding: 16px;
  background: linear-gradient(180deg, #0e0658 0%, #005b93 100%);
  color: var(--color-white);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase !important;
  text-align: left;
  white-space: normal;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  border: 0;
}
@media (max-width: 850px) {
  .faq-item__title {
    font-size: 18px;
  }
}
.faq-item__title::after {
  content: "";
  flex: none;
  width: 24px;
  height: 24px;
  margin-left: auto;
  background: url("../images/icon-faq.svg") center no-repeat;
  background-size: 16px;
  transform: rotate(180deg);
  transition: transform var(--primary-transition);
}
.faq-item__title.active::after {
  transform: rotate(0deg);
}
.faq-item__desc {
  display: none;
  padding: 16px;
  background: #005b93;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.faq-item__desc p {
  margin: 0;
  color: var(--color-white);
}

/*  ---------------- PRELINK  ---------------- */
.prelink__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 12px;
}
.prelink__item {
  display: flex;
}
.prelink__link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  background: linear-gradient(180deg, #0c8792 0%, #054146 100%);
  border-radius: 8px;
  color: var(--color-white);
  font-family: "Merriweather Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  transition: box-shadow var(--primary-transition);
}
.prelink__link:hover {
  box-shadow: 0 0 12px 0 rgba(12, 135, 146, 0.9);
}
.prelink__link img {
  flex: none;
  display: block;
  width: 18px;
  height: 18px;
  max-width: 18px;
  max-height: 18px;
  border-radius: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Arrow-top */
.main__top {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -100;
}
.main__arrowtop {
  position: fixed;
  right: 218px;
  bottom: 20px;
  z-index: 9;
  width: 42px;
  height: 42px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.main__arrowtop.is-visible {
  opacity: 1;
  visibility: visible;
}
.main__arrowtop a {
  display: block;
  width: 42px;
  height: 42px;
}
.main__arrowtop a img {
  max-width: 42px;
}
.main__arrowtop a:hover {
  transform: scale(1.05);
}
@media (min-width: 1580px) {
  .main__arrowtop {
    right: calc(50% - 582px);
  }
}
@media (max-width: 1350px) {
  .main__arrowtop {
    right: 20px;
    bottom: 55px;
  }
}
@media (max-width: 1350px) {
  .main__arrowtop {
    right: 25px;
    bottom: 25px;
  }
}
@media (max-width: 850px) {
  .main__arrowtop {
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 450px) {
  .main__arrowtop {
    right: 10px;
    bottom: 10px;
  }
}

/* ---------------------- INDEX ---------------------- */
/* Prime */
.prime {
  background: #092a2d;
  min-height: 480px;
  color: var(--color-white);
  align-items: flex-start;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
  border: none;
}
.prime__wrap {
  max-width: 840px;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 850px) {
  .prime__wrap {
    background: rgba(22, 67, 71, 0.7);
    backdrop-filter: blur(2px);
  }
}
@media (max-width: 650px) {
  .prime__wrap {
    align-items: center;
    text-align: center;
  }
}
.prime__rating {
  color: var(--color-white);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.6;
  margin-bottom: 6px;
}
.prime__rating-value {
  margin-left: 6px;
}
.prime__title {
  margin-bottom: 0;
}
.prime__text {
  color: var(--color-white);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 8px;
}
.prime__text p {
  color: var(--color-white);
}
@media (max-width: 850px) {
  .prime__background img {
    -o-object-position: 70%;
       object-position: 70%;
    opacity: 1;
  }
}
@media (max-width: 650px) {
  .prime__background img {
    -o-object-position: 65%;
       object-position: 65%;
  }
}
@media (max-width: 650px) {
  .prime {
    align-items: center;
  }
}

@media (max-width: 1400px) {
  .upto__background img {
    opacity: 0.6;
  }
}

h1 {
  color: #00ff1a;
  font-family: "Roboto Condensed";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 850px) {
  h1 {
    font-size: 28px;
  }
}
@media (max-width: 650px) {
  h1 {
    text-align: center;
    font-size: 26px;
  }
}
@media (max-width: 450px) {
  h1 {
    font-size: 24px;
  }
}

/* PLAYER */
/* --------------TECHNICAL-------------*/
.content.technical {
  align-items: flex-start;
}

.technical > * + * {
  margin-top: 20px;
}
.technical > p {
  margin-top: 20px;
}
.technical__wrap {
  position: relative;
  width: 100%;
  padding: 0 20px;
  border-radius: 12px;
  border: 1px solid #00b7ff;
  background: linear-gradient(180deg, #0e0658 0%, #005b93 100%);
  box-shadow: 0 0 30px 10px rgba(0, 255, 229, 0.3);
  backdrop-filter: blur(7.5px);
  overflow-x: auto;
}
.technical__wrap::-webkit-scrollbar {
  height: 6px;
}
.technical__wrap::-webkit-scrollbar-track {
  background: transparent;
}
.technical__wrap::-webkit-scrollbar-thumb {
  background: rgba(0, 255, 229, 0.3);
  border-radius: 3px;
}
.technical__wrap > table {
  width: 100%;
  min-width: 720px;
}
.technical__wrap > table tr {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(0, 255, 187, 0.12);
}
.technical__wrap > table tr:last-child {
  border-bottom: 0;
}
.technical__wrap > table th,
.technical__wrap > table td {
  padding-right: 16px;
  text-align: left;
}
.technical__wrap > table th:first-child,
.technical__wrap > table td:first-child {
  flex: 0 0 350px;
  width: 350px;
}
@media (max-width: 650px) {
  .technical__wrap > table th:first-child,
  .technical__wrap > table td:first-child {
    flex: 0 0 200px;
    width: 200px;
  }
}
@media (max-width: 450px) {
  .technical__wrap > table th:first-child,
  .technical__wrap > table td:first-child {
    flex: 0 0 160px;
    width: 160px;
  }
}
.technical__wrap > table th:last-child,
.technical__wrap > table td:last-child {
  flex: 1 1 0;
  padding-right: 0;
}
.technical__wrap > table th > a,
.technical__wrap > table td > a {
  color: var(--color-white);
}
.technical__wrap > table th {
  padding-top: 16px;
  padding-bottom: 16px;
  color: var(--color-green-3);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 450px) {
  .technical__wrap > table th {
    font-size: 18px;
  }
}
.technical__wrap > table td {
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 650px) {
  .technical__wrap > table td {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

/* --------------FEATURES-------------*/
.content.features {
  padding: 0;
  overflow: hidden;
}

.features > img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.features > h2 {
  margin: 20px 20px 0;
  width: calc(100% - 40px);
}
@media (max-width: 850px) {
  .features > h2 {
    margin: 15px 15px 0;
    width: calc(100% - 30px);
  }
}
@media (max-width: 450px) {
  .features > h2 {
    margin: 10px 10px 0;
    width: calc(100% - 20px);
  }
}
.features > p {
  margin: 20px 20px 20px;
  width: calc(100% - 40px);
}
@media (max-width: 850px) {
  .features > p {
    margin: 15px 15px 15px;
    width: calc(100% - 30px);
  }
}
@media (max-width: 450px) {
  .features > p {
    margin: 10px 10px 10px;
    width: calc(100% - 20px);
  }
}

/* --------------PROS---------*/
.content.pros {
  align-items: flex-start;
}

.pros > p {
  margin-top: 20px;
}
.pros__wrap {
  position: relative;
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #00b7ff;
  background: linear-gradient(180deg, #0e0658 0%, #005b93 100%);
  box-shadow: 0 0 30px 10px rgba(0, 255, 229, 0.3);
  backdrop-filter: blur(7.5px);
}
.pros__col {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 8px;
  position: relative;
}
.pros__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  margin-bottom: 12px;
}
.pros__head strong {
  color: var(--color-green-3);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 450px) {
  .pros__head strong {
    font-size: 18px;
  }
}
.pros__icon {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid #00b7ff;
  background: rgba(64, 67, 128, 0.4);
}
.pros__icon img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.pros ul {
  display: flex;
  flex-direction: column;
}
.pros li {
  padding: 20px 16px;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(90deg, rgba(0, 255, 150, 0) 0%, #00ff96 50%, rgba(0, 255, 150, 0) 100%) 1;
     border-image: linear-gradient(90deg, rgba(0, 255, 150, 0) 0%, #00ff96 50%, rgba(0, 255, 150, 0) 100%) 1;
}
.pros li:last-child {
  border-bottom: 0;
}

/*  ---------------- REGISTER  ---------------- */
.content.register {
  align-items: flex-start;
}

.register > p {
  margin-top: 20px;
}
.register__block {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 12px;
  border-radius: 12px;
  background: var(--color-white);
}
.register__block > h3 {
  width: 100%;
  color: var(--color-red-text);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase !important;
}
@media (max-width: 850px) {
  .register__block > h3 {
    text-align: left;
    font-size: 20px;
  }
}
.register__block > p {
  margin: 0;
  width: 100%;
  color: var(--color-green-text);
  text-align: left;
}
.register__steps {
  position: relative;
  width: 100%;
  padding: 6px 16px;
  border-radius: 12px;
  border: 1px solid #00b7ff;
  box-shadow: 0 0 40px 0 rgba(0, 183, 255, 0.15);
  background: #0e0658;
  overflow: hidden;
  display: flex;
}
.register__steps ol {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 492px;
  counter-reset: step;
  display: flex;
  flex-direction: column;
}
@media (max-width: 850px) {
  .register__steps ol {
    max-width: 100%;
  }
}
.register__steps:has(.register__bg--sm) ol {
  max-width: 660px;
}
.register__steps li {
  counter-increment: step;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
  border-bottom: 1px solid rgba(0, 255, 187, 0.2);
}
.register__steps li:last-child {
  border-bottom: 0;
}
.register__steps li::before {
  content: counter(step);
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  border: 1px solid #00b7ff;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}
.register .first__button {
  margin: 0;
}
@media (max-width: 850px) {
  .register .first__button {
    align-self: flex-start;
  }
}
.register__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.register__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.register__bg::after {
  content: "";
  position: absolute;
  inset: 0;
}
.register__steps--right {
  justify-content: flex-start;
}
.register__steps--left {
  justify-content: flex-end;
}
.register__block:nth-of-type(1) .register__bg img {
  -o-object-position: 89%;
     object-position: 89%;
}
.register__block:nth-of-type(2) .register__bg img {
  -o-object-position: 10%;
     object-position: 10%;
}
.register__block:nth-of-type(3) .register__bg img {
  -o-object-position: 100%;
     object-position: 100%;
}
.register__steps--right .register__bg::after {
  background: linear-gradient(to left, rgba(14, 6, 88, 0) 40%, rgba(14, 6, 88, 0.25) 55%, rgba(14, 6, 88, 0.45) 78%, rgba(14, 6, 88, 0.6) 100%);
}
.register__steps--left .register__bg::after {
  background: linear-gradient(to right, rgba(14, 6, 88, 0) 38%, rgba(14, 6, 88, 0.25) 53%, rgba(14, 6, 88, 0.45) 77%, rgba(14, 6, 88, 0.6) 100%);
}
@media (max-width: 850px) {
  .register__steps--right .register__bg::after, .register__steps--left .register__bg::after {
    background: rgba(14, 6, 88, 0.6);
  }
}
.register__login-title {
  margin-top: 20px;
  width: 100%;
  color: var(--color-white);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase !important;
}
@media (max-width: 850px) {
  .register__login-title {
    text-align: left;
    font-size: 20px;
  }
}
.register > .register__login-title + p {
  margin-top: 20px;
}

/*  ---------------- DOWNLOAD  ---------------- */
.content.download {
  height: 350px;
  padding: 0;
  background: #092a2d;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: none;
}
@media (max-width: 850px) {
  .content.download {
    height: auto;
    min-height: 280px;
    padding: 40px 20px;
  }
}
@media (max-width: 450px) {
  .content.download {
    padding: 30px 10px;
  }
}

.download__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.download__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.download__buttons {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 15vw, 320px);
}
@media (max-width: 850px) {
  .download__buttons {
    flex-direction: column;
    gap: 18px;
  }
}
.download__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 268px;
  max-width: 100%;
  height: 56px;
  padding: 12px 24px;
  border: 1px solid #fcc211;
  border-radius: 8px;
  background: var(--color-green);
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  transition: background var(--primary-transition), box-shadow var(--primary-transition);
}
.download__button img {
  flex: none;
  width: 32px;
  height: 32px;
}
.download__button:hover {
  background: #d83a33;
  box-shadow: 0 4px 16px -4px rgba(252, 194, 17, 0.6);
}

/*  ---------------- CASINO APP  ---------------- */
.content.casinoapp {
  align-items: flex-start;
}

.casinoapp > p {
  margin-top: 20px;
}
.casinoapp__block {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 12px;
  border-radius: 12px;
  background: var(--color-white);
}
.casinoapp__block > h3 {
  width: 100%;
  color: var(--color-red-text);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase !important;
}
@media (max-width: 850px) {
  .casinoapp__block > h3 {
    text-align: left;
    font-size: 20px;
  }
}
.casinoapp__block > p {
  margin: 0;
  width: 100%;
  color: var(--color-green-text);
  text-align: left;
}
.casinoapp__steps {
  position: relative;
  width: 100%;
  padding: 6px 16px;
  border-radius: 12px;
  border: 1px solid #00b7ff;
}
@media (max-width: 850px) {
  .casinoapp__steps {
    padding: 6px 10px;
  }
}
.casinoapp__steps {
  box-shadow: 0 0 40px 0 rgba(0, 183, 255, 0.15);
  background: #0e0658;
  overflow: hidden;
  display: flex;
}
.casinoapp__steps ol {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 492px;
  counter-reset: step;
  display: flex;
  flex-direction: column;
}
@media (max-width: 850px) {
  .casinoapp__steps ol {
    max-width: 100%;
  }
}
.casinoapp__steps li {
  counter-increment: step;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
  border-bottom: 1px solid rgba(0, 255, 187, 0.2);
}
.casinoapp__steps li:last-child {
  border-bottom: 0;
}
.casinoapp__steps li::before {
  content: counter(step);
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  border: 1px solid #00b7ff;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}
.casinoapp__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  pointer-events: none;
}
.casinoapp__bg img {
  width: auto;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
}
.casinoapp__steps--right {
  justify-content: flex-start;
}
.casinoapp__steps--right .casinoapp__bg {
  justify-content: flex-end;
}
.casinoapp__steps--right .casinoapp__bg img {
  width: 56%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% center;
     object-position: 100% center;
}
@media (max-width: 850px) {
  .casinoapp__steps--right .casinoapp__bg img {
    width: 100%;
  }
}
.casinoapp__steps--right .casinoapp__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0e0658 44%, rgba(14, 6, 88, 0) 60%);
}
@media (max-width: 850px) {
  .casinoapp__steps--right .casinoapp__bg::after {
    display: none;
  }
}
.casinoapp__steps--left {
  justify-content: flex-end;
}
.casinoapp__steps--left .casinoapp__bg {
  justify-content: flex-start;
}
.casinoapp__steps--left .casinoapp__bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.casinoapp__steps--left .casinoapp__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(14, 6, 88, 0) 31%, rgba(14, 6, 88, 0.85) 45%, #0e0658 52%);
}
@media (max-width: 850px) {
  .casinoapp__steps--left .casinoapp__bg::after {
    display: none;
  }
}
.casinoapp__steps--left ol {
  max-width: 50%;
}
@media (max-width: 850px) {
  .casinoapp__steps--left ol {
    max-width: 100%;
  }
}
.casinoapp .download__button {
  margin: 0;
}
@media (max-width: 850px) {
  .casinoapp .download__button {
    align-self: flex-start;
  }
}
@media (max-width: 850px) {
  .casinoapp__bg img {
    opacity: 0.5;
  }
}

/*  ---------------- PROMOTIONS  ---------------- */
.content.promotions {
  align-items: flex-start;
}

.promotions > p {
  margin-top: 20px;
}
.promotions__title {
  margin-top: 20px;
  width: 100%;
  color: var(--color-white);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase !important;
}
@media (max-width: 850px) {
  .promotions__title {
    font-size: 20px;
  }
}
.promotions__table-wrap, .promotions__list-wrap {
  position: relative;
  margin-top: 20px;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #00b7ff;
  background: linear-gradient(180deg, #0e0658 0%, #005b93 100%);
  box-shadow: 0 0 30px 10px rgba(0, 255, 229, 0.3);
  backdrop-filter: blur(7.5px);
}
.promotions__table-wrap {
  padding: 0 20px;
  overflow-x: auto;
}
.promotions__table-wrap::-webkit-scrollbar {
  height: 6px;
}
.promotions__table-wrap::-webkit-scrollbar-track {
  background: transparent;
}
.promotions__table-wrap::-webkit-scrollbar-thumb {
  background: rgba(0, 255, 229, 0.3);
  border-radius: 3px;
}
.promotions__table-wrap table {
  width: 100%;
  min-width: 760px;
}
.promotions__table-wrap table tr {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(0, 255, 187, 0.12);
}
.promotions__table-wrap table tr:last-child {
  border-bottom: 0;
}
.promotions__table-wrap table th,
.promotions__table-wrap table td {
  flex: 1 1 0;
  min-width: 0;
  padding-right: 16px;
  text-align: left;
}
.promotions__table-wrap table th:last-child,
.promotions__table-wrap table td:last-child {
  padding-right: 0;
}
.promotions__table-wrap table th {
  padding-top: 16px;
  padding-bottom: 16px;
  color: var(--color-green-3);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 450px) {
  .promotions__table-wrap table th {
    font-size: 18px;
  }
}
.promotions__table-wrap table td {
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.promotions__list-wrap {
  padding: 6px 16px;
  display: flex;
  flex-direction: column;
}
.promotions__list-wrap li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 255, 187, 0.12);
}
.promotions__list-wrap li:last-child {
  border-bottom: 0;
}
.promotions__list-wrap li img {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #00b7ff;
  -o-object-fit: cover;
     object-fit: cover;
  background: #9b0000;
}
.promotions__list-wrap li span {
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}
.promotions__list-wrap li strong {
  color: var(--color-green-3);
  font-weight: 800;
}
.promotions__cards {
  position: relative;
  margin-top: 20px;
  width: 100%;
  display: flex;
  gap: 16px;
  padding: 150px 16px 24px;
  border-radius: 12px;
  overflow: hidden;
  background: #08000c url("../images/promotions-bg.webp") no-repeat center top;
  background-size: cover;
}
@media (max-width: 850px) {
  .promotions__cards {
    flex-direction: column;
    padding-top: 130px;
  }
}
.promotions__cards li {
  flex: 1 1 0;
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}
.promotions__cards li:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -8px;
  width: 1px;
  background: linear-gradient(180deg, rgba(0, 255, 187, 0) 0%, #00ffbb 50%, rgba(0, 255, 187, 0) 100%);
}
@media (max-width: 850px) {
  .promotions__cards li:first-child::after {
    top: auto;
    bottom: -8px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 255, 187, 0) 0%, #00ffbb 50%, rgba(0, 255, 187, 0) 100%);
  }
}
.promotions__cards h3 {
  color: var(--color-green-3);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase !important;
}
@media (max-width: 767px) {
  .promotions__cards h3 {
    font-size: 20px;
  }
}
.promotions__cards p {
  margin: 0;
  color: var(--color-white);
  text-align: center;
}
.promotions__cards .first__button {
  margin-top: auto;
}

/*  ---------------- VIP  ---------------- */
.content.vip {
  align-items: flex-start;
}

.vip > * + * {
  margin-top: 20px;
}
.vip__table-wrap {
  width: 100%;
  padding: 0 20px;
  border-radius: 12px;
  border: 1px solid #00b7ff;
  background: linear-gradient(180deg, #0e0658 0%, #005b93 100%);
  box-shadow: 0 0 30px 10px rgba(0, 255, 229, 0.3);
  backdrop-filter: blur(7.5px);
  overflow-x: auto;
}
.vip__table-wrap::-webkit-scrollbar {
  height: 6px;
}
.vip__table-wrap::-webkit-scrollbar-track {
  background: transparent;
}
.vip__table-wrap::-webkit-scrollbar-thumb {
  background: rgba(0, 183, 255, 0.4);
  border-radius: 3px;
}
.vip__table-wrap > table {
  width: 100%;
  min-width: 720px;
}
.vip__table-wrap > table tr {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(0, 255, 187, 0.12);
}
.vip__table-wrap > table tr:last-child {
  border-bottom: 0;
}
.vip__table-wrap > table th,
.vip__table-wrap > table td {
  flex: 1 1 0;
  padding-right: 16px;
  text-align: left;
}
.vip__table-wrap > table th:last-child,
.vip__table-wrap > table td:last-child {
  padding-right: 0;
}
.vip__table-wrap > table th {
  padding-top: 16px;
  padding-bottom: 16px;
  color: var(--color-green-3);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 450px) {
  .vip__table-wrap > table th {
    font-size: 18px;
  }
}
.vip__table-wrap > table td {
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.vip > .first__button {
  align-self: flex-start;
}

/*  ---------------- TOURNAMENT  ---------------- */
.content.tournament {
  align-items: flex-start;
}

.tournament > p {
  margin-top: 20px;
}
.tournament__table-wrap {
  position: relative;
  margin-top: 20px;
  width: 100%;
  padding: 6px 16px;
  border-radius: 12px;
  border: 1px solid #00b7ff;
  box-shadow: 0 0 30px 0 rgba(0, 255, 229, 0.3);
  background: #0e0658;
  overflow: hidden;
  display: flex;
}
.tournament__table-wrap > table {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 504px;
}
@media (max-width: 850px) {
  .tournament__table-wrap > table {
    max-width: 100%;
  }
}
.tournament__table-wrap > table tr {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(0, 255, 187, 0.2);
}
.tournament__table-wrap > table tr:last-child {
  border-bottom: 0;
}
.tournament__table-wrap > table th,
.tournament__table-wrap > table td {
  flex: 1 1 0;
  padding-right: 16px;
  text-align: left;
}
.tournament__table-wrap > table th:last-child,
.tournament__table-wrap > table td:last-child {
  padding-right: 0;
}
.tournament__table-wrap > table th {
  padding-top: 16px;
  padding-bottom: 16px;
  color: var(--color-green-3);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 450px) {
  .tournament__table-wrap > table th {
    font-size: 18px;
  }
}
.tournament__table-wrap > table td {
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.tournament__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  pointer-events: none;
}
.tournament__bg img {
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 88%;
     object-position: 88%;
}
@media (max-width: 850px) {
  .tournament__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.45;
  }
}
.tournament__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0e0658 45%, rgba(14, 6, 88, 0) 60%);
}
@media (max-width: 850px) {
  .tournament__bg::after {
    display: none;
  }
}

/*  ---------------- SLOTS  ---------------- */
.content.slots {
  align-items: flex-start;
}

.slots > * + * {
  margin-top: 20px;
}
.slots__table-wrap {
  width: 100%;
  padding: 0 20px;
  border-radius: 12px;
  border: 1px solid #00b7ff;
  background: linear-gradient(180deg, #0e0658 0%, #005b93 100%);
  box-shadow: 0 0 30px 10px rgba(0, 255, 229, 0.3);
  backdrop-filter: blur(7.5px);
  overflow-x: auto;
}
.slots__table-wrap::-webkit-scrollbar {
  height: 6px;
}
.slots__table-wrap::-webkit-scrollbar-track {
  background: transparent;
}
.slots__table-wrap::-webkit-scrollbar-thumb {
  background: rgba(0, 183, 255, 0.4);
  border-radius: 3px;
}
.slots__table-wrap > table {
  width: 100%;
  min-width: 720px;
}
.slots__table-wrap > table tr {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(0, 255, 187, 0.12);
}
.slots__table-wrap > table tr:last-child {
  border-bottom: 0;
}
.slots__table-wrap > table th,
.slots__table-wrap > table td {
  flex: 1 1 0;
  padding-right: 16px;
  text-align: left;
}
.slots__table-wrap > table th:last-child,
.slots__table-wrap > table td:last-child {
  padding-right: 0;
}
.slots__table-wrap > table th {
  padding-top: 16px;
  padding-bottom: 16px;
  color: var(--color-green-3);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.slots__table-wrap > table td {
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.slots > .first__button {
  align-self: flex-start;
}

/*  ---------------- GAMES  ---------------- */
.content.games {
  align-items: flex-start;
}

.games > * + * {
  margin-top: 20px;
}
.games__table-wrap {
  width: 100%;
  padding: 0 20px;
  border-radius: 12px;
  border: 1px solid #00b7ff;
  background: linear-gradient(180deg, #0e0658 0%, #005b93 100%);
  box-shadow: 0 0 30px 10px rgba(0, 255, 229, 0.3);
  backdrop-filter: blur(7.5px);
  overflow-x: auto;
}
.games__table-wrap::-webkit-scrollbar {
  height: 6px;
}
.games__table-wrap::-webkit-scrollbar-track {
  background: transparent;
}
.games__table-wrap::-webkit-scrollbar-thumb {
  background: rgba(0, 183, 255, 0.4);
  border-radius: 3px;
}
.games__table-wrap > table {
  width: 100%;
  min-width: 880px;
}
.games__table-wrap > table tr {
  display: flex;
  align-items: stretch;
  width: 100%;
  border-bottom: 1px solid rgba(0, 255, 187, 0.12);
}
.games__table-wrap > table tr:last-child {
  border-bottom: 0;
}
.games__table-wrap > table th,
.games__table-wrap > table td {
  padding-right: 16px;
  text-align: left;
}
.games__table-wrap > table th:first-child,
.games__table-wrap > table td:first-child {
  flex: 0 0 160px;
  width: 160px;
}
.games__table-wrap > table th:nth-child(2), .games__table-wrap > table th:nth-child(3),
.games__table-wrap > table td:nth-child(2),
.games__table-wrap > table td:nth-child(3) {
  flex: 1 1 0;
}
.games__table-wrap > table th:last-child,
.games__table-wrap > table td:last-child {
  padding-right: 0;
}
.games__table-wrap > table th {
  padding-top: 16px;
  padding-bottom: 16px;
  color: var(--color-green-3);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.games__table-wrap > table td {
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

/*  ---------------- LIVE  ---------------- */
.content.live {
  align-items: flex-start;
}

.live > * + * {
  margin-top: 20px;
}
.live__image {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.live__image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
}
.live__table-wrap {
  width: 100%;
  padding: 0 20px;
  border-radius: 12px;
  border: 1px solid #00b7ff;
  background: linear-gradient(180deg, #0e0658 0%, #005b93 100%);
  box-shadow: 0 0 30px 10px rgba(0, 255, 229, 0.3);
  backdrop-filter: blur(7.5px);
  overflow-x: auto;
}
.live__table-wrap::-webkit-scrollbar {
  height: 6px;
}
.live__table-wrap::-webkit-scrollbar-track {
  background: transparent;
}
.live__table-wrap::-webkit-scrollbar-thumb {
  background: rgba(0, 183, 255, 0.4);
  border-radius: 3px;
}
.live__table-wrap > table {
  width: 100%;
  min-width: 800px;
}
.live__table-wrap > table tr {
  display: flex;
  align-items: stretch;
  width: 100%;
  border-bottom: 1px solid rgba(0, 255, 187, 0.12);
}
.live__table-wrap > table tr:last-child {
  border-bottom: 0;
}
.live__table-wrap > table th,
.live__table-wrap > table td {
  padding-right: 16px;
  text-align: left;
}
.live__table-wrap > table th:first-child,
.live__table-wrap > table td:first-child {
  flex: 0 0 190px;
  width: 190px;
}
.live__table-wrap > table th:nth-child(2),
.live__table-wrap > table td:nth-child(2) {
  flex: 0 0 150px;
  width: 150px;
}
.live__table-wrap > table th:nth-child(3),
.live__table-wrap > table td:nth-child(3) {
  flex: 1 1 0;
}
.live__table-wrap > table th:last-child,
.live__table-wrap > table td:last-child {
  padding-right: 0;
}
.live__table-wrap > table th {
  padding-top: 16px;
  padding-bottom: 16px;
  color: var(--color-green-3);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.live__table-wrap > table td {
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

/*  ---------------- LICENCE  ---------------- */
.content.licence {
  padding: 0;
  align-items: flex-start;
  overflow: hidden;
}

.licence > img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.licence > h2 {
  margin: 20px 20px 0;
  width: calc(100% - 40px);
}
@media (max-width: 850px) {
  .licence > h2 {
    margin: 15px 15px 0;
    width: calc(100% - 30px);
  }
}
@media (max-width: 450px) {
  .licence > h2 {
    margin: 10px 10px 0;
    width: calc(100% - 20px);
  }
}
.licence > p {
  margin: 20px 20px 0;
  width: calc(100% - 40px);
}
@media (max-width: 850px) {
  .licence > p {
    margin: 15px 15px 0;
    width: calc(100% - 30px);
  }
}
@media (max-width: 450px) {
  .licence > p {
    margin: 10px 10px 0;
    width: calc(100% - 20px);
  }
}
.licence > p:last-child {
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .licence > p:last-child {
    margin-bottom: 15px;
  }
}
@media (max-width: 450px) {
  .licence > p:last-child {
    margin-bottom: 10px;
  }
}

/*  ---------------- PAYMENT  ---------------- */
.content.payment {
  align-items: flex-start;
}

.payment > * + * {
  margin-top: 20px;
}
.payment h3 {
  width: 100%;
  margin: 0;
  color: var(--color-white);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase !important;
}
@media (max-width: 850px) {
  .payment h3 {
    font-size: 20px;
  }
}
.payment > h3 {
  margin-top: 20px;
}
.payment__title {
  color: var(--color-white);
  text-align: center;
}
@media (max-width: 850px) {
  .payment__title {
    text-align: left;
  }
}
.payment__table-wrap {
  width: 100%;
  padding: 0 20px;
  border-radius: 12px;
  border: 1px solid #00b7ff;
  background: linear-gradient(180deg, #0e0658 0%, #005b93 100%);
  box-shadow: 0 0 30px 10px rgba(0, 255, 229, 0.3);
  backdrop-filter: blur(7.5px);
  overflow-x: auto;
}
.payment__table-wrap::-webkit-scrollbar {
  height: 6px;
}
.payment__table-wrap::-webkit-scrollbar-track {
  background: transparent;
}
.payment__table-wrap::-webkit-scrollbar-thumb {
  background: rgba(0, 183, 255, 0.4);
  border-radius: 3px;
}
.payment__table-wrap > table {
  width: 100%;
  min-width: 720px;
}
.payment__table-wrap > table tr {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(0, 255, 187, 0.12);
}
.payment__table-wrap > table tr:last-child {
  border-bottom: 0;
}
.payment__table-wrap > table th,
.payment__table-wrap > table td {
  flex: 1 1 0;
  padding-right: 16px;
  text-align: left;
}
.payment__table-wrap > table th:last-child,
.payment__table-wrap > table td:last-child {
  padding-right: 0;
}
.payment__table-wrap > table th {
  padding-top: 16px;
  padding-bottom: 16px;
  color: var(--color-green-3);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.payment__table-wrap > table td {
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.payment > .first__button {
  align-self: flex-start;
}

/*  ---------------- CUSTOMER  ---------------- */
.content.customer {
  padding: 0;
  align-items: flex-start;
  overflow: hidden;
}

.customer > img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.customer > h2 {
  margin: 20px 20px 0;
  width: calc(100% - 40px);
}
@media (max-width: 850px) {
  .customer > h2 {
    margin: 15px 15px 0;
    width: calc(100% - 30px);
  }
}
@media (max-width: 450px) {
  .customer > h2 {
    margin: 10px 10px 0;
    width: calc(100% - 20px);
  }
}
.customer > p {
  margin: 20px 20px 0;
  width: calc(100% - 40px);
}
@media (max-width: 850px) {
  .customer > p {
    margin: 15px 15px 0;
    width: calc(100% - 30px);
  }
}
@media (max-width: 450px) {
  .customer > p {
    margin: 10px 10px 0;
    width: calc(100% - 20px);
  }
}
.customer > p:last-child {
  margin-bottom: 20px;
}
@media (max-width: 850px) {
  .customer > p:last-child {
    margin-bottom: 15px;
  }
}
@media (max-width: 450px) {
  .customer > p:last-child {
    margin-bottom: 10px;
  }
}

/*  ---------------- REVIEWS  ---------------- */
.content.reviews {
  align-items: flex-start;
}

.reviews > * + * {
  margin-top: 20px;
}
.reviews__carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.reviews__track {
  display: flex;
  gap: 20px;
  width: -moz-max-content;
  width: max-content;
  transform: translateX(0);
}
.reviews__card {
  flex: none;
  width: 416px;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 12px;
  border: 1px solid #00b7ff;
  background: linear-gradient(180deg, #0e0658 0%, #005b93 100%);
  box-shadow: 0 0 30px 10px rgba(0, 255, 229, 0.3);
}
@media (max-width: 650px) {
  .reviews__card {
    width: 320px;
  }
}
@media (max-width: 450px) {
  .reviews__card {
    width: 280px;
  }
}
.reviews__card > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews__card > div img {
  width: 26px;
  height: 26px;
  max-width: none;
  max-height: none;
}
.reviews__card > h3 {
  color: var(--color-green-3);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase !important;
  margin: 0;
}
.reviews__card > p {
  margin: 0;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
.reviews__nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.reviews__btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: var(--color-white);
  color: #0e0658;
  cursor: pointer;
  transition: background var(--primary-transition), transform var(--primary-transition);
}
.reviews__btn:hover {
  background: rgba(255, 255, 255, 0.8);
}
.reviews__btn:active {
  transform: scale(0.95);
}
.reviews__btn svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

/*  ---------------- GRADE  ---------------- */
.content.grade {
  align-items: flex-start;
}

.grade > * + * {
  margin-top: 20px;
}
.grade__table-wrap {
  width: 100%;
  padding: 0 20px;
  border-radius: 12px;
  border: 1px solid #00b7ff;
  background: linear-gradient(180deg, #0e0658 0%, #005b93 100%);
  box-shadow: 0 0 30px 10px rgba(0, 255, 229, 0.3);
  backdrop-filter: blur(7.5px);
  overflow-x: auto;
}
.grade__table-wrap::-webkit-scrollbar {
  height: 6px;
}
.grade__table-wrap::-webkit-scrollbar-track {
  background: transparent;
}
.grade__table-wrap::-webkit-scrollbar-thumb {
  background: rgba(0, 183, 255, 0.4);
  border-radius: 3px;
}
.grade__table-wrap > table {
  width: 100%;
  min-width: 760px;
}
.grade__table-wrap > table tr {
  display: flex;
  align-items: stretch;
  width: 100%;
  border-bottom: 1px solid rgba(0, 255, 187, 0.12);
}
.grade__table-wrap > table tr:last-child {
  border-bottom: 0;
}
.grade__table-wrap > table th,
.grade__table-wrap > table td {
  padding-right: 16px;
  text-align: left;
}
.grade__table-wrap > table th:first-child,
.grade__table-wrap > table td:first-child {
  flex: 0 0 200px;
  width: 200px;
}
.grade__table-wrap > table th:nth-child(2),
.grade__table-wrap > table td:nth-child(2) {
  flex: 0 0 120px;
  width: 120px;
}
.grade__table-wrap > table th:last-child,
.grade__table-wrap > table td:last-child {
  flex: 1 1 0;
  padding-right: 0;
}
.grade__table-wrap > table th {
  padding-top: 16px;
  padding-bottom: 16px;
  color: var(--color-green-3);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.grade__table-wrap > table td {
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.grade__table-wrap > table td > strong {
  color: var(--color-white);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
}

/*  ---------------- CONCLUSION  ---------------- */
.content.conclusion {
  padding: 0;
  align-items: flex-start;
  overflow: hidden;
}

.conclusion > img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.conclusion > h2 {
  margin: 20px 20px 0;
  width: calc(100% - 40px);
}
@media (max-width: 850px) {
  .conclusion > h2 {
    margin: 15px 15px 0;
    width: calc(100% - 30px);
  }
}
@media (max-width: 450px) {
  .conclusion > h2 {
    margin: 10px 10px 0;
    width: calc(100% - 20px);
  }
}
.conclusion > p {
  margin: 20px 20px 0;
  width: calc(100% - 40px);
}
@media (max-width: 850px) {
  .conclusion > p {
    margin: 15px 15px 0;
    width: calc(100% - 30px);
  }
}
@media (max-width: 450px) {
  .conclusion > p {
    margin: 10px 10px 0;
    width: calc(100% - 20px);
  }
}
.conclusion__author {
  color: var(--color-white);
  font-weight: 700;
}
.conclusion > .first__button {
  margin: 20px;
}
@media (max-width: 850px) {
  .conclusion > .first__button {
    margin: 15px;
  }
}
@media (max-width: 450px) {
  .conclusion > .first__button {
    margin: 10px;
  }
}

/* ---------------------- BONUS ---------------------- */
/* Bonus */
.bonus {
  background: #092a2d;
  min-height: 480px;
  color: var(--color-white);
  align-items: flex-start;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.bonus__wrap {
  max-width: 930px;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 850px) {
  .bonus__wrap {
    background: rgba(22, 67, 71, 0.7);
    backdrop-filter: blur(2px);
  }
}
@media (max-width: 650px) {
  .bonus__wrap {
    align-items: center;
    text-align: center;
  }
}
.bonus__breadcrumbs {
  width: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.bonus__breadcrumbs li {
  display: flex;
  align-items: center;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.bonus__breadcrumbs li + li::before {
  content: "›";
  margin-right: 8px;
  color: var(--color-white);
}
.bonus__breadcrumbs li a {
  color: var(--color-white);
  transition: opacity var(--primary-transition);
}
.bonus__breadcrumbs li a:hover {
  opacity: 0.75;
}
.bonus__title {
  margin: 0;
  color: #00ff1a;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 850px) {
  .bonus__title {
    font-size: 28px;
  }
}
@media (max-width: 650px) {
  .bonus__title {
    text-align: center;
    font-size: 26px;
  }
}
@media (max-width: 450px) {
  .bonus__title {
    font-size: 24px;
  }
}
.bonus__text {
  max-width: 620px;
  margin: 0;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.bonus__button {
  margin-top: 16px;
}
@media (max-width: 850px) {
  .bonus__background img {
    -o-object-position: 70%;
       object-position: 70%;
    opacity: 1;
  }
}
@media (max-width: 650px) {
  .bonus__background img {
    -o-object-position: 70%;
       object-position: 70%;
  }
}
@media (max-width: 650px) {
  .bonus {
    align-items: center;
  }
}

/*  ---------------- BONUSES  ---------------- */
.content.bonuses {
  align-items: flex-start;
}

.bonuses > * + * {
  margin-top: 20px;
}

/*  ---------------- GENEROUS  ---------------- */
.content.generous {
  align-items: flex-start;
}

.generous .promotions__list-wrap li img {
  background: rgba(64, 67, 128, 0.4);
}
.generous__block {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 12px;
  border-radius: 12px;
  background: var(--color-white);
}
.generous__block > h3 {
  width: 100%;
  color: var(--color-red-text);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase !important;
}
@media (max-width: 850px) {
  .generous__block > h3 {
    text-align: left;
    font-size: 20px;
  }
}
.generous__block > p {
  margin: 0;
  width: 100%;
  color: var(--color-green-text);
  text-align: left;
}
.generous__block .generous__steps,
.generous__block .promotions__list-wrap {
  margin-top: 0;
}
.generous__block .first__button {
  margin: 0;
}
.generous__steps {
  position: relative;
  width: 100%;
  padding: 6px 16px;
  border-radius: 12px;
  border: 1px solid #00b7ff;
  box-shadow: 0 0 30px 0 rgba(0, 255, 229, 0.3);
  background: #0e0658;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
}
.generous__steps ol {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 492px;
  counter-reset: step;
  display: flex;
  flex-direction: column;
}
@media (max-width: 850px) {
  .generous__steps ol {
    max-width: 100%;
  }
}
.generous__steps li {
  counter-increment: step;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
  border-bottom: 1px solid rgba(0, 255, 187, 0.2);
}
.generous__steps li:last-child {
  border-bottom: 0;
}
.generous__steps li::before {
  content: counter(step);
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  border: 1px solid #00b7ff;
  color: var(--color-white);
  font-weight: 800;
  text-align: center;
}
.generous__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.generous__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
@media (max-width: 850px) {
  .generous__bg img {
    opacity: 0.45;
  }
}
.generous__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #0e0658 38%, rgba(14, 6, 88, 0) 72%);
}
@media (max-width: 850px) {
  .generous__bg::after {
    display: none;
  }
}

/*  ---------------- BOOST  ---------------- */
.content.boost {
  align-items: flex-start;
}

.boost > p {
  margin-top: 20px;
}
.boost__cards {
  position: relative;
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  padding: 160px 16px 24px;
  border-radius: 12px;
  background: #08000c url("../images/boost-bg.webp") no-repeat center top;
  background-size: cover;
}
@media (max-width: 850px) {
  .boost__cards {
    flex-direction: column;
    padding-top: 130px;
  }
}
.boost__cards li {
  position: relative;
  z-index: 1;
  flex: 0 1 calc(50% - 8px);
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}
@media (max-width: 850px) {
  .boost__cards li {
    flex: 1 1 100%;
  }
}
.boost__cards h3 {
  color: var(--color-green-3);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase !important;
}
@media (max-width: 767px) {
  .boost__cards h3 {
    font-size: 20px;
  }
}
.boost__cards p {
  margin: 0;
  color: var(--color-white);
  text-align: center;
}
.boost__cards .first__button {
  margin-top: auto;
}
.boost__gift {
  position: absolute;
  z-index: 0;
  max-width: none;
  height: auto;
  pointer-events: none;
}
.boost__gift--top {
  width: 34%;
  left: 50%;
  top: -4%;
  transform: translateX(-50%);
}
@media (max-width: 650px) {
  .boost__gift--top {
    width: 50%;
    left: 50%;
    top: -2%;
    transform: translateX(-50%);
  }
}
.boost__gift--left {
  width: 22%;
  left: -3%;
  top: 56%;
}
@media (max-width: 850px) {
  .boost__gift--left {
    filter: brightness(0.5);
  }
}
@media (max-width: 650px) {
  .boost__gift--left {
    width: 54%;
    left: 2%;
    top: 73%;
    filter: brightness(0.5);
  }
}
.boost__gift--right {
  width: 28%;
  left: 74%;
  top: 50%;
  transform: rotate(15deg);
}
@media (max-width: 850px) {
  .boost__gift--right {
    filter: brightness(0.5);
  }
}
@media (max-width: 650px) {
  .boost__gift--right {
    width: 50%;
    left: 44%;
    top: 41%;
    transform: rotate(15deg);
    filter: brightness(0.5);
  }
}

/*  ---------------- SPIN  ---------------- */
.content.spin {
  padding: 0;
  align-items: flex-start;
  overflow: hidden;
}

.spin > img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.spin > h2 {
  margin: 20px 20px 0;
  width: calc(100% - 40px);
}
@media (max-width: 850px) {
  .spin > h2 {
    margin: 15px 15px 0;
    width: calc(100% - 30px);
  }
}
@media (max-width: 450px) {
  .spin > h2 {
    margin: 10px 10px 0;
    width: calc(100% - 20px);
  }
}
.spin > p {
  margin: 20px 20px 0;
  width: calc(100% - 40px);
}
@media (max-width: 850px) {
  .spin > p {
    margin: 15px 15px 0;
    width: calc(100% - 30px);
  }
}
@media (max-width: 450px) {
  .spin > p {
    margin: 10px 10px 0;
    width: calc(100% - 20px);
  }
}
.spin > .first__button {
  margin: 20px;
}
@media (max-width: 850px) {
  .spin > .first__button {
    margin: 15px;
  }
}
@media (max-width: 450px) {
  .spin > .first__button {
    margin: 10px;
  }
}

/*  ---------------- LOYALTY  ---------------- */
.content.loyalty {
  align-items: flex-start;
}

.loyalty > * + * {
  margin-top: 20px;
}
.loyalty > p {
  margin-top: 20px;
}
.loyalty h3 {
  width: 100%;
  margin: 0;
  color: var(--color-light-blue);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase !important;
}
@media (max-width: 850px) {
  .loyalty h3 {
    font-size: 20px;
  }
}
.loyalty > h3 {
  margin-top: 20px;
  color: var(--color-white);
  text-align: center;
}
@media (max-width: 850px) {
  .loyalty > h3 {
    text-align: left;
  }
}
.loyalty__table-wrap {
  width: 100%;
  padding: 0 20px;
  border-radius: 12px;
  border: 1px solid #00b7ff;
  background: linear-gradient(180deg, #0e0658 0%, #005b93 100%);
  box-shadow: 0 0 30px 10px rgba(0, 255, 229, 0.3);
  backdrop-filter: blur(7.5px);
  overflow-x: auto;
}
.loyalty__table-wrap::-webkit-scrollbar {
  height: 6px;
}
.loyalty__table-wrap::-webkit-scrollbar-track {
  background: transparent;
}
.loyalty__table-wrap::-webkit-scrollbar-thumb {
  background: rgba(0, 183, 255, 0.4);
  border-radius: 3px;
}
.loyalty__table-wrap > table {
  width: 100%;
  min-width: 720px;
}
.loyalty__table-wrap > table tr {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(0, 255, 187, 0.12);
}
.loyalty__table-wrap > table tr:last-child {
  border-bottom: 0;
}
.loyalty__table-wrap > table th,
.loyalty__table-wrap > table td {
  flex: 1 1 0;
  padding-right: 16px;
  text-align: left;
}
.loyalty__table-wrap > table th:last-child,
.loyalty__table-wrap > table td:last-child {
  padding-right: 0;
}
.loyalty__table-wrap > table th {
  padding-top: 16px;
  padding-bottom: 16px;
  color: var(--color-green-3);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.loyalty__table-wrap > table td {
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.loyalty > .first__button {
  align-self: flex-start;
}

/*  ---------------- CASHBACK  ---------------- */
.content.cashback {
  padding: 0;
  align-items: flex-start;
  overflow: hidden;
}

.cashback > img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.cashback > h2 {
  margin: 20px 20px 0;
  width: calc(100% - 40px);
}
@media (max-width: 850px) {
  .cashback > h2 {
    margin: 15px 15px 0;
    width: calc(100% - 30px);
  }
}
@media (max-width: 450px) {
  .cashback > h2 {
    margin: 10px 10px 0;
    width: calc(100% - 20px);
  }
}
.cashback > h3 {
  margin: 20px 20px 0;
  width: calc(100% - 40px);
  color: var(--color-white);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase !important;
}
@media (max-width: 850px) {
  .cashback > h3 {
    margin: 15px 15px 0;
    width: calc(100% - 30px);
    font-size: 20px;
    text-align: left;
  }
}
@media (max-width: 450px) {
  .cashback > h3 {
    margin: 10px 10px 0;
    width: calc(100% - 20px);
  }
}
.cashback > p {
  margin: 20px 20px 0;
  width: calc(100% - 40px);
}
@media (max-width: 850px) {
  .cashback > p {
    margin: 15px 15px 0;
    width: calc(100% - 30px);
  }
}
@media (max-width: 450px) {
  .cashback > p {
    margin: 10px 10px 0;
    width: calc(100% - 20px);
  }
}
.cashback > p + img {
  margin-top: 20px;
}
@media (max-width: 850px) {
  .cashback > p + img {
    margin-top: 15px;
  }
}
@media (max-width: 450px) {
  .cashback > p + img {
    margin-top: 10px;
  }
}

/*  ---------------- JOIN  ---------------- */
.content.join {
  align-items: flex-start;
}

.join > p {
  margin-top: 20px;
}
.join__table-wrap {
  position: relative;
  margin-top: 20px;
  width: 100%;
  padding: 6px 16px;
  border-radius: 12px;
  border: 1px solid #00b7ff;
  box-shadow: 0 0 30px 10px rgba(0, 255, 229, 0.3);
  background: #0e0658;
  overflow: hidden;
  display: flex;
}
.join__table-wrap > table {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 504px;
}
@media (max-width: 850px) {
  .join__table-wrap > table {
    max-width: 100%;
  }
}
.join__table-wrap > table tr {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(0, 255, 187, 0.2);
}
.join__table-wrap > table tr:last-child {
  border-bottom: 0;
}
.join__table-wrap > table th,
.join__table-wrap > table td {
  flex: 1 1 0;
  padding-right: 16px;
  text-align: left;
}
.join__table-wrap > table th:last-child,
.join__table-wrap > table td:last-child {
  padding-right: 0;
}
.join__table-wrap > table th {
  padding-top: 16px;
  padding-bottom: 16px;
  color: var(--color-green-3);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 450px) {
  .join__table-wrap > table th {
    font-size: 18px;
  }
}
.join__table-wrap > table td {
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.join__table-wrap .join__bg {
  justify-content: flex-end;
}
.join__table-wrap .join__bg::after {
  background: linear-gradient(90deg, #0e0658 45.04%, rgba(14, 6, 88, 0) 58.38%);
}
.join__block {
  width: 100%;
  margin-top: 20px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 12px;
  background: var(--color-white);
}
.join__block > h3 {
  width: 100%;
  margin: 0;
  color: var(--color-red-text);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase !important;
}
@media (max-width: 850px) {
  .join__block > h3 {
    font-size: 20px;
    text-align: left;
  }
}
.join__block .first__button {
  margin: 0;
}
.join__steps {
  position: relative;
  width: 100%;
  padding: 6px 16px;
  border-radius: 12px;
  border: 1px solid #00b7ff;
  box-shadow: 0 0 30px 0 rgba(0, 255, 229, 0.3);
  background: #0e0658;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}
.join__steps ol {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 50%;
  counter-reset: join-step;
  display: flex;
  flex-direction: column;
}
@media (max-width: 850px) {
  .join__steps ol {
    max-width: 100%;
  }
}
.join__steps ol li {
  counter-increment: join-step;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
  border-bottom: 1px solid transparent;
  border-bottom: 1px solid rgba(0, 255, 187, 0.2);
}
.join__steps ol li:last-child {
  border-bottom: 0;
}
.join__steps ol li::before {
  content: counter(join-step);
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #00b7ff;
  border-radius: 40px;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}
.join__steps .join__bg {
  justify-content: flex-start;
}
.join__steps .join__bg img {
  -o-object-position: 12%;
     object-position: 12%;
}
.join__steps .join__bg::after {
  background: linear-gradient(90deg, rgba(14, 6, 88, 0) 37.35%, #0e0658 49.88%);
}
.join__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  pointer-events: none;
}
.join__bg img {
  width: auto;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 88%;
     object-position: 88%;
}
@media (max-width: 850px) {
  .join__bg img {
    width: 100%;
    opacity: 0.45;
  }
}
.join__bg::after {
  content: "";
  position: absolute;
  inset: 0;
}
@media (max-width: 850px) {
  .join__bg::after {
    display: none;
  }
}

/*  ---------------- GRAB  ---------------- */
.content.grab {
  align-items: flex-start;
}

.grab > * + * {
  margin-top: 20px;
}
.grab > p {
  margin-top: 20px;
}
.grab__list-wrap {
  position: relative;
  width: 100%;
  padding: 6px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 12px;
  border: 1px solid #00b7ff;
  background: linear-gradient(180deg, #0e0658 0%, #005b93 100%);
  box-shadow: 0 0 30px 10px rgba(0, 255, 229, 0.3);
  backdrop-filter: blur(7.5px);
}
.grab__list-wrap > li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 255, 187, 0.12);
}
.grab__list-wrap > li:last-child {
  border-bottom: 0;
}
.grab__list-wrap > li span {
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.grab__list-wrap > li strong {
  color: var(--color-green-3);
  font-weight: 800;
}
.grab__list-wrap > li > img {
  flex: none;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #00b7ff;
  background: #9b0000;
  -o-object-fit: cover;
     object-fit: cover;
}
.grab > .first__button {
  align-self: flex-start;
}

/*  ---------------- RESPONSIBLY  ---------------- */
.content.responsibly {
  align-items: flex-start;
}

.responsibly > * + * {
  margin-top: 20px;
}
.responsibly > p {
  color: var(--color-white);
}
.responsibly__row {
  width: 100%;
  padding: 16px 12px;
  display: flex;
  align-items: stretch;
  gap: 16px;
  border: 1px solid #00b7ff;
  border-radius: 12px;
  box-shadow: 0 0 30px 10px rgba(0, 255, 229, 0.3);
  background: linear-gradient(180deg, #0e0658 0%, #005b93 100%);
}
@media (max-width: 850px) {
  .responsibly__row {
    flex-direction: column;
  }
}
.responsibly__list-wrap {
  flex: 0 0 auto;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 850px) {
  .responsibly__list-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.responsibly__list-wrap > li {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.responsibly__list-wrap > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.responsibly__list-wrap > li strong {
  color: var(--color-green-3);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.responsibly__list-wrap > li p {
  margin: 0;
  color: var(--color-white);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.responsibly__image {
  flex: 1 1 0;
  min-width: 0;
  align-self: stretch;
  position: relative;
  border-radius: 5px;
}
@media (max-width: 850px) {
  .responsibly__image {
    flex: none;
    width: 100%;
    min-height: 240px;
  }
}
.responsibly__image img {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 110%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  transform: translateY(-50%);
}
@media (max-width: 850px) {
  .responsibly__image img {
    left: 0;
    width: 100%;
  }
}

/*  ---------------- CLAIM  ---------------- */
.content.claim {
  padding: 0;
  align-items: flex-start;
  overflow: hidden;
}

.claim > img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.claim > h2 {
  margin: 20px 20px 0;
  width: calc(100% - 40px);
}
@media (max-width: 850px) {
  .claim > h2 {
    margin: 15px 15px 0;
    width: calc(100% - 30px);
  }
}
@media (max-width: 450px) {
  .claim > h2 {
    margin: 10px 10px 0;
    width: calc(100% - 20px);
  }
}
.claim > p {
  margin: 20px 20px 0;
  width: calc(100% - 40px);
}
@media (max-width: 850px) {
  .claim > p {
    margin: 15px 15px 0;
    width: calc(100% - 30px);
  }
}
@media (max-width: 450px) {
  .claim > p {
    margin: 10px 10px 0;
    width: calc(100% - 20px);
  }
}
.claim > .first__button {
  margin: 20px;
}
@media (max-width: 850px) {
  .claim > .first__button {
    margin: 15px;
  }
}
@media (max-width: 450px) {
  .claim > .first__button {
    margin: 10px;
  }
}

/* ---------------------- APP ---------------------- */
/* ----------------------------- App----------------------------- */
.app {
  background: #092a2d;
  min-height: 480px;
  color: var(--color-white);
  align-items: flex-start;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.app__wrap {
  max-width: 930px;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 850px) {
  .app__wrap {
    background: rgba(22, 67, 71, 0.7);
    backdrop-filter: blur(2px);
  }
}
@media (max-width: 650px) {
  .app__wrap {
    align-items: center;
    text-align: center;
  }
}
.app__breadcrumbs {
  width: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.app__breadcrumbs li {
  display: flex;
  align-items: center;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.app__breadcrumbs li + li::before {
  content: "›";
  margin-right: 8px;
  color: var(--color-white);
}
.app__breadcrumbs li a {
  color: var(--color-white);
  transition: opacity var(--primary-transition);
}
.app__breadcrumbs li a:hover {
  opacity: 0.75;
}
.app__title {
  margin: 0;
  color: #00ff1a;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 850px) {
  .app__title {
    font-size: 28px;
  }
}
@media (max-width: 650px) {
  .app__title {
    text-align: center;
    font-size: 26px;
  }
}
@media (max-width: 450px) {
  .app__title {
    font-size: 24px;
  }
}
.app__text {
  max-width: 620px;
  margin: 0;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.app__button {
  margin-top: 16px;
}
@media (max-width: 850px) {
  .app__background img {
    -o-object-position: 70%;
       object-position: 70%;
    opacity: 1;
  }
}
@media (max-width: 650px) {
  .app__background img {
    -o-object-position: 69%;
       object-position: 69%;
  }
}
@media (max-width: 650px) {
  .app {
    align-items: center;
  }
}

/*  ---------------- COMPLITE  ---------------- */
.content.complite {
  align-items: flex-start;
}

.complite > * + * {
  margin-top: 20px;
}

/*  ---------------- INSTALL  ---------------- */
.content.install {
  align-items: flex-start;
}

.install > p {
  margin-top: 20px;
}
.install .download__button {
  margin: 0;
}
@media (max-width: 850px) {
  .install .download__button {
    align-self: flex-start;
  }
}

/*  ---------------- BENEFIT  ---------------- */
.content.benefit {
  align-items: flex-start;
}

.benefit > p {
  margin-top: 20px;
}
.benefit__list {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.benefit__list > li {
  position: relative;
  width: 100%;
  padding: 16px 16px 16px 230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid #00b7ff;
  background: linear-gradient(180deg, #0e0658 0%, #005b93 100%);
  box-shadow: 0 0 30px 10px rgba(0, 255, 229, 0.3);
}
.benefit__list > li:nth-child(even) {
  padding: 16px 230px 16px 16px;
}
@media (max-width: 650px) {
  .benefit__list > li {
    padding: 180px 16px 16px;
    text-align: center;
  }
  .benefit__list > li:nth-child(even) {
    padding: 180px 16px 16px;
  }
}
.benefit__list > li > img {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: auto;
  height: 170px;
  max-width: none;
  max-height: none;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.benefit__list > li:nth-child(even) > img {
  left: auto;
  right: 10px;
}
@media (max-width: 650px) {
  .benefit__list > li > img, .benefit__list > li:nth-child(even) > img {
    top: 10px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 170px;
  }
}
.benefit__list > li > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.benefit__list > li > div > strong {
  color: var(--color-green-3);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.benefit__list > li > div > p {
  margin: 0;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

/*  ---------------- DEVICES  ---------------- */
.content.devices {
  align-items: flex-start;
}

.devices > p {
  margin-top: 20px;
}
.devices__block {
  width: 100%;
  margin-top: 20px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 12px;
  background: var(--color-white);
}
.devices__block > h3 {
  width: 100%;
  color: var(--color-red-text);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase !important;
}
@media (max-width: 850px) {
  .devices__block > h3 {
    font-size: 20px;
    text-align: left;
  }
}
.devices__block > p {
  margin: 0;
  width: 100%;
  color: var(--color-green-text);
}
.devices .download__button {
  margin: 0;
}
@media (max-width: 850px) {
  .devices .download__button {
    align-self: flex-start;
  }
}
.devices__card {
  position: relative;
  width: 100%;
  padding: 6px 16px;
  border-radius: 12px;
  border: 1px solid #00b7ff;
  box-shadow: 0 0 30px 0 rgba(0, 255, 229, 0.3);
  background: #0e0658;
  overflow: hidden;
  display: flex;
}
.devices__card > table {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 504px;
}
@media (max-width: 850px) {
  .devices__card > table {
    max-width: 100%;
  }
}
.devices__card > table tr {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(0, 255, 187, 0.2);
}
.devices__card > table tr:last-child {
  border-bottom: 0;
}
.devices__card > table th,
.devices__card > table td {
  flex: 1 1 0;
  padding-right: 16px;
  text-align: left;
}
.devices__card > table th:last-child,
.devices__card > table td:last-child {
  padding-right: 0;
}
.devices__card > table th {
  padding-top: 16px;
  padding-bottom: 16px;
  color: var(--color-green-3);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 450px) {
  .devices__card > table th {
    font-size: 18px;
  }
}
.devices__card > table td {
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.devices__card--left {
  justify-content: flex-end;
}
.devices__card--left .devices__bg {
  justify-content: flex-start;
}
.devices__card--left .devices__bg img {
  -o-object-position: 10%;
     object-position: 10%;
  transform: translateX(-120px);
}
@media (max-width: 850px) {
  .devices__card--left .devices__bg img {
    transform: none;
  }
}
.devices__card--left .devices__bg::after {
  background: linear-gradient(90deg, rgba(14, 6, 88, 0) 35.69%, #0e0658 50.39%);
}
.devices__card--right .devices__bg {
  justify-content: flex-end;
}
.devices__card--right .devices__bg img {
  -o-object-position: 100%;
     object-position: 100%;
  transform: translateX(50px);
}
@media (max-width: 850px) {
  .devices__card--right .devices__bg img {
    transform: none;
  }
}
.devices__card--right .devices__bg::after {
  background: linear-gradient(90deg, #0e0658 45.04%, rgba(14, 6, 88, 0) 58.38%);
}
.devices__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  pointer-events: none;
}
.devices__bg img {
  width: auto;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 850px) {
  .devices__bg img {
    width: 100%;
    opacity: 0.45;
  }
}
.devices__bg::after {
  content: "";
  position: absolute;
  inset: 0;
}
@media (max-width: 850px) {
  .devices__bg::after {
    display: none;
  }
}

/*  ---------------- WEB  ---------------- */
.content.web {
  padding: 0;
  align-items: flex-start;
  overflow: hidden;
}

.web > img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  background: var(--color-white);
}
.web > h2 {
  margin: 20px 20px 0;
  width: calc(100% - 40px);
}
@media (max-width: 850px) {
  .web > h2 {
    margin: 15px 15px 0;
    width: calc(100% - 30px);
  }
}
@media (max-width: 450px) {
  .web > h2 {
    margin: 10px 10px 0;
    width: calc(100% - 20px);
  }
}
.web > p {
  margin: 20px 20px 0;
  width: calc(100% - 40px);
}
@media (max-width: 850px) {
  .web > p {
    margin: 15px 15px 0;
    width: calc(100% - 30px);
  }
}
@media (max-width: 450px) {
  .web > p {
    margin: 10px 10px 0;
    width: calc(100% - 20px);
  }
}
.web > .first__button {
  margin: 20px;
}
@media (max-width: 850px) {
  .web > .first__button {
    margin: 15px;
  }
}
@media (max-width: 450px) {
  .web > .first__button {
    margin: 10px;
  }
}

/*  ---------------- GAMING  ---------------- */
.content.gaming {
  align-items: flex-start;
}

.gaming > * + * {
  margin-top: 20px;
}
.gaming > p {
  color: var(--color-white);
}
.gaming__cards {
  width: 100%;
  margin-top: 20px;
  padding: 16px 12px;
  display: flex;
  align-items: stretch;
  gap: 16px;
  border: 1px solid #00b7ff;
  border-radius: 12px;
  box-shadow: 0 0 30px 10px rgba(0, 255, 229, 0.3);
  background: linear-gradient(180deg, #0e0658 0%, #005b93 100%);
}
@media (max-width: 850px) {
  .gaming__cards {
    flex-direction: column;
  }
}
.gaming__list-wrap {
  flex: 0 0 auto;
  max-width: 595px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 850px) {
  .gaming__list-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.gaming__list-wrap > li {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.gaming__list-wrap > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.gaming__list-wrap > li strong {
  color: var(--color-green-3);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.gaming__list-wrap > li p {
  margin: 0;
  color: var(--color-white);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.gaming__image {
  flex: 1 1 0;
  min-width: 0;
  align-self: stretch;
  position: relative;
  border-radius: 5px;
}
@media (max-width: 850px) {
  .gaming__image {
    flex: none;
    width: 100%;
    min-height: 240px;
  }
}
.gaming__image img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 110%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transform: translateY(-50%);
}
@media (max-width: 850px) {
  .gaming__image img {
    left: 0;
    width: 100%;
  }
}

/* ---------------------- BETTING ---------------------- */
/* -----------------------------  Betting ----------------------------- */
.betting {
  background: #092a2d;
  min-height: 480px;
  color: var(--color-white);
  align-items: flex-start;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.betting__wrap {
  max-width: 930px;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 850px) {
  .betting__wrap {
    background: rgba(22, 67, 71, 0.7);
    backdrop-filter: blur(2px);
  }
}
@media (max-width: 650px) {
  .betting__wrap {
    align-items: center;
    text-align: center;
  }
}
.betting__breadcrumbs {
  width: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.betting__breadcrumbs li {
  display: flex;
  align-items: center;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.betting__breadcrumbs li + li::before {
  content: "›";
  margin-right: 8px;
  color: var(--color-white);
}
.betting__breadcrumbs li a {
  color: var(--color-white);
  transition: opacity var(--primary-transition);
}
.betting__breadcrumbs li a:hover {
  opacity: 0.75;
}
.betting__title {
  margin: 0;
  color: #00ff1a;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 850px) {
  .betting__title {
    font-size: 28px;
  }
}
@media (max-width: 650px) {
  .betting__title {
    text-align: center;
    font-size: 26px;
  }
}
@media (max-width: 450px) {
  .betting__title {
    font-size: 24px;
  }
}
.betting__text {
  max-width: 620px;
  margin: 0;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.betting__button {
  margin-top: 16px;
}
@media (max-width: 850px) {
  .betting__background img {
    -o-object-position: 70%;
       object-position: 70%;
    opacity: 1;
  }
}
@media (max-width: 650px) {
  .betting__background img {
    -o-object-position: 58%;
       object-position: 58%;
  }
}
@media (max-width: 650px) {
  .betting {
    align-items: center;
  }
}

/*  ---------------- ESPORTS  ---------------- */
.content.esports {
  align-items: flex-start;
}

.esports > * + * {
  margin-top: 20px;
}

/*  ---------------- SPORT  ---------------- */
.content.sport {
  align-items: flex-start;
}

.sport > p {
  margin-top: 20px;
}
.sport h3 {
  width: 100%;
  margin-top: 20px;
  color: var(--color-white);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase !important;
}
@media (max-width: 850px) {
  .sport h3 {
    font-size: 20px;
    text-align: left;
  }
}
.sport__image {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sport__table-wrap {
  width: 100%;
  margin-top: 20px;
  padding: 0 20px;
  border-radius: 12px;
  border: 1px solid #00b7ff;
  background: linear-gradient(180deg, #0e0658 0%, #005b93 100%);
  box-shadow: 0 0 30px 10px rgba(0, 255, 229, 0.3);
  backdrop-filter: blur(7.5px);
  overflow-x: auto;
}
.sport__table-wrap::-webkit-scrollbar {
  height: 6px;
}
.sport__table-wrap::-webkit-scrollbar-track {
  background: transparent;
}
.sport__table-wrap::-webkit-scrollbar-thumb {
  background: rgba(0, 183, 255, 0.4);
  border-radius: 3px;
}
.sport__table-wrap > table {
  width: 100%;
  min-width: 720px;
}
.sport__table-wrap > table tr {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(0, 255, 187, 0.12);
}
.sport__table-wrap > table tr:last-child {
  border-bottom: 0;
}
.sport__table-wrap > table th,
.sport__table-wrap > table td {
  flex: 1 1 0;
  padding-right: 16px;
  text-align: left;
}
.sport__table-wrap > table th:last-child,
.sport__table-wrap > table td:last-child {
  padding-right: 0;
}
.sport__table-wrap > table th:first-child,
.sport__table-wrap > table td:first-child {
  flex: none;
  width: 160px;
}
@media (max-width: 650px) {
  .sport__table-wrap > table th:first-child,
  .sport__table-wrap > table td:first-child {
    width: 130px;
  }
}
.sport__table-wrap > table th {
  padding-top: 16px;
  padding-bottom: 16px;
  color: var(--color-green-3);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 450px) {
  .sport__table-wrap > table th {
    font-size: 18px;
  }
}
.sport__table-wrap > table td {
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

/*  ---------------- STREAM  ---------------- */
.content.stream {
  align-items: flex-start;
}

.stream > * + * {
  margin-top: 20px;
}
.stream > p {
  margin-top: 20px;
}
.stream h3 {
  width: 100%;
  margin: 0;
  color: var(--color-white);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase !important;
}
@media (max-width: 850px) {
  .stream h3 {
    font-size: 20px;
    text-align: left;
  }
}
.stream > h3 {
  margin-top: 20px;
}
.stream__image {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.stream__image > img {
  display: block;
  width: 100%;
  height: auto;
}
.stream__row {
  display: flex;
  gap: 12px;
  width: 100%;
}
@media (max-width: 850px) {
  .stream__row {
    flex-direction: column;
  }
}
.stream__row > div:first-child {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.stream__row > div:first-child > h3 {
  margin: 0;
}
.stream__row > div:first-child > p {
  margin: 0;
}
.stream__row > div:last-child {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  align-self: stretch;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 850px) {
  .stream__row > div:last-child {
    flex: none;
    width: 100%;
    min-height: 280px;
  }
}
.stream__row > div:last-child > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center var(--img-y, 50%);
     object-position: center var(--img-y, 50%);
}
@media (max-width: 850px) {
  .stream__row > div:last-child > img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.stream > .first__button {
  align-self: flex-start;
}

/*  ---------------- WAGERING  ---------------- */
.content.wagering {
  align-items: flex-start;
}

.wagering > * + * {
  margin-top: 20px;
}
.wagering > p {
  margin-top: 20px;
}
.wagering h3 {
  width: 100%;
  margin: 0;
  color: var(--color-white);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase !important;
}
@media (max-width: 850px) {
  .wagering h3 {
    font-size: 20px;
    text-align: left;
  }
}
.wagering > h3 {
  margin-top: 20px;
}
.wagering__row {
  display: flex;
  gap: 12px;
  width: 100%;
  align-items: flex-start;
}
.wagering__row:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media (max-width: 850px) {
  .wagering__row {
    flex-direction: column;
  }
  .wagering__row:nth-of-type(even) {
    flex-direction: column;
  }
}
.wagering__row > div:first-child {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wagering__row > div:first-child > h3 {
  margin: 0;
}
.wagering__row > div:first-child > p {
  margin: 0;
}
@media (max-width: 850px) {
  .wagering__row > div:first-child {
    flex: none;
    width: 100%;
  }
}
.wagering__row > div:last-child {
  flex: 0 1 calc(50% - 6px);
  min-width: 0;
  align-self: center;
  border-radius: 5px;
  overflow: hidden;
}
.wagering__row > div:last-child > img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 850px) {
  .wagering__row > div:last-child {
    flex: none;
    width: 100%;
    max-width: 500px;
  }
}
.wagering__row:nth-of-type(1) > div:last-child {
  flex-basis: calc(57% - 6px);
}
@media (max-width: 850px) {
  .wagering__row:nth-of-type(1) > div:last-child {
    flex-basis: auto;
  }
}
.wagering__row:nth-of-type(2) > div:last-child {
  flex-basis: calc(40% - 6px);
}
@media (max-width: 850px) {
  .wagering__row:nth-of-type(2) > div:last-child {
    flex-basis: auto;
  }
}
.wagering > .first__button {
  align-self: flex-start;
}

/*  ---------------- PROGRAM  ---------------- */
.content.program {
  align-items: flex-start;
}

.program > p {
  margin-top: 20px;
}
.program__block {
  width: 100%;
  margin-top: 20px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 12px;
  background: var(--color-white);
}
.program__block > h3 {
  width: 100%;
  margin: 0;
  color: var(--color-red-text);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase !important;
}
@media (max-width: 850px) {
  .program__block > h3 {
    font-size: 20px;
    text-align: left;
  }
}
.program__block > p {
  margin: 0;
  width: 100%;
  color: var(--color-green-text);
}
.program__block > .first__button {
  margin-top: 0;
  align-self: center;
}
@media (max-width: 850px) {
  .program__block > .first__button {
    align-self: flex-start;
  }
}
.program__table-card {
  position: relative;
  width: 100%;
  padding: 6px 16px;
  border-radius: 12px;
  border: 1px solid #00b7ff;
  box-shadow: 0 0 30px 0 rgba(0, 255, 229, 0.3);
  background: #0e0658;
  overflow: hidden;
  display: flex;
}
.program__table-card > table {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 504px;
}
@media (max-width: 850px) {
  .program__table-card > table {
    max-width: 100%;
  }
}
.program__table-card > table tr {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(0, 255, 187, 0.2);
}
.program__table-card > table tr:last-child {
  border-bottom: 0;
}
.program__table-card > table th,
.program__table-card > table td {
  flex: 1 1 0;
  padding-right: 16px;
  text-align: left;
}
.program__table-card > table th:last-child,
.program__table-card > table td:last-child {
  padding-right: 0;
}
.program__table-card > table th {
  padding-top: 16px;
  padding-bottom: 16px;
  color: var(--color-green-3);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 450px) {
  .program__table-card > table th {
    font-size: 18px;
  }
}
.program__table-card > table td {
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.program__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  pointer-events: none;
}
.program__bg img {
  width: auto;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100%;
     object-position: 100%;
}
@media (max-width: 850px) {
  .program__bg img {
    width: 100%;
    opacity: 0.45;
  }
}
.program__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #0e0658 45.04%, rgba(14, 6, 88, 0) 58.38%);
}
@media (max-width: 850px) {
  .program__bg::after {
    display: none;
  }
}
.program__points {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding: 12px;
  padding-right: 180px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 12px;
  overflow: hidden;
  background: var(--color-white);
}
.program__points > h3 {
  width: 100%;
  margin: 0;
  color: var(--color-red-text);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase !important;
}
@media (max-width: 850px) {
  .program__points > h3 {
    font-size: 20px;
    text-align: left;
  }
}
.program__points > p {
  margin: 0;
  color: var(--color-green-text);
}
@media (max-width: 650px) {
  .program__points {
    padding-right: 12px;
  }
}
.program__points-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 164px;
  height: 164px;
}
.program__points-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 650px) {
  .program__points-icon {
    display: none;
  }
}
.program__cards {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  padding: 170px 16px 24px;
  border-radius: 12px;
  background: #08000c url("../images/boost-bg.webp") no-repeat center top;
  background-size: cover;
}
@media (max-width: 850px) {
  .program__cards {
    gap: 30px;
    padding-top: 140px;
  }
}
.program__cards > li {
  position: relative;
  z-index: 1;
  flex: 1 1 calc(50% - 8px);
  min-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.program__cards > li:last-of-type {
  flex: 0 1 calc(50% - 8px);
}
@media (max-width: 850px) {
  .program__cards > li:last-of-type {
    flex: 1 1 100%;
  }
}
@media (max-width: 850px) {
  .program__cards > li {
    flex: 1 1 100%;
  }
}
.program__cards > li:nth-of-type(odd):not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  right: -8px;
  width: 1px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
@media (max-width: 850px) {
  .program__cards > li:nth-of-type(odd):not(:last-of-type)::after {
    display: none;
  }
}
.program__cards > li > img {
  display: none;
}
.program__cards > li > h3 {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  color: var(--color-green-3);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase !important;
}
@media (max-width: 850px) {
  .program__cards > li > h3 {
    font-size: 20px;
  }
}
.program__cards > li > p {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  color: var(--color-white);
  text-align: center;
}
.program__cards > li > .first__button {
  position: relative;
  z-index: 2;
  margin-top: auto;
}
.program__gift {
  position: absolute;
  z-index: 0;
  max-width: none;
  height: auto;
  pointer-events: none;
}
.program__gift--top {
  width: 30%;
  left: 50%;
  top: -3%;
  transform: translateX(-50%);
}
@media (max-width: 650px) {
  .program__gift--top {
    width: 50%;
  }
}
.program__gift--left {
  width: 22%;
  left: -3%;
  bottom: 2%;
}
@media (max-width: 850px) {
  .program__gift--left {
    filter: brightness(0.5);
    width: 22%;
    left: 0%;
    bottom: 10%;
  }
}
@media (max-width: 650px) {
  .program__gift--left {
    width: 41%;
    left: 14%;
    bottom: 3%;
  }
}
.program__gift--right {
  width: 26%;
  right: -3%;
  bottom: 6%;
  transform: rotate(15deg);
}
@media (max-width: 850px) {
  .program__gift--right {
    width: 26%;
    right: 3%;
    bottom: 28%;
    transform: rotate(15deg);
    filter: brightness(0.5);
  }
}
@media (max-width: 650px) {
  .program__gift--right {
    width: 53%;
    right: 9%;
    bottom: 19%;
  }
}

/*  ---------------- USER  ---------------- */
.content.user {
  align-items: flex-start;
}

.user > * + * {
  margin-top: 20px;
}
.user > p {
  margin-top: 20px;
}
.user h3 {
  width: 100%;
  margin: 0;
  color: var(--color-white);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: uppercase !important;
}
@media (max-width: 850px) {
  .user h3 {
    font-size: 20px;
    text-align: left;
  }
}
.user > h3 {
  margin-top: 20px;
}
.user__image {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.user__image > img {
  display: block;
  width: 100%;
  height: auto;
}
.user__row {
  display: flex;
  gap: 12px;
  width: 100%;
  align-items: stretch;
}
@media (max-width: 850px) {
  .user__row {
    flex-direction: column;
  }
}
.user__row > div:first-child {
  position: relative;
  flex: none;
  width: 261px;
  align-self: stretch;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 850px) {
  .user__row > div:first-child {
    flex: none;
    width: 100%;
    min-height: 280px;
  }
}
.user__row > div:first-child > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.user__row > div:last-child {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.user__row > div:last-child > h3 {
  margin: 0;
}
.user__row > div:last-child > p {
  margin: 0;
}
.user {
  /* Second row uses a wider image column (Event Builder + Favourites) */
}
.user__row ~ .user__row > div:first-child {
  width: 477px;
}
@media (max-width: 850px) {
  .user__row ~ .user__row > div:first-child {
    width: 100%;
  }
}
.user {
  /* First row image — show full sidebar screenshot on tablet (no cropping) */
}
@media (max-width: 850px) {
  .user__row:first-of-type > div:first-child > img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.user > .first__button {
  align-self: flex-start;
}

/*  ---------------- FINAL  ---------------- */
.content.final {
  align-items: flex-start;
}

.final > * + * {
  margin-top: 20px;
}
.final > p {
  color: var(--color-white);
}
.final__list {
  width: 100%;
  margin-top: 20px;
  padding: 16px 12px;
  display: flex;
  align-items: stretch;
  gap: 16px;
  border: 1px solid #00b7ff;
  border-radius: 12px;
  box-shadow: 0 0 30px 10px rgba(0, 255, 229, 0.3);
  background: linear-gradient(180deg, #0e0658 0%, #005b93 100%);
}
@media (max-width: 850px) {
  .final__list {
    flex-direction: column;
  }
}
.final__list-wrap {
  flex: 0 0 auto;
  max-width: 595px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 850px) {
  .final__list-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.final__list-wrap > li {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.final__list-wrap > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.final__list-wrap > li strong {
  color: var(--color-green-3);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.final__list-wrap > li p {
  margin: 0;
  color: var(--color-white);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.final__image {
  flex: 1 1 0;
  min-width: 0;
  align-self: stretch;
  position: relative;
  border-radius: 5px;
}
@media (max-width: 850px) {
  .final__image {
    flex: none;
    width: 100%;
    min-height: 240px;
  }
}
.final__image img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 110%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transform: translateY(-50%);
}
@media (max-width: 850px) {
  .final__image img {
    left: 0;
    width: 100%;
  }
}/*# sourceMappingURL=styles.css.map */