@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-2hlkzz {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.rainbet-s2anug {
  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-vvp50z,
ul.rainbet-vvp50z {
  padding-left: 20px;
}

ul.rainbet-vvp50z {
  list-style: disc;
}

ol.rainbet-vvp50z {
  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-nvgmzx > .rainbet-oid737,
.rainbet-nvgmzx > .rainbet-p4o3kv,
.rainbet-nvgmzx > blockquote,
.rainbet-nvgmzx > h1,
.rainbet-nvgmzx > h2,
.rainbet-nvgmzx > h3,
.rainbet-nvgmzx > h4,
.rainbet-nvgmzx > h5,
.rainbet-nvgmzx > h6,
.rainbet-nvgmzx > ol,
.rainbet-nvgmzx > p,
.rainbet-nvgmzx > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.rainbet-nvgmzx > ol,
.rainbet-nvgmzx > ul {
  padding-left: 50px;
}

.rainbet-nvgmzx 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-nvgmzx:not(:last-child) {
  margin-bottom: 2rem;
}

.rainbet-nvgmzx > :not(:first-child) {
  margin-top: 2rem;
}

.rainbet-nvgmzx {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.rainbet-nvgmzx:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .rainbet-nvgmzx:first-child {
    margin-top: 20px;
  }
}

.rainbet-nvgmzx > p:last-of-type {
  margin-bottom: 32px;
}

.rainbet-nvgmzx > .rainbet-comygs:not(:first-child) {
  margin: 64px auto 16px auto;
}

.rainbet-48kuwg > .rainbet-comygs {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.rainbet-p4o3kv {
  overflow: auto;
}

.rainbet-p4o3kv::-webkit-scrollbar {
  height: 5px;
}

.rainbet-p4o3kv table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.rainbet-p4o3kv table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.rainbet-p4o3kv table thead,
table thead {
  border-bottom: none;
}

.rainbet-p4o3kv table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--table-head-text-color, var(--text-color));
  background-color: var(--table-head-bg-color, var(--table-1-color));
}

.rainbet-p4o3kv table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.rainbet-p4o3kv table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.rainbet-p4o3kv .rainbet-g0gvix {
  table-layout: auto;
}

.rainbet-p4o3kv .rainbet-g0gvix th {
  word-break: normal;
}

.rainbet-p4o3kv .rainbet-g0gvix td {
  word-break: normal;
}

.rainbet-2hlkzz .rainbet-2hlkzz {
  padding-right: 0;
  padding-left: 0;
}

.rainbet-fp0yum {
  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-5z7jth {
  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-wsxvjs {
  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-oid737 {
  margin-top: 24px;
}

.rainbet-oid737.rainbet-wcwn7g {
  text-align: left;
}

.rainbet-oid737.rainbet-zoqg0t {
  text-align: right;
}

.rainbet-oid737.rainbet-5a3f4d {
  text-align: center;
}

.rainbet-2vd9ig {
  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-jya0lt ease-in-out;
  cursor: pointer;
}

.rainbet-2vd9ig:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.rainbet-2vd9ig {
  min-width: 328px;
}

@media (max-width: 768px) {
  .rainbet-2vd9ig {
    min-width: unset;
  }
}

.rainbet-ojal75 {
  background-color: var(--fh-bg-color);
}

.rainbet-y9ye61 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.rainbet-nk9xy0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.rainbet-nk9xy0 img {
  max-height: 80px;
  object-fit: contain;
}

.rainbet-rjiy9d {
  flex: 1 1;
}

.rainbet-dlaywj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.rainbet-t9vlfz {
  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-t9vlfz span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--header-text-color, var(--text-color));
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.rainbet-t9vlfz.rainbet-2l4woa span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.rainbet-t9vlfz.rainbet-2l4woa span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.rainbet-t9vlfz.rainbet-2l4woa span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.rainbet-rjiy9d + .rainbet-dlaywj {
  margin-left: 20px;
}

.rainbet-f5o55h {
  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-f5o55h > svg {
  max-width: 24px;
  max-height: 24px;
}

.rainbet-f5o55h + .rainbet-f5o55h {
  margin-left: 5px;
}

.rainbet-bpb7wu {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.rainbet-bpb7wu:hover {
  background-color: var(--button-bg-hover);
}

.rainbet-sfxd4c {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.rainbet-jya0lt ease-in-out;
  border: 1px solid var(--border-color);
}

.rainbet-sfxd4c:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.rainbet-mjnhyw {
  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-rjiy9d {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .rainbet-mjnhyw {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .rainbet-rjiy9d {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .rainbet-f5o55h {
    min-width: unset;
    flex: 1 1;
  }
}

.rainbet-6bhgcs {
  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-6bhgcs:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.rainbet-6bhgcs:hover .rainbet-3vlkyh {
  opacity: 1;
  pointer-events: auto;
}

.rainbet-oci17x {
  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(--header-text-color, var(--text-color));
  transition: 0.rainbet-g0tdq9 ease-in-out;
  gap: 4px;
}

.rainbet-oci17x > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--header-text-color, var(--text-color));
  stroke: var(--header-text-color, var(--text-color));
}

.rainbet-oci17x .rainbet-fp0yum img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.rainbet-9elbk7,
.rainbet-oci17x:hover {
  color: var(--button-bg-hover);
}

.rainbet-ks7zis {
  position: relative;
}

.rainbet-ks7zis .rainbet-oci17x {
  margin-right: 0;
  padding-right: 4px;
}

.rainbet-6ia1pa svg {
  fill: var(--header-text-color, var(--text-color));
  stroke: var(--header-text-color, var(--text-color));
}

.rainbet-ks7zis.rainbet-2l4woa .rainbet-6ia1pa svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.rainbet-ks7zis.rainbet-2l4woa .rainbet-3vlkyh {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.rainbet-ks7zis.rainbet-2l4woa .rainbet-3vlkyh::before {
  display: none;
}

.rainbet-6ia1pa svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.rainbet-3vlkyh {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.rainbet-v8ylde 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.rainbet-3vlkyh::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.rainbet-3vlkyh:hover {
  color: var(--fh-bg-color);
}

.rainbet-7b1tuf {
  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-v8ylde 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--header-text-color, var(--text-color));
  -webkit-transition: 0.rainbet-g0tdq9 ease-in-out;
  -o-transition: 0.rainbet-g0tdq9 ease-in-out;
  transition: 0.rainbet-g0tdq9 ease-in-out;
}

.rainbet-7b1tuf .rainbet-fp0yum img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.rainbet-k8qlw8,
.rainbet-7b1tuf:hover {
  color: var(--button-bg-hover);
}

.rainbet-fqj0nl {
  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(--card-bg-color, var(--fh-bg-color));
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.rainbet-fqj0nl.rainbet-wxrzir {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.rainbet-fqj0nl.rainbet-wxrzir:after,
.rainbet-fqj0nl.rainbet-wxrzir:before {
  content: "";
  position: absolute;
  margin: auto;
}

.rainbet-fqj0nl.rainbet-wxrzir: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-fqj0nl.rainbet-wxrzir:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--card-bg-color, var(--fh-bg-color));
  border-radius: 12px;
  z-index: 0;
}

.rainbet-fqj0nl.rainbet-wxrzir > * {
  z-index: 1;
}

.rainbet-fqj0nl b,
.rainbet-fqj0nl strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.rainbet-fqj0nl .rainbet-bsftkc {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: var(--card-text-color, #fff);
}

.rainbet-fqj0nl .rainbet-n6ibew {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: var(--card-text-color, #fff);
  margin-top: 0;
}

.rainbet-fqj0nl .rainbet-fp0yum {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.rainbet-fqj0nl .rainbet-tt747l {
  margin-top: 12px;
}

.rainbet-tt747l {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.rainbet-3a86h3 {
  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-tt747l .rainbet-rqb5ux {
  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-jya0lt ease-in-out;
}

.rainbet-tt747l .rainbet-rqb5ux:hover {
  background: rgba(255, 255, 255, 0.3);
}

.rainbet-w1bdg8 {
  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-fqj0nl.rainbet-hbw036 {
  gap: 12px;
  padding: 16px;
}

.rainbet-fqj0nl.rainbet-hbw036 .rainbet-w1bdg8 {
  min-width: 240px;
}

.rainbet-fqj0nl.rainbet-hbw036 .rainbet-w1bdg8.rainbet-yma6xj {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .rainbet-fqj0nl .rainbet-bsftkc {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .rainbet-fqj0nl .rainbet-n6ibew {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .rainbet-fqj0nl .rainbet-fp0yum {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .rainbet-fqj0nl.rainbet-hbw036 .rainbet-fp0yum {
    max-width: 126px;
  }
  .rainbet-fqj0nl .rainbet-tt747l {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .rainbet-fqj0nl .rainbet-3a86h3 {
    max-width: unset;
  }
  .rainbet-w1bdg8 {
    min-width: unset;
    width: 100%;
  }
  .rainbet-fqj0nl .rainbet-w1bdg8 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .rainbet-fqj0nl.rainbet-hbw036 {
    grid-template-rows: auto 1fr auto;
  }
  .rainbet-fqj0nl.rainbet-hbw036 .rainbet-w1bdg8 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .rainbet-fqj0nl {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .rainbet-fqj0nl .rainbet-bsftkc {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .rainbet-fqj0nl .rainbet-fp0yum {
    max-width: 78px;
  }
  .rainbet-fqj0nl .rainbet-tt747l {
    margin-top: -12px;
  }
  .rainbet-fqj0nl.rainbet-hbw036 {
    gap: 8px;
  }
  .rainbet-fqj0nl.rainbet-hbw036 .rainbet-bsftkc {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .rainbet-fqj0nl.rainbet-hbw036 .rainbet-n6ibew {
    grid-column: 1/3;
  }
  .rainbet-fqj0nl.rainbet-hbw036 .rainbet-fp0yum {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .rainbet-fqj0nl.rainbet-hbw036 .rainbet-fp0yum img {
    max-width: 114px;
  }
}

.rainbet-w1bdg8.rainbet-wj3vpl,
.rainbet-w1bdg8.rainbet-2c356i,
.rainbet-w1bdg8.rainbet-o33iay {
  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-jya0lt ease-in-out;
}

.rainbet-w1bdg8.rainbet-wj3vpl,
.rainbet-w1bdg8.rainbet-o33iay {
  padding: 10px;
}

.rainbet-w1bdg8.rainbet-wj3vpl:hover,
.rainbet-w1bdg8.rainbet-2c356i:hover,
.rainbet-w1bdg8.rainbet-o33iay:hover {
  background: var(--button-bg-hover);
}

.rainbet-w1bdg8.rainbet-wj3vpl:hover svg path,
.rainbet-w1bdg8.rainbet-o33iay:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.rainbet-w1bdg8.rainbet-yma6xj {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.rainbet-jya0lt ease-in-out;
  background: var(--button-bg-color);
}

.rainbet-w1bdg8.rainbet-yma6xj:hover {
  background-color: var(--button-bg-hover);
}

.rainbet-w1bdg8.rainbet-2c356i: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-w1bdg8.rainbet-2c356i:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.rainbet-w1bdg8.rainbet-yma6xj:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.rainbet-qvktbr {
  max-width: 650px;
}

.rainbet-95rwb3 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.rainbet-hir3ho {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.rainbet-wkasyd {
  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-g0tdq9 ease-in-out;
  cursor: pointer;
}

.rainbet-wkasyd:hover {
  opacity: 0.5;
}

.rainbet-wkasyd:focus {
  outline: 0;
}

.rainbet-wkasyd:focus .rainbet-mzrb7a,
.rainbet-wkasyd:hover .rainbet-mzrb7a {
  fill: red;
  fill-opacity: 1;
}

.rainbet-wkasyd:hover {
  cursor: pointer;
}

.rainbet-q0yj6e {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.rainbet-qvktbr.rainbet-5a3f4d {
  margin: 0 auto;
}

.rainbet-qvktbr.rainbet-zoqg0t {
  margin-left: auto;
}

.rainbet-ljr8tf {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--footer-bg-color, var(--main-theme-color));
  border-radius: 12px 12px 0 0;
}

.rainbet-wo110v {
  padding-bottom: 50px;
}

.rainbet-2ymiyq {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.rainbet-0ebm01 {
  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-yb4ar0 {
  margin-top: 24px;
}

.rainbet-fimmde {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rainbet-kj0hb2 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--footer-text-color);
  margin-top: 4px;
}

.rainbet-kfu269 {
  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-51kmfo {
  width: 468px;
}

.rainbet-kfu269 .rainbet-3vlkyh {
  margin: 0.rainbet-i8pu0y 0;
}

.rainbet-bf52cc {
  display: flex;
  min-width: 224px;
}

.rainbet-3wvjw7 {
  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-g0tdq9 ease-in-out;
}

.rainbet-oddzjf,
.rainbet-3wvjw7:hover {
  color: var(--text-color);
}

.rainbet-8pefig {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.rainbet-45i4h7 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .rainbet-ljr8tf {
    padding: 16px;
  }
  .rainbet-8pefig {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .rainbet-45i4h7 {
    align-items: center;
  }
  .rainbet-51kmfo {
    width: unset;
  }
  .rainbet-bf52cc {
    min-width: unset;
  }
  .rainbet-kfu269 {
    max-height: unset;
  }
  .rainbet-2ymiyq {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .rainbet-ljr8tf {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.rainbet-25snbf {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--card-bg-color, var(--fh-bg-color));
  padding: 16px;
}

.rainbet-25snbf:not(:last-child) {
  margin-bottom: 16px;
}

.rainbet-9adatl {
  outline: 0;
}

.rainbet-9adatl .rainbet-zz95py {
  color: var(--card-text-color, #fff);
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.rainbet-oscv6j {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .rainbet-oscv6j {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.rainbet-oscv6j::-webkit-details-marker {
  display: none;
}

.rainbet-oscv6j: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-oscv6j:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--card-text-color, var(--text-color));
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .rainbet-oscv6j:after {
  transform: unset;
}

.rainbet-zz95py {
  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(--card-text-color);
}

.rainbet-zz95py svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--card-text-color);
  -webkit-transition: 0.rainbet-g0tdq9 ease-in-out;
  -o-transition: 0.rainbet-g0tdq9 ease-in-out;
  transition: 0.rainbet-g0tdq9 ease-in-out;
}

.rainbet-dnqxu7 {
  padding: 16px 0 0 0;
}

.rainbet-dnqxu7 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
  color: var(--card-text-color);
}

page-header__button .rainbet-dnqxu7 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .rainbet-oscv6j {
    flex-wrap: wrap;
    gap: 12px;
  }
  .rainbet-oscv6j::after {
    margin-left: auto;
  }
  .rainbet-zz95py {
    order: 3;
    flex: 1 1 100%;
  }
  .rainbet-oscv6j {
    font-size: 14px;
    line-height: 130%;
  }
  .rainbet-zz95py svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--card-text-color);
  }
}

.rainbet-j6vllr {
  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-mus56t {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.rainbet-j6vllr.rainbet-2l4woa .rainbet-mus56t {
  margin-bottom: 12px;
}

.rainbet-mus56t::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-j6vllr.rainbet-2l4woa .rainbet-mus56t::after {
  transform: unset;
}

.rainbet-l5pnri {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.rainbet-ack39y {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.rainbet-g0tdq9 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.rainbet-ack39y: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-j6vllr.rainbet-2l4woa .rainbet-l5pnri {
  max-height: 100%;
}

.rainbet-82gocw {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.rainbet-yfl98x {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.rainbet-95feue {
  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-2hew0y {
  margin-right: 4px;
}

.rainbet-9tgzwa {
  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-g0tdq9 ease-in-out;
}

.rainbet-9tgzwa svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.rainbet-f0yse7,
.rainbet-9tgzwa:hover {
  color: var(--text-color);
}

.rainbet-zhwkbb {
  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-zhwkbb img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.rainbet-zhwkbb .rainbet-qfxki0 {
  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-zhwkbb .rainbet-lh3yg2 {
  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-omqe9s {
  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-fpnfhv {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.rainbet-9t6dcp .rainbet-2hlkzz {
  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-9t6dcp {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.rainbet-omg794 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.rainbet-kr9slq {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.rainbet-zpe38s {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.rainbet-3jqceh 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-zpe38s:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.rainbet-vi1s28 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.rainbet-h6o96j {
  -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-g0tdq9 ease-in-out;
  transition: transform 0.rainbet-g0tdq9 ease-in-out;
  -o-transition: transform 0.rainbet-g0tdq9 ease-in-out;
  transition:
    transform 0.rainbet-g0tdq9 ease-in-out,
    -webkit-transform 0.rainbet-g0tdq9 ease-in-out;
  cursor: pointer;
}

.rainbet-h6o96j svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.rainbet-h6o96j: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-n51zy8 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .rainbet-n51zy8 {
    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-46m733 {
  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-smqw5t {
  position: relative;
  width: 100%;
}

.rainbet-46m733.rainbet-l1shqk {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.rainbet-46m733.rainbet-5a3f4d {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rainbet-46m733.rainbet-zoqg0t {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.rainbet-c69ou5 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.rainbet-wsxftw {
  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-g0tdq9 ease-in-out;
  cursor: pointer;
}

.rainbet-wsxftw:hover {
  opacity: 0.5;
}

.rainbet-46m733.rainbet-hr5xu4 .rainbet-wsxftw {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.rainbet-46m733.rainbet-hr5xu4 .rainbet-c69ou5 {
  cursor: pointer;
}

.rainbet-wx2hjo {
  fill: #0009;
}

.rainbet-8noycd {
  fill: #fff;
}

.rainbet-wsxftw:hover .rainbet-wx2hjo {
  fill: red;
}

.rainbet-wsxftw svg path {
  -webkit-transition: 0.rainbet-g0tdq9 ease-in-out;
  -o-transition: 0.rainbet-g0tdq9 ease-in-out;
  transition: 0.rainbet-g0tdq9 ease-in-out;
}

.rainbet-prmxtu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.rainbet-prmxtu > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.rainbet-prmxtu.rainbet-6ncjsi > :not(.get-image) {
  grid-column: 1/3;
}

.rainbet-9ljaot:not(._h1-block) .rainbet-prmxtu > .rainbet-comygs {
  grid-row: 1/2;
  grid-column: 1/3;
}

.rainbet-prmxtu.rainbet-6ncjsi .rainbet-w2wan5 {
  grid-column: 2/3;
}

.rainbet-prmxtu.rainbet-6ncjsi > .rainbet-fp0yum {
  grid-column: 1/2;
}

.rainbet-prmxtu.rainbet-6ncjsi > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.rainbet-prmxtu > p:first-of-type {
  margin-top: 0;
}

.rainbet-prmxtu .rainbet-fp0yum {
  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-9ljaot:not(._h1-block) .rainbet-comygs ~ .rainbet-fp0yum {
  grid-row: 2/10;
}

.rainbet-9ljaot.rainbet-48wj9q .rainbet-comygs ~ .rainbet-fp0yum {
  grid-row: 1/10;
}

.rainbet-9ljaot.rainbet-48wj9q > .rainbet-comygs {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.rainbet-9ljaot.rainbet-48wj9q .rainbet-fp0yum {
  grid-row: 1/10;
}

.rainbet-prmxtu.rainbet-3u8i8n .rainbet-fp0yum {
  align-items: flex-start;
}

.rainbet-prmxtu.rainbet-5a3f4d .rainbet-w2wan5 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.rainbet-prmxtu.rainbet-5a3f4d .rainbet-fp0yum {
  align-items: center;
}

.rainbet-prmxtu.rainbet-1iztee .rainbet-fp0yum {
  align-items: flex-end;
}

.rainbet-w2wan5 > :first-child {
  margin-top: 0;
}

.rainbet-w2wan5 > :last-child {
  margin-bottom: 0;
}

* + .rainbet-baewx2,
.rainbet-9ljaot + .rainbet-9ljaot {
  margin-top: 2rem;
}

.rainbet-ysfwgr td::before,
.rainbet-ysfwgr th::after {
  display: none !important;
}

.rainbet-ysfwgr #link-selector {
  color: #000;
}

.rainbet-ysfwgr .rainbet-2vjti3 {
  color: #135e96;
}

.rainbet-ysfwgr .rainbet-ph6lqn *,
.rainbet-ysfwgr .rainbet-y296pj p,
.rainbet-ysfwgr .rainbet-frv2it * {
  color: #000;
}

.rainbet-ysfwgr .rainbet-tpl5id {
  background: 0 0 !important;
}

.rainbet-ysfwgr .rainbet-7znolk {
  color: #000;
}

.rainbet-ysfwgr .rainbet-h6fdvx.rainbet-scvmk0 {
  color: #fff;
}

.rainbet-ysfwgr .rainbet-5mtgdx {
  color: #000;
}

.rainbet-ysfwgr
  .rainbet-od7bw6
  .rainbet-0ryf5x.rainbet-scvmk0.rainbet-lkmpv1 {
  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-8c2kyc,
body .rainbet-7loirh {
  color: #000;
  background: var(--color-body) !important;
}

.rainbet-8c2kyc .rainbet-kl5vwj .rainbet-bebiyv,
body .rainbet-7loirh .rainbet-kl5vwj .rainbet-bebiyv {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .rainbet-ack39y:focus,
  .rainbet-ack39y:hover {
    color: #f9cb16;
  }
  .rainbet-pekvk7:focus,
  .rainbet-pekvk7:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .rainbet-bcubyi:focus img,
  .rainbet-bcubyi:focus svg,
  .rainbet-bcubyi:hover img,
  .rainbet-bcubyi:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .rainbet-zhwkbb {
    display: none;
  }
}

@media (min-width: 1024px) {
  .rainbet-ks7zis:hover .rainbet-6ia1pa svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .rainbet-6ia1pa {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .rainbet-t66iwv {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .rainbet-y7j8nj {
    grid-template-columns: repeat(4, 1fr);
  }
  .rainbet-fedj0d {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .rainbet-lbi3ac .rainbet-ff3f47 {
    grid-template-columns: 1fr;
  }
  .rainbet-lbi3ac .rainbet-rqnqm9 {
    -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-lbi3ac .rainbet-mfrv6t {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .rainbet-lbi3ac .rainbet-54zuwu {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .rainbet-lbi3ac .rainbet-mknd3d {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .rainbet-lbi3ac .rainbet-mfrv6t:not(:first-child) {
    border: none;
  }
  .rainbet-lbi3ac .rainbet-mfrv6t:first-child .rainbet-54zuwu {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .rainbet-lbi3ac .rainbet-mfrv6t:last-child .rainbet-54zuwu {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .rainbet-y9ye61 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .rainbet-nk9xy0 {
    max-width: 100px;
  }
  .rainbet-rjiy9d {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .rainbet-dlaywj {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .rainbet-dlaywj svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .rainbet-t9vlfz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .rainbet-rjiy9d + .rainbet-dlaywj {
    margin-left: auto;
  }
  .rainbet-njqqpl {
    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-njqqpl.rainbet-2l4woa {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .rainbet-mjnhyw {
    -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-6bhgcs {
    width: 100%;
  }
  .rainbet-6bhgcs:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .rainbet-oci17x {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .rainbet-oci17x svg {
    margin-right: 4px;
  }
  .rainbet-ks7zis {
    -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-6ia1pa svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .rainbet-6ia1pa {
    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-3vlkyh {
    display: none;
    width: 100%;
  }
  .rainbet-ks7zis.rainbet-2l4woa .rainbet-3vlkyh {
    padding: 0 0 0 48px;
  }
  .rainbet-7b1tuf {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .rainbet-0ebm01 .rainbet-fp0yum {
    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-qsmfeo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .rainbet-qsmfeo + .rainbet-qsmfeo {
    margin-right: 0;
  }
  .rainbet-qsmfeo + .rainbet-fp0yum {
    margin: 0;
  }
  .rainbet-t66iwv {
    grid-template-columns: repeat(4, 1fr);
  }
  .rainbet-y7j8nj {
    grid-template-columns: repeat(3, 1fr);
  }
  .rainbet-gtp6rb,
  .rainbet-2aq3h6 {
    grid-template-columns: repeat(2, 1fr);
  }
  .rainbet-prmxtu {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .rainbet-prmxtu.rainbet-6ncjsi .rainbet-w2wan5 {
    grid-column: auto;
    grid-row: auto;
  }
  .rainbet-prmxtu > .rainbet-comygs {
    grid-column: 1/2;
  }
  .rainbet-prmxtu.rainbet-6ncjsi > :not(.get-image) {
    grid-column: 1/2;
  }
  .rainbet-prmxtu .rainbet-fp0yum,
  .rainbet-prmxtu.rainbet-6ncjsi > .rainbet-fp0yum {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .rainbet-prmxtu.rainbet-6ncjsi > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .rainbet-9ljaot.rainbet-48wj9q .rainbet-prmxtu > .rainbet-fp0yum {
    grid-row: 1/2;
  }
  .rainbet-prmxtu .rainbet-comygs ~ .rainbet-fp0yum,
  .rainbet-prmxtu.rainbet-6ncjsi .rainbet-comygs ~ .rainbet-fp0yum {
    grid-row: 2/3;
  }
  .rainbet-9ljaot.rainbet-48wj9q .rainbet-comygs ~ .rainbet-fp0yum {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .rainbet-nvgmzx:first-child .rainbet-ua4r7q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rainbet-nvgmzx:first-child .rainbet-ua4r7q h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .rainbet-nvgmzx {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .rainbet-nvgmzx {
    padding: 0;
  }
  .rainbet-oid737 {
    margin-top: 1rem;
  }
  .rainbet-9adatl {
    border-radius: 5px;
  }
  .rainbet-k8rp4b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rainbet-mus56t::after {
    display: inline-block;
  }
  .rainbet-mus56t {
    margin: 0;
    width: 100%;
  }
  .rainbet-l5pnri {
    width: 100%;
  }
  .rainbet-l5pnri.rainbet-3h8yj2 {
    -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-l5pnri.rainbet-3h8yj2 .rainbet-ebcmox {
    width: 100%;
  }
  .rainbet-l5pnri.rainbet-3h8yj2 .rainbet-ebcmox:not(:last-child) {
    margin-right: 0;
  }
  .rainbet-ack39y {
    width: 100%;
    text-align: center;
  }
  .rainbet-j6vllr.rainbet-2l4woa .rainbet-l5pnri {
    margin-top: 1rem;
  }
  .rainbet-t66iwv {
    grid-template-columns: repeat(3, 1fr);
  }
  .rainbet-fedj0d,
  .rainbet-y7j8nj {
    grid-template-columns: repeat(2, 1fr);
  }
  .rainbet-gtp6rb,
  .rainbet-2aq3h6,
  .rainbet-z6rndj {
    grid-template-columns: 1fr;
  }
  .rainbet-fmrlee {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .rainbet-jy7hn7 {
    min-width: 300px;
    max-width: 325px;
  }
  .rainbet-54zuwu {
    cursor: auto;
  }
  .rainbet-kqw3ua .rainbet-54zuwu {
    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-n51zy8 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .rainbet-3vlkyh {
    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-n51zy8 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.rainbet-qsmfeo p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .rainbet-dlaywj {
    margin: 0 -0.2rem;
  }
  .rainbet-qsmfeo {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .rainbet-gghixs {
    -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-sb54qw {
    max-width: 100%;
  }
  .rainbet-t66iwv {
    grid-template-columns: repeat(2, 1fr);
  }
  .rainbet-fedj0d,
  .rainbet-y7j8nj {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .rainbet-y9ye61 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rainbet-dlaywj {
    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-ojal75 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .rainbet-f5o55h {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .rainbet-kp9blp,
  .rainbet-vxvlcq {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .rainbet-2vd9ig {
    width: 100%;
  }
  .rainbet-t66iwv {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .rainbet-n51zy8 {
    top: 127px !important;
  }
}

.rainbet-jok8bd {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .rainbet-jok8bd {
  }
}

@media (max-width: 767px) {
  .rainbet-jok8bd {
    margin-bottom: 12px;
  }
}

.rainbet-jok8bd img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.rainbet-iixeor {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.rainbet-iixeor > .rainbet-ypfs6m {
  flex: 1 1;
}

@media (max-width: 767px) {
  .rainbet-iixeor {
    flex-direction: column;
    gap: 12px;
  }
}

.rainbet-5vsc4x {
  display: flex;
}

.rainbet-5vsc4x .rainbet-0ef998 {
  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-5vsc4x .rainbet-eojgu3 {
  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-5vsc4x .rainbet-7tv2oh {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.rainbet-5vsc4x .rainbet-fb2lcv {
  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-5vsc4x .rainbet-fb2lcv:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.rainbet-5vsc4x .rainbet-52ij34 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.rainbet-l0cefu {
  border: unset;
  background-color: unset;
}

.rainbet-l0cefu tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.rainbet-l0cefu .rainbet-edn2gx,
.rainbet-l0cefu .rainbet-kzq1cb {
  flex: 0 1 330px;
}

.rainbet-l0cefu .rainbet-uj50h4 {
  flex: 1 1;
}

.rainbet-l0cefu tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--card-bg-color, var(--fh-bg-color));
  padding: 16px;
}

.rainbet-l0cefu tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--card-text-color, #fff);
  padding: 0;
}

.rainbet-l0cefu tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.rainbet-l0cefu tr td p {
  color: var(--card-text-color, #fff);
  margin: 0;
}

.rainbet-l0cefu tr td p span {
  color: var(--card-text-color, var(--title-color));
  font-weight: 800;
}

.rainbet-l0cefu tr.rainbet-edn2gx td p {
  padding: 16px 0;
}

.rainbet-l0cefu tr.rainbet-edn2gx td p:not(:last-child),
.rainbet-l0cefu tr.rainbet-kzq1cb td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.rainbet-l0cefu tr.rainbet-edn2gx td p:first-child,
.rainbet-l0cefu tr.rainbet-kzq1cb td p:first-child {
  padding-top: 0;
}

.rainbet-l0cefu tr.rainbet-kzq1cb td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.rainbet-l0cefu tr.rainbet-kzq1cb td p:last-child {
  padding-bottom: 0;
}

.rainbet-l0cefu .rainbet-kzq1cb img {
  max-width: 32px;
}

.rainbet-l0cefu .rainbet-uj50h4 {
  min-width: 718px;
}

.rainbet-l0cefu .rainbet-uj50h4 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.rainbet-l0cefu .rainbet-uj50h4 td {
  display: flex;
}

.rainbet-l0cefu .rainbet-uj50h4 td:last-child .rainbet-q66h0z,
.rainbet-l0cefu .rainbet-uj50h4 td:last-child .rainbet-3zmvnx,
.rainbet-l0cefu .rainbet-uj50h4 td:last-child .rainbet-qna7lm {
  flex: 1 1 50%;
}

.rainbet-l0cefu .rainbet-uj50h4 td:last-child .rainbet-6dxmyn {
  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-l0cefu .rainbet-uj50h4 td:last-child .rainbet-vuu62k,
.rainbet-l0cefu .rainbet-uj50h4 td:last-child .rainbet-ibfmvx {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.rainbet-l0cefu .rainbet-uj50h4 td:last-child .rainbet-q66h0z,
.rainbet-l0cefu .rainbet-uj50h4 td:last-child .rainbet-3zmvnx {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rainbet-l0cefu .rainbet-uj50h4 td:last-child .rainbet-q66h0z span,
.rainbet-l0cefu .rainbet-uj50h4 td:last-child .rainbet-3zmvnx span {
  font-weight: 800;
}

.rainbet-l0cefu .rainbet-uj50h4 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .rainbet-l0cefu .rainbet-uj50h4 td .rainbet-qna7lm:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .rainbet-l0cefu tr.rainbet-edn2gx td p:last-child {
    padding-bottom: 0;
  }
  .rainbet-l0cefu .rainbet-kzq1cb > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .rainbet-l0cefu .rainbet-kzq1cb > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .rainbet-l0cefu tr.rainbet-edn2gx td p:not(:last-child),
  .rainbet-l0cefu tr.rainbet-kzq1cb td p:not(:last-child) {
    border-bottom: unset;
  }
  .rainbet-l0cefu tr.rainbet-kzq1cb td p:last-child {
    padding-bottom: 12px;
  }
  .rainbet-l0cefu .rainbet-uj50h4 td:last-child .rainbet-q66h0z,
  .rainbet-l0cefu .rainbet-uj50h4 td:last-child .rainbet-3zmvnx,
  .rainbet-l0cefu .rainbet-uj50h4 td:last-child .rainbet-qna7lm {
    flex: 1 1 50%;
    padding: 0;
  }
  .rainbet-l0cefu .rainbet-uj50h4 td:last-child .rainbet-q66h0z,
  .rainbet-l0cefu .rainbet-uj50h4 td:last-child .rainbet-3zmvnx {
    margin-top: 16px;
  }
  .rainbet-l0cefu .rainbet-uj50h4 td:last-child .rainbet-qna7lm {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .rainbet-l0cefu .rainbet-uj50h4 td:last-child .rainbet-q66h0z {
    border-right: 1px solid var(--border-color);
  }
  .rainbet-l0cefu .rainbet-uj50h4 td:last-child .rainbet-qna7lm:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .rainbet-l0cefu .rainbet-uj50h4 td:last-child .rainbet-qna7lm:last-child {
    padding-bottom: 0;
  }
}

.rainbet-qna7lm {
  display: flex;
  flex-direction: column;
}

.rainbet-l0cefu .rainbet-uj50h4 td .rainbet-qna7lm {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.rainbet-l0cefu .rainbet-uj50h4 td .rainbet-qna7lm:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.rainbet-l0cefu .rainbet-uj50h4 td .rainbet-qna7lm:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .rainbet-l0cefu .rainbet-uj50h4 td .rainbet-qna7lm:not(:first-child) {
    padding-left: 0;
  }
  .rainbet-l0cefu .rainbet-uj50h4 td .rainbet-qna7lm:not(:last-of-type) {
    border-right: unset;
  }
}

.rainbet-l0cefu .rainbet-8hxk3y {
  flex: 0 1 485px;
}

.rainbet-l0cefu .rainbet-kxanut {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.rainbet-l0cefu .rainbet-kxanut li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rainbet-l0cefu .rainbet-kxanut li.rainbet-17uqml {
  padding: 6px 12px;
}

.rainbet-l0cefu .rainbet-kxanut li a,
.rainbet-l0cefu .rainbet-kxanut li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: var(--card-text-color, #fff);
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.rainbet-l0cefu .rainbet-721lha,
.rainbet-l0cefu .rainbet-d8uevd {
  flex: 1 1;
}

.rainbet-l0cefu .rainbet-nwwbnm,
.rainbet-l0cefu .rainbet-h82fvq {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rainbet-l0cefu .rainbet-nwwbnm li,
.rainbet-l0cefu .rainbet-h82fvq li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.rainbet-l0cefu .rainbet-d8uevd img {
  max-width: 32px;
}

.rainbet-l0cefu .rainbet-721lha img {
  max-width: 32px;
}

.rainbet-l0cefu .rainbet-4si5m9 {
  min-width: 280px;
}

.rainbet-l0cefu .rainbet-4si5m9 img {
  max-width: 146px;
}

.rainbet-l0cefu .rainbet-4si5m9 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .rainbet-l0cefu .rainbet-edn2gx,
  .rainbet-l0cefu .rainbet-kzq1cb {
    flex: 0 1 auto;
  }
  .rainbet-l0cefu .rainbet-uj50h4 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .rainbet-l0cefu .rainbet-edn2gx,
  .rainbet-l0cefu .rainbet-8hxk3y,
  .rainbet-l0cefu .rainbet-kzq1cb,
  .rainbet-l0cefu .rainbet-uj50h4 {
    flex: 1 1 calc(50% - 20px);
  }
  .rainbet-l0cefu .rainbet-721lha,
  .rainbet-l0cefu .rainbet-4si5m9,
  .rainbet-l0cefu .rainbet-d8uevd {
    flex: 1 1 30%;
  }
  .rainbet-l0cefu .rainbet-4si5m9 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .rainbet-l0cefu .rainbet-edn2gx,
  .rainbet-l0cefu .rainbet-8hxk3y,
  .rainbet-l0cefu .rainbet-721lha,
  .rainbet-l0cefu .rainbet-kzq1cb,
  .rainbet-l0cefu .rainbet-uj50h4,
  .rainbet-l0cefu .rainbet-4si5m9,
  .rainbet-l0cefu .rainbet-d8uevd {
    flex: 1 1 100%;
  }
}

.rainbet-qnnruy .rainbet-3fcdef {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rainbet-qnnruy .rainbet-tvp99t {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.rainbet-qnnruy .rainbet-bb0j9m {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.rainbet-qnnruy .rainbet-t7bb70 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.rainbet-qnnruy .rainbet-t7bb70 > :nth-child(3) {
  margin-top: 0;
}

.rainbet-qnnruy .rainbet-fp0yum {
  grid-column: 2/3;
  grid-row: 1/10;
}

.rainbet-qnnruy .rainbet-281z4p {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.rainbet-qnnruy .rainbet-oid737 {
  grid-column: 1/2;
}

.rainbet-qnnruy > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.rainbet-qnnruy .rainbet-tvp99t: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-qnnruy .rainbet-tvp99t:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.rainbet-qnnruy .rainbet-2vd9ig {
  min-width: 240px;
}

@media (max-width: 768px) {
  .rainbet-qnnruy .rainbet-tvp99t:not(:last-child):before {
    bottom: 8px;
  }
  .rainbet-qnnruy .rainbet-tvp99t:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .rainbet-qnnruy .rainbet-t7bb70 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .rainbet-qnnruy .rainbet-fp0yum {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .rainbet-qnnruy .rainbet-fp0yum img {
    width: 100%;
    height: auto;
  }
  .rainbet-qnnruy .rainbet-2vd9ig {
    width: 100%;
    min-width: unset;
  }
}

.rainbet-ffhg3q .rainbet-lgoqnk {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.rainbet-ffhg3q .rainbet-yxw4wo {
  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-ffhg3q .rainbet-fp0yum {
  height: 100%;
}

.rainbet-ffhg3q .rainbet-fp0yum img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.rainbet-ffhg3q .rainbet-ptkajd {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.rainbet-ffhg3q .rainbet-hxcrkk {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.rainbet-ffhg3q .rainbet-z64xdy {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .rainbet-ffhg3q .rainbet-yxw4wo {
    flex: 1 1 100%;
  }
  .rainbet-ffhg3q .rainbet-w1bdg8 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .rainbet-ffhg3q .rainbet-yxw4wo {
    flex-direction: column;
  }
  .rainbet-ffhg3q .rainbet-fp0yum {
    width: 100%;
    height: auto;
  }
  .rainbet-ffhg3q .rainbet-fp0yum img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .rainbet-ffhg3q .rainbet-ptkajd {
    padding: 0 16px 16px 16px;
  }
  .rainbet-ffhg3q .rainbet-w1bdg8 {
    min-width: unset;
    width: 100%;
  }
}

.rainbet-g0no3v .rainbet-dc9wzy {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.rainbet-g0no3v .rainbet-6xkxue {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.rainbet-g0no3v 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-g0no3v .rainbet-0l6bfq {
  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-g0no3v .rainbet-6xkxue:hover .rainbet-0l6bfq {
  display: flex;
}

.rainbet-g0no3v .rainbet-4b6795 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.rainbet-g0no3v .rainbet-3853z7 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.rainbet-2e6plm {
  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-2e6plm.rainbet-v0ux46 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.rainbet-jya0lt ease-in-out;
}

.rainbet-2e6plm.rainbet-v0ux46:hover {
  color: #f9cb16;
  background-color: transparent;
}

.rainbet-g0no3v .rainbet-wzch7i {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.rainbet-jya0lt ease-in-out;
}

.rainbet-g0no3v .rainbet-wzch7i:hover {
  color: #196948;
  background-color: #f9cb16;
}

.rainbet-g0no3v .rainbet-wzch7i:after,
.rainbet-2e6plm.rainbet-v0ux46:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.rainbet-2e6plm.rainbet-v0ux46:after {
  background-image: url(../images/Cash.svg);
}

.rainbet-g0no3v .rainbet-wzch7i:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .rainbet-g0no3v .rainbet-dc9wzy {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .rainbet-g0no3v .rainbet-dc9wzy {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .rainbet-g0no3v .rainbet-dc9wzy {
    grid-template-columns: 1fr;
  }
  .rainbet-g0no3v .rainbet-6xkxue {
    height: auto;
  }
  .rainbet-g0no3v .rainbet-6xkxue .rainbet-0l6bfq {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .rainbet-g0no3v .rainbet-4b6795,
  .rainbet-g0no3v .rainbet-3853z7 {
    text-align: left;
  }
  .rainbet-g0no3v .rainbet-3853z7 {
    margin-bottom: 8px;
  }
  .rainbet-g0no3v img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.rainbet-znzp7f {
  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-znzp7f.rainbet-hr5xu4 {
  display: block;
}

.rainbet-znzp7f .rainbet-g5qz1e {
  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-znzp7f .rainbet-zpd9jr {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.rainbet-znzp7f .rainbet-wztgs1 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.rainbet-znzp7f .rainbet-1b6873 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.rainbet-znzp7f .rainbet-2e6plm {
  min-width: 296px;
  margin-bottom: 0;
}

.rainbet-znzp7f .rainbet-x7vbg6 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.rainbet-znzp7f .rainbet-ox1oay {
  position: relative;
  flex: 1 1;
}

.rainbet-znzp7f .rainbet-ox1oay iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .rainbet-znzp7f .rainbet-zpd9jr {
    flex-wrap: wrap;
    gap: 8px;
  }
  .rainbet-znzp7f .rainbet-wztgs1 {
    order: 1;
  }
  .rainbet-znzp7f .rainbet-1b6873 {
    order: 3;
    flex: 1 1 100%;
  }
  .rainbet-znzp7f .rainbet-2e6plm {
    width: 100%;
    min-width: unset;
  }
  .rainbet-znzp7f .rainbet-x7vbg6 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .rainbet-prmxtu > .rainbet-comygs {
    margin-bottom: 0;
  }
  .rainbet-prmxtu > .rainbet-oid737,
  .rainbet-prmxtu > p {
    margin-top: 0;
  }
}

.rainbet-u57l9x img,
.rainbet-qsmfeo img {
  width: auto;
  object-fit: contain;
}

.rainbet-u57l9x {
  align-items: center;
}

.rainbet-u57l9x img {
  max-height: 76px;
}

.rainbet-qsmfeo img {
  max-height: 64px;
}

.rainbet-vpuo0v {
  overflow: auto;
}

.rainbet-6rsbtq {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.rainbet-wsljcw:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.rainbet-ldo5wf {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.rainbet-h7po27 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.rainbet-ldo5wf .rainbet-fp0yum {
  margin-right: 20px;
  flex-shrink: 0;
}

.rainbet-ldo5wf img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.rainbet-e3pxnj {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.rainbet-e3pxnj > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .rainbet-ldo5wf {
    padding: 15px 10px;
  }
  .rainbet-e3pxnj {
    padding: 15px 10px;
  }
  .rainbet-ldo5wf .rainbet-fp0yum {
    margin-right: 10px;
  }
}

.rainbet-kr7bbh {
  overflow-x: auto;
}

.rainbet-everci {
  border-collapse: collapse;
  width: 100%;
}

.rainbet-kr7bbh th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.rainbet-kr7bbh td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.rainbet-kr7bbh td.rainbet-h7t4w5 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.rainbet-kr7bbh td.rainbet-ccqpcf {
  border-right: none;
}

.rainbet-kr7bbh td.rainbet-ccqpcf .rainbet-fp0yum {
  justify-content: flex-start;
}

.rainbet-kr7bbh td.rainbet-ccqpcf .rainbet-fp0yum img {
  height: auto;
  width: 90px;
}

.rainbet-kr7bbh td.rainbet-dtgy12,
.rainbet-kr7bbh td.rainbet-wddomu {
  font-weight: 600;
  text-align: right;
}

.rainbet-kr7bbh td.rainbet-7ap5xr,
.rainbet-kr7bbh td.rainbet-dtgy12 {
  padding-bottom: 10px;
  border-bottom: none;
}

.rainbet-kr7bbh td.rainbet-dtgy12,
.rainbet-kr7bbh td.rainbet-wddomu {
  border-left: none;
}

.rainbet-kr7bbh td.rainbet-7ap5xr,
.rainbet-kr7bbh td.rainbet-kw7mkw {
  border-right: none;
}

.rainbet-kr7bbh td.rainbet-kw7mkw,
.rainbet-kr7bbh td.rainbet-wddomu {
  border-top: none;
  padding-top: 10px;
}

.rainbet-i422rf {
  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-i422rf .rainbet-w1bdg8 {
  min-width: unset;
  width: 100%;
}

.rainbet-i422rf .rainbet-w1bdg8.rainbet-wj3vpl {
  grid-column: 1/2;
  grid-row: 1/2;
}

.rainbet-i422rf .rainbet-w1bdg8.rainbet-o33iay {
  grid-column: 2/3;
  grid-row: 1/2;
}

.rainbet-i422rf .rainbet-24bxzw {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .rainbet-i422rf {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .rainbet-i422rf .rainbet-w1bdg8.rainbet-wj3vpl {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .rainbet-i422rf .rainbet-w1bdg8.rainbet-o33iay {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .rainbet-i422rf .rainbet-24bxzw {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.rainbet-x1605b {
  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-fktihl {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.rainbet-48kuwg p a img {
  margin: 0 auto;
  display: block;
}

.rainbet-48kuwg table {
  margin-bottom: 17px;
}

/* contanct form */
.rainbet-x82bth {
  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-x82bth label {
  font-size: 14px;
}

.rainbet-x82bth h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.rainbet-x82bth input,
.rainbet-x82bth textarea,
.rainbet-x82bth 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-x82bth button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.rainbet-jya0lt ease;
}
.rainbet-x82bth button:hover {
  background-color: #691204;
}
.rainbet-sxw22p {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.rainbet-k435f4 ease-in;
}

.rainbet-sxw22p 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-i1lpcc, .rainbet-myhu8v, [class*="review-card"],
thead, thead th, table th, .rainbet-bhdq52,
.rainbet-o6803j, [class*="collapsible-header"],
.rainbet-yxs0j5, [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; }
#cookie-law-div, #cookie-law-div :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
.rainbet-2vd9ig, .rainbet-2vd9ig :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.rainbet-bpb7wu, .rainbet-bpb7wu :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.rainbet-sfxd4c, .rainbet-sfxd4c :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.rainbet-w1bdg8.rainbet-wj3vpl, .rainbet-w1bdg8.rainbet-2c356i, .rainbet-w1bdg8.rainbet-o33iay, .rainbet-w1bdg8.rainbet-wj3vpl, .rainbet-w1bdg8.rainbet-2c356i, .rainbet-w1bdg8.rainbet-o33iay :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.rainbet-w1bdg8.rainbet-yma6xj, .rainbet-w1bdg8.rainbet-yma6xj :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.rainbet-oscv6j:before, .rainbet-oscv6j:before :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.rainbet-zpe38s, .rainbet-zpe38s :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.rainbet-h6o96j, .rainbet-h6o96j :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.rainbet-5vsc4x .rainbet-0ef998, .rainbet-5vsc4x .rainbet-0ef998 :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.rainbet-x1605b, .rainbet-x1605b :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--button-text-color) !important; }

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
