@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.rainbet-m15f58 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.rainbet-39cxy6 {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.rainbet-tnrl3u,
ul.rainbet-tnrl3u {
  padding-left: 20px;
}

ul.rainbet-tnrl3u {
  list-style: disc;
}

ol.rainbet-tnrl3u {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.rainbet-ltb8lj > .rainbet-fr3a9w,
.rainbet-ltb8lj > .rainbet-gf3mso,
.rainbet-ltb8lj > blockquote,
.rainbet-ltb8lj > h1,
.rainbet-ltb8lj > h2,
.rainbet-ltb8lj > h3,
.rainbet-ltb8lj > h4,
.rainbet-ltb8lj > h5,
.rainbet-ltb8lj > h6,
.rainbet-ltb8lj > ol,
.rainbet-ltb8lj > p,
.rainbet-ltb8lj > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.rainbet-ltb8lj > ol,
.rainbet-ltb8lj > ul {
  padding-left: 50px;
}

.rainbet-ltb8lj blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.rainbet-ltb8lj:not(:last-child) {
  margin-bottom: 2rem;
}

.rainbet-ltb8lj > :not(:first-child) {
  margin-top: 2rem;
}

.rainbet-ltb8lj {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.rainbet-ltb8lj:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .rainbet-ltb8lj:first-child {
    margin-top: 20px;
  }
}

.rainbet-ltb8lj > p:last-of-type {
  margin-bottom: 32px;
}

.rainbet-ltb8lj > .rainbet-da1hjs:not(:first-child) {
  margin: 64px auto 16px auto;
}

.rainbet-6m51gw > .rainbet-da1hjs {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.rainbet-gf3mso {
  overflow: auto;
}

.rainbet-gf3mso::-webkit-scrollbar {
  height: 5px;
}

.rainbet-gf3mso table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.rainbet-gf3mso table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.rainbet-gf3mso table thead,
table thead {
  border-bottom: none;
}

.rainbet-gf3mso table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.rainbet-gf3mso table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.rainbet-gf3mso table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.rainbet-gf3mso .rainbet-udhm5d {
  table-layout: auto;
}

.rainbet-gf3mso .rainbet-udhm5d th {
  word-break: normal;
}

.rainbet-gf3mso .rainbet-udhm5d td {
  word-break: normal;
}

.rainbet-m15f58 .rainbet-m15f58 {
  padding-right: 0;
  padding-left: 0;
}

.rainbet-t70nzl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.rainbet-ja10zt {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.rainbet-g7zshd {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.rainbet-fr3a9w {
  margin-top: 24px;
}

.rainbet-fr3a9w.rainbet-5vfyu6 {
  text-align: left;
}

.rainbet-fr3a9w.rainbet-qtz8z6 {
  text-align: right;
}

.rainbet-fr3a9w.rainbet-0t703z {
  text-align: center;
}

.rainbet-3vwgt3 {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.rainbet-v2f4ir ease-in-out;
  cursor: pointer;
}

.rainbet-3vwgt3:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.rainbet-3vwgt3 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .rainbet-3vwgt3 {
    min-width: unset;
  }
}

.rainbet-ns8385 {
  background-color: var(--fh-bg-color);
}

.rainbet-xwf93u {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.rainbet-gc92p6 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.rainbet-gc92p6 img {
  max-height: 80px;
  object-fit: contain;
}

.rainbet-wyt3lw {
  flex: 1 1;
}

.rainbet-jeg2w6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.rainbet-czzhp9 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.rainbet-czzhp9 span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.rainbet-czzhp9.rainbet-ja9zi3 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.rainbet-czzhp9.rainbet-ja9zi3 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.rainbet-czzhp9.rainbet-ja9zi3 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.rainbet-wyt3lw + .rainbet-jeg2w6 {
  margin-left: 20px;
}

.rainbet-s62jl7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.rainbet-s62jl7 > svg {
  max-width: 24px;
  max-height: 24px;
}

.rainbet-s62jl7 + .rainbet-s62jl7 {
  margin-left: 5px;
}

.rainbet-79o16c {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.rainbet-79o16c:hover {
  background-color: var(--button-bg-hover);
}

.rainbet-ukp8od {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.rainbet-v2f4ir ease-in-out;
  border: 1px solid var(--border-color);
}

.rainbet-ukp8od:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.rainbet-257uw8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .rainbet-wyt3lw {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .rainbet-257uw8 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .rainbet-wyt3lw {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .rainbet-s62jl7 {
    min-width: unset;
    flex: 1 1;
  }
}

.rainbet-ux3ma9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.rainbet-ux3ma9:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.rainbet-ux3ma9:hover .rainbet-2oiz28 {
  opacity: 1;
  pointer-events: auto;
}

.rainbet-7nojac {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.rainbet-qkmalv ease-in-out;
  gap: 4px;
}

.rainbet-7nojac > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.rainbet-7nojac .rainbet-t70nzl img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.rainbet-rom0ux,
.rainbet-7nojac:hover {
  color: var(--button-bg-hover);
}

.rainbet-h3b3cj {
  position: relative;
}

.rainbet-h3b3cj .rainbet-7nojac {
  margin-right: 0;
  padding-right: 4px;
}

.rainbet-rmymff svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.rainbet-h3b3cj.rainbet-ja9zi3 .rainbet-rmymff svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.rainbet-h3b3cj.rainbet-ja9zi3 .rainbet-2oiz28 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.rainbet-h3b3cj.rainbet-ja9zi3 .rainbet-2oiz28::before {
  display: none;
}

.rainbet-rmymff svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.rainbet-2oiz28 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.rainbet-zlncq5 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.rainbet-2oiz28::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.rainbet-2oiz28:hover {
  color: var(--fh-bg-color);
}

.rainbet-ii5joj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.rainbet-zlncq5 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.rainbet-qkmalv ease-in-out;
  -o-transition: 0.rainbet-qkmalv ease-in-out;
  transition: 0.rainbet-qkmalv ease-in-out;
}

.rainbet-ii5joj .rainbet-t70nzl img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.rainbet-g7xirc,
.rainbet-ii5joj:hover {
  color: var(--button-bg-hover);
}

.rainbet-kbjvux {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.rainbet-kbjvux.rainbet-agv8vt {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.rainbet-kbjvux.rainbet-agv8vt:after,
.rainbet-kbjvux.rainbet-agv8vt:before {
  content: "";
  position: absolute;
  margin: auto;
}

.rainbet-kbjvux.rainbet-agv8vt:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.rainbet-kbjvux.rainbet-agv8vt:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.rainbet-kbjvux.rainbet-agv8vt > * {
  z-index: 1;
}

.rainbet-kbjvux b,
.rainbet-kbjvux strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.rainbet-kbjvux .rainbet-zy9ozp {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.rainbet-kbjvux .rainbet-7bzd8w {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.rainbet-kbjvux .rainbet-t70nzl {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.rainbet-kbjvux .rainbet-m91pee {
  margin-top: 12px;
}

.rainbet-m91pee {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.rainbet-59bg35 {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.rainbet-m91pee .rainbet-4ybdd9 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.rainbet-v2f4ir ease-in-out;
}

.rainbet-m91pee .rainbet-4ybdd9:hover {
  background: rgba(255, 255, 255, 0.3);
}

.rainbet-mmsnhs {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.rainbet-kbjvux.rainbet-zgo8cf {
  gap: 12px;
  padding: 16px;
}

.rainbet-kbjvux.rainbet-zgo8cf .rainbet-mmsnhs {
  min-width: 240px;
}

.rainbet-kbjvux.rainbet-zgo8cf .rainbet-mmsnhs.rainbet-eeup46 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .rainbet-kbjvux .rainbet-zy9ozp {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .rainbet-kbjvux .rainbet-7bzd8w {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .rainbet-kbjvux .rainbet-t70nzl {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .rainbet-kbjvux.rainbet-zgo8cf .rainbet-t70nzl {
    max-width: 126px;
  }
  .rainbet-kbjvux .rainbet-m91pee {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .rainbet-kbjvux .rainbet-59bg35 {
    max-width: unset;
  }
  .rainbet-mmsnhs {
    min-width: unset;
    width: 100%;
  }
  .rainbet-kbjvux .rainbet-mmsnhs {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .rainbet-kbjvux.rainbet-zgo8cf {
    grid-template-rows: auto 1fr auto;
  }
  .rainbet-kbjvux.rainbet-zgo8cf .rainbet-mmsnhs {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .rainbet-kbjvux {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .rainbet-kbjvux .rainbet-zy9ozp {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .rainbet-kbjvux .rainbet-t70nzl {
    max-width: 78px;
  }
  .rainbet-kbjvux .rainbet-m91pee {
    margin-top: -12px;
  }
  .rainbet-kbjvux.rainbet-zgo8cf {
    gap: 8px;
  }
  .rainbet-kbjvux.rainbet-zgo8cf .rainbet-zy9ozp {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .rainbet-kbjvux.rainbet-zgo8cf .rainbet-7bzd8w {
    grid-column: 1/3;
  }
  .rainbet-kbjvux.rainbet-zgo8cf .rainbet-t70nzl {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .rainbet-kbjvux.rainbet-zgo8cf .rainbet-t70nzl img {
    max-width: 114px;
  }
}

.rainbet-mmsnhs.rainbet-gcfw2p,
.rainbet-mmsnhs.rainbet-qrn47s,
.rainbet-mmsnhs.rainbet-u8e60c {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.rainbet-v2f4ir ease-in-out;
}

.rainbet-mmsnhs.rainbet-gcfw2p,
.rainbet-mmsnhs.rainbet-u8e60c {
  padding: 10px;
}

.rainbet-mmsnhs.rainbet-gcfw2p:hover,
.rainbet-mmsnhs.rainbet-qrn47s:hover,
.rainbet-mmsnhs.rainbet-u8e60c:hover {
  background: var(--button-bg-hover);
}

.rainbet-mmsnhs.rainbet-gcfw2p:hover svg path,
.rainbet-mmsnhs.rainbet-u8e60c:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.rainbet-mmsnhs.rainbet-eeup46 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.rainbet-v2f4ir ease-in-out;
  background: var(--button-bg-color);
}

.rainbet-mmsnhs.rainbet-eeup46:hover {
  background-color: var(--button-bg-hover);
}

.rainbet-mmsnhs.rainbet-qrn47s:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.rainbet-mmsnhs.rainbet-qrn47s:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.rainbet-mmsnhs.rainbet-eeup46:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.rainbet-d2quat {
  max-width: 650px;
}

.rainbet-3g9u62 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.rainbet-43h1fo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.rainbet-c16e91 {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.rainbet-qkmalv ease-in-out;
  cursor: pointer;
}

.rainbet-c16e91:hover {
  opacity: 0.5;
}

.rainbet-c16e91:focus {
  outline: 0;
}

.rainbet-c16e91:focus .rainbet-h3jjsm,
.rainbet-c16e91:hover .rainbet-h3jjsm {
  fill: red;
  fill-opacity: 1;
}

.rainbet-c16e91:hover {
  cursor: pointer;
}

.rainbet-rye8nr {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.rainbet-d2quat.rainbet-0t703z {
  margin: 0 auto;
}

.rainbet-d2quat.rainbet-qtz8z6 {
  margin-left: auto;
}

.rainbet-78z058 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.rainbet-ux7boh {
  padding-bottom: 50px;
}

.rainbet-vvpxn1 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.rainbet-aaamqi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.rainbet-njmm5a {
  margin-top: 24px;
}

.rainbet-nu0741 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rainbet-q76dta {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.rainbet-bydjim {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.rainbet-k0d1iz {
  width: 468px;
}

.rainbet-bydjim .rainbet-2oiz28 {
  margin: 0.rainbet-hz5a4y 0;
}

.rainbet-mk5us2 {
  display: flex;
  min-width: 224px;
}

.rainbet-hmt584 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.rainbet-qkmalv ease-in-out;
}

.rainbet-wycswh,
.rainbet-hmt584:hover {
  color: var(--text-color);
}

.rainbet-s9wtnt {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.rainbet-nluv4t {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .rainbet-78z058 {
    padding: 16px;
  }
  .rainbet-s9wtnt {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .rainbet-nluv4t {
    align-items: center;
  }
  .rainbet-k0d1iz {
    width: unset;
  }
  .rainbet-mk5us2 {
    min-width: unset;
  }
  .rainbet-bydjim {
    max-height: unset;
  }
  .rainbet-vvpxn1 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .rainbet-78z058 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.rainbet-h2mbpg {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.rainbet-h2mbpg:not(:last-child) {
  margin-bottom: 16px;
}

.rainbet-p5ib1f {
  outline: 0;
}

.rainbet-p5ib1f .rainbet-pz6nzi {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.rainbet-yjdzy1 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .rainbet-yjdzy1 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.rainbet-yjdzy1::-webkit-details-marker {
  display: none;
}

.rainbet-yjdzy1:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.rainbet-yjdzy1:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .rainbet-yjdzy1:after {
  transform: unset;
}

.rainbet-pz6nzi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.rainbet-pz6nzi svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.rainbet-qkmalv ease-in-out;
  -o-transition: 0.rainbet-qkmalv ease-in-out;
  transition: 0.rainbet-qkmalv ease-in-out;
}

.rainbet-caj0h5 {
  padding: 16px 0 0 0;
}

.rainbet-caj0h5 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .rainbet-caj0h5 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .rainbet-yjdzy1 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .rainbet-yjdzy1::after {
    margin-left: auto;
  }
  .rainbet-pz6nzi {
    order: 3;
    flex: 1 1 100%;
  }
  .rainbet-yjdzy1 {
    font-size: 14px;
    line-height: 130%;
  }
  .rainbet-pz6nzi svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.rainbet-dfmlou {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.rainbet-lxwu2i {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.rainbet-dfmlou.rainbet-ja9zi3 .rainbet-lxwu2i {
  margin-bottom: 12px;
}

.rainbet-lxwu2i::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.rainbet-dfmlou.rainbet-ja9zi3 .rainbet-lxwu2i::after {
  transform: unset;
}

.rainbet-4ofodt {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.rainbet-bjipri {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.rainbet-qkmalv ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.rainbet-bjipri:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.rainbet-dfmlou.rainbet-ja9zi3 .rainbet-4ofodt {
  max-height: 100%;
}

.rainbet-r62pmb {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.rainbet-7eszxe {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.rainbet-nql21k {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.rainbet-9hwrcr {
  margin-right: 4px;
}

.rainbet-st0l9m {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.rainbet-qkmalv ease-in-out;
}

.rainbet-st0l9m svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.rainbet-kwsqt4,
.rainbet-st0l9m:hover {
  color: var(--text-color);
}

.rainbet-s9szgu {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.rainbet-s9szgu img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.rainbet-s9szgu .rainbet-dk87az {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.rainbet-s9szgu .rainbet-cb6wmi {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.rainbet-g4zj3k {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.rainbet-zlv6b4 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.rainbet-86okor .rainbet-m15f58 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.rainbet-86okor {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.rainbet-l2znpa {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.rainbet-jgwydl {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.rainbet-2rf6c4 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.rainbet-7lbzvg 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.rainbet-2rf6c4:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.rainbet-j7yym3 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.rainbet-8aqz2a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.rainbet-qkmalv ease-in-out;
  transition: transform 0.rainbet-qkmalv ease-in-out;
  -o-transition: transform 0.rainbet-qkmalv ease-in-out;
  transition:
    transform 0.rainbet-qkmalv ease-in-out,
    -webkit-transform 0.rainbet-qkmalv ease-in-out;
  cursor: pointer;
}

.rainbet-8aqz2a svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.rainbet-8aqz2a:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.rainbet-2cvbar {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .rainbet-2cvbar {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.rainbet-t2k0d4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.rainbet-23t46a {
  position: relative;
  width: 100%;
}

.rainbet-t2k0d4.rainbet-0k698p {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.rainbet-t2k0d4.rainbet-0t703z {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rainbet-t2k0d4.rainbet-qtz8z6 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.rainbet-vnfpqb {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.rainbet-nuem7r {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.rainbet-qkmalv ease-in-out;
  cursor: pointer;
}

.rainbet-nuem7r:hover {
  opacity: 0.5;
}

.rainbet-t2k0d4.rainbet-3psw4g .rainbet-nuem7r {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.rainbet-t2k0d4.rainbet-3psw4g .rainbet-vnfpqb {
  cursor: pointer;
}

.rainbet-2n1zzi {
  fill: #0009;
}

.rainbet-yvtgni {
  fill: #fff;
}

.rainbet-nuem7r:hover .rainbet-2n1zzi {
  fill: red;
}

.rainbet-nuem7r svg path {
  -webkit-transition: 0.rainbet-qkmalv ease-in-out;
  -o-transition: 0.rainbet-qkmalv ease-in-out;
  transition: 0.rainbet-qkmalv ease-in-out;
}

.rainbet-69uqhp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.rainbet-69uqhp > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.rainbet-69uqhp.rainbet-3tq5hb > :not(.get-image) {
  grid-column: 1/3;
}

.rainbet-z5pc5b:not(._h1-block) .rainbet-69uqhp > .rainbet-da1hjs {
  grid-row: 1/2;
  grid-column: 1/3;
}

.rainbet-69uqhp.rainbet-3tq5hb .rainbet-3qqi6l {
  grid-column: 2/3;
}

.rainbet-69uqhp.rainbet-3tq5hb > .rainbet-t70nzl {
  grid-column: 1/2;
}

.rainbet-69uqhp.rainbet-3tq5hb > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.rainbet-69uqhp > p:first-of-type {
  margin-top: 0;
}

.rainbet-69uqhp .rainbet-t70nzl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.rainbet-z5pc5b:not(._h1-block) .rainbet-da1hjs ~ .rainbet-t70nzl {
  grid-row: 2/10;
}

.rainbet-z5pc5b.rainbet-7tc9hh .rainbet-da1hjs ~ .rainbet-t70nzl {
  grid-row: 1/10;
}

.rainbet-z5pc5b.rainbet-7tc9hh > .rainbet-da1hjs {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.rainbet-z5pc5b.rainbet-7tc9hh .rainbet-t70nzl {
  grid-row: 1/10;
}

.rainbet-69uqhp.rainbet-dsxl8q .rainbet-t70nzl {
  align-items: flex-start;
}

.rainbet-69uqhp.rainbet-0t703z .rainbet-3qqi6l {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.rainbet-69uqhp.rainbet-0t703z .rainbet-t70nzl {
  align-items: center;
}

.rainbet-69uqhp.rainbet-vcqr83 .rainbet-t70nzl {
  align-items: flex-end;
}

.rainbet-3qqi6l > :first-child {
  margin-top: 0;
}

.rainbet-3qqi6l > :last-child {
  margin-bottom: 0;
}

* + .rainbet-0i6bpt,
.rainbet-z5pc5b + .rainbet-z5pc5b {
  margin-top: 2rem;
}

.rainbet-saolgc td::before,
.rainbet-saolgc th::after {
  display: none !important;
}

.rainbet-saolgc #link-selector {
  color: #000;
}

.rainbet-saolgc .rainbet-b03o3h {
  color: #135e96;
}

.rainbet-saolgc .rainbet-nl375v *,
.rainbet-saolgc .rainbet-rbbqsf p,
.rainbet-saolgc .rainbet-vs7su8 * {
  color: #000;
}

.rainbet-saolgc .rainbet-8zh2gf {
  background: 0 0 !important;
}

.rainbet-saolgc .rainbet-4ghf4v {
  color: #000;
}

.rainbet-saolgc .rainbet-sm1g0t.rainbet-ymjbbp {
  color: #fff;
}

.rainbet-saolgc .rainbet-hltoq9 {
  color: #000;
}

.rainbet-saolgc
  .rainbet-zwpl2z
  .rainbet-vgpbkt.rainbet-ymjbbp.rainbet-38ew09 {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.rainbet-t4073r,
body .rainbet-8ua90y {
  color: #000;
  background: var(--color-body) !important;
}

.rainbet-t4073r .rainbet-9jyhb8 .rainbet-spq761,
body .rainbet-8ua90y .rainbet-9jyhb8 .rainbet-spq761 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .rainbet-bjipri:focus,
  .rainbet-bjipri:hover {
    color: #f9cb16;
  }
  .rainbet-crl45n:focus,
  .rainbet-crl45n:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .rainbet-miaegr:focus img,
  .rainbet-miaegr:focus svg,
  .rainbet-miaegr:hover img,
  .rainbet-miaegr:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .rainbet-s9szgu {
    display: none;
  }
}

@media (min-width: 1024px) {
  .rainbet-h3b3cj:hover .rainbet-rmymff svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .rainbet-rmymff {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .rainbet-7okf0x {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .rainbet-zxw8t0 {
    grid-template-columns: repeat(4, 1fr);
  }
  .rainbet-0rj9ep {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .rainbet-ymh30m .rainbet-lrks9c {
    grid-template-columns: 1fr;
  }
  .rainbet-ymh30m .rainbet-3e6h32 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .rainbet-ymh30m .rainbet-q5g1l0 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .rainbet-ymh30m .rainbet-qdkr1k {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .rainbet-ymh30m .rainbet-n1zjji {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .rainbet-ymh30m .rainbet-q5g1l0:not(:first-child) {
    border: none;
  }
  .rainbet-ymh30m .rainbet-q5g1l0:first-child .rainbet-qdkr1k {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .rainbet-ymh30m .rainbet-q5g1l0:last-child .rainbet-qdkr1k {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .rainbet-xwf93u {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .rainbet-gc92p6 {
    max-width: 100px;
  }
  .rainbet-wyt3lw {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .rainbet-jeg2w6 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .rainbet-jeg2w6 svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .rainbet-czzhp9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .rainbet-wyt3lw + .rainbet-jeg2w6 {
    margin-left: auto;
  }
  .rainbet-yytbpf {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .rainbet-yytbpf.rainbet-ja9zi3 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .rainbet-257uw8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .rainbet-ux3ma9 {
    width: 100%;
  }
  .rainbet-ux3ma9:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .rainbet-7nojac {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .rainbet-7nojac svg {
    margin-right: 4px;
  }
  .rainbet-h3b3cj {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .rainbet-rmymff svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .rainbet-rmymff {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .rainbet-2oiz28 {
    display: none;
    width: 100%;
  }
  .rainbet-h3b3cj.rainbet-ja9zi3 .rainbet-2oiz28 {
    padding: 0 0 0 48px;
  }
  .rainbet-ii5joj {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .rainbet-aaamqi .rainbet-t70nzl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .rainbet-khmva5 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .rainbet-khmva5 + .rainbet-khmva5 {
    margin-right: 0;
  }
  .rainbet-khmva5 + .rainbet-t70nzl {
    margin: 0;
  }
  .rainbet-7okf0x {
    grid-template-columns: repeat(4, 1fr);
  }
  .rainbet-zxw8t0 {
    grid-template-columns: repeat(3, 1fr);
  }
  .rainbet-0ir011,
  .rainbet-63ntle {
    grid-template-columns: repeat(2, 1fr);
  }
  .rainbet-69uqhp {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .rainbet-69uqhp.rainbet-3tq5hb .rainbet-3qqi6l {
    grid-column: auto;
    grid-row: auto;
  }
  .rainbet-69uqhp > .rainbet-da1hjs {
    grid-column: 1/2;
  }
  .rainbet-69uqhp.rainbet-3tq5hb > :not(.get-image) {
    grid-column: 1/2;
  }
  .rainbet-69uqhp .rainbet-t70nzl,
  .rainbet-69uqhp.rainbet-3tq5hb > .rainbet-t70nzl {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .rainbet-69uqhp.rainbet-3tq5hb > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .rainbet-z5pc5b.rainbet-7tc9hh .rainbet-69uqhp > .rainbet-t70nzl {
    grid-row: 1/2;
  }
  .rainbet-69uqhp .rainbet-da1hjs ~ .rainbet-t70nzl,
  .rainbet-69uqhp.rainbet-3tq5hb .rainbet-da1hjs ~ .rainbet-t70nzl {
    grid-row: 2/3;
  }
  .rainbet-z5pc5b.rainbet-7tc9hh .rainbet-da1hjs ~ .rainbet-t70nzl {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .rainbet-ltb8lj:first-child .rainbet-apkyam {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rainbet-ltb8lj:first-child .rainbet-apkyam h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .rainbet-ltb8lj {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .rainbet-ltb8lj {
    padding: 0;
  }
  .rainbet-fr3a9w {
    margin-top: 1rem;
  }
  .rainbet-p5ib1f {
    border-radius: 5px;
  }
  .rainbet-ksmfoa {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rainbet-lxwu2i::after {
    display: inline-block;
  }
  .rainbet-lxwu2i {
    margin: 0;
    width: 100%;
  }
  .rainbet-4ofodt {
    width: 100%;
  }
  .rainbet-4ofodt.rainbet-d2l9z8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .rainbet-4ofodt.rainbet-d2l9z8 .rainbet-uk5uct {
    width: 100%;
  }
  .rainbet-4ofodt.rainbet-d2l9z8 .rainbet-uk5uct:not(:last-child) {
    margin-right: 0;
  }
  .rainbet-bjipri {
    width: 100%;
    text-align: center;
  }
  .rainbet-dfmlou.rainbet-ja9zi3 .rainbet-4ofodt {
    margin-top: 1rem;
  }
  .rainbet-7okf0x {
    grid-template-columns: repeat(3, 1fr);
  }
  .rainbet-0rj9ep,
  .rainbet-zxw8t0 {
    grid-template-columns: repeat(2, 1fr);
  }
  .rainbet-0ir011,
  .rainbet-63ntle,
  .rainbet-k10jqj {
    grid-template-columns: 1fr;
  }
  .rainbet-nvedeo {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .rainbet-51vhus {
    min-width: 300px;
    max-width: 325px;
  }
  .rainbet-qdkr1k {
    cursor: auto;
  }
  .rainbet-19lok6 .rainbet-qdkr1k {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .rainbet-2cvbar {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .rainbet-2oiz28 {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .rainbet-2cvbar {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.rainbet-khmva5 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .rainbet-jeg2w6 {
    margin: 0 -0.2rem;
  }
  .rainbet-khmva5 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .rainbet-qiq9vf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .rainbet-ihvvdv {
    max-width: 100%;
  }
  .rainbet-7okf0x {
    grid-template-columns: repeat(2, 1fr);
  }
  .rainbet-0rj9ep,
  .rainbet-zxw8t0 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .rainbet-xwf93u {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rainbet-jeg2w6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .rainbet-ns8385 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rainbet-s62jl7 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .rainbet-m16vk2,
  .rainbet-5t3fhe {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .rainbet-3vwgt3 {
    width: 100%;
  }
  .rainbet-7okf0x {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .rainbet-2cvbar {
    top: 127px !important;
  }
}

.rainbet-gbzanq {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .rainbet-gbzanq {
  }
}

@media (max-width: 767px) {
  .rainbet-gbzanq {
    margin-bottom: 12px;
  }
}

.rainbet-gbzanq img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.rainbet-ez4cjt {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.rainbet-ez4cjt > .rainbet-v5bkc6 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .rainbet-ez4cjt {
    flex-direction: column;
    gap: 12px;
  }
}

.rainbet-rny4fe {
  display: flex;
}

.rainbet-rny4fe .rainbet-1jgr7g {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.rainbet-rny4fe .rainbet-1fd5u3 {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.rainbet-rny4fe .rainbet-q7xlpx {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.rainbet-rny4fe .rainbet-0alu8r {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.rainbet-rny4fe .rainbet-0alu8r:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.rainbet-rny4fe .rainbet-tir4qm {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.rainbet-yzazg9 {
  border: unset;
  background-color: unset;
}

.rainbet-yzazg9 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.rainbet-yzazg9 .rainbet-r1cmwn,
.rainbet-yzazg9 .rainbet-wy5rt4 {
  flex: 0 1 330px;
}

.rainbet-yzazg9 .rainbet-r69jjh {
  flex: 1 1;
}

.rainbet-yzazg9 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.rainbet-yzazg9 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.rainbet-yzazg9 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.rainbet-yzazg9 tr td p {
  color: #fff;
  margin: 0;
}

.rainbet-yzazg9 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.rainbet-yzazg9 tr.rainbet-r1cmwn td p {
  padding: 16px 0;
}

.rainbet-yzazg9 tr.rainbet-r1cmwn td p:not(:last-child),
.rainbet-yzazg9 tr.rainbet-wy5rt4 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.rainbet-yzazg9 tr.rainbet-r1cmwn td p:first-child,
.rainbet-yzazg9 tr.rainbet-wy5rt4 td p:first-child {
  padding-top: 0;
}

.rainbet-yzazg9 tr.rainbet-wy5rt4 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.rainbet-yzazg9 tr.rainbet-wy5rt4 td p:last-child {
  padding-bottom: 0;
}

.rainbet-yzazg9 .rainbet-wy5rt4 img {
  max-width: 32px;
}

.rainbet-yzazg9 .rainbet-r69jjh {
  min-width: 718px;
}

.rainbet-yzazg9 .rainbet-r69jjh td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.rainbet-yzazg9 .rainbet-r69jjh td {
  display: flex;
}

.rainbet-yzazg9 .rainbet-r69jjh td:last-child .rainbet-bt4kpt,
.rainbet-yzazg9 .rainbet-r69jjh td:last-child .rainbet-nzemt6,
.rainbet-yzazg9 .rainbet-r69jjh td:last-child .rainbet-ghl4qi {
  flex: 1 1 50%;
}

.rainbet-yzazg9 .rainbet-r69jjh td:last-child .rainbet-94y95q {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rainbet-yzazg9 .rainbet-r69jjh td:last-child .rainbet-pa269m,
.rainbet-yzazg9 .rainbet-r69jjh td:last-child .rainbet-eqxymq {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.rainbet-yzazg9 .rainbet-r69jjh td:last-child .rainbet-bt4kpt,
.rainbet-yzazg9 .rainbet-r69jjh td:last-child .rainbet-nzemt6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rainbet-yzazg9 .rainbet-r69jjh td:last-child .rainbet-bt4kpt span,
.rainbet-yzazg9 .rainbet-r69jjh td:last-child .rainbet-nzemt6 span {
  font-weight: 800;
}

.rainbet-yzazg9 .rainbet-r69jjh img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .rainbet-yzazg9 .rainbet-r69jjh td .rainbet-ghl4qi:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .rainbet-yzazg9 tr.rainbet-r1cmwn td p:last-child {
    padding-bottom: 0;
  }
  .rainbet-yzazg9 .rainbet-wy5rt4 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .rainbet-yzazg9 .rainbet-wy5rt4 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .rainbet-yzazg9 tr.rainbet-r1cmwn td p:not(:last-child),
  .rainbet-yzazg9 tr.rainbet-wy5rt4 td p:not(:last-child) {
    border-bottom: unset;
  }
  .rainbet-yzazg9 tr.rainbet-wy5rt4 td p:last-child {
    padding-bottom: 12px;
  }
  .rainbet-yzazg9 .rainbet-r69jjh td:last-child .rainbet-bt4kpt,
  .rainbet-yzazg9 .rainbet-r69jjh td:last-child .rainbet-nzemt6,
  .rainbet-yzazg9 .rainbet-r69jjh td:last-child .rainbet-ghl4qi {
    flex: 1 1 50%;
    padding: 0;
  }
  .rainbet-yzazg9 .rainbet-r69jjh td:last-child .rainbet-bt4kpt,
  .rainbet-yzazg9 .rainbet-r69jjh td:last-child .rainbet-nzemt6 {
    margin-top: 16px;
  }
  .rainbet-yzazg9 .rainbet-r69jjh td:last-child .rainbet-ghl4qi {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .rainbet-yzazg9 .rainbet-r69jjh td:last-child .rainbet-bt4kpt {
    border-right: 1px solid var(--border-color);
  }
  .rainbet-yzazg9 .rainbet-r69jjh td:last-child .rainbet-ghl4qi:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .rainbet-yzazg9 .rainbet-r69jjh td:last-child .rainbet-ghl4qi:last-child {
    padding-bottom: 0;
  }
}

.rainbet-ghl4qi {
  display: flex;
  flex-direction: column;
}

.rainbet-yzazg9 .rainbet-r69jjh td .rainbet-ghl4qi {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.rainbet-yzazg9 .rainbet-r69jjh td .rainbet-ghl4qi:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.rainbet-yzazg9 .rainbet-r69jjh td .rainbet-ghl4qi:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .rainbet-yzazg9 .rainbet-r69jjh td .rainbet-ghl4qi:not(:first-child) {
    padding-left: 0;
  }
  .rainbet-yzazg9 .rainbet-r69jjh td .rainbet-ghl4qi:not(:last-of-type) {
    border-right: unset;
  }
}

.rainbet-yzazg9 .rainbet-adbjfj {
  flex: 0 1 485px;
}

.rainbet-yzazg9 .rainbet-4pat0t {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.rainbet-yzazg9 .rainbet-4pat0t li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rainbet-yzazg9 .rainbet-4pat0t li.rainbet-84lar3 {
  padding: 6px 12px;
}

.rainbet-yzazg9 .rainbet-4pat0t li a,
.rainbet-yzazg9 .rainbet-4pat0t li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.rainbet-yzazg9 .rainbet-w4s1oz,
.rainbet-yzazg9 .rainbet-tmfsau {
  flex: 1 1;
}

.rainbet-yzazg9 .rainbet-hj0934,
.rainbet-yzazg9 .rainbet-45ofqa {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rainbet-yzazg9 .rainbet-hj0934 li,
.rainbet-yzazg9 .rainbet-45ofqa li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.rainbet-yzazg9 .rainbet-tmfsau img {
  max-width: 32px;
}

.rainbet-yzazg9 .rainbet-w4s1oz img {
  max-width: 32px;
}

.rainbet-yzazg9 .rainbet-uchs7f {
  min-width: 280px;
}

.rainbet-yzazg9 .rainbet-uchs7f img {
  max-width: 146px;
}

.rainbet-yzazg9 .rainbet-uchs7f td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .rainbet-yzazg9 .rainbet-r1cmwn,
  .rainbet-yzazg9 .rainbet-wy5rt4 {
    flex: 0 1 auto;
  }
  .rainbet-yzazg9 .rainbet-r69jjh {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .rainbet-yzazg9 .rainbet-r1cmwn,
  .rainbet-yzazg9 .rainbet-adbjfj,
  .rainbet-yzazg9 .rainbet-wy5rt4,
  .rainbet-yzazg9 .rainbet-r69jjh {
    flex: 1 1 calc(50% - 20px);
  }
  .rainbet-yzazg9 .rainbet-w4s1oz,
  .rainbet-yzazg9 .rainbet-uchs7f,
  .rainbet-yzazg9 .rainbet-tmfsau {
    flex: 1 1 30%;
  }
  .rainbet-yzazg9 .rainbet-uchs7f {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .rainbet-yzazg9 .rainbet-r1cmwn,
  .rainbet-yzazg9 .rainbet-adbjfj,
  .rainbet-yzazg9 .rainbet-w4s1oz,
  .rainbet-yzazg9 .rainbet-wy5rt4,
  .rainbet-yzazg9 .rainbet-r69jjh,
  .rainbet-yzazg9 .rainbet-uchs7f,
  .rainbet-yzazg9 .rainbet-tmfsau {
    flex: 1 1 100%;
  }
}

.rainbet-avn60m .rainbet-b0lwas {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rainbet-avn60m .rainbet-10gyii {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.rainbet-avn60m .rainbet-q7v7v8 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.rainbet-avn60m .rainbet-k1ns41 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.rainbet-avn60m .rainbet-k1ns41 > :nth-child(3) {
  margin-top: 0;
}

.rainbet-avn60m .rainbet-t70nzl {
  grid-column: 2/3;
  grid-row: 1/10;
}

.rainbet-avn60m .rainbet-hluts7 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.rainbet-avn60m .rainbet-fr3a9w {
  grid-column: 1/2;
}

.rainbet-avn60m > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.rainbet-avn60m .rainbet-10gyii:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.rainbet-avn60m .rainbet-10gyii:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.rainbet-avn60m .rainbet-3vwgt3 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .rainbet-avn60m .rainbet-10gyii:not(:last-child):before {
    bottom: 8px;
  }
  .rainbet-avn60m .rainbet-10gyii:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .rainbet-avn60m .rainbet-k1ns41 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .rainbet-avn60m .rainbet-t70nzl {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .rainbet-avn60m .rainbet-t70nzl img {
    width: 100%;
    height: auto;
  }
  .rainbet-avn60m .rainbet-3vwgt3 {
    width: 100%;
    min-width: unset;
  }
}

.rainbet-62frgs .rainbet-n6bd4r {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.rainbet-62frgs .rainbet-mmb4qh {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.rainbet-62frgs .rainbet-t70nzl {
  height: 100%;
}

.rainbet-62frgs .rainbet-t70nzl img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.rainbet-62frgs .rainbet-hqcizi {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.rainbet-62frgs .rainbet-mdhhni {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.rainbet-62frgs .rainbet-o2wk8a {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .rainbet-62frgs .rainbet-mmb4qh {
    flex: 1 1 100%;
  }
  .rainbet-62frgs .rainbet-mmsnhs {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .rainbet-62frgs .rainbet-mmb4qh {
    flex-direction: column;
  }
  .rainbet-62frgs .rainbet-t70nzl {
    width: 100%;
    height: auto;
  }
  .rainbet-62frgs .rainbet-t70nzl img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .rainbet-62frgs .rainbet-hqcizi {
    padding: 0 16px 16px 16px;
  }
  .rainbet-62frgs .rainbet-mmsnhs {
    min-width: unset;
    width: 100%;
  }
}

.rainbet-j5pykp .rainbet-kzpy01 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.rainbet-j5pykp .rainbet-25wehd {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.rainbet-j5pykp img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.rainbet-j5pykp .rainbet-p63g3i {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.rainbet-j5pykp .rainbet-25wehd:hover .rainbet-p63g3i {
  display: flex;
}

.rainbet-j5pykp .rainbet-j7mpm8 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rainbet-j5pykp .rainbet-kf7ttl {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.rainbet-ky53ns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.rainbet-ky53ns.rainbet-73njc8 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.rainbet-v2f4ir ease-in-out;
}

.rainbet-ky53ns.rainbet-73njc8:hover {
  color: #f9cb16;
  background-color: transparent;
}

.rainbet-j5pykp .rainbet-0jf0if {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.rainbet-v2f4ir ease-in-out;
}

.rainbet-j5pykp .rainbet-0jf0if:hover {
  color: #196948;
  background-color: #f9cb16;
}

.rainbet-j5pykp .rainbet-0jf0if:after,
.rainbet-ky53ns.rainbet-73njc8:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.rainbet-ky53ns.rainbet-73njc8:after {
  background-image: url(../images/Cash.svg);
}

.rainbet-j5pykp .rainbet-0jf0if:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .rainbet-j5pykp .rainbet-kzpy01 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .rainbet-j5pykp .rainbet-kzpy01 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .rainbet-j5pykp .rainbet-kzpy01 {
    grid-template-columns: 1fr;
  }
  .rainbet-j5pykp .rainbet-25wehd {
    height: auto;
  }
  .rainbet-j5pykp .rainbet-25wehd .rainbet-p63g3i {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .rainbet-j5pykp .rainbet-j7mpm8,
  .rainbet-j5pykp .rainbet-kf7ttl {
    text-align: left;
  }
  .rainbet-j5pykp .rainbet-kf7ttl {
    margin-bottom: 8px;
  }
  .rainbet-j5pykp img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.rainbet-2ldcb6 {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.rainbet-2ldcb6.rainbet-3psw4g {
  display: block;
}

.rainbet-2ldcb6 .rainbet-1qj1to {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.rainbet-2ldcb6 .rainbet-fmhdvv {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.rainbet-2ldcb6 .rainbet-ryvtx5 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.rainbet-2ldcb6 .rainbet-ftb8ck {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.rainbet-2ldcb6 .rainbet-ky53ns {
  min-width: 296px;
  margin-bottom: 0;
}

.rainbet-2ldcb6 .rainbet-0udncd {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.rainbet-2ldcb6 .rainbet-vlr8ep {
  position: relative;
  flex: 1 1;
}

.rainbet-2ldcb6 .rainbet-vlr8ep iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .rainbet-2ldcb6 .rainbet-fmhdvv {
    flex-wrap: wrap;
    gap: 8px;
  }
  .rainbet-2ldcb6 .rainbet-ryvtx5 {
    order: 1;
  }
  .rainbet-2ldcb6 .rainbet-ftb8ck {
    order: 3;
    flex: 1 1 100%;
  }
  .rainbet-2ldcb6 .rainbet-ky53ns {
    width: 100%;
    min-width: unset;
  }
  .rainbet-2ldcb6 .rainbet-0udncd {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .rainbet-69uqhp > .rainbet-da1hjs {
    margin-bottom: 0;
  }
  .rainbet-69uqhp > .rainbet-fr3a9w,
  .rainbet-69uqhp > p {
    margin-top: 0;
  }
}

.rainbet-n583pg img,
.rainbet-khmva5 img {
  width: auto;
  object-fit: contain;
}

.rainbet-n583pg {
  align-items: center;
}

.rainbet-n583pg img {
  max-height: 76px;
}

.rainbet-khmva5 img {
  max-height: 64px;
}

.rainbet-fdacny {
  overflow: auto;
}

.rainbet-q9dk4k {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.rainbet-6fvgqd:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.rainbet-bfhp1k {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.rainbet-ypbgve {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.rainbet-bfhp1k .rainbet-t70nzl {
  margin-right: 20px;
  flex-shrink: 0;
}

.rainbet-bfhp1k img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.rainbet-psfeit {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.rainbet-psfeit > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .rainbet-bfhp1k {
    padding: 15px 10px;
  }
  .rainbet-psfeit {
    padding: 15px 10px;
  }
  .rainbet-bfhp1k .rainbet-t70nzl {
    margin-right: 10px;
  }
}

.rainbet-tu2zqg {
  overflow-x: auto;
}

.rainbet-zya97r {
  border-collapse: collapse;
  width: 100%;
}

.rainbet-tu2zqg th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.rainbet-tu2zqg td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.rainbet-tu2zqg td.rainbet-qqdk1s {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.rainbet-tu2zqg td.rainbet-zumv3v {
  border-right: none;
}

.rainbet-tu2zqg td.rainbet-zumv3v .rainbet-t70nzl {
  justify-content: flex-start;
}

.rainbet-tu2zqg td.rainbet-zumv3v .rainbet-t70nzl img {
  height: auto;
  width: 90px;
}

.rainbet-tu2zqg td.rainbet-f6k7ra,
.rainbet-tu2zqg td.rainbet-07i8os {
  font-weight: 600;
  text-align: right;
}

.rainbet-tu2zqg td.rainbet-id6c1h,
.rainbet-tu2zqg td.rainbet-f6k7ra {
  padding-bottom: 10px;
  border-bottom: none;
}

.rainbet-tu2zqg td.rainbet-f6k7ra,
.rainbet-tu2zqg td.rainbet-07i8os {
  border-left: none;
}

.rainbet-tu2zqg td.rainbet-id6c1h,
.rainbet-tu2zqg td.rainbet-rtzuas {
  border-right: none;
}

.rainbet-tu2zqg td.rainbet-rtzuas,
.rainbet-tu2zqg td.rainbet-07i8os {
  border-top: none;
  padding-top: 10px;
}

.rainbet-r1ul0b {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.rainbet-r1ul0b .rainbet-mmsnhs {
  min-width: unset;
  width: 100%;
}

.rainbet-r1ul0b .rainbet-mmsnhs.rainbet-gcfw2p {
  grid-column: 1/2;
  grid-row: 1/2;
}

.rainbet-r1ul0b .rainbet-mmsnhs.rainbet-u8e60c {
  grid-column: 2/3;
  grid-row: 1/2;
}

.rainbet-r1ul0b .rainbet-mkfkoo {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .rainbet-r1ul0b {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .rainbet-r1ul0b .rainbet-mmsnhs.rainbet-gcfw2p {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .rainbet-r1ul0b .rainbet-mmsnhs.rainbet-u8e60c {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .rainbet-r1ul0b .rainbet-mkfkoo {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.rainbet-kb7hd4 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

.rainbet-45rz3p {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.rainbet-6m51gw p a img {
  margin: 0 auto;
  display: block;
}

.rainbet-6m51gw table {
  margin-bottom: 17px;
}

/* contanct form */
.rainbet-9vr4i7 {
  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;
}

.rainbet-9vr4i7 label {
  font-size: 14px;
}

.rainbet-9vr4i7 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.rainbet-9vr4i7 input,
.rainbet-9vr4i7 textarea,
.rainbet-9vr4i7 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;
}
.rainbet-9vr4i7 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.rainbet-v2f4ir ease;
}
.rainbet-9vr4i7 button:hover {
  background-color: #691204;
}
.rainbet-2romak {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.rainbet-a25y0n ease-in;
}

.rainbet-2romak h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.rainbet-xyrnrt, .rainbet-ssk7o0, [class*="review-card"],
thead, thead th, table th, .rainbet-op2vb2,
.rainbet-w3t6zj, [class*="collapsible-header"],
.rainbet-28y3z5, [class*="updated-block"] {
  color: #ece7dc !important;
}
