@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;
}

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;
}

/* merriweather-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/merriweather-sans-v27-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/merriweather-sans-v27-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --color-blue: #181e29;
  --color-dark-blue: #181e29;
  --color-light-blue: #2e394d;
  --color-yellow: #fcc211;
  --color-white: #ffffff;
  --color-white-btn: #fff5d6;
  --color-black-btn: #23293a;
  --color-red: #e93e3a;
  --color-red-alt: #4e0101;
  --color-black: #05071a;
  --color-gray: #4c5571;
  --color-gray-alt: rgba(255, 245, 214, 0.6);
  --color-gray-black: #404e5b;
  --font-family-base: "Merriweather Sans", sans-serif;
  --container-width: 1440px;
  --container-padding-x: 20px;
  --section-padding-y: 50px;
  --transition-duration: 0.3s;
}

@media screen and (min-width: 1580px) {
  .cover {
    padding-left: calc(50% - 770px);
    padding-right: calc(50% - 770px);
  }
  .main {
    padding-left: calc(50% - 770px);
    padding-right: calc(50% - 770px);
  }
  .sidebar {
    left: calc(50% - 770px);
  }
  .footer {
    padding-left: calc(50% - 492px);
    padding-right: calc(50% - 770px);
  }
  .footer:before,
  .footer:after {
    left: calc(50% - 492px);
    right: calc(50% - 770px);
  }
  .main__arrowtop {
    right: calc(50% - 755px);
  }
}
@media screen and (max-width: 1200px) {
  .cover {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer:before,
  .footer:after {
    left: 20px;
  }
  .main__content {
    flex: 1 1 100%;
    margin-left: 0;
  }
  .header__logo {
    margin-left: 0;
  }
  .header__menu {
    margin-left: auto;
  }
  .sidebar {
    position: static;
    height: auto;
    overflow: visible;
    padding: 0;
    margin: 20px auto 0;
    width: 100%;
  }
  .sidebar__menu,
  .application__button {
    display: none;
  }
  .sidebar__wrap {
    border-radius: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar__links-button:before {
    transform: rotateX(180deg);
  }
  .sidebar__links-button.active:before {
    transform: rotateX(0deg);
  }
  .sidebar__links-list {
    display: none;
  }
}
@media screen and (max-width: 1025px) {
  .header__logo {
    margin-right: auto;
  }
  .menu-button {
    display: block;
    background-color: transparent;
    padding: 10px;
    width: 40px;
    height: 40px;
    order: 1;
    flex: none;
    margin-left: 16px;
  }
  .header__menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow-y: auto;
    background: var(--color-black);
    z-index: 100;
    margin: 0;
    border-radius: 0;
    display: none;
    padding: 25px;
    text-align: center;
  }
  .header__menu ul {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
  .header__menu ul li + li {
    padding: 0;
  }
  .header__menu ul li + li:before {
    display: block;
    position: static;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 850px) {
  .header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer:before,
  .footer:after {
    left: 15px;
    right: 15px;
  }
  .content {
    padding: 15px;
  }
  .main__arrowtop {
    right: 15px;
  }
}
@media screen and (max-width: 650px) {
  h1,
  .title.general {
    font-size: 26px;
  }
  .decor {
    padding: 0 60px;
  }
  .decor:before,
  .decor:after {
    width: 50px;
  }
  h2,
  .title.high {
    font-size: 22px;
  }
  .header > .header__button {
    display: none;
  }
  .header__menu .header__button {
    display: inline-block;
    margin: 0 5px 20px;
  }
  .main__buttons {
    background: var(--color-black);
    display: flex;
    justify-content: space-between;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 16px;
  }
  .main__buttons .button {
    width: calc(50% - 4px);
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    min-width: 0;
  }
  .main__arrowtop a {
    bottom: 72px;
  }
  /* Summary */
  .summary__wrap {
    margin-right: 0;
  }
  /* FOOTER */
  .footer {
    margin-bottom: 60px;
  }
  /* APP PAGE */
  /* Place */
  .place__content .frame {
    margin-right: 0;
  }
  /* Requirements */
  .requirements .mobile__background img {
    -o-object-position: 80%;
    object-position: 80%;
  }
}
@media screen and (max-width: 550px) {
  /* Cards */
  ul.cards > li {
    padding: 15px 10px;
  }
  /* Features */
  ul.features__cards > li:nth-child(n+2) {
    width: 100%;
  }
  /* Intro__compare*/
  .intro__compare ul {
    padding-left: 10px;
    padding-right: 8px;
  }
  /* Slots */
  ul.slots__cards li {
    width: 100%;
  }
  /* Fast */
  ul.fast__cards > li {
    width: 100%;
  }
  /* Providers */
  .providers__wrapper {
    flex-wrap: wrap;
  }
  .providers__wrapper > * {
    width: 100%;
  }
  .providers__wrapper > *:last-child {
    margin: 20px 0 0 0;
  }
  /* Rating */
  .rating__table tr {
    width: calc((100% - 32px) / 2);
  }
  /* FOOTER */
  .bottom__logo {
    margin-left: auto;
  }
}
@media screen and (max-width: 450px) {
  .header {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header__logo img {
    max-width: 130px;
  }
  .menu-button {
    margin-left: 10px;
  }
  .main {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main__arrowtop {
    right: 10px;
  }
  article > .button,
  .article > .button {
    margin-left: auto;
  }
  /* FOOTER */
  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* Main */
.main {
  position: relative;
  padding: 100px 20px 0 20px;
}

.main__wrap {
  display: flex;
}

.main__content {
  position: relative;
  overflow: hidden;
  flex: 1 1 calc(100% - 260px - 10px);
  margin-left: 260px;
}

.sidebar__links-main {
  display: none;
}

.content__section {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: var(--color-red-alt);
}
@media (max-width: 767px) {
  .content__section {
    padding: 10px;
    margin-bottom: 20px;
  }
}

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

.content__section__row {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .content__section__row {
    flex-direction: column;
  }
}

.content__section__row > .content__section {
  flex: 1;
  margin-bottom: 0;
}

.page__container {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.content__main__wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.content__wrapper {
  flex-grow: 1;
}

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

.cover {
  padding-left: 20px;
  padding-right: 20px;
}

.content .scroll {
  position: absolute;
  width: 0;
  height: 0;
  top: -74px;
  left: 0;
}

.background {
  display: block !important;
  position: absolute !important;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: var(--color-black);
  border-radius: 12px;
}

.background img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

* {
  box-sizing: border-box;
}

body {
  font-family: var(--font-family-base);
  background-color: var(--color-black);
  color: var(--color-white);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  min-height: 100vh;
  overflow-x: hidden;
}

.btn {
  display: inline-block;
  min-width: 190px;
  height: 50px;
  padding: 16px 32px;
  text-align: center;
  color: var(--color-white);
  text-decoration: none;
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  border: none;
  cursor: pointer;
  background: var(--color-red);
  clip-path: path("M10.3202 0.5H179.944C185.793 0.5 190.765 5.43744 189.902 10.3874L184.594 40.5995C183.731 45.5495 177.02 50.4994 171.17 50.4994H17.6316C11.7825 50.4994 5.20226 45.537 4.47112 40.5745L0.0696747 10.4124C-0.661463 5.44994 4.47112 0.5 10.3202 0.5Z");
  transition: transform var(--transition-duration) ease-out, box-shadow var(--transition-duration) ease-out;
}

.btn:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 8px 15px rgba(233, 62, 58, 0.4);
}

.headline {
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}
@media (max-width: 767px) {
  .headline {
    text-align: left;
  }
}

p,
span {
  position: relative;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 767px) {
  p,
  span {
    text-align: left;
  }
}

.fog {
  color: var(--color-white-btn);
}

h2 {
  position: relative;
  margin-bottom: 20px;
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  word-break: normal;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  position: relative;
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  word-break: normal;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  word-break: normal;
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}

a,
button,
input,
textarea,
svg * {
  transition: var(--transition-duration);
}

a {
  text-decoration: none;
}

a:focus-visible {
  outline: none;
  box-shadow: 0 0 2px 2px var(--color-gray);
}

@media (max-width: 1280px) {
  .background__fill {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 1280px) {
  .background__fill {
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    background: rgba(5, 7, 26, 0.6);
    padding: 10px;
    border-radius: 12px;
  }
}

::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar-thumb {
  display: none;
}

/* Header */
.header {
  background: var(--color-black);
  flex-direction: row;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: auto;
  margin-top: 0;
  min-height: 80px;
  overflow: visible;
}
@media (max-width: 767px) {
  .header {
    padding: 0;
  }
}

.logo {
  display: inline-block;
  background: var(--color-black);
  width: 240px;
  border-radius: 16px 16px 0 0;
  background: var(--color-black-btn);
  padding-top: 4px;
  margin-top: 8px;
}
@media (max-width: 1200px) {
  .logo {
    background: none;
    border-radius: 0;
    width: 120px;
  }
}
@media (max-width: 1280px) {
  .logo {
    padding-top: 0;
    margin-top: 0;
  }
}

.logo img {
  display: block;
  max-width: 260px;
}

.logo__background {
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .logo__background {
    margin: 0;
  }
}

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

.header__menu {
  margin: 0 auto 0 40px;
  background-color: var(--color-black);
}

.header__menu ul {
  display: flex;
  align-items: center;
}

.header__menu ul li + li {
  position: relative;
  padding-left: 32px;
}

.header__menu ul a {
  font-family: var(--font-family-base);
  color: var(--color-white-btn);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.28;
  text-transform: capitalize;
  transition: var(--transition-duration) ease;
}
.header__menu ul a:hover {
  color: var(--color-yellow);
}

.show {
  background-color: var(--color-black);
}

.header__login {
  padding: 13px 40px;
  text-align: center;
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border: none;
  color: var(--color-white);
  background-color: var(--color-black-btn);
  cursor: pointer;
  transition: var(--transition-duration);
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 185 42' fill='none'%3E%3Cpath d='M172.97 40.0479H11.7701C5.57008 40.0479 0.300079 36.2861 1.21458 32.5148L6.84107 9.49674C7.75557 5.72547 14.8701 1.9542 21.0701 1.9542H165.22C171.42 1.9542 178.395 5.73499 179.17 9.51579L183.836 32.4958C184.611 36.2766 179.17 40.0479 172.97 40.0479Z' fill='%2323293a'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 9px;
}
.header__login:hover {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .header__login {
    margin-right: 0;
    padding: 13px 27px;
    font-size: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 155 42' fill='none'%3E%3Cpath d='M144.104 40.0479H10.6369C5.50358 40.0479 1.14025 36.2861 1.89741 32.5148L6.55591 9.49674C7.31308 5.72547 13.2036 1.9542 18.3369 1.9542H137.687C142.82 1.9542 148.595 5.73499 149.237 9.51579L153.1 32.4958C153.741 36.2766 149.237 40.0479 144.104 40.0479Z' fill='%2323293a'/%3E%3C/svg%3E");
  }
}

.header__signup {
  padding: 13px 36px;
  text-align: center;
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background-color: var(--color-yellow);
  color: var(--color-black);
  border: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='179' height='42' viewBox='0 0 179 42' fill='none'%3E%3Cpath d='M10.1818 1.95215H157.818C162.909 1.95215 167.236 5.71411 166.485 9.4856L161.865 32.505C161.115 36.2765 155.273 40.048 150.182 40.048H16.5454C11.4545 40.048 5.72726 36.267 5.09089 32.4859L1.25998 9.50464C0.62362 5.72363 5.09089 1.95215 10.1818 1.95215Z' fill='%23fcc211'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: var(--transition-duration);
}
.header__signup:hover {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .header__signup {
    background-size: contain;
    margin-right: 0;
    padding: 13px 39px;
    font-size: 12px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='179' height='42' viewBox='0 0 179 42' fill='none'%3E%3Cpath d='M10.8484 1.95215H168.151C173.576 1.95215 178.186 5.71411 177.386 9.4856L172.464 32.505C171.664 36.2765 165.439 40.048 160.015 40.048H17.6287C12.2045 40.048 6.10222 36.267 5.42419 32.4859L1.34245 9.50464C0.664415 5.72363 5.42419 1.95215 10.8484 1.95215Z' fill='%23fcc211'/%3E%3C/svg%3E");
  }
}

/* Languages */
.header__language {
  text-transform: uppercase;
  line-height: 1.46667;
  display: flex;
  align-items: center;
  margin-left: 24px;
}

.header__language img {
  display: block;
  width: 24px;
  height: 24px;
  max-width: 24px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 6px;
}

.main__buttons {
  display: none;
}

/* HERO-PRIME */
.hero {
  border-radius: 12px;
  padding: 0 0 0 30px;
  min-height: 480px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .hero {
    align-items: center;
    text-align: center;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .hero .background img {
    -o-object-position: 80%;
       object-position: 80%;
    opacity: 1;
  }
}
.hero > div > div {
  margin-bottom: 8px;
  display: flex;
}
.hero > div > div > span {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
.hero > div > div > span:first-child {
  margin-right: 12px;
}
.hero__tittle {
  margin-bottom: 8px;
  max-width: 635px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .hero__tittle {
    font-size: 32px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .hero__tittle {
    font-size: 28px;
    text-align: center;
  }
}
.hero > div > p {
  margin-bottom: 24px;
  max-width: 565px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 1023px) {
  .hero > div > p {
    text-align: center;
  }
}

/* REGULATION */
@media (max-width: 767px) {
  .regulation {
    text-align: left;
  }
}
.regulation > h2 {
  margin-bottom: 12px;
}
.regulation .gap {
  gap: 20px;
}
.regulation > p {
  margin-bottom: 20px;
}
.regulation > p:first-of-type {
  margin-bottom: 12px;
}
.regulation .margin {
  margin-bottom: 12px;
}
.regulation > h3 {
  margin-bottom: 20px;
}
.regulation .table-wrap {
  position: relative;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  border-radius: 12px;
  margin-bottom: 20px;
}
.regulation table {
  position: relative;
  min-width: 800px;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.regulation table::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  pointer-events: none;
}
.regulation table th,
.regulation table td {
  box-sizing: border-box;
  padding: 16px;
  vertical-align: top;
  text-align: left;
  white-space: normal;
  overflow-wrap: anywhere;
}
.regulation table td {
  padding: 12px 16px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; /* 22.4px */
}
.regulation table thead {
  background: var(--color-black);
}
.regulation table tbody tr {
  background-color: var(--color-light-blue);
  border-bottom: 1px solid var(--color-gray-black);
}
.regulation table tbody tr:last-child {
  border-bottom: none;
  border-radius: 0 0 12px 12px;
}
.regulation table th {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 767px) {
  .regulation table th {
    font-size: 18px;
  }
}
.regulation table thead tr > th:nth-child(1),
.regulation table tbody tr > td:nth-child(1) {
  width: 30%;
  min-width: 260px;
}
.regulation table thead tr > th:nth-child(2),
.regulation table tbody tr > td:nth-child(2) {
  width: 70%;
  min-width: 500px;
}
.regulation__double__pros, .regulation__double__cons {
  padding: 16px;
  flex: 1 0 0;
  background-color: var(--color-light-blue);
  border-radius: 12px;
}
.regulation__double__pros > div, .regulation__double__cons > div {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--color-gray-black);
}
.regulation__double__pros > div > span, .regulation__double__cons > div > span {
  display: flex;
  margin-right: 16px;
  width: 40px;
  height: 40px;
  padding: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12.5px;
  border-radius: 8px;
  background: var(--color-black);
}
.regulation__double__pros > div > h3, .regulation__double__cons > div > h3 {
  font-size: 20px;
}
.regulation__double__pros > ul, .regulation__double__cons > ul {
  padding: 0 0 0 16px;
}
.regulation__double__pros > ul > li, .regulation__double__cons > ul > li {
  position: relative;
  display: flex;
  align-items: center;
}
.regulation__double__pros > ul > li > p, .regulation__double__cons > ul > li > p {
  position: relative;
  display: flex;
  align-items: baseline;
  padding-left: 22px;
}
.regulation__double__pros > ul > li > p::before, .regulation__double__cons > ul > li > p::before {
  content: "";
  left: 5px;
  top: 8px;
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--color-yellow);
  border-radius: 100%;
  flex-shrink: 0;
  margin-right: 12px;
}
.regulation__double__pros > ul > li:not(:last-child), .regulation__double__cons > ul > li:not(:last-child) {
  margin-bottom: 12px;
}

/* Sidebar */
.sidebar {
  width: 240px;
  position: fixed;
  top: 80px;
  left: 20px;
  height: calc(100vh - 80px);
  padding-bottom: 20px;
  overflow-y: auto;
  z-index: 10;
  gap: 20px;
}

.sidebar__wrap {
  border-radius: 0 0 6px 6px;
  background: var(--color-black-btn);
}

.sidebar__item {
  padding: 20px 4px 0 4px;
}
@media (max-width: 767px) {
  .sidebar__item {
    padding: 0 4px;
  }
}

.sidebar::-webkit-scrollbar {
  display: none;
}

.sidebar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sidebar__button {
  position: relative;
  min-height: 52px;
  padding: 16px 16px 16px 70px;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.46667;
  border-radius: 6px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  background: linear-gradient(180deg, #f0ce58 0%, #c25630 65%);
  transition: var(--transition-duration);
}
.sidebar__button:hover {
  transform: scale(1.02);
}
.sidebar__button > span {
  font-weight: 700;
}

.sidebar__button-wheel {
  display: block;
  margin-bottom: 8px;
  margin-top: 0;
}

.sidebar__button img {
  position: absolute;
}

.sidebar__button-mission {
  display: block;
  margin: 0 auto;
  margin-bottom: 12px;
}

.sidebar__button-mission img {
  left: 8px;
  top: 6px;
}

.sidebar__button-wheel img {
  max-width: 45px;
  left: 0;
  bottom: 0;
  border-radius: 6px;
}

.sidebar__menu ul {
  background: var(--color-black-btn);
  padding: 0 16px;
}

.sidebar__menu li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.sidebar__menu li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  color: var(--color-white-btn);
  transition: var(--transition-duration) ease;
}

.sidebar__menu li a:hover {
  color: var(--color-yellow);
}

.sidebar__menu li a svg {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  color: currentColor;
}

.sidebar__menu li span {
  color: var(--color-white-btn);
  font-family: var(--font-family-base);
  padding: 14px 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  transition: var(--transition-duration) ease;
}

.sidebar__menu li a:hover span {
  color: var(--color-yellow);
}

.sidebar__menu li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s ease;
}

.sidebar__menu li:hover::before {
  left: 100%;
}

.message__text {
  display: flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 21px;
  top: 4px;
  border-radius: 50px;
  background: var(--color-red);
  text-align: center;
  font-family: var(--font-family-base);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  text-transform: capitalize;
  z-index: 2000;
}

.application__button {
  position: relative;
  display: block;
  width: 100%;
  min-height: 74px;
  border-radius: 6px;
  overflow: hidden;
  padding: 22px 26px 22px 16px;
  border-radius: 6px;
  box-shadow: 0 0 0 0 #121720, 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
  background: linear-gradient(#4c5571 0%, #4c5571 70%, #2a3450 100%);
}

.application__button span {
  display: block;
  max-width: 123px;
}

.application__button span:first-of-type {
  position: absolute;
  top: 14px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.46667;
  text-transform: capitalize;
}

.application__button span:last-of-type {
  position: absolute;
  top: 27px;
  color: var(--color-gray-alt);
  font-family: var(--font-family-base);
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
  margin-top: 8px;
}

.application__button img {
  position: absolute;
  top: 0;
  right: 24px;
  height: 65px;
}

.sidebar__links {
  background: var(--color-black);
  overflow: hidden;
  padding: 0;
}

.sidebar__links-wrapper {
  margin-bottom: 20px;
}

.sidebar__links-button {
  font-family: var(--font-family-base);
  color: var(--color-yellow);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.46667;
  text-align: left;
  position: relative;
  white-space: normal;
  width: 100%;
  padding: 20px 58px 8px 16px;
  overflow: hidden;
}

.sidebar__links-button:before {
  content: "";
  background: url("./../images/index/aside/Arrow.svg");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 12px;
  height: 12px;
}

.sidebar__links-button.active:before {
  transform: rotateX(180deg);
}

.sidebar__links-list {
  padding: 12px 16px;
}

.sidebar__links-list li + li {
  margin-top: 12px;
}

.sidebar__links-list a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6; /* 22.4px */
  transition: var(--transition-duration) ease;
}
.sidebar__links-list a:hover {
  color: var(--color-yellow);
  text-shadow: 0 0.3px var(--color-yellow), 0.3px 0 var(--color-yellow);
}

/* BONUS */
.bonus {
  min-height: 368px;
  padding-left: 120px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  background: none;
}
@media (max-width: 1023px) {
  .bonus {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.bonus__pretittle {
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.bonus__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 480px) {
  .bonus__items {
    font-size: 22px;
    text-align: center;
  }
}
.bonus__items > span {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: normal;
}
@media (max-width: 480px) {
  .bonus__items > span {
    font-size: 28px;
    text-align: center;
  }
}
.bonus__pretext {
  margin-bottom: 24px;
}
.bonus__pretext > p {
  position: relative;
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1023px) {
  .bonus__pretext > p {
    text-align: center;
  }
}
.bonus__pretext__button {
  margin: 0;
}
@media (max-width: 767px) {
  .bonus .background img {
    -o-object-position: 74%;
       object-position: 74%;
    opacity: 1;
  }
}

/* REGISTER */
@media (max-width: 767px) {
  .register {
    text-align: left;
  }
}
.register > h2 {
  margin-bottom: 12px;
}
.register > p {
  margin-bottom: 20px;
}
.register > p:nth-of-type(2) {
  margin-bottom: 8px;
}
.register > h3 {
  margin-bottom: 8px;
}
.register > h3:last-of-type {
  margin-bottom: 20px;
}
.register__items {
  width: 100%;
  margin-bottom: 20px;
  counter-reset: my-list-counter;
}
.register__items > li {
  position: relative;
  display: flex;
  align-items: baseline;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-gray-black);
}
.register__items > li::before {
  content: counter(my-list-counter);
  counter-increment: my-list-counter;
  display: flex;
  width: 30px;
  height: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 40px;
  background: linear-gradient(0deg, #fb8a00 0%, #fc2626 100%);
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-family-base);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  .register__items > li::before {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
}
.register__items > li > p {
  color: var(--color-yellow);
  padding-left: 12px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .register__items > li > p {
    text-align: left;
  }
}
.register__items > li > p > span {
  display: flex;
  align-items: center;
  color: var(--color-white);
  margin-top: 4px;
}
@media (max-width: 767px) {
  .register__items > li > p > span {
    padding: 0;
    text-align: left;
  }
}
.register__second__items {
  margin-bottom: 20px;
  counter-reset: my-list-counter;
}
@media (max-width: 767px) {
  .register__second__items {
    padding: 0;
  }
}
.register__second__items > li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-gray-black);
}
.register__second__items > li::before {
  content: counter(my-list-counter);
  counter-increment: my-list-counter;
  display: flex;
  width: 30px;
  height: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 40px;
  background: linear-gradient(0deg, #fb8a00 0%, #fc2626 100%);
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-family-base);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  .register__second__items > li::before {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
}
.register__second__items > li > p {
  padding-left: 12px;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .register__second__items > li > p {
    text-align: left;
  }
}

/* APP */
.app > p {
  margin-bottom: 20px;
}
.app > p:last-of-type {
  margin-bottom: 0;
}
.app > h3 {
  margin-bottom: 20px;
}
.app > h4 {
  margin-bottom: 20px;
}
.app__container {
  padding: 16px;
  border-radius: 12px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .app__container {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .app__container .background img {
    -o-object-position: 80%;
       object-position: 80%;
    opacity: 0.5;
  }
}
.app__items {
  counter-reset: my-list-counter;
}
.app__items > li {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-gray-black);
}
.app__items > li::before {
  content: counter(my-list-counter);
  counter-increment: my-list-counter;
  display: flex;
  width: 30px;
  height: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 40px;
  background: linear-gradient(0deg, #fb8a00 0%, #fc2626 100%);
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-family-base);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  .app__items > li::before {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
}
.app__items > li > p {
  padding: 0 0 0 12px;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .app__items > li > p {
    text-align: left;
  }
}
.app__double__container {
  padding: 0;
}
.app__double__container > p:first-of-type {
  margin-bottom: 16px;
}
.app .width {
  width: 60%;
}
@media (max-width: 767px) {
  .app .width {
    width: 100%;
  }
}
.app .color {
  color: var(--color-yellow);
}
.app .margin {
  margin-bottom: 20px;
}

/* DOWNLOAD */
.download {
  padding: 120px 116px;
  border-radius: 12px;
  background: none;
}
@media (max-width: 767px) {
  .download {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .download .background img {
    -o-object-position: 50%;
       object-position: 50%;
    opacity: 1;
  }
}
.download__container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .download__container {
    display: block;
  }
}
.download__button__apple, .download__button__android {
  display: flex;
  width: 240px;
  height: 68px;
  padding: 16px 32px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 100px;
  text-align: center;
  background: var(--color-red);
  transition: var(--transition-duration);
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .download__button__apple, .download__button__android {
    margin-bottom: 20px;
  }
  .download__button__apple:last-child, .download__button__android:last-child {
    margin-bottom: 0;
  }
}
.download__button__apple:hover {
  box-shadow: var(--color-red) 0px 5px 15px;
}
.download__button__android {
  background-color: var(--color-yellow);
}
.download__button__android:hover {
  box-shadow: var(--color-yellow) 0px 5px 15px;
}
.download__image {
  margin-right: 16px;
}

/* PROMOTION */
@media (max-width: 767px) {
  .promotion {
    text-align: left;
  }
}
.promotion > h2 {
  margin-bottom: 12px;
}
.promotion > p {
  margin-bottom: 20px;
}
.promotion > h3 {
  margin-bottom: 12px;
}
.promotion .gap {
  gap: 16px;
  margin-bottom: 16px;
}
.promotion .margin {
  margin-bottom: 20px;
}
.promotion__cube {
  position: relative;
  background: var(--color-light-blue);
  padding: 0;
}
.promotion__cube::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  z-index: 1;
  pointer-events: none;
}
.promotion__cube > h4 {
  padding: 16px;
  background: var(--color-black);
}
.promotion__cube > P {
  height: 99px;
  padding: 16px;
}
@media (max-width: 767px) {
  .promotion__cube > P {
    padding: 10px;
    height: auto;
  }
}

/* VIP */
@media (max-width: 767px) {
  .vip {
    text-align: left;
  }
}
.vip > h2 {
  margin-bottom: 12px;
}
.vip > p {
  margin-bottom: 20px;
}
.vip > h3 {
  margin-bottom: 20px;
}
.vip .gap {
  gap: 16px;
  margin-bottom: 16px;
}
.vip .margin {
  margin-bottom: 20px;
}
.vip__cube {
  position: relative;
  background: var(--color-light-blue);
  padding: 0;
}
.vip__cube::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  z-index: 1;
  pointer-events: none;
}
.vip__cube > h4 {
  padding: 16px;
  background: var(--color-black);
}
.vip__cube > p {
  height: 99px;
  padding: 16px;
}
@media (max-width: 767px) {
  .vip__cube > p {
    padding: 10px;
    height: auto;
  }
}
.vip .table-wrap,
.vip .table {
  display: block;
  max-width: 100%;
  min-width: 0;
  overflow: auto;
  margin-bottom: 20px;
  border-radius: 12px;
}
.vip table {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
  table-layout: fixed;
  background-clip: padding-box;
}
.vip table::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  pointer-events: none;
  z-index: 1;
}
.vip table thead {
  background-color: var(--color-black);
}
.vip table thead tr {
  border-radius: 12px;
}
.vip table tbody {
  background-color: var(--color-light-blue);
}
.vip table th,
.vip table td {
  box-sizing: border-box;
  white-space: nowrap;
  padding: 16px;
  border: none;
  border-bottom: 1px solid var(--color-gray-black);
  text-align: left;
}
.vip table th {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .vip table th {
    font-size: 18px;
  }
}
.vip table td {
  padding: 12px 16px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; /* 22.4px */
}
.vip table thead th,
.vip table tbody td {
  width: 33.3333333333%;
}
.vip table tbody tr:last-child td {
  border-bottom: none;
}
.vip > img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
  border-radius: 12px;
}

/* DEPOSIT */
.deposit {
  min-height: 368px;
  padding-left: 120px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  background: none;
}
@media (max-width: 1023px) {
  .deposit {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.deposit__pretittle {
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.deposit__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 480px) {
  .deposit__items {
    font-size: 22px;
  }
}
.deposit__items > span {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: normal;
}
@media (max-width: 480px) {
  .deposit__items > span {
    font-size: 28px;
  }
}
.deposit__pretext {
  margin-bottom: 24px;
}
.deposit__pretext > p {
  position: relative;
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.deposit__pretext__button {
  margin: 0;
}
@media (max-width: 767px) {
  .deposit .background img {
    -o-object-position: 75%;
       object-position: 75%;
    opacity: 1;
  }
}

/* TOURNAMENT */
@media (max-width: 767px) {
  .tournament {
    text-align: left;
  }
}
.tournament > p {
  margin-bottom: 20px;
}
.tournament > h3 {
  margin-bottom: 20px;
}
.tournament .table-wrap {
  position: relative;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  margin-bottom: 20px;
}
.tournament table {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
  table-layout: fixed;
  background: transparent;
}
.tournament table::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  z-index: 2;
  pointer-events: none;
}
.tournament table thead {
  background: var(--color-black);
}
.tournament table tbody {
  background: var(--color-light-blue);
}
.tournament table th,
.tournament table td {
  width: 25%;
  padding: 16px;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
  border-bottom: 1px solid var(--color-gray-black);
}
.tournament table th {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .tournament table th {
    font-size: 18px;
  }
}
.tournament table td {
  padding: 12px 16px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; /* 22.4px */
}
.tournament table tbody tr:last-child td {
  border-bottom: none;
}

/* ONLINE */
@media (max-width: 767px) {
  .online {
    text-align: left;
  }
}
.online > p:not(:last-child) {
  margin-bottom: 20px;
}
.online > h3 {
  margin-bottom: 20px;
}
.online .table-wrap {
  display: block;
  position: relative;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
}
.online table {
  display: block;
  position: relative;
  isolation: isolate;
  width: 100%;
  min-width: 960px;
  border-collapse: collapse;
  table-layout: fixed;
  background: transparent;
  border-radius: 12px;
}
.online table::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  z-index: 2;
  pointer-events: none;
}
.online table thead {
  background: var(--color-black);
}
.online table tbody {
  background: var(--color-light-blue);
}
.online table th,
.online table td {
  width: 16.6666666667%;
  padding: 16px;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
  border-bottom: 1px solid var(--color-gray-black);
  /* white-space: nowrap; */
}
.online table th {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .online table th {
    font-size: 18px;
  }
}
.online table td {
  padding: 12px 16px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; /* 22.4px */
}
.online table tbody tr:last-child td {
  border-bottom: none;
}
.online table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
}
.online table tbody tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}

/* GAMES */
@media (max-width: 767px) {
  .games {
    text-align: left;
  }
}
.games > p {
  margin-bottom: 20px;
}
.games .table-wrap {
  position: relative;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  border-radius: 12px;
}
.games table {
  position: relative;
  width: max(100%, 1112px);
  min-width: 1112px;
  border-collapse: collapse;
  table-layout: fixed;
}
.games table::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  pointer-events: none;
}
.games table th,
.games table td {
  box-sizing: border-box;
  padding: 16px;
  vertical-align: top;
  text-align: left;
  overflow-wrap: anywhere;
  white-space: normal;
}
.games table th {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .games table th {
    font-size: 18px;
  }
}
.games table td {
  padding: 12px 16px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; /* 22.4px */
}
.games table thead tr {
  background: var(--color-black);
}
.games table tbody tr {
  background-color: var(--color-light-blue);
  border-bottom: 1px solid var(--color-gray-black);
}
.games table tbody tr:last-child {
  border-bottom: none;
  border-radius: 0 0 12px 12px;
}
.games table thead tr > th:nth-child(1),
.games table tbody tr > td:nth-child(1) {
  width: 20%;
}
.games table thead tr > th:nth-child(2),
.games table tbody tr > td:nth-child(2) {
  width: 40%;
}
.games table thead tr > th:nth-child(3),
.games table tbody tr > td:nth-child(3) {
  width: 40%;
}

/* LIVE */
@media (max-width: 767px) {
  .live {
    text-align: left;
  }
}
.live > p {
  margin-bottom: 20px;
}
.live > h3 {
  margin-bottom: 8px;
}
.live > h3:last-of-type {
  margin-bottom: 20px;
}
.live .margin {
  margin-bottom: 8px;
}
.live > ul {
  margin-bottom: 20px;
}
.live > ul:last-of-type > li > p::before {
  top: -2px;
}
.live > ul > li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-gray-black);
}
@media (max-width: 767px) {
  .live > ul > li {
    align-items: flex-start;
  }
}
.live > ul > li > p {
  -webkit-hyphens: auto;
          hyphens: auto;
  padding: 0 0 0 38px;
}
@media (max-width: 767px) {
  .live > ul > li > p {
    text-align: left;
  }
}
.live > ul > li > p::before {
  content: "";
  background-image: url("./../images/index/utils/iconFireball.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
}
.live > ul > li > p > span:first-child {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.live > ul > li > p > span:last-child {
  padding: 0 12px;
}
.live > img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
  border-radius: 12px;
}

/* LICENSE */
@media (max-width: 767px) {
  .license {
    text-align: left;
  }
}
.license > p:not(:last-child) {
  margin-bottom: 20px;
}

/* WITHDRAW */
@media (max-width: 767px) {
  .withdraw {
    text-align: left;
  }
}
.withdraw > p {
  margin-bottom: 20px;
}
.withdraw > p:first-of-type {
  margin-bottom: 8px;
}
.withdraw > ul {
  margin-bottom: 20px;
}
.withdraw > ul > li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-gray-black);
}
@media (max-width: 767px) {
  .withdraw > ul > li {
    align-items: flex-start;
  }
}
.withdraw > ul > li__image {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}
.withdraw > ul > li > p {
  -webkit-hyphens: auto;
          hyphens: auto;
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  .withdraw > ul > li > p {
    text-align: left;
  }
}
.withdraw > ul > li > p::before {
  content: "";
  background-image: url("./../images/index/utils/iconFireball.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
}
.withdraw > ul > li > p > span:first-child {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.withdraw > ul > li > p > span:last-child {
  padding: 0 12px;
}

/* HIGHROLLER */
.highroller {
  min-height: 368px;
  padding-left: 120px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  background: none;
}
@media (max-width: 1023px) {
  .highroller {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.highroller__pretittle {
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.highroller__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 24px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 480px) {
  .highroller__items {
    font-size: 22px;
  }
}
.highroller__items > span {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: normal;
}
@media (max-width: 480px) {
  .highroller__items > span {
    font-size: 27px;
  }
}
.highroller__button {
  margin: 0;
}

@media (max-width: 767px) {
  .background img {
    -o-object-position: 81%;
       object-position: 81%;
    opacity: 1;
  }
}

/* SUPPORT */
@media (max-width: 767px) {
  .support {
    text-align: left;
  }
}
.support p {
  margin-bottom: 20px;
}
.support p:last-of-type {
  margin-bottom: 0;
}

/* REVIEWS  */
.reviews {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  --rev-gap: 16px;
}
@media (max-width: 767px) {
  .reviews {
    text-align: left;
  }
}
.reviews .gap {
  gap: 16px;
  margin-bottom: var(--rev-gap);
}
.reviews .margin {
  margin-bottom: 0;
}
.reviews__cube {
  position: relative;
  background: var(--color-black-btn);
  padding: 0;
  box-sizing: border-box;
  flex: 0 0 calc((100% - 2 * var(--rev-gap)) / 3);
  max-width: calc((100% - 2 * var(--rev-gap)) / 3);
}
@media (max-width: 1280px) {
  .reviews__cube {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.reviews__cube::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  pointer-events: none;
  z-index: 1;
}
.reviews__cube > h4 {
  padding: 16px;
  background: var(--color-black);
}
.reviews__cube > div {
  padding: 12px 16px;
}
.reviews__cube > div > span {
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .reviews__cube > div > span {
    margin-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .reviews__cube > div > p {
    height: auto;
  }
}

/* ASKED */
@media (max-width: 767px) {
  .asked {
    text-align: left;
  }
}
.asked > div {
  max-height: none;
  overflow: visible;
}
.asked > div > ul > li {
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  margin-bottom: 20px;
  overflow: hidden;
  background: var(--color-black);
}
.asked > div > ul > li:last-child {
  margin-bottom: 0;
}
.asked > div > ul > li > h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  cursor: pointer;
  padding: 16px;
  margin: 0;
  transition: background-color 0.3s ease;
  background: var(--color-black);
}
.asked > div > ul > li > h4:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.asked > div > ul > li > h4 > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  transform: rotate(135deg);
  transition: transform 0.4s ease-in-out;
  flex-shrink: 0;
  margin-left: 15px;
  z-index: 100;
}
.asked > div > ul > li > div {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  background: var(--color-light-blue);
}
.asked > div > ul > li > div > p {
  padding: 16px;
}
.asked__list.is-open .asked__pretittle {
  background-color: rgba(255, 255, 255, 0.05);
}
.asked__list.is-open .asked__arrow {
  transform: rotate(-45deg);
  z-index: 100;
}

/* GRADE */
.grade .table-wrap {
  position: relative;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  border-radius: 12px;
}
.grade table {
  position: relative;
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  table-layout: fixed;
}
.grade table::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  pointer-events: none;
}
.grade table th,
.grade table td {
  box-sizing: border-box;
  padding: 16px;
  vertical-align: top;
  text-align: left;
  overflow-wrap: anywhere;
  word-wrap: break-word;
  white-space: normal;
}
.grade table td {
  padding: 12px 16px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
.grade table thead tr {
  background: var(--color-black);
}
.grade table tbody {
  width: 100%;
}
.grade table tbody tr {
  background-color: var(--color-light-blue);
  border-bottom: 1px solid var(--color-gray-black);
}
.grade table tbody tr:last-child {
  border-bottom: none;
  border-radius: 0 0 12px 12px;
}
.grade table th {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}
.grade table thead tr > th:nth-child(1),
.grade table tbody tr > td:nth-child(1),
.grade table thead tr > th:nth-child(2),
.grade table tbody tr > td:nth-child(2),
.grade table thead tr > th:nth-child(3),
.grade table tbody tr > td:nth-child(3) {
  width: 33.3333%;
}
@media (max-width: 767px) {
  .grade table th {
    font-size: 18px;
  }
}
.grade .star-rating {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  white-space: nowrap;
}
.grade .star-rating img {
  width: 26px;
  height: 24px;
  flex-shrink: 0;
  display: block;
}
@media (max-width: 767px) {
  .grade .star-rating {
    justify-content: center;
  }
}

/* CONCLUSION */
.conclusion > div {
  display: flex;
}
@media (max-width: 767px) {
  .conclusion > div {
    display: flex;
    flex-direction: column;
    align-items: left;
  }
}
.conclusion > div > div:first-child {
  text-align: center;
}
.conclusion > div > div:first-child > img {
  margin-right: 16px;
  width: 138px;
}
@media (max-width: 767px) {
  .conclusion > div > div:first-child > img {
    margin: 0;
  }
}
.conclusion > div > div:last-of-type {
  width: 100%;
}
.conclusion > div > div:last-of-type > p {
  margin-bottom: 8px;
}
.conclusion > div > div:last-of-type > p:last-of-type {
  margin-bottom: 0;
}
.conclusion > div > div:last-of-type > h3 {
  margin-bottom: 8px;
}
.conclusion > div > div:last-of-type > ul {
  margin-bottom: 20px;
}
.conclusion > div > div:last-of-type > ul > li {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-gray-black);
}
.conclusion > div > div:last-of-type > ul > li > img {
  width: 24px;
  height: 24px;
}
.conclusion > div > div:last-of-type > ul > li > p {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 38px;
}
@media (max-width: 767px) {
  .conclusion > div > div:last-of-type > ul > li > p {
    text-align: left;
  }
}
.conclusion > div > div:last-of-type > ul > li > p::before {
  content: "";
  background-image: url("./../images/index/utils/iconFireball.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
}
.conclusion > div > div:last-of-type > ul > li > p > span {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 8px;
}

.main__top {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -100;
}

.main__arrowtop {
  position: absolute;
  right: 20px;
  bottom: -135px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.main__arrowtop {
  height: 90%;
}

.main__arrowtop a {
  position: sticky;
  z-index: 3;
  bottom: 10px;
  right: 0;
}

.main__arrowtop a:hover {
  transform: scale(1.05);
}

/* Footer */
.footer {
  margin-top: 8px;
  padding: 0 32px 32px 280px;
}
.footer > div {
  border-radius: 12px;
  background: var(--color-black-btn);
  padding: 32px;
}
@media (max-width: 767px) {
  .footer > div {
    padding: 32px 10px;
  }
}
.footer > div > span {
  display: block;
  border: 1px solid var(--color-gray-black);
}
.footer__country__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
.footer__country__items > li {
  display: flex;
  align-items: center;
  margin: 0 12px 12px 0;
  padding: 7px;
  border-radius: 8px;
  border: 1px solid var(--color-gray-black);
  background: var(--color-black-btn);
  cursor: pointer;
  transition: var(--transition-duration);
}
.footer__country__items > li:hover {
  background-color: var(--color-light-blue);
}
.footer__country__items > li > a {
  display: flex;
  align-items: center;
  position: relative;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
}
.footer__country__items > li > a > img {
  margin-right: 8px;
}
.footer__links__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 30px;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .footer__links__items {
    flex-direction: column;
    padding: 20px 0;
    gap: 10px;
  }
}
.footer__links__items > li {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer__links__items > li {
    margin-bottom: 10px;
  }
}
.footer__links__items > li > a {
  color: var(--color-white);
  transition: var(--transition-duration) ease;
}
.footer__links__items > li > a:hover {
  color: var(--color-yellow);
}
.footer__icon__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  gap: 8px 8px;
}
.footer__icon__item > li {
  transition: var(--transition-duration) ease;
}
.footer__icon__item > li:hover {
  transform: scale(1.1);
}
.footer__icon__item > li > img {
  display: block;
}
.footer__last__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
@media (max-width: 480px) {
  .footer__last__container {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .footer__last__container > p {
    margin-bottom: 10px;
    text-align: center;
  }
}

.heroBonuses {
  border-radius: 12px;
  padding: 72px 30px;
  min-height: 480px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1280px) {
  .heroBonuses {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .heroBonuses .background img {
    -o-object-position: 82%;
       object-position: 82%;
    opacity: 1;
  }
}
.heroBonuses > div > div {
  margin-bottom: 8px;
}
.heroBonuses > div > div > a {
  position: relative;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.heroBonuses > div > div > span {
  display: inline-block;
  margin: auto 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  transform: rotate(45deg);
  transition: var(--transition-duration) ease;
}
.heroBonuses > div > div__button {
  margin: 0;
}
.heroBonuses > div > p {
  margin-bottom: 24px;
  max-width: 525px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; /* 22.4px */
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 1023px) {
  .heroBonuses > div > p {
    text-align: center;
  }
}

/* PROMOTIONS */
@media (max-width: 767px) {
  .promotions {
    text-align: left;
  }
}
.promotions > h2 {
  margin-bottom: 12px;
}
.promotions > p:not(:last-child) {
  margin-bottom: 12px;
}

/* WELCOME */
@media (max-width: 767px) {
  .welcome {
    text-align: left;
  }
}
.welcome > h3 {
  margin-bottom: 8px;
}
.welcome > h3:last-of-type {
  margin-bottom: 20px;
}
.welcome > p {
  margin-bottom: 20px;
}
.welcome > p:nth-of-type(2) {
  margin-bottom: 8px;
}
.welcome .margin {
  margin-bottom: 20px;
}
.welcome .gap {
  gap: 16px;
  margin-bottom: 16px;
}
.welcome__cube {
  position: relative;
  background: var(--color-light-blue);
  padding: 0;
}
.welcome__cube::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  z-index: 1;
  pointer-events: none;
}
.welcome__cube > h4 {
  padding: 16px;
  background: var(--color-black);
}
.welcome__cube > p {
  min-height: 164px;
  padding: 16px;
}
@media (max-width: 767px) {
  .welcome__cube > p {
    padding: 10px;
    height: auto;
  }
}
.welcome__unorder__item {
  counter-reset: my-list-counter;
}
.welcome__unorder__item > li {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-gray-black);
}
.welcome__unorder__item > li:last-child {
  margin-bottom: 20px;
}
.welcome__unorder__item > li::before {
  content: counter(my-list-counter);
  counter-increment: my-list-counter;
  display: flex;
  width: 30px;
  height: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 40px;
  background: linear-gradient(0deg, #fb8a00 0%, #fc2626 100%);
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-family-base);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  .welcome__unorder__item > li::before {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
}
.welcome__unorder__item > li > p {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 12px;
}
@media (max-width: 767px) {
  .welcome__unorder__item > li > p {
    text-align: left;
  }
}
.welcome__unorder__item > li > p > span {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-top: 4px;
  margin-bottom: 4px;
}
.welcome__double__pros__items > li {
  padding: 0 16px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
.welcome__double__pros__items > li:last-child {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .welcome__double__pros__items > li {
    padding: 0;
    flex-direction: column;
    margin-bottom: 16px;
  }
  .welcome__double__pros__items > li:last-child {
    margin-bottom: 16px;
  }
}
.welcome__double__pros__items > li > p:first-of-type {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  margin-right: 8px;
  white-space: nowrap;
  color: var(--color-yellow);
  /* Створюємо маркер за допомогою ::before */
  /* Порожній span більше не потрібен, тому цей блок коду видалено */
  /* & > span { ... } */
}
@media (max-width: 767px) {
  .welcome__double__pros__items > li > p:first-of-type {
    margin-bottom: 5px;
  }
}
.welcome__double__pros__items > li > p:first-of-type::before {
  content: ""; /* Обов'язкова властивість для псевдо-елементів */
  margin-right: 8px;
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--color-yellow);
  border-radius: 50%; /* Замінив 50px на 50% для ідеального кола */
}
@media (max-width: 767px) {
  .welcome__double__pros__items > li > p:first-of-type::before {
    margin-right: 6px;
    width: 5px;
    height: 5px;
    flex-shrink: 0;
  }
}

/* RELOAD */
@media (max-width: 767px) {
  .reload {
    text-align: left;
  }
}
.reload > p {
  margin-bottom: 20px;
}
.reload .little {
  margin-bottom: 8px;
}
.reload > h3 {
  margin-bottom: 20px;
}
.reload__pretittle {
  margin-bottom: 12px;
}
.reload > ul {
  margin-bottom: 20px;
}
.reload > ul:last-of-type {
  margin-bottom: 0;
}
.reload > ul:nth-of-type(2) > li:first-child > p > span:not(:first-child) {
  position: relative;
  padding-left: 38px;
  font-size: 14px;
  color: var(--color-white);
  font-weight: 400;
  line-height: 1.5;
}
.reload > ul:nth-of-type(2) > li:first-child > p > span:not(:first-child)::before {
  content: "";
  position: absolute;
  margin-left: 16px;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: var(--color-yellow);
  border-radius: 50%;
  background-image: none;
  flex-shrink: 1;
}
.reload > ul > li {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-gray-black);
}
.reload > ul > li > img {
  width: 24px;
  height: 24px;
}
.reload > ul > li > p {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 38px;
}
@media (max-width: 767px) {
  .reload > ul > li > p {
    text-align: left;
  }
}
.reload > ul > li > p::before {
  content: "";
  background-image: url("./../images/index/utils/iconFireball.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
}
.reload > ul > li > p > span {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 4px;
}

/* CASINO */
.casino {
  min-height: 358px;
  padding-left: 120px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .casino {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .casino .background img {
    -o-object-position: 90%;
       object-position: 90%;
    opacity: 1;
  }
}
.casino__pretittle {
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 767px) {
  .casino__pretittle {
    text-align: center;
  }
}
.casino__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 24px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 480px) {
  .casino__items {
    font-size: 22px;
    text-align: center;
  }
}
.casino__items > span {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .casino__items > span {
    font-size: 28px;
  }
}

/* SLOT */
@media (max-width: 767px) {
  .slot {
    text-align: left;
  }
}
.slot > h2 {
  margin-bottom: 12px;
}
.slot > p:not(:last-child) {
  margin-bottom: 20px;
}
.slot > h3 {
  margin-bottom: 20px;
}
.slot > h3:last-of-type {
  margin-bottom: 0;
}
.slot > h4 {
  margin-bottom: 12px;
}
.slot > ul {
  margin-bottom: 20px;
}
.slot > ul > li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-gray-black);
}
@media (max-width: 767px) {
  .slot > ul > li {
    align-items: flex-start;
  }
}
.slot > ul > li > p {
  display: flex;
  padding: 0 0 0 38px;
}
@media (max-width: 767px) {
  .slot > ul > li > p {
    text-align: left;
  }
}
.slot > ul > li > p::before {
  content: "";
  background-image: url("./../images/index/utils/iconFireball.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  top: -2px;
}

/* PROGRAM */
@media (max-width: 767px) {
  .program {
    text-align: left;
  }
}
.program > h2 {
  margin-bottom: 12px;
}
.program > p {
  margin-bottom: 20px;
}
.program .margin {
  margin-bottom: 12px;
}
.program > h3 {
  margin-bottom: 12px;
}
.program > h3:nth-of-type(odd) {
  margin-bottom: 0;
}
.program .table-wrap,
.program .table {
  display: block;
  max-width: 100%;
  min-width: 0;
  overflow: auto;
  margin-bottom: 20px;
  border-radius: 12px;
}
.program table {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
  table-layout: fixed;
  background-clip: padding-box;
}
.program table::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 12px;
  border: 1px solid var(--color-gray-black);
  pointer-events: none;
  z-index: 1;
}
.program table thead {
  background-color: var(--color-black);
}
.program table thead tr {
  border-radius: 12px;
}
.program table tbody {
  background-color: var(--color-light-blue);
}
.program table th,
.program table td {
  box-sizing: border-box;
  white-space: nowrap;
  padding: 16px;
  border: none;
  border-bottom: 1px solid var(--color-gray-black);
  text-align: left;
}
.program table th {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .program table th {
    font-size: 18px;
  }
}
.program table td {
  padding: 12px 16px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; /* 22.4px */
}
.program table thead th,
.program table tbody td {
  width: 33.3333333333%;
}
.program table tbody tr:last-child td {
  border-bottom: none;
}

/* CASHBACK */
@media (max-width: 767px) {
  .cashback {
    text-align: left;
  }
}
.cashback > h2 {
  margin-bottom: 12px;
}
.cashback > p {
  margin-bottom: 20px;
}
.cashback > p:last-of-type {
  margin-bottom: 0;
}
.cashback .margin {
  margin-bottom: 12px;
}
.cashback > h3 {
  margin-bottom: 12px;
}
.cashback > h3:first-of-type {
  margin-bottom: 20px;
}
.cashback > ul {
  margin-bottom: 20px;
}
.cashback > ul:nth-of-type(2) > li > p::before {
  top: -2px;
}
.cashback > ul > li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-gray-black);
}
@media (max-width: 767px) {
  .cashback > ul > li {
    align-items: flex-start;
  }
}
.cashback > ul > li > p {
  flex-wrap: wrap;
  -webkit-hyphens: auto;
          hyphens: auto;
  padding: 0 0 0 38px;
}
@media (max-width: 767px) {
  .cashback > ul > li > p {
    text-align: left;
  }
}
.cashback > ul > li > p::before {
  content: "";
  background-image: url("./../images/index/utils/iconFireball.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
}
.cashback > ul > li > p > span {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.cashback > ul > li > p > span:last-of-type {
  padding: 0 12px;
  color: var(--color-white);
}

/* WEDNESDAY */
.wednesday {
  min-height: 358px;
  padding-left: 120px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .wednesday {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .wednesday .background img {
    -o-object-position: 73%;
       object-position: 73%;
    opacity: 1;
  }
}
.wednesday__pretittle {
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 767px) {
  .wednesday__pretittle {
    text-align: center;
  }
}
.wednesday__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 480px) {
  .wednesday__items {
    font-size: 22px;
  }
}
.wednesday__items > span {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
}
@media (max-width: 480px) {
  .wednesday__items > span {
    font-size: 28px;
  }
}
.wednesday__pretext {
  margin-bottom: 24px;
}
.wednesday__pretext > p {
  position: relative;
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.wednesday__button {
  margin: 0;
}

/* GLORY */
@media (max-width: 767px) {
  .glory {
    text-align: left;
  }
}
.glory > h2 {
  margin-bottom: 12px;
}
.glory > p {
  margin-bottom: 20px;
}
.glory .margin {
  margin-bottom: 12px;
}
.glory > h3 {
  margin-bottom: 8px;
}
.glory > ul {
  margin-bottom: 20px;
}
.glory > ul > li {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-gray-black);
}
.glory > ul > li > img {
  width: 24px;
  height: 24px;
}
.glory > ul > li > p {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 38px;
}
@media (max-width: 767px) {
  .glory > ul > li > p {
    text-align: left;
  }
}
.glory > ul > li > p::before {
  content: "";
  background-image: url("./../images/index/utils/iconFireball.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
}
.glory > ul > li > p > span {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 8px;
}
.glory > img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

/* LIMITED */
@media (max-width: 767px) {
  .limited {
    text-align: left;
  }
}
.limited > h2 {
  margin-bottom: 12px;
}
.limited > p {
  margin-bottom: 20px;
}
.limited .marginBig {
  margin-bottom: 12px;
}
.limited .marginSmall {
  margin-bottom: 8px;
}
.limited > h3 {
  margin-bottom: 20px;
}
.limited__unorder__items {
  margin-bottom: 20px;
}
.limited__unorder__items > li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-gray-black);
}
@media (max-width: 767px) {
  .limited__unorder__items > li {
    align-items: flex-start;
  }
}
.limited__unorder__items > li > p {
  display: flex;
  align-items: center;
  padding: 0 0 0 38px;
}
@media (max-width: 767px) {
  .limited__unorder__items > li > p {
    text-align: left;
  }
}
.limited__unorder__items > li > p::before {
  content: "";
  background-image: url("./../images/index/utils/iconFireball.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  top: -2px;
}

/* PLAY */
@media (max-width: 767px) {
  .play {
    text-align: left;
  }
}
.play > p {
  margin-bottom: 20px;
}
.play > p:last-of-type {
  margin-bottom: 0;
}
.play .margin {
  margin-bottom: 8px;
}
.play > h3 {
  margin-bottom: 8px;
}
.play > h3:last-of-type {
  margin-bottom: 20px;
}
.play__unorder__items {
  margin-bottom: 20px;
}
.play__unorder__items > li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-gray-black);
}
@media (max-width: 767px) {
  .play__unorder__items > li {
    align-items: flex-start;
  }
}
.play__unorder__items > li > p {
  padding: 0 0 0 38px;
}
@media (max-width: 767px) {
  .play__unorder__items > li > p {
    text-align: left;
  }
}
.play__unorder__items > li > p::before {
  content: "";
  background-image: url("./../images/index/utils/iconFireball.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  top: -2px;
}
.play__order__item {
  margin-bottom: 20px;
}
.play__order__item > li {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-gray-black);
}
.play__order__item > li > p {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 38px;
}
@media (max-width: 767px) {
  .play__order__item > li > p {
    text-align: left;
  }
}
.play__order__item > li > p::before {
  content: "";
  background-image: url("./../images/index/utils/iconFireball.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
}
.play__order__item > li > p > span {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 8px;
}

/* ENJOY */
.enjoy {
  min-height: 358px;
  padding-left: 120px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  background: none;
}
@media (max-width: 1023px) {
  .enjoy {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .enjoy .background img {
    -o-object-position: 87%;
       object-position: 87%;
    opacity: 1;
  }
}
.enjoy > div > h3 {
  font-size: 32px;
  margin-bottom: 24px;
  text-align: left;
}
@media (max-width: 1280px) {
  .enjoy > div > h3 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .enjoy > div > h3 {
    font-size: 24px;
  }
}
.enjoy > div__button {
  margin: 0;
}

/* heroAPP */
.heroApp {
  border-radius: 12px;
  padding: 72px 30px;
  min-height: 480px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1280px) {
  .heroApp {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .heroApp .background img {
    -o-object-position: 82%;
       object-position: 82%;
    opacity: 1;
  }
}
.heroApp > div > div {
  margin-bottom: 8px;
}
.heroApp > div > div > a {
  position: relative;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.heroApp > div > div > span {
  display: inline-block;
  margin: auto 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  transform: rotate(45deg);
  transition: var(--transition-duration) ease;
}
.heroApp > div > div__button {
  margin: 0;
}
.heroApp > div > p {
  margin-bottom: 24px;
  max-width: 555px;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6; /* 22.4px */
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 1023px) {
  .heroApp > div > p {
    text-align: center;
  }
}

/* casinoAPP */
@media (max-width: 767px) {
  .casinoApp {
    text-align: left;
  }
}
.casinoApp > h2 {
  margin-bottom: 12px;
}
.casinoApp > p:not(:last-child) {
  margin-bottom: 12px;
}

/* INSTALL */
@media (max-width: 767px) {
  .install {
    text-align: left;
  }
}
.install > p:not(:last-child) {
  margin-bottom: 20px;
}
.install > h3 {
  margin-bottom: 20px;
}
.install > h3:last-of-type {
  margin-bottom: 12px;
}
.install .marginBig {
  margin-bottom: 16px !important;
}
.install .marginSmall {
  margin-bottom: 8px !important;
}
.install__iphone__container, .install__android__container, .install__alternative {
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 20px;
}
.install__iphone__container:last-child, .install__android__container:last-child, .install__alternative:last-child {
  margin-bottom: 0;
}
.install__iphone__container > ul, .install__android__container > ul, .install__alternative > ul {
  width: 50%;
}
@media (max-width: 1023px) {
  .install__iphone__container > ul, .install__android__container > ul, .install__alternative > ul {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .install__iphone__container .background img, .install__android__container .background img, .install__alternative .background img {
    -o-object-position: 80%;
       object-position: 80%;
    opacity: 0.5;
  }
}
.install__iphone__container > h4, .install__android__container > h4, .install__alternative > h4 {
  margin-bottom: 16px;
  position: relative;
  z-index: 10;
}
.install__android__container {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .install__android__container {
    justify-content: center;
    padding: 10px;
  }
}
@media (max-width: 1023px) {
  .install__android__container .background img {
    -o-object-position: 20%;
       object-position: 20%;
    opacity: 0.5;
  }
}
.install__content__wrapper {
  display: flex;
  flex-direction: column;
  max-width: 54%;
  width: 100%;
}
@media (max-width: 1023px) {
  .install__content__wrapper {
    max-width: 100%;
  }
}
.install__content__wrapper > h4 {
  margin-bottom: 16px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1023px) {
  .install__alternative .background img {
    -o-object-position: 78%;
       object-position: 78%;
    opacity: 0.5;
  }
}
.install__items {
  margin-bottom: 16px;
  counter-reset: my-list-counter;
}
.install__items:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .install__items {
    padding: 0;
  }
}
.install__items > li {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-gray-black);
}
.install__items > li::before {
  content: counter(my-list-counter);
  counter-increment: my-list-counter;
  display: flex;
  width: 30px;
  height: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 40px;
  background: linear-gradient(0deg, #fb8a00 0%, #fc2626 100%);
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-family-base);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  .install__items > li::before {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
}
.install__items > li > p {
  padding-left: 12px;
  margin-top: 4px;
  font-size: 16px;
  font-family: var(--font-family-base);
  font-weight: 700;
}
@media (max-width: 767px) {
  .install__items > li > p {
    text-align: left;
  }
}
.install__button__apple, .install__button__android {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 68px;
  padding: 16px 32px;
  cursor: pointer;
  border-radius: 100px;
  border: none;
  background: var(--color-red);
  transition: var(--transition-duration);
  text-align: center;
  color: var(--color-white);
  font-family: var(--font-family-base);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .install__button__apple, .install__button__android {
    margin-bottom: 20px;
    margin: 0 auto;
  }
}
.install__button__apple:hover {
  box-shadow: var(--color-red) 0px 5px 15px;
}
.install__button__android {
  background-color: var(--color-yellow);
}
.install__button__android:hover {
  box-shadow: var(--color-yellow) 0px 5px 15px;
}

/* BENEFITS */
@media (max-width: 767px) {
  .benefits {
    text-align: left;
  }
}
.benefits > p:not(:last-child) {
  margin-bottom: 20px;
}
.benefits > h3:not(:last-child) {
  margin-bottom: 12px;
}

/* DEVICE */
@media (max-width: 767px) {
  .device {
    text-align: left;
  }
}
.device > h2 {
  margin-bottom: 12px;
}
.device > p {
  margin-bottom: 20px;
}
.device > p:last-of-type {
  margin-bottom: 0;
}
.device .margin {
  margin-bottom: 12px;
}
.device > h3 {
  margin-bottom: 12px;
}
.device > h3:last-of-type {
  margin-bottom: 20px;
}
.device > ul {
  margin-bottom: 20px;
}
.device > ul:last-of-type > li {
  display: flex;
  align-items: flex-start;
}
.device > ul:last-of-type > li > span:first-child {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.device > ul:last-of-type > li > span:first-child > span {
  margin-left: 8px;
}
.device > ul li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.device > ul li:last-child {
  margin-bottom: 0;
}
.device > ul li > p {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .device > ul li > p {
    align-items: baseline;
  }
}
.device > ul li > p > span {
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--color-yellow);
  border-radius: 100%;
  flex-shrink: 0;
  margin-left: 16px;
  margin-right: 18px;
}

/* VERSION */
@media (max-width: 767px) {
  .version {
    text-align: left;
  }
}
.version > h2 {
  margin-bottom: 12px;
}
.version > p {
  margin-bottom: 12px;
}
.version > p:last-of-type {
  margin-bottom: 20px;
}

/* RESPONSIBLE */
@media (max-width: 767px) {
  .responsible {
    text-align: left;
  }
}
.responsible > P:not(:last-child) {
  margin-bottom: 20px;
}
.responsible .margin {
  margin-bottom: 8px !important;
}
.responsible > ul {
  margin-bottom: 20px;
}
.responsible > ul > li {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-gray-black);
}
.responsible > ul > li > p {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 38px;
}
@media (max-width: 767px) {
  .responsible > ul > li > p {
    text-align: left;
  }
}
.responsible > ul > li > p::before {
  content: "";
  background-image: url("./../images/index/utils/iconFireball.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
}
.responsible > ul > li > p > span {
  color: var(--color-yellow);
  font-family: var(--font-family-base);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 4px;
}/*# sourceMappingURL=style.css.map */