html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

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

table caption {
  font-size: 26px;
  padding: 15px 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  background: var(--main-theme-color);
  color: var(--text-color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

a {
  cursor: pointer;
}

* {
  outline: none;
  box-sizing: border-box;
}

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

svg {
  transform: translateZ(0);
}

input,
textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  margin: 0 auto 28px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.roobet-i3qfeo {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .roobet-i3qfeo {
    padding: 54px 0 0;
  }
}

.roobet-djw99z {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  border: none;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .roobet-djw99z:hover {
    background: var(--button-bg-hover);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

.roobet-7wq8ul {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .roobet-7wq8ul {
    margin: 20px auto 100px;
  }
}

.roobet-7wq8ul h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .roobet-7wq8ul h1 {
    font-size: 120px;
  }
}

.roobet-7wq8ul p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.roobet-ib5t49 {
  cursor: pointer;
}

.roobet-jkcwma {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.roobet-tqnbyt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.roobet-tqnbyt figure {
  margin: 0;
}

.roobet-tqnbyt.roobet-o8blw0 {
  justify-content: flex-start;
  margin-right: 4px;
}

.roobet-tqnbyt.roobet-vb2d6u {
  justify-content: flex-end;
  margin-left: 4px;
}

.roobet-tqnbyt.roobet-6bfsbr {
  justify-content: center;
}

.roobet-tqnbyt.roobet-ax84xt {
  justify-content: normal;
}

.roobet-hnniz4 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .roobet-hnniz4 {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .roobet-hnniz4 {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.roobet-bdepx4 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .roobet-bdepx4 {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.roobet-v5k2ef {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .roobet-v5k2ef {
    flex-direction: column;
  }
}

.roobet-83idg7 {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.roobet-83idg7 img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .roobet-83idg7 {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.roobet-8rl3gz {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.roobet-8rl3gz ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .roobet-8rl3gz ul {
    margin-bottom: 15px;
  }
}

.roobet-8rl3gz ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.roobet-8rl3gz ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}

.roobet-8rl3gz ul li span svg {
  fill: var(--title-color);
}

.roobet-8rl3gz ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .roobet-8rl3gz ul li small {
    font-size: 12px;
  }
}

.roobet-8rl3gz ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}

.roobet-8rl3gz ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .roobet-8rl3gz {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.roobet-cemfbe {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .roobet-cemfbe {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.roobet-x0u129 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.roobet-aoa53y {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0.roobet-e7xto4 ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .roobet-aoa53y {
    height: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .roobet-aoa53y:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}

.roobet-aoa53y.roobet-mgrhbw {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .roobet-aoa53y.roobet-mgrhbw:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.roobet-ksgd8n {
  padding: 80px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
  .roobet-ksgd8n {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .roobet-ksgd8n {
    padding: 50px 16px 68px;
  }
}

.roobet-nhkl66 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .roobet-nhkl66 {
    flex-direction: column;
  }
}

.roobet-twywfs {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .roobet-twywfs {
    margin-bottom: 40px;
  }
}

.roobet-13htme .roobet-zt7p9f {
  margin-bottom: 28px;
}

.roobet-13htme .roobet-zt7p9f img {
  max-height: 100px;
  width: auto;
}

.roobet-bmfrqd {
  display: flex;
  align-items: center;
}

.roobet-bmfrqd a + a {
  margin-left: 24px;
}

.roobet-bmfrqd img {
  max-height: 56px;
  width: auto;
}

.roobet-bmfrqd img + img {
  margin-left: 24px;
}

.roobet-yzlbne {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .roobet-yzlbne {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}

.roobet-hf9yiq {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .roobet-hf9yiq {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

.roobet-5d0mue {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .roobet-5d0mue {
    flex-wrap: wrap;
  }
}

.roobet-5d0mue li {
  display: flex;
  margin: 0 7px;
}

.roobet-5d0mue li svg {
  transition: 0.roobet-e7xto4 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .roobet-5d0mue li:hover svg {
    transform: scale(1.2);
  }
}

.roobet-flcmdo {
  color: var(--footer-text-color);
  font-size: 12px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  word-wrap: break-word;
}

.roobet-1ed9um + .roobet-1ed9um {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .roobet-1ed9um + .roobet-1ed9um {
    margin: 36px 0 0;
  }
}

.roobet-s2sgqz {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.roobet-ndk93n {
  list-style: none;
  margin: 0;
  padding: 0;
}

.roobet-ndk93n li {
  font-size: 16px;
}

.roobet-ndk93n li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .roobet-ndk93n li a:hover {
    text-decoration: underline;
  }
}

.roobet-ndk93n li + li {
  margin-top: 16px;
}

.roobet-0akapw {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.roobet-mqgrda ease-in-out;
}

.roobet-0akapw.roobet-na58up {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.roobet-abd5fj {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.roobet-abd5fj h1,
.roobet-abd5fj h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .roobet-abd5fj h1,
  .roobet-abd5fj h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .roobet-abd5fj {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .roobet-abd5fj {
    margin-bottom: 60px;
  }
}

.roobet-jbao4d {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media only screen and (max-width: 767px) {
  .roobet-jbao4d {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

.roobet-jbao4d li {
  width: 100%;
}

.roobet-jbao4d li a {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.roobet-e7xto4 ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.roobet-jbao4d li a svg {
  fill: var(--button-text-color);
}

.roobet-jbao4d li a.roobet-na58up {
  background: var(--border-color);
}

@media only screen and (min-width: 1025px) {
  .roobet-jbao4d li a:hover {
    background: var(--border-color);
  }
}

@media only screen and (max-width: 767px) {
  .roobet-jbao4d li a {
    font-size: 14px;
    height: 36px;
    padding: 0 10pxr;
  }
  .roobet-jbao4d li a img {
    max-width: 16px;
  }
}

.roobet-r6aror {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .roobet-r6aror {
    margin: 0 -5px;
  }
}

.roobet-hgoms9 {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.roobet-hgoms9 span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.roobet-hgoms9 small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .roobet-hgoms9 {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .roobet-hgoms9 span {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

.roobet-nkd9wl {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.roobet-nkd9wl img {
  width: 100%;
  transition: 0.roobet-e7xto4 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .roobet-nkd9wl:hover img {
    transform: scale(1.1);
  }
}

.roobet-vf4tri {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .roobet-vf4tri {
    height: 54px;
  }
}

.roobet-v4thmc {
  max-width: 1310px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .roobet-v4thmc {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .roobet-v4thmc {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .roobet-v4thmc .roobet-zt7p9f img {
    max-width: 90px;
  }
}

.roobet-zt7p9f img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .roobet-zt7p9f {
    order: -2;
  }
}

@media only screen and (max-width: 1023px) {
  .roobet-fvjyzv {
    display: none;
  }
  .roobet-fvjyzv::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 300%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
}

.roobet-d4esui {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.roobet-d4esui li {
  font-size: 16px;
  margin: 0 20px;
}

.roobet-d4esui li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .roobet-d4esui li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1023px) {
  .roobet-d4esui {
    display: block;
  }
  .roobet-d4esui li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .roobet-d4esui li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .roobet-d4esui li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    border: 5px solid transparent;
    border-left: 5px solid var(--menu-color);
  }
  .roobet-d4esui li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

.roobet-8tld1t {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .roobet-8tld1t {
    margin-right: 105px;
  }
}

@media only screen and (max-width: 1023px) {
  .roobet-8tld1t {
    order: -1;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .roobet-8tld1t {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.roobet-8tld1t.roobet-evfmo0 {
  margin-right: 0;
}

.roobet-rrz7m0 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .roobet-rrz7m0 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .roobet-rrz7m0:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

.roobet-xws2bk {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@media only screen and (min-width: 1025px) {
  .roobet-xws2bk:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .roobet-xws2bk {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

.roobet-bbcd4b {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .roobet-bbcd4b {
    top: 9px;
    transform: none;
    right: auto;
    left: 0;
  }
}

.roobet-bbcd4b:hover > ul {
  display: flex;
}

.roobet-bbcd4b:focus > ul {
  display: flex;
}

.roobet-bbcd4b:focus-within > ul {
  display: flex;
}

.roobet-m19ksk {
  position: relative;
  border-radius: 10px;
  height: 42px;
  padding: 5px 32px 5px 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  gap: 5px;
}

.roobet-m19ksk::after {
  border-bottom: 1px solid var(--button-text-color);
  border-right: 1px solid var(--button-text-color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.roobet-mqgrda ease-in-out;
}

@media only screen and (max-width: 767px) {
  .roobet-m19ksk {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .roobet-m19ksk img {
    max-width: 20px;
  }
}

.roobet-bbcd4b ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.roobet-e7xto4 ease-in-out;
  z-index: 2;
  border-radius: 10px;
  min-width: 66px;
  display: none;
  max-height: 465px;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--button-bg-color);
}

@media only screen and (max-width: 767px) {
  .roobet-bbcd4b ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.roobet-bbcd4b ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.roobet-e7xto4 ease-in-out;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .roobet-bbcd4b ul li {
    padding: 5px;
  }
}

.roobet-bbcd4b ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--button-text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .roobet-bbcd4b ul li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .roobet-bbcd4b ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .roobet-bbcd4b ul li a img {
    max-width: 20px;
  }
}

.roobet-dt3pa4 {
  display: none;
}

.roobet-mzwdev {
  width: 38px;
  height: 38px;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  background: var(--button-bg-color);
  padding: 12px 5px;
  z-index: 99;
  margin-left: 8px;
}

@media only screen and (max-width: 1023px) {
  .roobet-mzwdev {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

.roobet-mzwdev span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--button-text-color);
}

@media only screen and (max-width: 1023px) {
  .roobet-dt3pa4:checked ~ .roobet-fvjyzv {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--fh-bg-color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .roobet-fvjyzv {
    display: none;
    transition: display 0.roobet-e7xto4 ease-in-out;
  }
  .roobet-dt3pa4:checked ~ .roobet-fvjyzv {
    display: block;
  }
  .roobet-dt3pa4:checked + .roobet-mzwdev span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .roobet-dt3pa4:checked + .roobet-mzwdev span:nth-child(2) {
    display: none;
  }
  .roobet-dt3pa4:checked + .roobet-mzwdev span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.roobet-tl43xa {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .roobet-tl43xa {
    padding: 0 16px;
  }
}

.roobet-tl43xa img {
  margin-bottom: 20px;
}

.roobet-tl43xa p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .roobet-tl43xa p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .roobet-tl43xa {
    margin-bottom: 60px;
  }
}

.roobet-3rbmdf {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .roobet-3rbmdf {
    font-size: 32px;
  }
}

.roobet-jzrcp6 {
  color: var(--text-color);
}

.roobet-vo2r2o {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .roobet-vo2r2o {
    font-size: 16px;
    line-height: 140%;
  }
}

.roobet-vo2r2o p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

.roobet-vo2r2o p img {
  display: block;
  margin: 0 auto;
}

.roobet-vo2r2o p:first-of-type {
  margin-top: 0;
}

.roobet-vo2r2o p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .roobet-vo2r2o p {
    font-size: 18px;
    line-height: 140%;
  }
}

.roobet-vo2r2o ul {
  padding: 0 0 0 20px;
}

.roobet-vo2r2o table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.roobet-vo2r2o table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--table-1-color);
}

@media only screen and (max-width: 767px) {
  .roobet-vo2r2o table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.roobet-vo2r2o table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .roobet-vo2r2o table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.roobet-vo2r2o table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.roobet-vo2r2o iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .roobet-vo2r2o iframe {
    height: 200px;
  }
}

.roobet-3mv9wc {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1200px) {
  .roobet-3mv9wc {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .roobet-3mv9wc {
    margin-bottom: 60px;
  }
}

.roobet-smh35c {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .roobet-smh35c {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.roobet-smh35c h1,
.roobet-smh35c h2,
.roobet-smh35c h3,
.roobet-smh35c h4 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .roobet-smh35c h1,
  .roobet-smh35c h2,
  .roobet-smh35c h3,
  .roobet-smh35c h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.roobet-bmuxh5 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .roobet-bmuxh5 {
    flex-direction: column-reverse;
  }
}

.roobet-bmuxh5 .roobet-rfvtad {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .roobet-bmuxh5 .roobet-rfvtad {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.roobet-bmuxh5 .roobet-6cmkxs {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .roobet-bmuxh5 .roobet-6cmkxs {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .roobet-bmuxh5 .roobet-6cmkxs img {
    width: 100%;
  }
}

.roobet-6cmkxs {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .roobet-6cmkxs {
    margin-bottom: 18px;
  }
}

.roobet-rfvtad {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .roobet-rfvtad {
    margin-bottom: 18px;
  }
}

.roobet-3mv9wc h2 {
  color: var(--title-color);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .roobet-3mv9wc h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.roobet-3mv9wc .roobet-djw99z {
  margin-top: 30px;
  margin-bottom: 30px;
}

.roobet-0r4hfk {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 110px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background: #1a1b2d;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .roobet-0r4hfk {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .roobet-0r4hfk {
    margin-bottom: 60px;
  }
}

.roobet-i75m6x {
  position: relative;
  border: none;
}

.roobet-i75m6x::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--fh-bg-color);
}

.roobet-v6pl62 {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  background: var(--fh-bg-color);
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

.roobet-v6pl62 span {
  height: 32px;
}

.roobet-v6pl62 span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.roobet-v6pl62.roobet-ex64n1 span {
  transform: scaleY(-1);
}

@media only screen and (max-width: 767px) {
  .roobet-v6pl62 {
    padding: 0 14px;
    font-size: 22px;
    height: 68px;
  }
}

.roobet-ltc3s7 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.roobet-ltc3s7 li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .roobet-ltc3s7 li {
    font-size: 16px;
  }
}

.roobet-ltc3s7 li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.roobet-e7xto4 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .roobet-ltc3s7 li a:hover {
    background: var(--main-theme-color);
  }
}

@media only screen and (max-width: 767px) {
  .roobet-ltc3s7 li a {
    padding: 12px 14px;
  }
}

.roobet-ltc3s7.roobet-wb9fl8 {
  display: none;
}

.roobet-ecze8j {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.roobet-ecze8j table {
  width: 100%;
  border-collapse: collapse;
}

.roobet-ecze8j table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .roobet-ecze8j table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .roobet-ecze8j table td {
    min-width: 75px;
  }
}

.roobet-ecze8j table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .roobet-ecze8j table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.roobet-ecze8j table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.roobet-ecze8j p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .roobet-ecze8j p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1200px) {
  .roobet-ecze8j {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .roobet-ecze8j {
    margin-bottom: 60px;
  }
}

.roobet-22gqw5 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-color);
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .roobet-22gqw5 {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.roobet-57b5kp {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 500px) {
  .roobet-57b5kp {
    width: 100%;
    border-collapse: collapse;
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.roobet-57b5kp tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .roobet-57b5kp tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.roobet-57b5kp tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.roobet-2sxv0e table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.roobet-2sxv0e table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.roobet-2sxv0e p {
  color: var(--text-color);
}

.roobet-alfhvz {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .roobet-alfhvz {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .roobet-alfhvz {
    margin-bottom: 60px;
  }
}

.roobet-o8nple {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--fh-bg-color);
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}

.roobet-tfn21k {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .roobet-tfn21k {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .roobet-tfn21k {
    margin-bottom: 60px;
  }
}

.roobet-q6h5k0 {
  border-radius: 10px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}

.roobet-q6h5k0 h3 {
  position: relative;
  color: var(--title-color);
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .roobet-q6h5k0 h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.roobet-q6h5k0 p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--text-color);
}

.roobet-q6h5k0 p + p {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .roobet-q6h5k0 p {
    font-size: 16px;
  }
}

.roobet-l5spxt {
  display: none;
}

@media only screen and (max-width: 767px) {
  .roobet-l5spxt {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #161d33;
    padding: 0 40px;
  }
}

.roobet-8hzq39 {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.roobet-8hzq39 li {
  margin: 0 20px;
}

.roobet-8hzq39 li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.roobet-8hzq39 li a img {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .roobet-8hzq39 li a:hover {
    color: #2ab765;
  }
}

.roobet-via2o0 {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 10px auto;
  padding: 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .roobet-via2o0 {
    padding: 0 16px;
  }
}

.roobet-via2o0 li {
  font-size: 16px;
  position: relative;
}

.roobet-via2o0 li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .roobet-via2o0 li a:hover {
    text-decoration: underline;
  }
}

.roobet-via2o0 li span {
  opacity: 0.5;
}

.roobet-via2o0 li + li {
  margin-left: 30px;
}

.roobet-via2o0 li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

h2.roobet-smh35c {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  h2.roobet-smh35c {
    margin-bottom: 18px;
  }
}

.roobet-tauc3p {
  border-collapse: separate;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color);
  counter-reset: table-row;
}

.roobet-tauc3p tbody tr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 36px;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  background-color: var(--fh-bg-color);
}

.roobet-tauc3p tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: var(--fh-bg-color);
  border-radius: 10px;
}

.roobet-tauc3p tbody tr:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--fh-bg-color);
  border-radius: 10px;
}

.roobet-tauc3p tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.roobet-tauc3p tbody tr:last-of-type {
  margin-bottom: 0;
}

.roobet-tauc3p tbody tr td:first-of-type {
  flex-shrink: 0;
}

.roobet-tauc3p tbody tr td:first-of-type > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--rate-image-border);
}

.roobet-tauc3p tbody tr td:first-of-type > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  padding: 2px 9px;
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  counter-increment: table-row;
  content: counter(table-row);
  background: var(--rate-counter-bg);
}

.roobet-tauc3p tbody tr td:last-of-type {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .roobet-tauc3p tbody tr td:last-of-type {
    margin-left: 0;
    width: 100%;
  }
}

.roobet-tauc3p tbody tr td .roobet-twp90u {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .roobet-tauc3p tbody tr td .roobet-twp90u {
    width: 100%;
  }
}

.roobet-tauc3p tbody tr td .roobet-wimhpo {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 10px;
  width: 181px;
  height: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  transition: 0.roobet-e7xto4 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .roobet-tauc3p tbody tr td .roobet-wimhpo:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .roobet-tauc3p tbody tr td .roobet-wimhpo {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .roobet-tauc3p tbody tr td .roobet-wimhpo {
    width: 100%;
  }
}

.roobet-tauc3p tbody tr td .roobet-1ymi30 {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .roobet-tauc3p tbody tr td .roobet-1ymi30:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .roobet-tauc3p tbody tr {
    flex-direction: column;
  }
}

.roobet-tauc3p tbody tr:nth-child(-n + 3) td > a::before {
  background: var(--rate-counter-bg-top);
}

.roobet-cgu70p {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .roobet-cgu70p {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .roobet-cgu70p {
    margin: 0 auto 60px;
  }
}

.roobet-3p15ji {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .roobet-3p15ji {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.roobet-2z59ig {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .roobet-2z59ig {
    margin: 0 -5px;
  }
}

.roobet-5mb5cq {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.roobet-5mb5cq img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.roobet-e7xto4 ease-in-out;
}

.roobet-5mb5cq p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .roobet-5mb5cq:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .roobet-5mb5cq {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .roobet-5mb5cq {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 12px;
  }
  .roobet-5mb5cq p {
    font-size: 16px;
  }
}

.roobet-37wbu8 {
  position: relative;
  max-width: 800px;
  height: 400px;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 520px) {
  .roobet-37wbu8 {
    height: 190px;
    margin: 20px auto;
  }
}

.roobet-37wbu8 img {
  width: 100%;
  height: 100%;
}

.roobet-37wbu8 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .roobet-37wbu8 iframe {
    height: 190px;
  }
}

.roobet-fpnwpy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(3px);
}

.roobet-fpnwpy::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.roobet-yrzye5 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.roobet-yrzye5 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.roobet-e7xto4 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .roobet-yrzye5:hover svg {
    transform: scale(1.1);
  }
}

.roobet-cfzlse {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .roobet-cfzlse {
    padding: 40px 0;
  }
}

.roobet-6yfdkv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .roobet-6yfdkv {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .roobet-6yfdkv {
    flex-direction: column-reverse;
  }
}

.roobet-zbti63 {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}

.roobet-zbti63 img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .roobet-zbti63 {
    max-width: 565px;
    flex-basis: auto;
    margin: 24px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .roobet-zbti63 {
    margin: 10px 0 0;
  }
}

.roobet-25rltt {
  max-width: 565px;
  width: 100%;
  flex-basis: 565px;
  border-radius: 10px;
  padding: 36px 32px;
  background: radial-gradient(
    114.2% 133.85% at 7.14% 3.6%,
    rgba(35, 35, 54, 0.7) 0%,
    rgba(35, 35, 54, 0.7) 0.01%,
    rgba(35, 35, 54, 0.1) 100%
  );
  border: 1px solid #383853;
}

.roobet-25rltt h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 16px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .roobet-25rltt {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .roobet-25rltt {
    padding: 24px 10px;
  }
}

.roobet-i2466l {
  background: rgba(30, 30, 53, 0.6);
  border: 1px solid #383853;
  border-radius: 6px;
  padding: 14px 20px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #a29eb6;
  transition: 0.roobet-e7xto4 ease-in-out;
}

.roobet-i2466l:hover {
  border: 1px solid #8c8ca2;
}

.roobet-bwmu49 {
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  padding: 15px 10px;
  width: 100%;
  height: 52px;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
}

.roobet-bwmu49:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.roobet-oasx7v {
  max-width: 342px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #c0c0c0;
  text-align: center;
}

.roobet-oasx7v a {
  text-decoration: underline;
  color: #8babff;
}

.roobet-ha685e {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.roobet-ha685e .roobet-i2466l {
  width: 50%;
  margin: 0;
}

.roobet-8dkoel {
  border-radius: 6px;
  padding: 15px 10px;
  width: 50%;
  height: 52px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.roobet-8dkoel:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.roobet-5h048v {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .roobet-5h048v {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .roobet-5h048v {
    margin: 0 0 60px;
  }
}

.roobet-mk1zr2 {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .roobet-mk1zr2 {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.roobet-crtban {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .roobet-crtban {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

.roobet-chhsrk {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
  .roobet-chhsrk {
    flex-basis: auto;
    max-width: 100%;
  }
}

.roobet-43obhh {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: 700;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .roobet-43obhh {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.roobet-43obhh a {
  width: 26px;
  height: 26px;
  background: #5277e7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  margin-left: 20px;
  border-radius: 4px;
  transition: 0.roobet-e7xto4 ease-in-out;
}

@media only screen and (max-width: 767px) {
  .roobet-43obhh a {
    margin: 1px 0 4px;
  }
}

.roobet-43obhh a svg {
  fill: #fff;
}

.roobet-43obhh a:hover {
  background: #3d68e7;
}

.roobet-tvfqpl {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.roobet-d2t33y {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .roobet-d2t33y {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.roobet-1un6bi {
  font-size: 16px;
  color: var(--text-color);
}

.roobet-f86bxk {
  display: grid;
  grid-template-areas: "play-block__left" "content-section" "play-block__right";
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .roobet-f86bxk {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .roobet-f86bxk {
    margin: 20px auto 60px;
  }
}

@media only screen and (min-width: 992px) {
  .roobet-f86bxk {
    grid-template-areas: "play-block__left play-block__right" "content-section content-section";
    grid-template-columns: 65% 35%;
  }
}

.roobet-kz1ega {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.roobet-kz1ega h1,
.roobet-kz1ega h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .roobet-kz1ega h1,
  .roobet-kz1ega h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .roobet-kz1ega {
    margin: 0;
    padding-right: 20px;
  }
}

.roobet-l1i65f {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

.roobet-l1i65f h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .roobet-l1i65f h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.roobet-l1i65f h2 {
  display: flex;
  align-items: center;
  min-height: 68px;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 6px;
}

@media only screen and (max-width: 767px) {
  .roobet-l1i65f h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.roobet-l1i65f table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.roobet-l1i65f table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .roobet-l1i65f table tr td {
    padding: 12px 4px;
  }
}

.roobet-l1i65f table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .roobet-l1i65f table tr th {
    padding: 12px 4px;
  }
}

.roobet-l1i65f table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .roobet-l1i65f {
    margin: 0;
  }
}

.roobet-956ptz {
  width: 100%;
  min-height: 356px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .roobet-956ptz {
    min-height: 190px;
  }
}

.roobet-lmyfa6 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(5px);
}

.roobet-lmyfa6::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.roobet-riprku {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.roobet-riprku.roobet-04b8ko {
  display: none;
}

.roobet-zvgm7o {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.roobet-zvgm7o iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.roobet-zvgm7o iframe.roobet-4h5eqd {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.roobet-zvgm7o.roobet-ncz9je {
  opacity: 1;
  pointer-events: all;
}

.roobet-ombx6y {
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 252px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #c2c0ce;
  margin: 0 auto;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.roobet-e7xto4 ease-in-out;
}

.roobet-ombx6y svg {
  margin-right: 10px;
}

.roobet-ombx6y + .roobet-ombx6y {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .roobet-ombx6y:hover {
    background: #a8a6b3;
  }
}

.roobet-d1v3a3 {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

@media only screen and (min-width: 1025px) {
  .roobet-d1v3a3:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
  }
}

@media only screen and (max-width: 767px) {
  .roobet-ombx6y {
    height: 42px;
    max-width: 220px;
  }
}

.roobet-f86bxk .roobet-3mv9wc {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.roobet-f86bxk .roobet-3mv9wc h1,
.roobet-f86bxk .roobet-3mv9wc h2 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .roobet-f86bxk .roobet-3mv9wc h1,
  .roobet-f86bxk .roobet-3mv9wc h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .roobet-f86bxk .roobet-3mv9wc {
    margin: 28px 0 0;
  }
}

.roobet-lrk81b {
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .roobet-lrk81b {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .roobet-lrk81b {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .roobet-lrk81b {
    margin: 20px auto 60px;
  }
}

.roobet-bvfnwp {
  max-width: 545px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .roobet-bvfnwp {
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .roobet-bvfnwp {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.roobet-dvpa5v {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.roobet-dvpa5v iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.roobet-1suvul {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.roobet-1suvul h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .roobet-1suvul h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .roobet-1suvul h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .roobet-1suvul {
    max-width: 100%;
    margin: 0;
  }
}

.roobet-uvlfzr {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .roobet-uvlfzr {
    padding: 14px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.roobet-k0nkvd {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .roobet-k0nkvd {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

.roobet-jrr3yj {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.roobet-jrr3yj span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

@media only screen and (max-width: 767px) {
  .roobet-jrr3yj {
    margin: 0;
  }
  .roobet-jrr3yj:last-of-type {
    margin-top: 4px;
  }
}

.roobet-h00wic {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 540px) {
  .roobet-h00wic {
    padding: 10px;
  }
}

.roobet-h00wic .roobet-djw99z {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .roobet-h00wic .roobet-djw99z {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .roobet-h00wic {
    flex-wrap: wrap;
  }
}

.roobet-a8j2my {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.roobet-a8j2my img {
  width: 100%;
}

.roobet-rruo3q {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .roobet-rruo3q {
    max-width: 200px;
    margin: 0;
  }
}

.roobet-z6vhx4 {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.roobet-u2x8bl {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.roobet-f2t8p4 {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .roobet-f2t8p4 {
    margin: 0 0 60px;
  }
}

.roobet-f2t8p4 .roobet-voupow {
  position: relative;
}

.roobet-f2t8p4 .roobet-bhiof9 {
  width: 100%;
  height: calc(100vh - 54px);
  height: 100dvh;
  height: calc(100dvh - env(safe-area-inset-bottom, 0px));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.roobet-f2t8p4 .roobet-bhiof9.roobet-04b8ko {
  display: none;
}

.roobet-f2t8p4 .roobet-nu2s3g {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  max-width: 910px;
  width: 100%;
  border-radius: 20px;
  padding: 17px 40px;
  background: var(--main-theme-color);
  border: 1px solid var(--border-color);
  margin-bottom: env(safe-area-inset-bottom, 0px);
}

@media only screen and (max-width: 991px) {
  .roobet-f2t8p4 .roobet-nu2s3g {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .roobet-f2t8p4 .roobet-nu2s3g {
    bottom: 90px;
  }
}

.roobet-f2t8p4 .roobet-nu2s3g .roobet-kyi2d1 {
  max-width: 300px;
  width: 100%;
}

.roobet-f2t8p4 .roobet-nu2s3g .roobet-kyi2d1 .roobet-lf4yq0 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .roobet-f2t8p4 .roobet-nu2s3g .roobet-kyi2d1 .roobet-lf4yq0 {
    font-size: 32px;
    text-align: center;
  }
}

.roobet-f2t8p4 .roobet-nu2s3g .roobet-kyi2d1 .roobet-xf5ov6 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .roobet-f2t8p4 .roobet-nu2s3g .roobet-kyi2d1 .roobet-xf5ov6 {
    text-align: center;
  }
}

.roobet-f2t8p4 .roobet-nu2s3g .roobet-evfmo0 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .roobet-f2t8p4 .roobet-nu2s3g .roobet-evfmo0 {
    flex-direction: column-reverse;
  }
}

.roobet-f2t8p4 .roobet-nu2s3g .roobet-evfmo0 .roobet-ukao2h {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0.roobet-e7xto4 ease-in-out;
}

.roobet-f2t8p4 .roobet-nu2s3g .roobet-evfmo0 .roobet-ukao2h:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .roobet-f2t8p4 .roobet-nu2s3g .roobet-evfmo0 .roobet-ukao2h {
    width: 100%;
  }
}

.roobet-f2t8p4 .roobet-nu2s3g .roobet-evfmo0 .roobet-crgohv {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  position: relative;
  transition: 0.roobet-e7xto4 ease-in-out;
  overflow: hidden;
}

.roobet-f2t8p4 .roobet-nu2s3g .roobet-evfmo0 .roobet-crgohv span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@keyframes slideLeftRight {
  0% {
    left: -16px;
  }
  100% {
    left: calc(100% + 16px);
  }
}

.roobet-f2t8p4 .roobet-nu2s3g .roobet-evfmo0 .roobet-crgohv:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  left: -16px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.75) 50%,
    transparent 100%
  );
  z-index: 0;
  backdrop-filter: blur(5px);
  animation: slideLeftRight 2s infinite;
}

.roobet-f2t8p4 .roobet-nu2s3g .roobet-evfmo0 .roobet-crgohv:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .roobet-f2t8p4 .roobet-nu2s3g .roobet-evfmo0 .roobet-crgohv {
    width: 100%;
  }
}

.roobet-f2t8p4 .roobet-nu2s3g.roobet-04b8ko {
  display: none;
}

.roobet-f2t8p4 .roobet-ibvpkg {
  display: none;
}

.roobet-f2t8p4 .roobet-ibvpkg.roobet-ncz9je {
  display: block;
}

.roobet-f2t8p4 .roobet-ibvpkg iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .roobet-f2t8p4 .roobet-ibvpkg iframe {
    height: calc(100vh - 54px);
  }
}

.roobet-f2t8p4 .roobet-b5vo5o {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .roobet-f2t8p4 .roobet-b5vo5o {
    padding: 24px 16px 0;
  }
}

.roobet-f2t8p4 .roobet-b5vo5o .roobet-lf4yq0 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .roobet-f2t8p4 .roobet-b5vo5o .roobet-lf4yq0 {
    margin-bottom: 24px;
  }
}

.roobet-f2t8p4 .roobet-b5vo5o table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.roobet-f2t8p4 .roobet-b5vo5o table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .roobet-f2t8p4 .roobet-b5vo5o table tr td {
    padding: 12px 4px;
  }
}

.roobet-f2t8p4 .roobet-b5vo5o table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .roobet-f2t8p4 .roobet-b5vo5o table tr th {
    padding: 12px 4px;
  }
}

.roobet-f2t8p4 .roobet-b5vo5o table tr:last-of-type td {
  border-bottom: none;
}

.roobet-tnqwzc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background: var(--main-theme-color);
}

.roobet-tnqwzc.roobet-na58up {
  display: block;
}

.roobet-tnqwzc iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.roobet-tnqwzc .roobet-epwkkg {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  color: #000;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}

.roobet-tnqwzc .roobet-3pkzl5 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.roobet-tnqwzc .roobet-crgohv {
  bottom: 20px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  height: 46px;
  width: 100%;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  z-index: 10000;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: 0.roobet-e7xto4 ease-in-out;
}

.roobet-tnqwzc .roobet-crgohv:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.roobet-2jnn93 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}

.roobet-2jnn93.roobet-na58up {
  display: block;
}

.roobet-z2hpt4 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.roobet-5aueq3 {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

.roobet-8pgvhy {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .roobet-5aueq3 {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 28px 16px;
  }
}

.roobet-mrsiph {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.roobet-mrsiph svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.roobet-er187v {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.roobet-i40jbq.roobet-04b8ko {
  display: none;
}

.roobet-xqwcgh {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .roobet-xqwcgh {
    margin-bottom: 20px;
  }
}

.roobet-dfl8bc {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.roobet-dfl8bc span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

.roobet-dfl8bc small {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}

.roobet-dfl8bc input {
  border-radius: 46px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: none;
  font-size: 16px;
  transition: 0.roobet-e7xto4 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.roobet-dfl8bc input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.roobet-dfl8bc input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.roobet-dfl8bc input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.roobet-dfl8bc input:active {
  border-color: #c2c0ce;
}

.roobet-dfl8bc input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .roobet-dfl8bc {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.roobet-l8178m {
  margin-bottom: 36px;
}

.roobet-l8178m textarea {
  border-radius: 20px;
  padding: 14px 20px;
  width: 100%;
  height: 120px;
  resize: none;
  overflow: hidden;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: 1px solid #c2c0ce;
  font-size: 16px;
}

.roobet-l8178m textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.roobet-l8178m textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .roobet-l8178m {
    margin-bottom: 24px;
  }
}

.roobet-unevwj {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.roobet-oiujgl {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  width: 136px;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  transition: 0.roobet-e7xto4 ease-in-out;
}

.roobet-oiujgl:hover {
  background: var(--border-color);
}

.roobet-t60q6s {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #197bff;
  color: var(--title-color);
  border-radius: 6px;
  padding: 10px;
  width: 193px;
  height: 42px;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: 0.roobet-e7xto4 ease-in-out;
}

.roobet-t60q6s:hover {
  background: #166ad9;
}

.roobet-gr72br {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.roobet-gr72br.roobet-04b8ko {
  display: none;
}

.roobet-qgxfiy {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--title-color);
  margin: 16px 0 20px;
}

.roobet-gr72br .roobet-oiujgl {
  margin: 0 auto;
}

.roobet-nkbdai {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  .roobet-nkbdai {
    margin-bottom: 16px;
  }
}

.roobet-z66zeo {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: auto;
  position: relative;
}

.roobet-dqtnqt {
  filter: grayscale(100%);
}

.roobet-z66zeo > input {
  display: none;
}

.roobet-z66zeo > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.roobet-9uvovy.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.roobet-3evf3y 44.roobet-zmk0nh.roobet-4bjxrv.roobet-x3viek.roobet-qaxv14.roobet-vjfofp.roobet-sk29v1.roobet-jsagwn.roobet-4qck30.roobet-037i84.roobet-g2qumu.roobet-ph208q.roobet-ct6y27 0l-12.roobet-h7ci8e 30.roobet-bwfeqj.roobet-w1m819 2.roobet-b53u3p.roobet-w1m819 3.roobet-yziz5h 3.roobet-p19lt8.roobet-aaathc 3.roobet-b75ygj.roobet-x0j4al.roobet-fbebcm.roobet-mx1dlz 7-3.roobet-h7ci8e 10.roobet-u1ofji.roobet-mx1dlz 23.roobet-pkv1eh.roobet-v26gme 1.roobet-7c4td4 2.roobet-h7ci8e 3.roobet-v26gme 1.roobet-aaathc 5.roobet-v3ykx4.roobet-aaathc 32.roobet-2sjld4.roobet-x0j4al 5.roobet-ct6y27 4.roobet-mx1dlz 9.roobet-mx1dlz 8.roobet-aaathc 6.roobet-ctikxf.roobet-226mw4.roobet-ww9ttz.roobet-n8h1qy.roobet-efgly0 4.roobet-qvv492.roobet-efgly0 6.roobet-efgly0 0l29.roobet-ct6y27 17.roobet-hkju5a.roobet-a5yvh8 2.roobet-qlpoey 10.roobet-kyq2v9.roobet-h7ci8e 8.roobet-c44e6u.roobet-yer15s.roobet-szf8aa.roobet-vxbp65.roobet-tlocj1.roobet-x0j4al.roobet-vjfofp.roobet-h7ci8e 1.roobet-2z8a64.roobet-ffbtve.roobet-tg9sd1.roobet-02ws79.roobet-guggls.roobet-7c4td4 1.roobet-y1zybr.roobet-9jc339.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.roobet-z66zeo > input:checked ~ label,
.roobet-z66zeo > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.roobet-9uvovy.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.roobet-3evf3y 44.roobet-zmk0nh.roobet-4bjxrv.roobet-x3viek.roobet-qaxv14.roobet-vjfofp.roobet-sk29v1.roobet-jsagwn.roobet-4qck30.roobet-037i84.roobet-g2qumu.roobet-ph208q.roobet-ct6y27 0l-12.roobet-h7ci8e 30.roobet-bwfeqj.roobet-w1m819 2.roobet-b53u3p.roobet-w1m819 3.roobet-yziz5h 3.roobet-p19lt8.roobet-aaathc 3.roobet-b75ygj.roobet-x0j4al.roobet-fbebcm.roobet-mx1dlz 7-3.roobet-h7ci8e 10.roobet-u1ofji.roobet-mx1dlz 23.roobet-pkv1eh.roobet-v26gme 1.roobet-7c4td4 2.roobet-h7ci8e 3.roobet-v26gme 1.roobet-aaathc 5.roobet-v3ykx4.roobet-aaathc 32.roobet-2sjld4.roobet-x0j4al 5.roobet-ct6y27 4.roobet-mx1dlz 9.roobet-mx1dlz 8.roobet-aaathc 6.roobet-ctikxf.roobet-226mw4.roobet-ww9ttz.roobet-n8h1qy.roobet-efgly0 4.roobet-qvv492.roobet-efgly0 6.roobet-efgly0 0l29.roobet-ct6y27 17.roobet-hkju5a.roobet-a5yvh8 2.roobet-qlpoey 10.roobet-kyq2v9.roobet-h7ci8e 8.roobet-c44e6u.roobet-yer15s.roobet-szf8aa.roobet-vxbp65.roobet-tlocj1.roobet-x0j4al.roobet-vjfofp.roobet-h7ci8e 1.roobet-2z8a64.roobet-ffbtve.roobet-tg9sd1.roobet-02ws79.roobet-guggls.roobet-7c4td4 1.roobet-y1zybr.roobet-9jc339.5z'/%3e%3c/svg%3e");
}

.roobet-z66zeo > input:not(:checked) ~ label:hover,
.roobet-z66zeo > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.roobet-9uvovy.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.roobet-3evf3y 44.roobet-zmk0nh.roobet-4bjxrv.roobet-x3viek.roobet-qaxv14.roobet-vjfofp.roobet-sk29v1.roobet-jsagwn.roobet-4qck30.roobet-037i84.roobet-g2qumu.roobet-ph208q.roobet-ct6y27 0l-12.roobet-h7ci8e 30.roobet-bwfeqj.roobet-w1m819 2.roobet-b53u3p.roobet-w1m819 3.roobet-yziz5h 3.roobet-p19lt8.roobet-aaathc 3.roobet-b75ygj.roobet-x0j4al.roobet-fbebcm.roobet-mx1dlz 7-3.roobet-h7ci8e 10.roobet-u1ofji.roobet-mx1dlz 23.roobet-pkv1eh.roobet-v26gme 1.roobet-7c4td4 2.roobet-h7ci8e 3.roobet-v26gme 1.roobet-aaathc 5.roobet-v3ykx4.roobet-aaathc 32.roobet-2sjld4.roobet-x0j4al 5.roobet-ct6y27 4.roobet-mx1dlz 9.roobet-mx1dlz 8.roobet-aaathc 6.roobet-ctikxf.roobet-226mw4.roobet-ww9ttz.roobet-n8h1qy.roobet-efgly0 4.roobet-qvv492.roobet-efgly0 6.roobet-efgly0 0l29.roobet-ct6y27 17.roobet-hkju5a.roobet-a5yvh8 2.roobet-qlpoey 10.roobet-kyq2v9.roobet-h7ci8e 8.roobet-c44e6u.roobet-yer15s.roobet-szf8aa.roobet-vxbp65.roobet-tlocj1.roobet-x0j4al.roobet-vjfofp.roobet-h7ci8e 1.roobet-2z8a64.roobet-ffbtve.roobet-tg9sd1.roobet-02ws79.roobet-guggls.roobet-7c4td4 1.roobet-y1zybr.roobet-9jc339.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .roobet-m1g1my > .roobet-pn31kx {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .roobet-m1g1my > .roobet-pn31kx {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .roobet-m1g1my > .roobet-pn31kx {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .roobet-m1g1my > .roobet-pn31kx {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .roobet-m1g1my > .roobet-pn31kx {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

label[for="rating-0"] {
  display: none;
}

.roobet-dsrvem {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.roobet-dsrvem.roobet-04b8ko {
  display: none;
}

.roobet-msvh6r {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  height: 110px;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .roobet-msvh6r {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .roobet-msvh6r {
    border-radius: 20px 20px 0 0;
  }
}

.roobet-mqs3b6 {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 52px;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  color: #fff;
  border-top-left-radius: 30px;
}

.roobet-mqs3b6::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.roobet-mqs3b6::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.roobet-mqs3b6 img {
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .roobet-mqs3b6 {
    max-width: 300px;
    padding: 0 10px;
    font-size: 16px;
  }
  .roobet-mqs3b6 img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .roobet-mqs3b6 {
    max-width: 120px;
    font-size: 14px;
    border-top-left-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
  }
  .roobet-mqs3b6 img {
    max-width: 60px;
    border-radius: 7px;
  }
}

.roobet-k5f9vs {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .roobet-k5f9vs {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .roobet-k5f9vs {
    font-size: 14px;
  }
}

.roobet-xil6us {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 52px 0 0;
  z-index: 2;
  overflow: hidden;
  border-top-right-radius: 30px;
}

.roobet-xil6us::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .roobet-xil6us::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.roobet-xil6us::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .roobet-xil6us::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .roobet-xil6us {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .roobet-xil6us {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

.roobet-bmfvvy {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .roobet-bmfvvy {
    top: -20px;
  }
}

.roobet-qi6lcu {
  width: 220px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.roobet-e7xto4 ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

@media only screen and (min-width: 1025px) {
  .roobet-qi6lcu:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}

@media only screen and (max-width: 1023px) {
  .roobet-qi6lcu {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .roobet-qi6lcu {
    width: 90px;
    height: 40px;
  }
}

.roobet-dsrvem.roobet-vahf1u .roobet-msvh6r {
  background: #2b3b67;
}

.roobet-dsrvem.roobet-vahf1u .roobet-mqs3b6 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.roobet-dsrvem.roobet-vahf1u .roobet-mqs3b6::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.roobet-dsrvem.roobet-vahf1u .roobet-mqs3b6::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.roobet-dsrvem.roobet-vahf1u .roobet-xil6us::before {
  background: #0e0f41;
}

.roobet-dsrvem.roobet-vahf1u .roobet-xil6us::after {
  background: #152557;
}

.roobet-dsrvem.roobet-3w7u1z .roobet-msvh6r {
  background: #1f35fa;
}

.roobet-dsrvem.roobet-3w7u1z .roobet-mqs3b6 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.roobet-dsrvem.roobet-3w7u1z .roobet-mqs3b6::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.roobet-dsrvem.roobet-3w7u1z .roobet-mqs3b6::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.roobet-dsrvem.roobet-3w7u1z .roobet-xil6us::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.roobet-dsrvem.roobet-3w7u1z .roobet-xil6us::after {
  background: #192ac8;
}

.roobet-dsrvem.roobet-64p96x .roobet-msvh6r {
  background: #fa771f;
}

.roobet-dsrvem.roobet-64p96x .roobet-mqs3b6 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.roobet-dsrvem.roobet-64p96x .roobet-mqs3b6::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.roobet-dsrvem.roobet-64p96x .roobet-mqs3b6::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.roobet-dsrvem.roobet-64p96x .roobet-xil6us::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.roobet-dsrvem.roobet-64p96x .roobet-xil6us::after {
  background: #fa8535;
}

.roobet-866smr {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .roobet-866smr {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .roobet-866smr {
    margin: 24px 0 60px;
  }
}

.roobet-866smr h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .roobet-866smr h1 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 18px;
  }
}

.roobet-fzbn8p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .roobet-fzbn8p {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.roobet-bj18or {
  display: flex;
  align-items: center;
  color: var(--text-color);
  gap: 6px;
  font-weight: 700;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .roobet-bj18or {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.roobet-3grrmj {
  max-width: 200px;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .roobet-3grrmj:hover {
    background: var(--button-bg-hover);
  }
}

.roobet-qrap2l {
  display: flex;
  align-items: center;
  gap: 10px;
}

.roobet-qrap2l span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.roobet-qrap2l small {
  font-size: 14px;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .roobet-qrap2l {
    margin-bottom: 16px;
  }
}

.roobet-mpl3w8 {
  width: 120px;
  height: 22px;
}

.roobet-mpl3w8 .roobet-hpqlh7 {
  fill: #c2c0ce;
}

.roobet-mpl3w8 [rating="1"] .roobet-hpqlh7:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.roobet-mpl3w8 [rating="2"] .roobet-hpqlh7:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.roobet-mpl3w8 [rating="3"] .roobet-hpqlh7:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.roobet-mpl3w8 [rating="4"] .roobet-hpqlh7:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.roobet-mpl3w8 [rating="5"] .roobet-hpqlh7:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.roobet-mnlt3b {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

@media only screen and (max-width: 767px) {
  .roobet-mnlt3b {
    gap: 16px 0;
  }
}

.roobet-vow4x8 {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.roobet-vow4x8.roobet-ncz9je {
  display: block;
}

.roobet-vow4x8.roobet-04b8ko {
  display: none;
}

@media only screen and (max-width: 767px) {
  .roobet-vow4x8 {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.roobet-jyapx0 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.roobet-cvafg3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.roobet-sbtz54 {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.roobet-0e2r36 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.roobet-0e2r36 span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.roobet-cgtn68 {
  font-size: 16px;
  line-height: 140%;
}

.roobet-5i0sjv {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.roobet-5i0sjv .roobet-hpqlh7 {
  fill: #c2c0ce;
}

.roobet-5i0sjv [rating="1"] .roobet-hpqlh7:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.roobet-5i0sjv [rating="2"] .roobet-hpqlh7:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.roobet-5i0sjv [rating="3"] .roobet-hpqlh7:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.roobet-5i0sjv [rating="4"] .roobet-hpqlh7:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.roobet-5i0sjv [rating="5"] .roobet-hpqlh7:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.roobet-fun6ql {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .roobet-fun6ql {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.roobet-05lknh {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .roobet-05lknh {
    padding: 0 16px;
  }
}

.roobet-kcupt3 {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .roobet-kcupt3 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.roobet-5ixibp {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .roobet-5ixibp {
    padding: 12px;
    gap: 12px;
  }
}

.roobet-truw1k {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.roobet-truw1k img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.roobet-fnkbp7 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--button-bg-color) 0%,
    var(--button-bg-hover) 100%
  );
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.roobet-lupfdq {
  flex: 1;
  min-width: 0;
}

.roobet-4l39hf {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .roobet-4l39hf {
    font-size: 14px;
    gap: 6px;
  }
}

.roobet-v0ntqj {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.roobet-v0ntqj svg,
.roobet-v0ntqj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.roobet-v0ntqj svg path {
  fill: var(--button-bg-color);
}

.roobet-v0ntqj svg circle {
  fill: var(--button-text-color);
}

.roobet-9zu9qh {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .roobet-9zu9qh {
    font-size: 12px;
  }
}

.roobet-9zu9qh strong {
  font-weight: 600;
}

.roobet-tmpkwc {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.roobet-tmpkwc p {
  margin: 0 0 16px;
}

.roobet-tmpkwc p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .roobet-tmpkwc {
    font-size: 14px;
    line-height: 150%;
  }
}

.roobet-gxafeg {
  max-width: 300px;
  width: 100%;
}

.roobet-gxafeg a {
  width: 100%;
}

@media (max-width: 575px) {
  .roobet-gxafeg {
    max-width: 200px;
  }
}

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

.roobet-zkajlu {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.roobet-6ddmzm {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .roobet-fcc03x {
    padding: 0 0 50px;
    justify-content: center;
  }
}

.roobet-em5qqe {
  padding: 5px 0;
  justify-content: center;
  background: color-mix(in srgb, var(--fh-bg-color), transparent 20%);
}

.roobet-em5qqe .roobet-d4esui {
  justify-content: center;
}

/* faq */

.roobet-o3zsyt {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  user-select: none;
}

.roobet-d63mev {
  color: var(--text-color);
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: var(--table-1-color);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.roobet-l38nbs ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.roobet-d63mev::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.roobet-l38nbs ease;
}

.roobet-o3zsyt.roobet-na58up .roobet-d63mev::after {
  transform: rotate(45deg);
}

.roobet-oggpo5 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.roobet-e7xto4 ease, padding 0.roobet-e7xto4 ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.roobet-o3zsyt.roobet-na58up .roobet-oggpo5 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.roobet-y4e4pa {
  margin: 25px 0;
}

.roobet-z66zeo > input:not(:checked) ~ label:hover,
.roobet-z66zeo > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.roobet-e1ph4d.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.roobet-7q07x4 44.roobet-d5c0ai.roobet-aekly7.roobet-di69y1.roobet-knta76.roobet-0ddv5i.roobet-54a8ii.roobet-91diag.roobet-zwhfzd.roobet-svdndn.roobet-wf9u7a.roobet-6zco11.roobet-8tq1lw 0l-12.roobet-hpgs3b 30.roobet-6ow303.roobet-e41cgd 2.roobet-v82m1w.roobet-e41cgd 3.roobet-2x5cnb 3.roobet-8hvuig.roobet-4qdhuk 3.roobet-xravml.roobet-1tq0ub.roobet-n5u8bd.roobet-tt720m 7-3.roobet-hpgs3b 10.roobet-kmobrp.roobet-tt720m 23.roobet-d0xw36.roobet-m8wlyw 1.roobet-110buo 2.roobet-hpgs3b 3.roobet-m8wlyw 1.roobet-4qdhuk 5.roobet-5kfjxc.roobet-4qdhuk 32.roobet-ikspj1.roobet-1tq0ub 5.roobet-8tq1lw 4.roobet-tt720m 9.roobet-tt720m 8.roobet-4qdhuk 6.roobet-9nrwj7.roobet-41zkkf.roobet-9q6iai.roobet-bc8bqa.roobet-idlkso 4.roobet-ulykz5.roobet-idlkso 6.roobet-idlkso 0l29.roobet-8tq1lw 17.roobet-7ydmhg.roobet-ebky57 2.roobet-mxnfh4 10.roobet-mftq3a.roobet-hpgs3b 8.roobet-sfctv0.roobet-2yb3uf.roobet-0lsofj.roobet-gkeu9s.roobet-wcwrwf.roobet-1tq0ub.roobet-0ddv5i.roobet-hpgs3b 1.roobet-wk60vq.roobet-r6wj8p.roobet-xcxlsq.roobet-nqo4ed.roobet-z50t9l.roobet-110buo 1.roobet-ff1dd1.roobet-dz2lci.5z'/%3e%3c/svg%3e");
}

.roobet-slqnr8 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .roobet-slqnr8 {
    gap: 16px 0;
  }
}

.roobet-pruikm {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
}

.roobet-pruikm.roobet-wa5yw2 {
  display: block;
}

.roobet-pruikm.roobet-saidxx {
  display: none;
}

@media only screen and (max-width: 767px) {
  .roobet-pruikm {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.roobet-n15ylp {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.roobet-2o5beo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.roobet-iypekc {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.roobet-tgtqij small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.roobet-tgtqij span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.roobet-m0pex0 {
  font-size: 16px;
  line-height: 140%;
}

.roobet-00i8w6 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.roobet-00i8w6 .roobet-ekj7o1 {
  fill: #c2c0ce;
}

.roobet-00i8w6 [rating="1"] .roobet-ekj7o1:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.roobet-00i8w6 [rating="2"] .roobet-ekj7o1:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.roobet-00i8w6 [rating="3"] .roobet-ekj7o1:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.roobet-00i8w6 [rating="4"] .roobet-ekj7o1:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.roobet-00i8w6 [rating="5"] .roobet-ekj7o1:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

.roobet-tavx6w {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--fh-bg-color);
  font-family: sans-serif;
}

.roobet-tavx6w textarea {
  width: 100%;
  height: 80px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  resize: none;
  box-sizing: border-box;
  font-size: 18px;
}

.roobet-tavx6w button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 576px) {
  table {
    word-break: break-all;
  }
}

/* up */

.roobet-gvrr6k {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.roobet-gvrr6k.roobet-qsysd9 {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.roobet-6uyehb {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.roobet-6uyehb label {
  font-size: 14px;
}

.roobet-6uyehb h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.roobet-6uyehb input,
.roobet-6uyehb textarea,
.roobet-6uyehb button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.roobet-6uyehb button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.roobet-l38nbs ease;
}
.roobet-6uyehb button:hover {
  background-color: var(--button-bg-hover);
}
.roobet-mr20ut {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.roobet-hg61lg ease-in;
}

.roobet-mr20ut h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.roobet-sx9vvg, .roobet-s60a3k, [class*="review-card"],
thead, thead th, table th, .roobet-kn5f7a,
.roobet-4ihy0v, [class*="collapsible-header"],
.roobet-alfhvz, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
.roobet-aoa53y, .roobet-aoa53y :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
