@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);
}

.vicibet-siexpt {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.vicibet-j53rgu {
  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.vicibet-xwgim5,
ul.vicibet-xwgim5 {
  padding-left: 20px;
}

ul.vicibet-xwgim5 {
  list-style: disc;
}

ol.vicibet-xwgim5 {
  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;
  }
}

.vicibet-sbybhg > .vicibet-d2woyu,
.vicibet-sbybhg > .vicibet-z0n0ku,
.vicibet-sbybhg > blockquote,
.vicibet-sbybhg > h1,
.vicibet-sbybhg > h2,
.vicibet-sbybhg > h3,
.vicibet-sbybhg > h4,
.vicibet-sbybhg > h5,
.vicibet-sbybhg > h6,
.vicibet-sbybhg > ol,
.vicibet-sbybhg > p,
.vicibet-sbybhg > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.vicibet-sbybhg > ol,
.vicibet-sbybhg > ul {
  padding-left: 50px;
}

.vicibet-sbybhg 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;
}

.vicibet-sbybhg:not(:last-child) {
  margin-bottom: 2rem;
}

.vicibet-sbybhg > :not(:first-child) {
  margin-top: 2rem;
}

.vicibet-sbybhg {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vicibet-sbybhg:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .vicibet-sbybhg:first-child {
    margin-top: 20px;
  }
}

.vicibet-sbybhg > p:last-of-type {
  margin-bottom: 32px;
}

.vicibet-sbybhg > .vicibet-1hbits:not(:first-child) {
  margin: 64px auto 16px auto;
}

.vicibet-p8rep7 > .vicibet-1hbits {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.vicibet-z0n0ku {
  overflow: auto;
}

.vicibet-z0n0ku::-webkit-scrollbar {
  height: 5px;
}

.vicibet-z0n0ku table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.vicibet-z0n0ku table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.vicibet-z0n0ku table thead,
table thead {
  border-bottom: none;
}

.vicibet-z0n0ku table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.vicibet-z0n0ku table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.vicibet-z0n0ku table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.vicibet-z0n0ku .vicibet-y2zqsp {
  table-layout: auto;
}

.vicibet-z0n0ku .vicibet-y2zqsp th {
  word-break: normal;
}

.vicibet-z0n0ku .vicibet-y2zqsp td {
  word-break: normal;
}

.vicibet-siexpt .vicibet-siexpt {
  padding-right: 0;
  padding-left: 0;
}

.vicibet-hecn1k {
  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;
}

.vicibet-fxcnvm {
  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;
}

.vicibet-4u0xer {
  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;
}

.vicibet-d2woyu {
  margin-top: 24px;
}

.vicibet-d2woyu.vicibet-4bi1re {
  text-align: left;
}

.vicibet-d2woyu.vicibet-wi0im4 {
  text-align: right;
}

.vicibet-d2woyu.vicibet-5xfljy {
  text-align: center;
}

.vicibet-gqrczd {
  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.vicibet-wrnftn ease-in-out;
  cursor: pointer;
}

.vicibet-gqrczd:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.vicibet-gqrczd {
  min-width: 328px;
}

@media (max-width: 768px) {
  .vicibet-gqrczd {
    min-width: unset;
  }
}

.vicibet-5sahit {
  background-color: var(--fh-bg-color);
}

.vicibet-gnmlth {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.vicibet-hgt8s3 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.vicibet-hgt8s3 img {
  max-height: 44px;
  object-fit: contain;
}

.vicibet-wr0xsl {
  flex: 1 1;
}

.vicibet-277snv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.vicibet-1afp27 {
  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;
}

.vicibet-1afp27 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;
}

.vicibet-1afp27.vicibet-erjuwj span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.vicibet-1afp27.vicibet-erjuwj span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.vicibet-1afp27.vicibet-erjuwj span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.vicibet-wr0xsl + .vicibet-277snv {
  margin-left: 20px;
}

.vicibet-5gcqul {
  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;
}

.vicibet-5gcqul > svg {
  max-width: 24px;
  max-height: 24px;
}

.vicibet-5gcqul + .vicibet-5gcqul {
  margin-left: 5px;
}

.vicibet-s8viz0 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.vicibet-s8viz0:hover {
  background-color: var(--button-bg-hover);
}

.vicibet-jdolzd {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.vicibet-wrnftn ease-in-out;
  border: 1px solid var(--border-color);
}

.vicibet-jdolzd:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.vicibet-iduuet {
  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) {
  .vicibet-wr0xsl {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .vicibet-iduuet {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .vicibet-wr0xsl {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .vicibet-5gcqul {
    min-width: unset;
    flex: 1 1;
  }
}

.vicibet-mdyx9b {
  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;
}

.vicibet-mdyx9b:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.vicibet-mdyx9b:hover .vicibet-damlny {
  opacity: 1;
  pointer-events: auto;
}

.vicibet-95d4fu {
  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.vicibet-y4eg2n ease-in-out;
  gap: 4px;
}

.vicibet-95d4fu > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.vicibet-95d4fu .vicibet-hecn1k img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.vicibet-y0tjxs,
.vicibet-95d4fu:hover {
  color: var(--button-bg-hover);
}

.vicibet-4l5yoa {
  position: relative;
}

.vicibet-4l5yoa .vicibet-95d4fu {
  margin-right: 0;
  padding-right: 4px;
}

.vicibet-5x1lve svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.vicibet-4l5yoa.vicibet-erjuwj .vicibet-5x1lve svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.vicibet-4l5yoa.vicibet-erjuwj .vicibet-damlny {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.vicibet-4l5yoa.vicibet-erjuwj .vicibet-damlny::before {
  display: none;
}

.vicibet-5x1lve svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.vicibet-damlny {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.vicibet-v7mntc 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.vicibet-damlny::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.vicibet-damlny:hover {
  color: var(--fh-bg-color);
}

.vicibet-0jonzb {
  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.vicibet-v7mntc 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.vicibet-y4eg2n ease-in-out;
  -o-transition: 0.vicibet-y4eg2n ease-in-out;
  transition: 0.vicibet-y4eg2n ease-in-out;
}

.vicibet-0jonzb .vicibet-hecn1k img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.vicibet-4n7u8j,
.vicibet-0jonzb:hover {
  color: var(--button-bg-hover);
}

.vicibet-ynizig {
  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%;
}

.vicibet-ynizig.vicibet-r243dp {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.vicibet-ynizig.vicibet-r243dp:after,
.vicibet-ynizig.vicibet-r243dp:before {
  content: "";
  position: absolute;
  margin: auto;
}

.vicibet-ynizig.vicibet-r243dp: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);
  }
}

.vicibet-ynizig.vicibet-r243dp:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.vicibet-ynizig.vicibet-r243dp > * {
  z-index: 1;
}

.vicibet-ynizig b,
.vicibet-ynizig strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.vicibet-ynizig .vicibet-xq17if {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.vicibet-ynizig .vicibet-q9vgl8 {
  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;
}

.vicibet-ynizig .vicibet-hecn1k {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.vicibet-ynizig .vicibet-nbq9q5 {
  margin-top: 12px;
}

.vicibet-nbq9q5 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.vicibet-4n9d7v {
  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;
}

.vicibet-nbq9q5 .vicibet-iqjbzo {
  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.vicibet-wrnftn ease-in-out;
}

.vicibet-nbq9q5 .vicibet-iqjbzo:hover {
  background: rgba(255, 255, 255, 0.3);
}

.vicibet-n4hgxg {
  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;
}

.vicibet-ynizig.vicibet-mnbqsf {
  gap: 12px;
  padding: 16px;
}

.vicibet-ynizig.vicibet-mnbqsf .vicibet-n4hgxg {
  min-width: 240px;
}

.vicibet-ynizig.vicibet-mnbqsf .vicibet-n4hgxg.vicibet-0cey5o {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .vicibet-ynizig .vicibet-xq17if {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .vicibet-ynizig .vicibet-q9vgl8 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .vicibet-ynizig .vicibet-hecn1k {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .vicibet-ynizig.vicibet-mnbqsf .vicibet-hecn1k {
    max-width: 126px;
  }
  .vicibet-ynizig .vicibet-nbq9q5 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .vicibet-ynizig .vicibet-4n9d7v {
    max-width: unset;
  }
  .vicibet-n4hgxg {
    min-width: unset;
    width: 100%;
  }
  .vicibet-ynizig .vicibet-n4hgxg {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .vicibet-ynizig.vicibet-mnbqsf {
    grid-template-rows: auto 1fr auto;
  }
  .vicibet-ynizig.vicibet-mnbqsf .vicibet-n4hgxg {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .vicibet-ynizig {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .vicibet-ynizig .vicibet-xq17if {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .vicibet-ynizig .vicibet-hecn1k {
    max-width: 78px;
  }
  .vicibet-ynizig .vicibet-nbq9q5 {
    margin-top: -12px;
  }
  .vicibet-ynizig.vicibet-mnbqsf {
    gap: 8px;
  }
  .vicibet-ynizig.vicibet-mnbqsf .vicibet-xq17if {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .vicibet-ynizig.vicibet-mnbqsf .vicibet-q9vgl8 {
    grid-column: 1/3;
  }
  .vicibet-ynizig.vicibet-mnbqsf .vicibet-hecn1k {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .vicibet-ynizig.vicibet-mnbqsf .vicibet-hecn1k img {
    max-width: 114px;
  }
}

.vicibet-n4hgxg.vicibet-48gdoy,
.vicibet-n4hgxg.vicibet-o2nvv3,
.vicibet-n4hgxg.vicibet-o0xsbl {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.vicibet-wrnftn ease-in-out;
}

.vicibet-n4hgxg.vicibet-48gdoy,
.vicibet-n4hgxg.vicibet-o0xsbl {
  padding: 10px;
}

.vicibet-n4hgxg.vicibet-48gdoy:hover,
.vicibet-n4hgxg.vicibet-o2nvv3:hover,
.vicibet-n4hgxg.vicibet-o0xsbl:hover {
  background: var(--button-bg-hover);
}

.vicibet-n4hgxg.vicibet-48gdoy:hover svg path,
.vicibet-n4hgxg.vicibet-o0xsbl:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.vicibet-n4hgxg.vicibet-0cey5o {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.vicibet-wrnftn ease-in-out;
  background: var(--button-bg-color);
}

.vicibet-n4hgxg.vicibet-0cey5o:hover {
  background-color: var(--button-bg-hover);
}

.vicibet-n4hgxg.vicibet-o2nvv3: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);
  }
}

.vicibet-n4hgxg.vicibet-o2nvv3:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.vicibet-n4hgxg.vicibet-0cey5o:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.vicibet-o2gn5o {
  max-width: 650px;
}

.vicibet-gzu0mn {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.vicibet-l7t2qe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.vicibet-vvx1jx {
  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.vicibet-y4eg2n ease-in-out;
  cursor: pointer;
}

.vicibet-vvx1jx:hover {
  opacity: 0.5;
}

.vicibet-vvx1jx:focus {
  outline: 0;
}

.vicibet-vvx1jx:focus .vicibet-0w6fix,
.vicibet-vvx1jx:hover .vicibet-0w6fix {
  fill: red;
  fill-opacity: 1;
}

.vicibet-vvx1jx:hover {
  cursor: pointer;
}

.vicibet-o2jxxf {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.vicibet-o2gn5o.vicibet-5xfljy {
  margin: 0 auto;
}

.vicibet-o2gn5o.vicibet-wi0im4 {
  margin-left: auto;
}

.vicibet-rklyvs {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.vicibet-s4rn9r {
  padding-bottom: 50px;
}

.vicibet-l0lll2 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.vicibet-ryjjtl {
  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;
}

.vicibet-lldtsk {
  margin-top: 24px;
}

.vicibet-7wckza {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vicibet-29afg6 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.vicibet-rvizd9 {
  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;
}

.vicibet-thh9ta {
  width: 468px;
}

.vicibet-rvizd9 .vicibet-damlny {
  margin: 0.vicibet-lx1vp2 0;
}

.vicibet-tnpz0p {
  display: flex;
  min-width: 224px;
}

.vicibet-lu07n0 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.vicibet-y4eg2n ease-in-out;
}

.vicibet-x77ume,
.vicibet-lu07n0:hover {
  color: var(--text-color);
}

.vicibet-lyoyti {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.vicibet-vkr4rp {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .vicibet-rklyvs {
    padding: 16px;
  }
  .vicibet-lyoyti {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .vicibet-vkr4rp {
    align-items: center;
  }
  .vicibet-thh9ta {
    width: unset;
  }
  .vicibet-tnpz0p {
    min-width: unset;
  }
  .vicibet-rvizd9 {
    max-height: unset;
  }
  .vicibet-l0lll2 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .vicibet-rklyvs {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.vicibet-15oip5 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.vicibet-15oip5:not(:last-child) {
  margin-bottom: 16px;
}

.vicibet-xk0iyy {
  outline: 0;
}

.vicibet-xk0iyy .vicibet-8lc8hw {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.vicibet-fzp9u6 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .vicibet-fzp9u6 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.vicibet-fzp9u6::-webkit-details-marker {
  display: none;
}

.vicibet-fzp9u6: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;
}

.vicibet-fzp9u6: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] .vicibet-fzp9u6:after {
  transform: unset;
}

.vicibet-8lc8hw {
  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);
}

.vicibet-8lc8hw 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.vicibet-y4eg2n ease-in-out;
  -o-transition: 0.vicibet-y4eg2n ease-in-out;
  transition: 0.vicibet-y4eg2n ease-in-out;
}

.vicibet-ekkwfe {
  padding: 16px 0 0 0;
}

.vicibet-ekkwfe * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .vicibet-ekkwfe :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .vicibet-fzp9u6 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .vicibet-fzp9u6::after {
    margin-left: auto;
  }
  .vicibet-8lc8hw {
    order: 3;
    flex: 1 1 100%;
  }
  .vicibet-fzp9u6 {
    font-size: 14px;
    line-height: 130%;
  }
  .vicibet-8lc8hw svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.vicibet-yittkv {
  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;
}

.vicibet-ootmre {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.vicibet-yittkv.vicibet-erjuwj .vicibet-ootmre {
  margin-bottom: 12px;
}

.vicibet-ootmre::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;
}

.vicibet-yittkv.vicibet-erjuwj .vicibet-ootmre::after {
  transform: unset;
}

.vicibet-hqsiyw {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.vicibet-ljzocf {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.vicibet-y4eg2n ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.vicibet-ljzocf: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;
}

.vicibet-yittkv.vicibet-erjuwj .vicibet-hqsiyw {
  max-height: 100%;
}

.vicibet-5wjamq {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.vicibet-tcwq6t {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.vicibet-qydtaj {
  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;
}

.vicibet-a1hyn7 {
  margin-right: 4px;
}

.vicibet-soqqfg {
  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.vicibet-y4eg2n ease-in-out;
}

.vicibet-soqqfg svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.vicibet-wf4fp7,
.vicibet-soqqfg:hover {
  color: var(--text-color);
}

.vicibet-pxnuoe {
  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;
}

.vicibet-pxnuoe img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.vicibet-pxnuoe .vicibet-112gur {
  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;
}

.vicibet-pxnuoe .vicibet-gdo9i2 {
  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;
}

.vicibet-b0gld6 {
  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;
}

.vicibet-m4255i {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vicibet-ajvwly .vicibet-siexpt {
  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;
}

.vicibet-ajvwly {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.vicibet-kcwxck {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.vicibet-ms25oi {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.vicibet-laxbyt {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.vicibet-6hlohd 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;
}

.vicibet-laxbyt:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.vicibet-t46c9h {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.vicibet-5xhumf {
  -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.vicibet-y4eg2n ease-in-out;
  transition: transform 0.vicibet-y4eg2n ease-in-out;
  -o-transition: transform 0.vicibet-y4eg2n ease-in-out;
  transition:
    transform 0.vicibet-y4eg2n ease-in-out,
    -webkit-transform 0.vicibet-y4eg2n ease-in-out;
  cursor: pointer;
}

.vicibet-5xhumf svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.vicibet-5xhumf: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;
}

.vicibet-pyyt2h {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .vicibet-pyyt2h {
    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);
}

.vicibet-393s9z {
  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;
}

.vicibet-hmxth1 {
  position: relative;
  width: 100%;
}

.vicibet-393s9z.vicibet-hyd2mh {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.vicibet-393s9z.vicibet-5xfljy {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vicibet-393s9z.vicibet-wi0im4 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.vicibet-wlm8w1 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.vicibet-kqthnm {
  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.vicibet-y4eg2n ease-in-out;
  cursor: pointer;
}

.vicibet-kqthnm:hover {
  opacity: 0.5;
}

.vicibet-393s9z.vicibet-zbwqhx .vicibet-kqthnm {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.vicibet-393s9z.vicibet-zbwqhx .vicibet-wlm8w1 {
  cursor: pointer;
}

.vicibet-mr79eo {
  fill: #0009;
}

.vicibet-2wpgii {
  fill: #fff;
}

.vicibet-kqthnm:hover .vicibet-mr79eo {
  fill: red;
}

.vicibet-kqthnm svg path {
  -webkit-transition: 0.vicibet-y4eg2n ease-in-out;
  -o-transition: 0.vicibet-y4eg2n ease-in-out;
  transition: 0.vicibet-y4eg2n ease-in-out;
}

.vicibet-23qrgn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.vicibet-23qrgn > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.vicibet-23qrgn.vicibet-rjacrh > :not(.get-image) {
  grid-column: 1/3;
}

.vicibet-xp4ip4:not(._h1-block) .vicibet-23qrgn > .vicibet-1hbits {
  grid-row: 1/2;
  grid-column: 1/3;
}

.vicibet-23qrgn.vicibet-rjacrh .vicibet-ftgwk2 {
  grid-column: 2/3;
}

.vicibet-23qrgn.vicibet-rjacrh > .vicibet-hecn1k {
  grid-column: 1/2;
}

.vicibet-23qrgn.vicibet-rjacrh > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.vicibet-23qrgn > p:first-of-type {
  margin-top: 0;
}

.vicibet-23qrgn .vicibet-hecn1k {
  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;
}

.vicibet-xp4ip4:not(._h1-block) .vicibet-1hbits ~ .vicibet-hecn1k {
  grid-row: 2/10;
}

.vicibet-xp4ip4.vicibet-ljz9pd .vicibet-1hbits ~ .vicibet-hecn1k {
  grid-row: 1/10;
}

.vicibet-xp4ip4.vicibet-ljz9pd > .vicibet-1hbits {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.vicibet-xp4ip4.vicibet-ljz9pd .vicibet-hecn1k {
  grid-row: 1/10;
}

.vicibet-23qrgn.vicibet-7mab3t .vicibet-hecn1k {
  align-items: flex-start;
}

.vicibet-23qrgn.vicibet-5xfljy .vicibet-ftgwk2 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.vicibet-23qrgn.vicibet-5xfljy .vicibet-hecn1k {
  align-items: center;
}

.vicibet-23qrgn.vicibet-7atkhu .vicibet-hecn1k {
  align-items: flex-end;
}

.vicibet-ftgwk2 > :first-child {
  margin-top: 0;
}

.vicibet-ftgwk2 > :last-child {
  margin-bottom: 0;
}

* + .vicibet-m0a50q,
.vicibet-xp4ip4 + .vicibet-xp4ip4 {
  margin-top: 2rem;
}

.vicibet-435sg5 td::before,
.vicibet-435sg5 th::after {
  display: none !important;
}

.vicibet-435sg5 #link-selector {
  color: #000;
}

.vicibet-435sg5 .vicibet-y5cpvc {
  color: #135e96;
}

.vicibet-435sg5 .vicibet-2u39mj *,
.vicibet-435sg5 .vicibet-hyfu1e p,
.vicibet-435sg5 .vicibet-rr3iy2 * {
  color: #000;
}

.vicibet-435sg5 .vicibet-aiv9e1 {
  background: 0 0 !important;
}

.vicibet-435sg5 .vicibet-ebfgef {
  color: #000;
}

.vicibet-435sg5 .vicibet-rc8z39.vicibet-vo62ve {
  color: #fff;
}

.vicibet-435sg5 .vicibet-ve3upf {
  color: #000;
}

.vicibet-435sg5
  .vicibet-j3zn77
  .vicibet-rr8qqt.vicibet-vo62ve.vicibet-6il76u {
  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;
}

.vicibet-68pp85,
body .vicibet-1g7rj5 {
  color: #000;
  background: var(--color-body) !important;
}

.vicibet-68pp85 .vicibet-40osjh .vicibet-gzf6m9,
body .vicibet-1g7rj5 .vicibet-40osjh .vicibet-gzf6m9 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .vicibet-ljzocf:focus,
  .vicibet-ljzocf:hover {
    color: #f9cb16;
  }
  .vicibet-frg2gu:focus,
  .vicibet-frg2gu:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .vicibet-rc89u2:focus img,
  .vicibet-rc89u2:focus svg,
  .vicibet-rc89u2:hover img,
  .vicibet-rc89u2:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .vicibet-pxnuoe {
    display: none;
  }
}

@media (min-width: 1024px) {
  .vicibet-4l5yoa:hover .vicibet-5x1lve svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .vicibet-5x1lve {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .vicibet-na6o7u {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .vicibet-8ru2qh {
    grid-template-columns: repeat(4, 1fr);
  }
  .vicibet-evi4y7 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .vicibet-23xggh .vicibet-3vs90w {
    grid-template-columns: 1fr;
  }
  .vicibet-23xggh .vicibet-3kn7ga {
    -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;
  }
  .vicibet-23xggh .vicibet-q7zbl6 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .vicibet-23xggh .vicibet-iunouc {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .vicibet-23xggh .vicibet-daw7w3 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .vicibet-23xggh .vicibet-q7zbl6:not(:first-child) {
    border: none;
  }
  .vicibet-23xggh .vicibet-q7zbl6:first-child .vicibet-iunouc {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .vicibet-23xggh .vicibet-q7zbl6:last-child .vicibet-iunouc {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .vicibet-gnmlth {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .vicibet-hgt8s3 {
    max-width: 100px;
  }
  .vicibet-wr0xsl {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .vicibet-277snv {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .vicibet-277snv svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .vicibet-1afp27 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .vicibet-wr0xsl + .vicibet-277snv {
    margin-left: auto;
  }
  .vicibet-mvggiu {
    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;
  }
  .vicibet-mvggiu.vicibet-erjuwj {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .vicibet-iduuet {
    -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;
  }
  .vicibet-mdyx9b {
    width: 100%;
  }
  .vicibet-mdyx9b:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .vicibet-95d4fu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .vicibet-95d4fu svg {
    margin-right: 4px;
  }
  .vicibet-4l5yoa {
    -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;
  }
  .vicibet-5x1lve svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .vicibet-5x1lve {
    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;
  }
  .vicibet-damlny {
    display: none;
    width: 100%;
  }
  .vicibet-4l5yoa.vicibet-erjuwj .vicibet-damlny {
    padding: 0 0 0 48px;
  }
  .vicibet-0jonzb {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .vicibet-ryjjtl .vicibet-hecn1k {
    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;
  }
  .vicibet-5qky8q {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .vicibet-5qky8q + .vicibet-5qky8q {
    margin-right: 0;
  }
  .vicibet-5qky8q + .vicibet-hecn1k {
    margin: 0;
  }
  .vicibet-na6o7u {
    grid-template-columns: repeat(4, 1fr);
  }
  .vicibet-8ru2qh {
    grid-template-columns: repeat(3, 1fr);
  }
  .vicibet-1yuv52,
  .vicibet-8tl8ps {
    grid-template-columns: repeat(2, 1fr);
  }
  .vicibet-23qrgn {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .vicibet-23qrgn.vicibet-rjacrh .vicibet-ftgwk2 {
    grid-column: auto;
    grid-row: auto;
  }
  .vicibet-23qrgn > .vicibet-1hbits {
    grid-column: 1/2;
  }
  .vicibet-23qrgn.vicibet-rjacrh > :not(.get-image) {
    grid-column: 1/2;
  }
  .vicibet-23qrgn .vicibet-hecn1k,
  .vicibet-23qrgn.vicibet-rjacrh > .vicibet-hecn1k {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .vicibet-23qrgn.vicibet-rjacrh > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .vicibet-xp4ip4.vicibet-ljz9pd .vicibet-23qrgn > .vicibet-hecn1k {
    grid-row: 1/2;
  }
  .vicibet-23qrgn .vicibet-1hbits ~ .vicibet-hecn1k,
  .vicibet-23qrgn.vicibet-rjacrh .vicibet-1hbits ~ .vicibet-hecn1k {
    grid-row: 2/3;
  }
  .vicibet-xp4ip4.vicibet-ljz9pd .vicibet-1hbits ~ .vicibet-hecn1k {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .vicibet-sbybhg:first-child .vicibet-qaup5b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vicibet-sbybhg:first-child .vicibet-qaup5b h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .vicibet-sbybhg {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .vicibet-sbybhg {
    padding: 0;
  }
  .vicibet-d2woyu {
    margin-top: 1rem;
  }
  .vicibet-xk0iyy {
    border-radius: 5px;
  }
  .vicibet-t1px0m {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vicibet-ootmre::after {
    display: inline-block;
  }
  .vicibet-ootmre {
    margin: 0;
    width: 100%;
  }
  .vicibet-hqsiyw {
    width: 100%;
  }
  .vicibet-hqsiyw.vicibet-whjoo9 {
    -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%;
  }
  .vicibet-hqsiyw.vicibet-whjoo9 .vicibet-y9tlvt {
    width: 100%;
  }
  .vicibet-hqsiyw.vicibet-whjoo9 .vicibet-y9tlvt:not(:last-child) {
    margin-right: 0;
  }
  .vicibet-ljzocf {
    width: 100%;
    text-align: center;
  }
  .vicibet-yittkv.vicibet-erjuwj .vicibet-hqsiyw {
    margin-top: 1rem;
  }
  .vicibet-na6o7u {
    grid-template-columns: repeat(3, 1fr);
  }
  .vicibet-evi4y7,
  .vicibet-8ru2qh {
    grid-template-columns: repeat(2, 1fr);
  }
  .vicibet-1yuv52,
  .vicibet-8tl8ps,
  .vicibet-cd68rw {
    grid-template-columns: 1fr;
  }
  .vicibet-rl0jsl {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .vicibet-uu495b {
    min-width: 300px;
    max-width: 325px;
  }
  .vicibet-iunouc {
    cursor: auto;
  }
  .vicibet-2f1713 .vicibet-iunouc {
    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;
  }
  .vicibet-pyyt2h {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .vicibet-damlny {
    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) {
  .vicibet-pyyt2h {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.vicibet-5qky8q p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .vicibet-277snv {
    margin: 0 -0.2rem;
  }
  .vicibet-5qky8q {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .vicibet-q8gi8a {
    -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;
  }
  .vicibet-fxc4mt {
    max-width: 100%;
  }
  .vicibet-na6o7u {
    grid-template-columns: repeat(2, 1fr);
  }
  .vicibet-evi4y7,
  .vicibet-8ru2qh {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .vicibet-gnmlth {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vicibet-277snv {
    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;
  }
  .vicibet-5sahit {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vicibet-5gcqul {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .vicibet-jqtnvy,
  .vicibet-rl2915 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .vicibet-gqrczd {
    width: 100%;
  }
  .vicibet-na6o7u {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .vicibet-pyyt2h {
    top: 127px !important;
  }
}

.vicibet-sygg0m {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .vicibet-sygg0m {
  }
}

@media (max-width: 767px) {
  .vicibet-sygg0m {
    margin-bottom: 12px;
  }
}

.vicibet-sygg0m img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.vicibet-1sfteh {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.vicibet-1sfteh > .vicibet-gzr9pf {
  flex: 1 1;
}

@media (max-width: 767px) {
  .vicibet-1sfteh {
    flex-direction: column;
    gap: 12px;
  }
}

.vicibet-ljx7mi {
  display: flex;
}

.vicibet-ljx7mi .vicibet-0z6mjw {
  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;
}

.vicibet-ljx7mi .vicibet-6g38si {
  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;
}

.vicibet-ljx7mi .vicibet-ibjg78 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.vicibet-ljx7mi .vicibet-s0r3ej {
  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));
  }
}

.vicibet-ljx7mi .vicibet-s0r3ej:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.vicibet-ljx7mi .vicibet-3g2k14 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.vicibet-gd4zxz {
  border: unset;
  background-color: unset;
}

.vicibet-gd4zxz tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.vicibet-gd4zxz .vicibet-cg4q5x,
.vicibet-gd4zxz .vicibet-l8abxb {
  flex: 0 1 330px;
}

.vicibet-gd4zxz .vicibet-djaj0w {
  flex: 1 1;
}

.vicibet-gd4zxz tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.vicibet-gd4zxz tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.vicibet-gd4zxz tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.vicibet-gd4zxz tr td p {
  color: #fff;
  margin: 0;
}

.vicibet-gd4zxz tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.vicibet-gd4zxz tr.vicibet-cg4q5x td p {
  padding: 16px 0;
}

.vicibet-gd4zxz tr.vicibet-cg4q5x td p:not(:last-child),
.vicibet-gd4zxz tr.vicibet-l8abxb td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.vicibet-gd4zxz tr.vicibet-cg4q5x td p:first-child,
.vicibet-gd4zxz tr.vicibet-l8abxb td p:first-child {
  padding-top: 0;
}

.vicibet-gd4zxz tr.vicibet-l8abxb td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.vicibet-gd4zxz tr.vicibet-l8abxb td p:last-child {
  padding-bottom: 0;
}

.vicibet-gd4zxz .vicibet-l8abxb img {
  max-width: 32px;
}

.vicibet-gd4zxz .vicibet-djaj0w {
  min-width: 718px;
}

.vicibet-gd4zxz .vicibet-djaj0w td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.vicibet-gd4zxz .vicibet-djaj0w td {
  display: flex;
}

.vicibet-gd4zxz .vicibet-djaj0w td:last-child .vicibet-ci911u,
.vicibet-gd4zxz .vicibet-djaj0w td:last-child .vicibet-mxumaa,
.vicibet-gd4zxz .vicibet-djaj0w td:last-child .vicibet-k9eb9e {
  flex: 1 1 50%;
}

.vicibet-gd4zxz .vicibet-djaj0w td:last-child .vicibet-fjb2fn {
  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;
}

.vicibet-gd4zxz .vicibet-djaj0w td:last-child .vicibet-phvdbz,
.vicibet-gd4zxz .vicibet-djaj0w td:last-child .vicibet-qrzom4 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.vicibet-gd4zxz .vicibet-djaj0w td:last-child .vicibet-ci911u,
.vicibet-gd4zxz .vicibet-djaj0w td:last-child .vicibet-mxumaa {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.vicibet-gd4zxz .vicibet-djaj0w td:last-child .vicibet-ci911u span,
.vicibet-gd4zxz .vicibet-djaj0w td:last-child .vicibet-mxumaa span {
  font-weight: 800;
}

.vicibet-gd4zxz .vicibet-djaj0w img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .vicibet-gd4zxz .vicibet-djaj0w td .vicibet-k9eb9e:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .vicibet-gd4zxz tr.vicibet-cg4q5x td p:last-child {
    padding-bottom: 0;
  }
  .vicibet-gd4zxz .vicibet-l8abxb > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .vicibet-gd4zxz .vicibet-l8abxb > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .vicibet-gd4zxz tr.vicibet-cg4q5x td p:not(:last-child),
  .vicibet-gd4zxz tr.vicibet-l8abxb td p:not(:last-child) {
    border-bottom: unset;
  }
  .vicibet-gd4zxz tr.vicibet-l8abxb td p:last-child {
    padding-bottom: 12px;
  }
  .vicibet-gd4zxz .vicibet-djaj0w td:last-child .vicibet-ci911u,
  .vicibet-gd4zxz .vicibet-djaj0w td:last-child .vicibet-mxumaa,
  .vicibet-gd4zxz .vicibet-djaj0w td:last-child .vicibet-k9eb9e {
    flex: 1 1 50%;
    padding: 0;
  }
  .vicibet-gd4zxz .vicibet-djaj0w td:last-child .vicibet-ci911u,
  .vicibet-gd4zxz .vicibet-djaj0w td:last-child .vicibet-mxumaa {
    margin-top: 16px;
  }
  .vicibet-gd4zxz .vicibet-djaj0w td:last-child .vicibet-k9eb9e {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .vicibet-gd4zxz .vicibet-djaj0w td:last-child .vicibet-ci911u {
    border-right: 1px solid var(--border-color);
  }
  .vicibet-gd4zxz .vicibet-djaj0w td:last-child .vicibet-k9eb9e:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .vicibet-gd4zxz .vicibet-djaj0w td:last-child .vicibet-k9eb9e:last-child {
    padding-bottom: 0;
  }
}

.vicibet-k9eb9e {
  display: flex;
  flex-direction: column;
}

.vicibet-gd4zxz .vicibet-djaj0w td .vicibet-k9eb9e {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.vicibet-gd4zxz .vicibet-djaj0w td .vicibet-k9eb9e:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.vicibet-gd4zxz .vicibet-djaj0w td .vicibet-k9eb9e:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .vicibet-gd4zxz .vicibet-djaj0w td .vicibet-k9eb9e:not(:first-child) {
    padding-left: 0;
  }
  .vicibet-gd4zxz .vicibet-djaj0w td .vicibet-k9eb9e:not(:last-of-type) {
    border-right: unset;
  }
}

.vicibet-gd4zxz .vicibet-jvyo1a {
  flex: 0 1 485px;
}

.vicibet-gd4zxz .vicibet-j0hph1 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.vicibet-gd4zxz .vicibet-j0hph1 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.vicibet-gd4zxz .vicibet-j0hph1 li.vicibet-bo9psg {
  padding: 6px 12px;
}

.vicibet-gd4zxz .vicibet-j0hph1 li a,
.vicibet-gd4zxz .vicibet-j0hph1 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;
}

.vicibet-gd4zxz .vicibet-r8zsd3,
.vicibet-gd4zxz .vicibet-b2rk3s {
  flex: 1 1;
}

.vicibet-gd4zxz .vicibet-lenjht,
.vicibet-gd4zxz .vicibet-uw7gjz {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vicibet-gd4zxz .vicibet-lenjht li,
.vicibet-gd4zxz .vicibet-uw7gjz li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.vicibet-gd4zxz .vicibet-b2rk3s img {
  max-width: 32px;
}

.vicibet-gd4zxz .vicibet-r8zsd3 img {
  max-width: 32px;
}

.vicibet-gd4zxz .vicibet-4zpdrh {
  min-width: 280px;
}

.vicibet-gd4zxz .vicibet-4zpdrh img {
  max-width: 146px;
}

.vicibet-gd4zxz .vicibet-4zpdrh td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .vicibet-gd4zxz .vicibet-cg4q5x,
  .vicibet-gd4zxz .vicibet-l8abxb {
    flex: 0 1 auto;
  }
  .vicibet-gd4zxz .vicibet-djaj0w {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .vicibet-gd4zxz .vicibet-cg4q5x,
  .vicibet-gd4zxz .vicibet-jvyo1a,
  .vicibet-gd4zxz .vicibet-l8abxb,
  .vicibet-gd4zxz .vicibet-djaj0w {
    flex: 1 1 calc(50% - 20px);
  }
  .vicibet-gd4zxz .vicibet-r8zsd3,
  .vicibet-gd4zxz .vicibet-4zpdrh,
  .vicibet-gd4zxz .vicibet-b2rk3s {
    flex: 1 1 30%;
  }
  .vicibet-gd4zxz .vicibet-4zpdrh {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .vicibet-gd4zxz .vicibet-cg4q5x,
  .vicibet-gd4zxz .vicibet-jvyo1a,
  .vicibet-gd4zxz .vicibet-r8zsd3,
  .vicibet-gd4zxz .vicibet-l8abxb,
  .vicibet-gd4zxz .vicibet-djaj0w,
  .vicibet-gd4zxz .vicibet-4zpdrh,
  .vicibet-gd4zxz .vicibet-b2rk3s {
    flex: 1 1 100%;
  }
}

.vicibet-m7v2of .vicibet-398jwu {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vicibet-m7v2of .vicibet-ouuxoo {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.vicibet-m7v2of .vicibet-z34qtu {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.vicibet-m7v2of .vicibet-7p9dz9 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.vicibet-m7v2of .vicibet-7p9dz9 > :nth-child(3) {
  margin-top: 0;
}

.vicibet-m7v2of .vicibet-hecn1k {
  grid-column: 2/3;
  grid-row: 1/10;
}

.vicibet-m7v2of .vicibet-6lmpj0 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.vicibet-m7v2of .vicibet-d2woyu {
  grid-column: 1/2;
}

.vicibet-m7v2of > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.vicibet-m7v2of .vicibet-ouuxoo: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;
}

.vicibet-m7v2of .vicibet-ouuxoo:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.vicibet-m7v2of .vicibet-gqrczd {
  min-width: 240px;
}

@media (max-width: 768px) {
  .vicibet-m7v2of .vicibet-ouuxoo:not(:last-child):before {
    bottom: 8px;
  }
  .vicibet-m7v2of .vicibet-ouuxoo:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .vicibet-m7v2of .vicibet-7p9dz9 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .vicibet-m7v2of .vicibet-hecn1k {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .vicibet-m7v2of .vicibet-hecn1k img {
    width: 100%;
    height: auto;
  }
  .vicibet-m7v2of .vicibet-gqrczd {
    width: 100%;
    min-width: unset;
  }
}

.vicibet-nofukn .vicibet-lfqnhy {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.vicibet-nofukn .vicibet-nq5cnh {
  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;
}

.vicibet-nofukn .vicibet-hecn1k {
  height: 100%;
}

.vicibet-nofukn .vicibet-hecn1k img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.vicibet-nofukn .vicibet-3ain9s {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.vicibet-nofukn .vicibet-g5glaq {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.vicibet-nofukn .vicibet-xil0en {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .vicibet-nofukn .vicibet-nq5cnh {
    flex: 1 1 100%;
  }
  .vicibet-nofukn .vicibet-n4hgxg {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .vicibet-nofukn .vicibet-nq5cnh {
    flex-direction: column;
  }
  .vicibet-nofukn .vicibet-hecn1k {
    width: 100%;
    height: auto;
  }
  .vicibet-nofukn .vicibet-hecn1k img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .vicibet-nofukn .vicibet-3ain9s {
    padding: 0 16px 16px 16px;
  }
  .vicibet-nofukn .vicibet-n4hgxg {
    min-width: unset;
    width: 100%;
  }
}

.vicibet-1tvsm7 .vicibet-ded7u4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.vicibet-1tvsm7 .vicibet-x4k1je {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.vicibet-1tvsm7 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;
}

.vicibet-1tvsm7 .vicibet-6q9qgd {
  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;
}

.vicibet-1tvsm7 .vicibet-x4k1je:hover .vicibet-6q9qgd {
  display: flex;
}

.vicibet-1tvsm7 .vicibet-kudci1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.vicibet-1tvsm7 .vicibet-rhx4os {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.vicibet-japqnp {
  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;
}

.vicibet-japqnp.vicibet-iq0ozt {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.vicibet-wrnftn ease-in-out;
}

.vicibet-japqnp.vicibet-iq0ozt:hover {
  color: #f9cb16;
  background-color: transparent;
}

.vicibet-1tvsm7 .vicibet-yci3fa {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.vicibet-wrnftn ease-in-out;
}

.vicibet-1tvsm7 .vicibet-yci3fa:hover {
  color: #196948;
  background-color: #f9cb16;
}

.vicibet-1tvsm7 .vicibet-yci3fa:after,
.vicibet-japqnp.vicibet-iq0ozt:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.vicibet-japqnp.vicibet-iq0ozt:after {
  background-image: url(../images/Cash.svg);
}

.vicibet-1tvsm7 .vicibet-yci3fa:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .vicibet-1tvsm7 .vicibet-ded7u4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .vicibet-1tvsm7 .vicibet-ded7u4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .vicibet-1tvsm7 .vicibet-ded7u4 {
    grid-template-columns: 1fr;
  }
  .vicibet-1tvsm7 .vicibet-x4k1je {
    height: auto;
  }
  .vicibet-1tvsm7 .vicibet-x4k1je .vicibet-6q9qgd {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .vicibet-1tvsm7 .vicibet-kudci1,
  .vicibet-1tvsm7 .vicibet-rhx4os {
    text-align: left;
  }
  .vicibet-1tvsm7 .vicibet-rhx4os {
    margin-bottom: 8px;
  }
  .vicibet-1tvsm7 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.vicibet-sfvqkz {
  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;
}

.vicibet-sfvqkz.vicibet-zbwqhx {
  display: block;
}

.vicibet-sfvqkz .vicibet-w9hv5v {
  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;
}

.vicibet-sfvqkz .vicibet-ooix30 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.vicibet-sfvqkz .vicibet-8jnr7g {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.vicibet-sfvqkz .vicibet-d0j1to {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.vicibet-sfvqkz .vicibet-japqnp {
  min-width: 296px;
  margin-bottom: 0;
}

.vicibet-sfvqkz .vicibet-83gqpn {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.vicibet-sfvqkz .vicibet-dogkg2 {
  position: relative;
  flex: 1 1;
}

.vicibet-sfvqkz .vicibet-dogkg2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .vicibet-sfvqkz .vicibet-ooix30 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .vicibet-sfvqkz .vicibet-8jnr7g {
    order: 1;
  }
  .vicibet-sfvqkz .vicibet-d0j1to {
    order: 3;
    flex: 1 1 100%;
  }
  .vicibet-sfvqkz .vicibet-japqnp {
    width: 100%;
    min-width: unset;
  }
  .vicibet-sfvqkz .vicibet-83gqpn {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .vicibet-23qrgn > .vicibet-1hbits {
    margin-bottom: 0;
  }
  .vicibet-23qrgn > .vicibet-d2woyu,
  .vicibet-23qrgn > p {
    margin-top: 0;
  }
}

.vicibet-tf9fw0 img,
.vicibet-5qky8q img {
  width: auto;
  object-fit: contain;
}

.vicibet-tf9fw0 {
  align-items: center;
}

.vicibet-tf9fw0 img {
  max-height: 76px;
}

.vicibet-5qky8q img {
  max-height: 64px;
}

.vicibet-uk8dxy {
  overflow: auto;
}

.vicibet-2gpxm8 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.vicibet-usp1fd:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.vicibet-cnbcv2 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.vicibet-cekg4r {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.vicibet-cnbcv2 .vicibet-hecn1k {
  margin-right: 20px;
  flex-shrink: 0;
}

.vicibet-cnbcv2 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.vicibet-mdb3v6 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.vicibet-mdb3v6 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .vicibet-cnbcv2 {
    padding: 15px 10px;
  }
  .vicibet-mdb3v6 {
    padding: 15px 10px;
  }
  .vicibet-cnbcv2 .vicibet-hecn1k {
    margin-right: 10px;
  }
}

.vicibet-m16rwa {
  overflow-x: auto;
}

.vicibet-uqjy91 {
  border-collapse: collapse;
  width: 100%;
}

.vicibet-m16rwa th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.vicibet-m16rwa td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.vicibet-m16rwa td.vicibet-fg5xe9 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.vicibet-m16rwa td.vicibet-cu1ar7 {
  border-right: none;
}

.vicibet-m16rwa td.vicibet-cu1ar7 .vicibet-hecn1k {
  justify-content: flex-start;
}

.vicibet-m16rwa td.vicibet-cu1ar7 .vicibet-hecn1k img {
  height: auto;
  width: 90px;
}

.vicibet-m16rwa td.vicibet-4e6b8p,
.vicibet-m16rwa td.vicibet-mij0cl {
  font-weight: 600;
  text-align: right;
}

.vicibet-m16rwa td.vicibet-us79yx,
.vicibet-m16rwa td.vicibet-4e6b8p {
  padding-bottom: 10px;
  border-bottom: none;
}

.vicibet-m16rwa td.vicibet-4e6b8p,
.vicibet-m16rwa td.vicibet-mij0cl {
  border-left: none;
}

.vicibet-m16rwa td.vicibet-us79yx,
.vicibet-m16rwa td.vicibet-85nx3w {
  border-right: none;
}

.vicibet-m16rwa td.vicibet-85nx3w,
.vicibet-m16rwa td.vicibet-mij0cl {
  border-top: none;
  padding-top: 10px;
}

.vicibet-y77mig {
  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;
}

.vicibet-y77mig .vicibet-n4hgxg {
  min-width: unset;
  width: 100%;
}

.vicibet-y77mig .vicibet-n4hgxg.vicibet-48gdoy {
  grid-column: 1/2;
  grid-row: 1/2;
}

.vicibet-y77mig .vicibet-n4hgxg.vicibet-o0xsbl {
  grid-column: 2/3;
  grid-row: 1/2;
}

.vicibet-y77mig .vicibet-2fiavr {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .vicibet-y77mig {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .vicibet-y77mig .vicibet-n4hgxg.vicibet-48gdoy {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .vicibet-y77mig .vicibet-n4hgxg.vicibet-o0xsbl {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .vicibet-y77mig .vicibet-2fiavr {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.vicibet-pfkglm {
  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;
}

.vicibet-4yev60 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.vicibet-p8rep7 p a img {
  margin: 0 auto;
  display: block;
}

.vicibet-p8rep7 table {
  margin-bottom: 17px;
}

/* contanct form */
.vicibet-6q9dgp {
  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;
}

.vicibet-6q9dgp label {
  font-size: 14px;
}

.vicibet-6q9dgp h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.vicibet-6q9dgp input,
.vicibet-6q9dgp textarea,
.vicibet-6q9dgp 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;
}
.vicibet-6q9dgp button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.vicibet-wrnftn ease;
}
.vicibet-6q9dgp button:hover {
  background-color: #691204;
}
.vicibet-f7mvym {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.vicibet-gc96sb ease-in;
}

.vicibet-f7mvym h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}