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

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

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

body {
  margin: 0;
}

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

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

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

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

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

a {
  cursor: pointer;
}

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

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

svg {
  transform: translateZ(0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.bruce-bet-0raywy {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

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

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

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

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

.bruce-bet-odr1uu {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .bruce-bet-odr1uu {
    margin: 20px auto 100px;
  }
}

.bruce-bet-odr1uu h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .bruce-bet-odr1uu h1 {
    font-size: 120px;
  }
}

.bruce-bet-odr1uu p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.bruce-bet-sbtriy {
  cursor: pointer;
}

.bruce-bet-t99rc4 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.bruce-bet-59n922 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bruce-bet-59n922 figure {
  margin: 0;
}

.bruce-bet-59n922.bruce-bet-2zgb1i {
  justify-content: flex-start;
  margin-right: 4px;
}

.bruce-bet-59n922.bruce-bet-tuo393 {
  justify-content: flex-end;
  margin-left: 4px;
}

.bruce-bet-59n922.bruce-bet-yt7say {
  justify-content: center;
}

.bruce-bet-59n922.bruce-bet-p56vgf {
  justify-content: normal;
}

.bruce-bet-pmujcd {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

.bruce-bet-s9mgai {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.bruce-bet-s9mgai img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .bruce-bet-s9mgai {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.bruce-bet-x799a4 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

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

@media only screen and (max-width: 767px) {
  .bruce-bet-x799a4 ul {
    margin-bottom: 15px;
  }
}

.bruce-bet-x799a4 ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

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

.bruce-bet-x799a4 ul li span svg {
  fill: var(--title-color);
}

.bruce-bet-x799a4 ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .bruce-bet-x799a4 ul li small {
    font-size: 12px;
  }
}

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

.bruce-bet-x799a4 ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .bruce-bet-x799a4 {
    flex-basis: auto;
    margin: 0 auto;
  }
}

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

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

.bruce-bet-b813g7 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .bruce-bet-30h43k {
    height: 50px;
  }
}

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

.bruce-bet-30h43k.bruce-bet-sicigf {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .bruce-bet-30h43k.bruce-bet-sicigf:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

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

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

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

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

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

.bruce-bet-pyner0 {
  margin-bottom: 94px;
}

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

.bruce-bet-hf1wky .bruce-bet-19t1fu {
  margin-bottom: 28px;
}

.bruce-bet-hf1wky .bruce-bet-19t1fu img {
  max-height: 100px;
  width: auto;
}

.bruce-bet-j5kaq0 {
  display: flex;
  align-items: center;
}

.bruce-bet-j5kaq0 a + a {
  margin-left: 24px;
}

.bruce-bet-j5kaq0 img {
  max-height: 56px;
  width: auto;
}

.bruce-bet-j5kaq0 img + img {
  margin-left: 24px;
}

.bruce-bet-qpdlpe {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.bruce-bet-45710q {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .bruce-bet-45710q {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

.bruce-bet-59ksms {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .bruce-bet-59ksms {
    flex-wrap: wrap;
  }
}

.bruce-bet-59ksms li {
  display: flex;
  margin: 0 7px;
}

.bruce-bet-59ksms li svg {
  transition: 0.bruce-bet-su47d2 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .bruce-bet-59ksms li:hover svg {
    transform: scale(1.2);
  }
}

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

.bruce-bet-poyh9j + .bruce-bet-poyh9j {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .bruce-bet-poyh9j + .bruce-bet-poyh9j {
    margin: 36px 0 0;
  }
}

.bruce-bet-9wxme3 {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.bruce-bet-4v61r6 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bruce-bet-4v61r6 li {
  font-size: 16px;
}

.bruce-bet-4v61r6 li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .bruce-bet-4v61r6 li a:hover {
    text-decoration: underline;
  }
}

.bruce-bet-4v61r6 li + li {
  margin-top: 16px;
}

.bruce-bet-6hivz7 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.bruce-bet-pg465n ease-in-out;
}

.bruce-bet-6hivz7.bruce-bet-7hhg44 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.bruce-bet-2c52cb {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

@media only screen and (max-width: 1200px) {
  .bruce-bet-2c52cb {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .bruce-bet-2c52cb {
    margin-bottom: 60px;
  }
}

.bruce-bet-2kw7yn {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

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

.bruce-bet-2kw7yn li {
  width: 100%;
}

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

.bruce-bet-2kw7yn li a svg {
  fill: var(--button-text-color);
}

.bruce-bet-2kw7yn li a.bruce-bet-7hhg44 {
  background: var(--border-color);
}

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

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

.bruce-bet-k1m3x5 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

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

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

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

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

.bruce-bet-w8cqbj {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.bruce-bet-w8cqbj img {
  width: 100%;
  transition: 0.bruce-bet-su47d2 ease-in-out;
}

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

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

@media only screen and (max-width: 767px) {
  .bruce-bet-4ygprq {
    height: 54px;
  }
}

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

@media only screen and (max-width: 1400px) {
  .bruce-bet-949awk {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .bruce-bet-949awk {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .bruce-bet-949awk .bruce-bet-19t1fu img {
    max-width: 90px;
  }
}

.bruce-bet-19t1fu img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .bruce-bet-19t1fu {
    order: -2;
  }
}

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

.bruce-bet-hhn72g {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bruce-bet-hhn72g li {
  font-size: 16px;
  margin: 0 20px;
}

.bruce-bet-hhn72g li a {
  color: var(--menu-color);
  text-decoration: none;
}

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

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

.bruce-bet-e3vwdn {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .bruce-bet-e3vwdn {
    margin-right: 105px;
  }
}

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

@media only screen and (max-width: 767px) {
  .bruce-bet-e3vwdn {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.bruce-bet-e3vwdn.bruce-bet-i977kg {
  margin-right: 0;
}

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

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

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

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

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

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

.bruce-bet-w0lfmv {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.bruce-bet-w0lfmv:hover > ul {
  display: flex;
}

.bruce-bet-w0lfmv:focus > ul {
  display: flex;
}

.bruce-bet-w0lfmv:focus-within > ul {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

.bruce-bet-bfiaby {
  display: none;
}

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

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

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

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

.bruce-bet-q1lugp {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

.bruce-bet-q1lugp img {
  margin-bottom: 20px;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .bruce-bet-muapzr {
    font-size: 32px;
  }
}

.bruce-bet-nq6t9k {
  color: var(--text-color);
}

.bruce-bet-d6chlu {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

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

.bruce-bet-d6chlu p img {
  display: block;
  margin: 0 auto;
}

.bruce-bet-d6chlu p:first-of-type {
  margin-top: 0;
}

.bruce-bet-d6chlu p:last-of-type {
  margin-bottom: 0;
}

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

.bruce-bet-d6chlu ul {
  padding: 0 0 0 20px;
}

.bruce-bet-d6chlu table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

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

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

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

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

.bruce-bet-d6chlu table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.bruce-bet-d6chlu iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

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

.bruce-bet-elt0l0 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

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

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

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

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

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

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

.bruce-bet-eey8m9 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

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

.bruce-bet-eey8m9 .bruce-bet-5zzx31 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .bruce-bet-eey8m9 .bruce-bet-5zzx31 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.bruce-bet-eey8m9 .bruce-bet-azb8n2 {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .bruce-bet-eey8m9 .bruce-bet-azb8n2 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .bruce-bet-eey8m9 .bruce-bet-azb8n2 img {
    width: 100%;
  }
}

.bruce-bet-azb8n2 {
  margin: 0 0 28px;
}

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

.bruce-bet-5zzx31 {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .bruce-bet-5zzx31 {
    margin-bottom: 18px;
  }
}

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

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

.bruce-bet-elt0l0 .bruce-bet-eolgvr {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

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

.bruce-bet-959udk {
  position: relative;
  border: none;
}

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

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

.bruce-bet-u8ynj1 span {
  height: 32px;
}

.bruce-bet-u8ynj1 span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.bruce-bet-u8ynj1.bruce-bet-qpp7dm span {
  transform: scaleY(-1);
}

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

.bruce-bet-6luyqn {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bruce-bet-6luyqn li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .bruce-bet-6luyqn li {
    font-size: 16px;
  }
}

.bruce-bet-6luyqn li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.bruce-bet-su47d2 ease-in-out;
}

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

@media only screen and (max-width: 767px) {
  .bruce-bet-6luyqn li a {
    padding: 12px 14px;
  }
}

.bruce-bet-6luyqn.bruce-bet-b7hzs2 {
  display: none;
}

.bruce-bet-gdus7l {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.bruce-bet-gdus7l table {
  width: 100%;
  border-collapse: collapse;
}

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

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

  .bruce-bet-gdus7l table td {
    min-width: 75px;
  }
}

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

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

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

.bruce-bet-gdus7l p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .bruce-bet-1dkf56 {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.bruce-bet-x232vl {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

.bruce-bet-x232vl tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.bruce-bet-k9du69 table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.bruce-bet-k9du69 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.bruce-bet-k9du69 p {
  color: var(--text-color);
}

.bruce-bet-dugvw8 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.bruce-bet-7nwerc {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .bruce-bet-7nwerc {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .bruce-bet-7nwerc {
    margin-bottom: 60px;
  }
}

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

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

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

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

.bruce-bet-nl7khl p + p {
  margin-top: 10px;
}

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

.bruce-bet-st5fwm {
  display: none;
}

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

.bruce-bet-wpkel3 {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.bruce-bet-wpkel3 li {
  margin: 0 20px;
}

.bruce-bet-wpkel3 li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.bruce-bet-wpkel3 li a img {
  margin-bottom: 4px;
}

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

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

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

.bruce-bet-dtmnly li {
  font-size: 16px;
  position: relative;
}

.bruce-bet-dtmnly li a {
  color: var(--text-color);
  text-decoration: none;
}

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

.bruce-bet-dtmnly li span {
  opacity: 0.5;
}

.bruce-bet-dtmnly li + li {
  margin-left: 30px;
}

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

h2.bruce-bet-jfkzwg {
  margin: 0 0 28px;
}

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

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

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

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

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

.bruce-bet-2njwuz tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.bruce-bet-2njwuz tbody tr:last-of-type {
  margin-bottom: 0;
}

.bruce-bet-2njwuz tbody tr td:first-of-type {
  flex-shrink: 0;
}

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

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

.bruce-bet-2njwuz tbody tr td:last-of-type {
  margin-left: auto;
}

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

.bruce-bet-2njwuz tbody tr td .bruce-bet-3di9ox {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .bruce-bet-2njwuz tbody tr td .bruce-bet-3di9ox {
    width: 100%;
  }
}

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

@media only screen and (min-width: 1025px) {
  .bruce-bet-2njwuz tbody tr td .bruce-bet-qi2a4g:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .bruce-bet-2njwuz tbody tr td .bruce-bet-qi2a4g {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .bruce-bet-2njwuz tbody tr td .bruce-bet-qi2a4g {
    width: 100%;
  }
}

.bruce-bet-2njwuz tbody tr td .bruce-bet-sv6b2o {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .bruce-bet-2njwuz tbody tr td .bruce-bet-sv6b2o:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .bruce-bet-2njwuz tbody tr {
    flex-direction: column;
  }
}

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

.bruce-bet-vg7uxj {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

.bruce-bet-iicoz7 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

.bruce-bet-2ol4e7 {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.bruce-bet-2ol4e7 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.bruce-bet-su47d2 ease-in-out;
}

.bruce-bet-2ol4e7 p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .bruce-bet-2ol4e7:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .bruce-bet-2ol4e7 {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

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

.bruce-bet-515ty7 {
  position: relative;
  max-width: 800px;
  height: 400px;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 520px) {
  .bruce-bet-515ty7 {
    height: 190px;
    margin: 20px auto;
  }
}

.bruce-bet-515ty7 img {
  width: 100%;
  height: 100%;
}

.bruce-bet-515ty7 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .bruce-bet-515ty7 iframe {
    height: 190px;
  }
}

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

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

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

.bruce-bet-nrmkyb svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.bruce-bet-su47d2 ease-in-out;
}

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

.bruce-bet-30hgvg {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .bruce-bet-30hgvg {
    padding: 40px 0;
  }
}

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

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

@media only screen and (max-width: 991px) {
  .bruce-bet-vye115 {
    flex-direction: column-reverse;
  }
}

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

.bruce-bet-u319j4 img {
  width: 100%;
}

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

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

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

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

@media only screen and (max-width: 991px) {
  .bruce-bet-og30yq {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .bruce-bet-og30yq {
    padding: 24px 10px;
  }
}

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

.bruce-bet-5ch2f2:hover {
  border: 1px solid #8c8ca2;
}

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

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

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

.bruce-bet-c8a1kb a {
  text-decoration: underline;
  color: #8babff;
}

.bruce-bet-iu4tbe {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.bruce-bet-iu4tbe .bruce-bet-5ch2f2 {
  width: 50%;
  margin: 0;
}

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

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

.bruce-bet-0wu72q {
  margin: 0 0 100px;
}

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

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

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

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

.bruce-bet-7sei1j {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

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

.bruce-bet-8pqusd {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
  .bruce-bet-8pqusd {
    flex-basis: auto;
    max-width: 100%;
  }
}

.bruce-bet-9ey1wi {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: 700;
  color: var(--title-color);
}

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

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

@media only screen and (max-width: 767px) {
  .bruce-bet-9ey1wi a {
    margin: 1px 0 4px;
  }
}

.bruce-bet-9ey1wi a svg {
  fill: #fff;
}

.bruce-bet-9ey1wi a:hover {
  background: #3d68e7;
}

.bruce-bet-kdif6k {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.bruce-bet-zih680 {
  margin-bottom: 16px;
}

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

.bruce-bet-88lk7q {
  font-size: 16px;
  color: var(--text-color);
}

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

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

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

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

.bruce-bet-xuyf23 {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

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

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

.bruce-bet-34gw24 {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
  .bruce-bet-34gw24 table tr td {
    padding: 12px 4px;
  }
}

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

@media only screen and (max-width: 767px) {
  .bruce-bet-34gw24 table tr th {
    padding: 12px 4px;
  }
}

.bruce-bet-34gw24 table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .bruce-bet-34gw24 {
    margin: 0;
  }
}

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

@media only screen and (max-width: 767px) {
  .bruce-bet-tqg5qw {
    min-height: 190px;
  }
}

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

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

.bruce-bet-g9zhzf {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.bruce-bet-g9zhzf.bruce-bet-mf3h18 {
  display: none;
}

.bruce-bet-4bpkzu {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.bruce-bet-4bpkzu iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bruce-bet-4bpkzu iframe.bruce-bet-ucbzrf {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.bruce-bet-4bpkzu.bruce-bet-3xhyzx {
  opacity: 1;
  pointer-events: all;
}

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

.bruce-bet-d300dy svg {
  margin-right: 10px;
}

.bruce-bet-d300dy + .bruce-bet-d300dy {
  margin-top: 14px;
}

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

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

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

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

.bruce-bet-nxto1c .bruce-bet-elt0l0 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.bruce-bet-nxto1c .bruce-bet-elt0l0 h1,
.bruce-bet-nxto1c .bruce-bet-elt0l0 h2 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .bruce-bet-nxto1c .bruce-bet-elt0l0 h1,
  .bruce-bet-nxto1c .bruce-bet-elt0l0 h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .bruce-bet-nxto1c .bruce-bet-elt0l0 {
    margin: 28px 0 0;
  }
}

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

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

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

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

.bruce-bet-u25qir {
  max-width: 545px;
  width: 100%;
}

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

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

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

.bruce-bet-eu2y93 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bruce-bet-q9ct9a {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.bruce-bet-q9ct9a h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .bruce-bet-q9ct9a h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .bruce-bet-q9ct9a h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .bruce-bet-q9ct9a {
    max-width: 100%;
    margin: 0;
  }
}

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

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

.bruce-bet-j1f0t0 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

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

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

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

@media only screen and (max-width: 540px) {
  .bruce-bet-evnye8 {
    padding: 10px;
  }
}

.bruce-bet-evnye8 .bruce-bet-eolgvr {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .bruce-bet-evnye8 .bruce-bet-eolgvr {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .bruce-bet-evnye8 {
    flex-wrap: wrap;
  }
}

.bruce-bet-a84uco {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.bruce-bet-a84uco img {
  width: 100%;
}

.bruce-bet-8mhqh7 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .bruce-bet-8mhqh7 {
    max-width: 200px;
    margin: 0;
  }
}

.bruce-bet-unx25z {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.bruce-bet-780kfr {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.bruce-bet-w23zsz {
  width: 100%;
  margin: 0 0 100px;
}

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

.bruce-bet-w23zsz .bruce-bet-sbqk77 {
  position: relative;
}

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

.bruce-bet-w23zsz .bruce-bet-nyvfzj.bruce-bet-mf3h18 {
  display: none;
}

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

@media only screen and (max-width: 991px) {
  .bruce-bet-w23zsz .bruce-bet-59rh1c {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .bruce-bet-w23zsz .bruce-bet-59rh1c {
    bottom: 90px;
  }
}

.bruce-bet-w23zsz .bruce-bet-59rh1c .bruce-bet-b44r18 {
  max-width: 300px;
  width: 100%;
}

.bruce-bet-w23zsz .bruce-bet-59rh1c .bruce-bet-b44r18 .bruce-bet-6dnjch {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .bruce-bet-w23zsz .bruce-bet-59rh1c .bruce-bet-b44r18 .bruce-bet-6dnjch {
    font-size: 32px;
    text-align: center;
  }
}

.bruce-bet-w23zsz .bruce-bet-59rh1c .bruce-bet-b44r18 .bruce-bet-s3o4x0 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .bruce-bet-w23zsz .bruce-bet-59rh1c .bruce-bet-b44r18 .bruce-bet-s3o4x0 {
    text-align: center;
  }
}

.bruce-bet-w23zsz .bruce-bet-59rh1c .bruce-bet-i977kg {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .bruce-bet-w23zsz .bruce-bet-59rh1c .bruce-bet-i977kg {
    flex-direction: column-reverse;
  }
}

.bruce-bet-w23zsz .bruce-bet-59rh1c .bruce-bet-i977kg .bruce-bet-mxxxcz {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0.bruce-bet-su47d2 ease-in-out;
}

.bruce-bet-w23zsz .bruce-bet-59rh1c .bruce-bet-i977kg .bruce-bet-mxxxcz:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .bruce-bet-w23zsz .bruce-bet-59rh1c .bruce-bet-i977kg .bruce-bet-mxxxcz {
    width: 100%;
  }
}

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

.bruce-bet-w23zsz .bruce-bet-59rh1c .bruce-bet-i977kg .bruce-bet-ukv1b5 span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

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

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

.bruce-bet-w23zsz .bruce-bet-59rh1c .bruce-bet-i977kg .bruce-bet-ukv1b5:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .bruce-bet-w23zsz .bruce-bet-59rh1c .bruce-bet-i977kg .bruce-bet-ukv1b5 {
    width: 100%;
  }
}

.bruce-bet-w23zsz .bruce-bet-59rh1c.bruce-bet-mf3h18 {
  display: none;
}

.bruce-bet-w23zsz .bruce-bet-3sf4vv {
  display: none;
}

.bruce-bet-w23zsz .bruce-bet-3sf4vv.bruce-bet-3xhyzx {
  display: block;
}

.bruce-bet-w23zsz .bruce-bet-3sf4vv iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .bruce-bet-w23zsz .bruce-bet-3sf4vv iframe {
    height: calc(100vh - 54px);
  }
}

.bruce-bet-w23zsz .bruce-bet-jbpnln {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .bruce-bet-w23zsz .bruce-bet-jbpnln {
    padding: 24px 16px 0;
  }
}

.bruce-bet-w23zsz .bruce-bet-jbpnln .bruce-bet-6dnjch {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .bruce-bet-w23zsz .bruce-bet-jbpnln .bruce-bet-6dnjch {
    margin-bottom: 24px;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .bruce-bet-w23zsz .bruce-bet-jbpnln table tr td {
    padding: 12px 4px;
  }
}

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

@media only screen and (max-width: 767px) {
  .bruce-bet-w23zsz .bruce-bet-jbpnln table tr th {
    padding: 12px 4px;
  }
}

.bruce-bet-w23zsz .bruce-bet-jbpnln table tr:last-of-type td {
  border-bottom: none;
}

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

.bruce-bet-rciw30.bruce-bet-7hhg44 {
  display: block;
}

.bruce-bet-rciw30 iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

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

.bruce-bet-rciw30 .bruce-bet-r8w918 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

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

.bruce-bet-rciw30 .bruce-bet-ukv1b5:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.bruce-bet-6rvgn7 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}

.bruce-bet-6rvgn7.bruce-bet-7hhg44 {
  display: block;
}

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

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

.bruce-bet-ia7fkg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.bruce-bet-gly22b {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.bruce-bet-gly22b svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.bruce-bet-fe5fjd {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bruce-bet-l6v0t2.bruce-bet-mf3h18 {
  display: none;
}

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

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

.bruce-bet-gn6jiu {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

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

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

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

.bruce-bet-gn6jiu input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.bruce-bet-gn6jiu input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.bruce-bet-gn6jiu input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.bruce-bet-gn6jiu input:active {
  border-color: #c2c0ce;
}

.bruce-bet-gn6jiu input:focus {
  border-color: #c2c0ce;
}

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

.bruce-bet-z3zclq {
  margin-bottom: 36px;
}

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

.bruce-bet-z3zclq textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.bruce-bet-z3zclq textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

.bruce-bet-h52az0 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

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

.bruce-bet-snrm0s:hover {
  background: var(--border-color);
}

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

.bruce-bet-18nhtd:hover {
  background: #166ad9;
}

.bruce-bet-ykn5df {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.bruce-bet-ykn5df.bruce-bet-mf3h18 {
  display: none;
}

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

.bruce-bet-ykn5df .bruce-bet-snrm0s {
  margin: 0 auto;
}

.bruce-bet-vdqq87 {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

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

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

.bruce-bet-lydzxk {
  filter: grayscale(100%);
}

.bruce-bet-qo6ycl > input {
  display: none;
}

.bruce-bet-qo6ycl > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.bruce-bet-xc2do6.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.bruce-bet-7j9fq6 44.bruce-bet-ezn05o.bruce-bet-9hajhz.bruce-bet-b72mv3.bruce-bet-7nlni0.bruce-bet-x9ad0y.bruce-bet-tnshts.bruce-bet-962jkm.bruce-bet-lzdy07.bruce-bet-2auso7.bruce-bet-v2o4gd.bruce-bet-21mxdz.bruce-bet-acahb6 0l-12.bruce-bet-igj94f 30.bruce-bet-r052tb.bruce-bet-c9l2ak 2.bruce-bet-wvrvge.bruce-bet-c9l2ak 3.bruce-bet-f09rw9 3.bruce-bet-6o7sny.bruce-bet-nwe3fy 3.bruce-bet-fmjpo9.bruce-bet-ol7n7y.bruce-bet-x8lqjm.bruce-bet-5qo2kr 7-3.bruce-bet-igj94f 10.bruce-bet-gqof3b.bruce-bet-5qo2kr 23.bruce-bet-samfgu.bruce-bet-yeozw5 1.bruce-bet-44u9zo 2.bruce-bet-igj94f 3.bruce-bet-yeozw5 1.bruce-bet-nwe3fy 5.bruce-bet-7riuk8.bruce-bet-nwe3fy 32.bruce-bet-igyk4f.bruce-bet-ol7n7y 5.bruce-bet-acahb6 4.bruce-bet-5qo2kr 9.bruce-bet-5qo2kr 8.bruce-bet-nwe3fy 6.bruce-bet-snuxsq.bruce-bet-a8v4kv.bruce-bet-w5pcxh.bruce-bet-w5f3af.bruce-bet-yag981 4.bruce-bet-cyg0vh.bruce-bet-yag981 6.bruce-bet-yag981 0l29.bruce-bet-acahb6 17.bruce-bet-ydb62z.bruce-bet-d4lm06 2.bruce-bet-nyrtqq 10.bruce-bet-kk0crt.bruce-bet-igj94f 8.bruce-bet-2jzxic.bruce-bet-xbk94b.bruce-bet-i11r15.bruce-bet-53pkvo.bruce-bet-8ow6wh.bruce-bet-ol7n7y.bruce-bet-x9ad0y.bruce-bet-igj94f 1.bruce-bet-buf8rx.bruce-bet-9nk3vd.bruce-bet-vismcl.bruce-bet-ydp8g1.bruce-bet-7lradx.bruce-bet-44u9zo 1.bruce-bet-e0ou1n.bruce-bet-3yjtml.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.bruce-bet-qo6ycl > input:checked ~ label,
.bruce-bet-qo6ycl > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.bruce-bet-xc2do6.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.bruce-bet-7j9fq6 44.bruce-bet-ezn05o.bruce-bet-9hajhz.bruce-bet-b72mv3.bruce-bet-7nlni0.bruce-bet-x9ad0y.bruce-bet-tnshts.bruce-bet-962jkm.bruce-bet-lzdy07.bruce-bet-2auso7.bruce-bet-v2o4gd.bruce-bet-21mxdz.bruce-bet-acahb6 0l-12.bruce-bet-igj94f 30.bruce-bet-r052tb.bruce-bet-c9l2ak 2.bruce-bet-wvrvge.bruce-bet-c9l2ak 3.bruce-bet-f09rw9 3.bruce-bet-6o7sny.bruce-bet-nwe3fy 3.bruce-bet-fmjpo9.bruce-bet-ol7n7y.bruce-bet-x8lqjm.bruce-bet-5qo2kr 7-3.bruce-bet-igj94f 10.bruce-bet-gqof3b.bruce-bet-5qo2kr 23.bruce-bet-samfgu.bruce-bet-yeozw5 1.bruce-bet-44u9zo 2.bruce-bet-igj94f 3.bruce-bet-yeozw5 1.bruce-bet-nwe3fy 5.bruce-bet-7riuk8.bruce-bet-nwe3fy 32.bruce-bet-igyk4f.bruce-bet-ol7n7y 5.bruce-bet-acahb6 4.bruce-bet-5qo2kr 9.bruce-bet-5qo2kr 8.bruce-bet-nwe3fy 6.bruce-bet-snuxsq.bruce-bet-a8v4kv.bruce-bet-w5pcxh.bruce-bet-w5f3af.bruce-bet-yag981 4.bruce-bet-cyg0vh.bruce-bet-yag981 6.bruce-bet-yag981 0l29.bruce-bet-acahb6 17.bruce-bet-ydb62z.bruce-bet-d4lm06 2.bruce-bet-nyrtqq 10.bruce-bet-kk0crt.bruce-bet-igj94f 8.bruce-bet-2jzxic.bruce-bet-xbk94b.bruce-bet-i11r15.bruce-bet-53pkvo.bruce-bet-8ow6wh.bruce-bet-ol7n7y.bruce-bet-x9ad0y.bruce-bet-igj94f 1.bruce-bet-buf8rx.bruce-bet-9nk3vd.bruce-bet-vismcl.bruce-bet-ydp8g1.bruce-bet-7lradx.bruce-bet-44u9zo 1.bruce-bet-e0ou1n.bruce-bet-3yjtml.5z'/%3e%3c/svg%3e");
}

.bruce-bet-qo6ycl > input:not(:checked) ~ label:hover,
.bruce-bet-qo6ycl > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.bruce-bet-xc2do6.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.bruce-bet-7j9fq6 44.bruce-bet-ezn05o.bruce-bet-9hajhz.bruce-bet-b72mv3.bruce-bet-7nlni0.bruce-bet-x9ad0y.bruce-bet-tnshts.bruce-bet-962jkm.bruce-bet-lzdy07.bruce-bet-2auso7.bruce-bet-v2o4gd.bruce-bet-21mxdz.bruce-bet-acahb6 0l-12.bruce-bet-igj94f 30.bruce-bet-r052tb.bruce-bet-c9l2ak 2.bruce-bet-wvrvge.bruce-bet-c9l2ak 3.bruce-bet-f09rw9 3.bruce-bet-6o7sny.bruce-bet-nwe3fy 3.bruce-bet-fmjpo9.bruce-bet-ol7n7y.bruce-bet-x8lqjm.bruce-bet-5qo2kr 7-3.bruce-bet-igj94f 10.bruce-bet-gqof3b.bruce-bet-5qo2kr 23.bruce-bet-samfgu.bruce-bet-yeozw5 1.bruce-bet-44u9zo 2.bruce-bet-igj94f 3.bruce-bet-yeozw5 1.bruce-bet-nwe3fy 5.bruce-bet-7riuk8.bruce-bet-nwe3fy 32.bruce-bet-igyk4f.bruce-bet-ol7n7y 5.bruce-bet-acahb6 4.bruce-bet-5qo2kr 9.bruce-bet-5qo2kr 8.bruce-bet-nwe3fy 6.bruce-bet-snuxsq.bruce-bet-a8v4kv.bruce-bet-w5pcxh.bruce-bet-w5f3af.bruce-bet-yag981 4.bruce-bet-cyg0vh.bruce-bet-yag981 6.bruce-bet-yag981 0l29.bruce-bet-acahb6 17.bruce-bet-ydb62z.bruce-bet-d4lm06 2.bruce-bet-nyrtqq 10.bruce-bet-kk0crt.bruce-bet-igj94f 8.bruce-bet-2jzxic.bruce-bet-xbk94b.bruce-bet-i11r15.bruce-bet-53pkvo.bruce-bet-8ow6wh.bruce-bet-ol7n7y.bruce-bet-x9ad0y.bruce-bet-igj94f 1.bruce-bet-buf8rx.bruce-bet-9nk3vd.bruce-bet-vismcl.bruce-bet-ydp8g1.bruce-bet-7lradx.bruce-bet-44u9zo 1.bruce-bet-e0ou1n.bruce-bet-3yjtml.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .bruce-bet-8818kr > .bruce-bet-wb5rkr {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .bruce-bet-8818kr > .bruce-bet-wb5rkr {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .bruce-bet-8818kr > .bruce-bet-wb5rkr {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .bruce-bet-8818kr > .bruce-bet-wb5rkr {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .bruce-bet-8818kr > .bruce-bet-wb5rkr {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.bruce-bet-nhicll {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.bruce-bet-nhicll.bruce-bet-mf3h18 {
  display: none;
}

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

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

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

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

.bruce-bet-e9boe6::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.bruce-bet-e9boe6::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.bruce-bet-e9boe6 img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bruce-bet-26v1un {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .bruce-bet-26v1un {
    top: -20px;
  }
}

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

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

@media only screen and (max-width: 1023px) {
  .bruce-bet-2es0pe {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .bruce-bet-2es0pe {
    width: 90px;
    height: 40px;
  }
}

.bruce-bet-nhicll.bruce-bet-gcpj7s .bruce-bet-i8iieb {
  background: #2b3b67;
}

.bruce-bet-nhicll.bruce-bet-gcpj7s .bruce-bet-e9boe6 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.bruce-bet-nhicll.bruce-bet-gcpj7s .bruce-bet-e9boe6::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.bruce-bet-nhicll.bruce-bet-gcpj7s .bruce-bet-e9boe6::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.bruce-bet-nhicll.bruce-bet-gcpj7s .bruce-bet-c26xzb::before {
  background: #0e0f41;
}

.bruce-bet-nhicll.bruce-bet-gcpj7s .bruce-bet-c26xzb::after {
  background: #152557;
}

.bruce-bet-nhicll.bruce-bet-haqrwm .bruce-bet-i8iieb {
  background: #1f35fa;
}

.bruce-bet-nhicll.bruce-bet-haqrwm .bruce-bet-e9boe6 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.bruce-bet-nhicll.bruce-bet-haqrwm .bruce-bet-e9boe6::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.bruce-bet-nhicll.bruce-bet-haqrwm .bruce-bet-e9boe6::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.bruce-bet-nhicll.bruce-bet-haqrwm .bruce-bet-c26xzb::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.bruce-bet-nhicll.bruce-bet-haqrwm .bruce-bet-c26xzb::after {
  background: #192ac8;
}

.bruce-bet-nhicll.bruce-bet-fglf2f .bruce-bet-i8iieb {
  background: #fa771f;
}

.bruce-bet-nhicll.bruce-bet-fglf2f .bruce-bet-e9boe6 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.bruce-bet-nhicll.bruce-bet-fglf2f .bruce-bet-e9boe6::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.bruce-bet-nhicll.bruce-bet-fglf2f .bruce-bet-e9boe6::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.bruce-bet-nhicll.bruce-bet-fglf2f .bruce-bet-c26xzb::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.bruce-bet-nhicll.bruce-bet-fglf2f .bruce-bet-c26xzb::after {
  background: #fa8535;
}

.bruce-bet-hgwbcz {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

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

@media only screen and (max-width: 767px) {
  .bruce-bet-hgwbcz {
    margin: 24px 0 60px;
  }
}

.bruce-bet-hgwbcz h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

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

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

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

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

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

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

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

.bruce-bet-ahsmhp {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bruce-bet-ahsmhp span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.bruce-bet-ahsmhp small {
  font-size: 14px;
  color: var(--text-color);
}

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

.bruce-bet-vlkymm {
  width: 120px;
  height: 22px;
}

.bruce-bet-vlkymm .bruce-bet-2syfik {
  fill: #c2c0ce;
}

.bruce-bet-vlkymm [rating="1"] .bruce-bet-2syfik:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.bruce-bet-vlkymm [rating="2"] .bruce-bet-2syfik:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.bruce-bet-vlkymm [rating="3"] .bruce-bet-2syfik:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.bruce-bet-vlkymm [rating="4"] .bruce-bet-2syfik:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.bruce-bet-vlkymm [rating="5"] .bruce-bet-2syfik:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.bruce-bet-hb9pyh {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

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

.bruce-bet-rwa3pz.bruce-bet-3xhyzx {
  display: block;
}

.bruce-bet-rwa3pz.bruce-bet-mf3h18 {
  display: none;
}

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

.bruce-bet-wja45x {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

.bruce-bet-djbf3h small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.bruce-bet-r1wzg9 {
  font-size: 16px;
  line-height: 140%;
}

.bruce-bet-902h9x {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.bruce-bet-902h9x .bruce-bet-2syfik {
  fill: #c2c0ce;
}

.bruce-bet-902h9x [rating="1"] .bruce-bet-2syfik:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.bruce-bet-902h9x [rating="2"] .bruce-bet-2syfik:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.bruce-bet-902h9x [rating="3"] .bruce-bet-2syfik:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.bruce-bet-902h9x [rating="4"] .bruce-bet-2syfik:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.bruce-bet-902h9x [rating="5"] .bruce-bet-2syfik:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.bruce-bet-05yc04 {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .bruce-bet-05yc04 {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.bruce-bet-ldcy5u {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .bruce-bet-ldcy5u {
    padding: 0 16px;
  }
}

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

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

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

@media only screen and (max-width: 767px) {
  .bruce-bet-0n3den {
    padding: 12px;
    gap: 12px;
  }
}

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

.bruce-bet-xjoijn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.bruce-bet-zoi8hx {
  flex: 1;
  min-width: 0;
}

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

@media only screen and (max-width: 767px) {
  .bruce-bet-w279mb {
    font-size: 14px;
    gap: 6px;
  }
}

.bruce-bet-79cqgp {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.bruce-bet-79cqgp svg,
.bruce-bet-79cqgp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bruce-bet-79cqgp svg path {
  fill: var(--button-bg-color);
}

.bruce-bet-79cqgp svg circle {
  fill: var(--button-text-color);
}

.bruce-bet-nixi9x {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .bruce-bet-nixi9x {
    font-size: 12px;
  }
}

.bruce-bet-nixi9x strong {
  font-weight: 600;
}

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

.bruce-bet-dihrwv p {
  margin: 0 0 16px;
}

.bruce-bet-dihrwv p:last-child {
  margin-bottom: 0;
}

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

.bruce-bet-km2udu {
  max-width: 300px;
  width: 100%;
}

.bruce-bet-km2udu a {
  width: 100%;
}

@media (max-width: 575px) {
  .bruce-bet-km2udu {
    max-width: 200px;
  }
}

.bruce-bet-dr5iw7 {
  justify-content: center;
}

.bruce-bet-ihqgt8 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bruce-bet-8rb99u {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.bruce-bet-850yvx .bruce-bet-hhn72g {
  justify-content: center;
}

/* faq */

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

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

.bruce-bet-v94m6n::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.bruce-bet-wc46fr ease;
}

.bruce-bet-rfdet5.bruce-bet-7hhg44 .bruce-bet-v94m6n::after {
  transform: rotate(45deg);
}

.bruce-bet-b3jwi4 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.bruce-bet-su47d2 ease, padding 0.bruce-bet-su47d2 ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.bruce-bet-rfdet5.bruce-bet-7hhg44 .bruce-bet-b3jwi4 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.bruce-bet-l17kup {
  margin: 25px 0;
}

.bruce-bet-qo6ycl > input:not(:checked) ~ label:hover,
.bruce-bet-qo6ycl > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.bruce-bet-bzzbqv.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.bruce-bet-7qfcad 44.bruce-bet-vjmja2.bruce-bet-2vx01s.bruce-bet-ksuu3s.bruce-bet-bv94w6.bruce-bet-759n1p.bruce-bet-dlxg5c.bruce-bet-pvnhlt.bruce-bet-lsrfrf.bruce-bet-lfgasj.bruce-bet-l5y9yp.bruce-bet-grrkmx.bruce-bet-o8766f 0l-12.bruce-bet-bcnxgr 30.bruce-bet-t24jla.bruce-bet-b0ne5n 2.bruce-bet-pdwsbw.bruce-bet-b0ne5n 3.bruce-bet-70puyp 3.bruce-bet-7ly96l.bruce-bet-nqws6m 3.bruce-bet-z1m881.bruce-bet-uwj7qa.bruce-bet-qayzqi.bruce-bet-hx8sso 7-3.bruce-bet-bcnxgr 10.bruce-bet-x3i6ak.bruce-bet-hx8sso 23.bruce-bet-skrtgk.bruce-bet-49xs9j 1.bruce-bet-1m8vpq 2.bruce-bet-bcnxgr 3.bruce-bet-49xs9j 1.bruce-bet-nqws6m 5.bruce-bet-am1yc0.bruce-bet-nqws6m 32.bruce-bet-2y2a3n.bruce-bet-uwj7qa 5.bruce-bet-o8766f 4.bruce-bet-hx8sso 9.bruce-bet-hx8sso 8.bruce-bet-nqws6m 6.bruce-bet-pq6fsy.bruce-bet-4v8p20.bruce-bet-9p503x.bruce-bet-qi8r0i.bruce-bet-puj58v 4.bruce-bet-dbapvb.bruce-bet-puj58v 6.bruce-bet-puj58v 0l29.bruce-bet-o8766f 17.bruce-bet-w983sz.bruce-bet-93ti6g 2.bruce-bet-qfy843 10.bruce-bet-e8upkl.bruce-bet-bcnxgr 8.bruce-bet-zh1b3x.bruce-bet-2snbmm.bruce-bet-ihhtgh.bruce-bet-6lp4sr.bruce-bet-msbdw3.bruce-bet-uwj7qa.bruce-bet-759n1p.bruce-bet-bcnxgr 1.bruce-bet-s8w2gy.bruce-bet-pnisws.bruce-bet-d6lbjv.bruce-bet-sa8jta.bruce-bet-az7dup.bruce-bet-1m8vpq 1.bruce-bet-56w4pp.bruce-bet-6srf8u.5z'/%3e%3c/svg%3e");
}

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

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

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

.bruce-bet-4wo4fu.bruce-bet-8h949f {
  display: block;
}

.bruce-bet-4wo4fu.bruce-bet-ahzrli {
  display: none;
}

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

.bruce-bet-t6qvvb {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

.bruce-bet-xlpzx4 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

.bruce-bet-acjgld {
  font-size: 16px;
  line-height: 140%;
}

.bruce-bet-s0mhyq {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.bruce-bet-s0mhyq .bruce-bet-qlbv9s {
  fill: #c2c0ce;
}

.bruce-bet-s0mhyq [rating="1"] .bruce-bet-qlbv9s:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.bruce-bet-s0mhyq [rating="2"] .bruce-bet-qlbv9s:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.bruce-bet-s0mhyq [rating="3"] .bruce-bet-qlbv9s:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.bruce-bet-s0mhyq [rating="4"] .bruce-bet-qlbv9s:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.bruce-bet-s0mhyq [rating="5"] .bruce-bet-qlbv9s:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

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

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

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

/* up */

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

.bruce-bet-qjvhq8.bruce-bet-b6xds1 {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.bruce-bet-o46xlp {
  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;
}

.bruce-bet-o46xlp label {
  font-size: 14px;
}

.bruce-bet-o46xlp h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.bruce-bet-o46xlp input,
.bruce-bet-o46xlp textarea,
.bruce-bet-o46xlp 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;
}
.bruce-bet-o46xlp button {
  background-color: var(--button-bg-color);
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.bruce-bet-wc46fr ease;
}
.bruce-bet-o46xlp button:hover {
  background-color: var(--button-bg-hover);
}
.bruce-bet-r2z94x {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.bruce-bet-6hazr2 ease-in;
}

.bruce-bet-r2z94x h2 {
  color: green;
  font-weight: 500;
}

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.bruce-bet-ehfsxv, .bruce-bet-srxejs, [class*="review-card"],
thead, thead th, table th, .bruce-bet-tjeob3,
.bruce-bet-ui4uxh, [class*="collapsible-header"],
.bruce-bet-dugvw8, [class*="updated-block"] {
  color: #ece7dc !important;
}
