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;
  }
}

.god-of-coins-9v3lu0 {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-9v3lu0 {
    padding: 54px 0 0;
  }
}

.god-of-coins-fis7ne {
  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) {
  .god-of-coins-fis7ne: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;
  }
}

.god-of-coins-cdhbqh {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-cdhbqh {
    margin: 20px auto 100px;
  }
}

.god-of-coins-cdhbqh h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .god-of-coins-cdhbqh h1 {
    font-size: 120px;
  }
}

.god-of-coins-cdhbqh p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.god-of-coins-gdfex6 {
  cursor: pointer;
}

.god-of-coins-spvf88 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.god-of-coins-kd2gs1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.god-of-coins-kd2gs1 figure {
  margin: 0;
}

.god-of-coins-kd2gs1.god-of-coins-frnsef {
  justify-content: flex-start;
  margin-right: 4px;
}

.god-of-coins-kd2gs1.god-of-coins-kpcizi {
  justify-content: flex-end;
  margin-left: 4px;
}

.god-of-coins-kd2gs1.god-of-coins-vx5djn {
  justify-content: center;
}

.god-of-coins-kd2gs1.god-of-coins-bzcwra {
  justify-content: normal;
}

.god-of-coins-z42i6r {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .god-of-coins-z42i6r {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .god-of-coins-z42i6r {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.god-of-coins-wq3wxf {
  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) {
  .god-of-coins-wq3wxf {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.god-of-coins-nw1fw0 {
  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) {
  .god-of-coins-nw1fw0 {
    flex-direction: column;
  }
}

.god-of-coins-jys3f6 {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.god-of-coins-jys3f6 img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-jys3f6 {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.god-of-coins-ad69d4 {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.god-of-coins-ad69d4 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) {
  .god-of-coins-ad69d4 ul {
    margin-bottom: 15px;
  }
}

.god-of-coins-ad69d4 ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.god-of-coins-ad69d4 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);
}

.god-of-coins-ad69d4 ul li span svg {
  fill: var(--title-color);
}

.god-of-coins-ad69d4 ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-ad69d4 ul li small {
    font-size: 12px;
  }
}

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

.god-of-coins-ad69d4 ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-ad69d4 {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.god-of-coins-8otan6 {
  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) {
  .god-of-coins-8otan6 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.god-of-coins-r2g8q1 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

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

@media only screen and (max-width: 767px) {
  .god-of-coins-yprtu5 {
    height: 50px;
  }
}

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

.god-of-coins-yprtu5.god-of-coins-pdvhnw {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .god-of-coins-yprtu5.god-of-coins-pdvhnw:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.god-of-coins-ivpv1g {
  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) {
  .god-of-coins-ivpv1g {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .god-of-coins-ivpv1g {
    padding: 50px 16px 68px;
  }
}

.god-of-coins-u6n8aq {
  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) {
  .god-of-coins-u6n8aq {
    flex-direction: column;
  }
}

.god-of-coins-rv9syx {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-rv9syx {
    margin-bottom: 40px;
  }
}

.god-of-coins-ld6gfq .god-of-coins-4g7yfy {
  margin-bottom: 28px;
}

.god-of-coins-ld6gfq .god-of-coins-4g7yfy img {
  max-height: 100px;
  width: auto;
}

.god-of-coins-vkyvt2 {
  display: flex;
  align-items: center;
}

.god-of-coins-vkyvt2 a + a {
  margin-left: 24px;
}

.god-of-coins-vkyvt2 img {
  max-height: 56px;
  width: auto;
}

.god-of-coins-vkyvt2 img + img {
  margin-left: 24px;
}

.god-of-coins-0ujot7 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.god-of-coins-m3a0r4 {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-m3a0r4 {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

.god-of-coins-4ncop5 {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-4ncop5 {
    flex-wrap: wrap;
  }
}

.god-of-coins-4ncop5 li {
  display: flex;
  margin: 0 7px;
}

.god-of-coins-4ncop5 li svg {
  transition: 0.god-of-coins-dnkkeu ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .god-of-coins-4ncop5 li:hover svg {
    transform: scale(1.2);
  }
}

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

.god-of-coins-ql2yjl + .god-of-coins-ql2yjl {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-ql2yjl + .god-of-coins-ql2yjl {
    margin: 36px 0 0;
  }
}

.god-of-coins-w5x606 {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.god-of-coins-gsj3xe {
  list-style: none;
  margin: 0;
  padding: 0;
}

.god-of-coins-gsj3xe li {
  font-size: 16px;
}

.god-of-coins-gsj3xe li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .god-of-coins-gsj3xe li a:hover {
    text-decoration: underline;
  }
}

.god-of-coins-gsj3xe li + li {
  margin-top: 16px;
}

.god-of-coins-rwwzm2 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.god-of-coins-xjuqi4 ease-in-out;
}

.god-of-coins-rwwzm2.god-of-coins-q7yp16 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.god-of-coins-u3lc29 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

@media only screen and (max-width: 1200px) {
  .god-of-coins-u3lc29 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .god-of-coins-u3lc29 {
    margin-bottom: 60px;
  }
}

.god-of-coins-wn55be {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

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

.god-of-coins-wn55be li {
  width: 100%;
}

.god-of-coins-wn55be 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.god-of-coins-dnkkeu ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.god-of-coins-wn55be li a svg {
  fill: var(--button-text-color);
}

.god-of-coins-wn55be li a.god-of-coins-q7yp16 {
  background: var(--border-color);
}

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

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

.god-of-coins-9velr3 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-9velr3 {
    margin: 0 -5px;
  }
}

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

.god-of-coins-skfuqr span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.god-of-coins-skfuqr small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

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

.god-of-coins-kvngbv {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.god-of-coins-kvngbv img {
  width: 100%;
  transition: 0.god-of-coins-dnkkeu ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .god-of-coins-kvngbv:hover img {
    transform: scale(1.1);
  }
}

.god-of-coins-m78zz1 {
  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) {
  .god-of-coins-m78zz1 {
    height: 54px;
  }
}

.god-of-coins-pizn77 {
  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) {
  .god-of-coins-pizn77 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .god-of-coins-pizn77 {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .god-of-coins-pizn77 .god-of-coins-4g7yfy img {
    max-width: 90px;
  }
}

.god-of-coins-4g7yfy img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .god-of-coins-4g7yfy {
    order: -2;
  }
}

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

.god-of-coins-i6u4r7 {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.god-of-coins-i6u4r7 li {
  font-size: 16px;
  margin: 0 20px;
}

.god-of-coins-i6u4r7 li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .god-of-coins-i6u4r7 li a:hover {
    text-decoration: underline;
  }
}

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

.god-of-coins-1iyjzy {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .god-of-coins-1iyjzy {
    margin-right: 105px;
  }
}

@media only screen and (max-width: 1023px) {
  .god-of-coins-1iyjzy {
    order: -1;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .god-of-coins-1iyjzy {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.god-of-coins-1iyjzy.god-of-coins-syhtp6 {
  margin-right: 0;
}

.god-of-coins-i13sgy {
  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) {
  .god-of-coins-i13sgy {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

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

.god-of-coins-7l9rcb {
  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) {
  .god-of-coins-7l9rcb:hover {
    background: var(--button-bg-hover);
  }
}

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

.god-of-coins-lex4st {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.god-of-coins-lex4st:hover > ul {
  display: flex;
}

.god-of-coins-lex4st:focus > ul {
  display: flex;
}

.god-of-coins-lex4st:focus-within > ul {
  display: flex;
}

.god-of-coins-7v8a9e {
  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;
}

.god-of-coins-7v8a9e::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.god-of-coins-xjuqi4 ease-in-out;
}

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

.god-of-coins-lex4st ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.god-of-coins-dnkkeu 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) {
  .god-of-coins-lex4st ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.god-of-coins-lex4st 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.god-of-coins-dnkkeu ease-in-out;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-lex4st ul li {
    padding: 5px;
  }
}

.god-of-coins-lex4st 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) {
  .god-of-coins-lex4st ul li a:hover {
    text-decoration: underline;
  }
}

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

.god-of-coins-bv8r41 {
  display: none;
}

.god-of-coins-jevopo {
  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) {
  .god-of-coins-jevopo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

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

@media only screen and (max-width: 1023px) {
  .god-of-coins-bv8r41:checked ~ .god-of-coins-rkw8hp {
    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;
  }
  .god-of-coins-rkw8hp {
    display: none;
    transition: display 0.god-of-coins-dnkkeu ease-in-out;
  }
  .god-of-coins-bv8r41:checked ~ .god-of-coins-rkw8hp {
    display: block;
  }
  .god-of-coins-bv8r41:checked + .god-of-coins-jevopo span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .god-of-coins-bv8r41:checked + .god-of-coins-jevopo span:nth-child(2) {
    display: none;
  }
  .god-of-coins-bv8r41:checked + .god-of-coins-jevopo span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.god-of-coins-03rxqk {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .god-of-coins-03rxqk {
    padding: 0 16px;
  }
}

.god-of-coins-03rxqk img {
  margin-bottom: 20px;
}

.god-of-coins-03rxqk p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-03rxqk p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .god-of-coins-03rxqk {
    margin-bottom: 60px;
  }
}

.god-of-coins-swmwsy {
  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) {
  .god-of-coins-swmwsy {
    font-size: 32px;
  }
}

.god-of-coins-8lz9gm {
  color: var(--text-color);
}

.god-of-coins-f5nxnd {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

.god-of-coins-f5nxnd p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

.god-of-coins-f5nxnd p img {
  display: block;
  margin: 0 auto;
}

.god-of-coins-f5nxnd p:first-of-type {
  margin-top: 0;
}

.god-of-coins-f5nxnd p:last-of-type {
  margin-bottom: 0;
}

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

.god-of-coins-f5nxnd ul {
  padding: 0 0 0 20px;
}

.god-of-coins-f5nxnd table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.god-of-coins-f5nxnd 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) {
  .god-of-coins-f5nxnd table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.god-of-coins-f5nxnd 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) {
  .god-of-coins-f5nxnd table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.god-of-coins-f5nxnd table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.god-of-coins-f5nxnd iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-f5nxnd iframe {
    height: 200px;
  }
}

.god-of-coins-y0b7ug {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1200px) {
  .god-of-coins-y0b7ug {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .god-of-coins-y0b7ug {
    margin-bottom: 60px;
  }
}

.god-of-coins-mbucvx {
  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) {
  .god-of-coins-mbucvx {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.god-of-coins-mbucvx h1,
.god-of-coins-mbucvx h2,
.god-of-coins-mbucvx h3,
.god-of-coins-mbucvx 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) {
  .god-of-coins-mbucvx h1,
  .god-of-coins-mbucvx h2,
  .god-of-coins-mbucvx h3,
  .god-of-coins-mbucvx h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.god-of-coins-ajjr6g {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-ajjr6g {
    flex-direction: column-reverse;
  }
}

.god-of-coins-ajjr6g .god-of-coins-67adzb {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-ajjr6g .god-of-coins-67adzb {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.god-of-coins-ajjr6g .god-of-coins-ps0cnu {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-ajjr6g .god-of-coins-ps0cnu {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .god-of-coins-ajjr6g .god-of-coins-ps0cnu img {
    width: 100%;
  }
}

.god-of-coins-ps0cnu {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-ps0cnu {
    margin-bottom: 18px;
  }
}

.god-of-coins-67adzb {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-67adzb {
    margin-bottom: 18px;
  }
}

.god-of-coins-y0b7ug 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) {
  .god-of-coins-y0b7ug h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.god-of-coins-y0b7ug .god-of-coins-fis7ne {
  margin-top: 30px;
  margin-bottom: 30px;
}

.god-of-coins-yvtxd0 {
  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) {
  .god-of-coins-yvtxd0 {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .god-of-coins-yvtxd0 {
    margin-bottom: 60px;
  }
}

.god-of-coins-95jpip {
  position: relative;
  border: none;
}

.god-of-coins-95jpip::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--fh-bg-color);
}

.god-of-coins-sk0prw {
  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;
}

.god-of-coins-sk0prw span {
  height: 32px;
}

.god-of-coins-sk0prw span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.god-of-coins-sk0prw.god-of-coins-ff531o span {
  transform: scaleY(-1);
}

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

.god-of-coins-gn1pt3 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.god-of-coins-gn1pt3 li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .god-of-coins-gn1pt3 li {
    font-size: 16px;
  }
}

.god-of-coins-gn1pt3 li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.god-of-coins-dnkkeu ease-in-out;
}

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

@media only screen and (max-width: 767px) {
  .god-of-coins-gn1pt3 li a {
    padding: 12px 14px;
  }
}

.god-of-coins-gn1pt3.god-of-coins-sou7ar {
  display: none;
}

.god-of-coins-6e800e {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.god-of-coins-6e800e table {
  width: 100%;
  border-collapse: collapse;
}

.god-of-coins-6e800e 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) {
  .god-of-coins-6e800e table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .god-of-coins-6e800e table td {
    min-width: 75px;
  }
}

.god-of-coins-6e800e 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) {
  .god-of-coins-6e800e table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.god-of-coins-6e800e table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.god-of-coins-6e800e p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-6e800e p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1200px) {
  .god-of-coins-6e800e {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .god-of-coins-6e800e {
    margin-bottom: 60px;
  }
}

.god-of-coins-pquf3i {
  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) {
  .god-of-coins-pquf3i {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.god-of-coins-d8alsk {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 500px) {
  .god-of-coins-d8alsk {
    width: 100%;
    border-collapse: collapse;
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.god-of-coins-d8alsk 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) {
  .god-of-coins-d8alsk tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.god-of-coins-d8alsk tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.god-of-coins-f5i5zy table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.god-of-coins-f5i5zy table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.god-of-coins-f5i5zy p {
  color: var(--text-color);
}

.god-of-coins-1iy187 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .god-of-coins-1iy187 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .god-of-coins-1iy187 {
    margin-bottom: 60px;
  }
}

.god-of-coins-6jvy9k {
  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);
}

.god-of-coins-ksnik6 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .god-of-coins-ksnik6 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .god-of-coins-ksnik6 {
    margin-bottom: 60px;
  }
}

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

.god-of-coins-j7k38k h3 {
  position: relative;
  color: var(--title-color);
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-j7k38k h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.god-of-coins-j7k38k p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--text-color);
}

.god-of-coins-j7k38k p + p {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-j7k38k p {
    font-size: 16px;
  }
}

.god-of-coins-6x4u77 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-6x4u77 {
    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;
  }
}

.god-of-coins-qh0i92 {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.god-of-coins-qh0i92 li {
  margin: 0 20px;
}

.god-of-coins-qh0i92 li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.god-of-coins-qh0i92 li a img {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .god-of-coins-qh0i92 li a:hover {
    color: #2ab765;
  }
}

.god-of-coins-7q7cel {
  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) {
  .god-of-coins-7q7cel {
    padding: 0 16px;
  }
}

.god-of-coins-7q7cel li {
  font-size: 16px;
  position: relative;
}

.god-of-coins-7q7cel li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .god-of-coins-7q7cel li a:hover {
    text-decoration: underline;
  }
}

.god-of-coins-7q7cel li span {
  opacity: 0.5;
}

.god-of-coins-7q7cel li + li {
  margin-left: 30px;
}

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

h2.god-of-coins-mbucvx {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  h2.god-of-coins-mbucvx {
    margin-bottom: 18px;
  }
}

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

.god-of-coins-c3t7t6 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);
}

.god-of-coins-c3t7t6 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;
}

.god-of-coins-c3t7t6 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;
}

.god-of-coins-c3t7t6 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.god-of-coins-c3t7t6 tbody tr:last-of-type {
  margin-bottom: 0;
}

.god-of-coins-c3t7t6 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.god-of-coins-c3t7t6 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);
}

.god-of-coins-c3t7t6 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);
}

.god-of-coins-c3t7t6 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.god-of-coins-c3t7t6 tbody tr td .god-of-coins-93w5ik {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .god-of-coins-c3t7t6 tbody tr td .god-of-coins-93w5ik {
    width: 100%;
  }
}

.god-of-coins-c3t7t6 tbody tr td .god-of-coins-0tfo1h {
  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.god-of-coins-dnkkeu ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .god-of-coins-c3t7t6 tbody tr td .god-of-coins-0tfo1h:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .god-of-coins-c3t7t6 tbody tr td .god-of-coins-0tfo1h {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .god-of-coins-c3t7t6 tbody tr td .god-of-coins-0tfo1h {
    width: 100%;
  }
}

.god-of-coins-c3t7t6 tbody tr td .god-of-coins-3ec33e {
  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) {
  .god-of-coins-c3t7t6 tbody tr td .god-of-coins-3ec33e:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .god-of-coins-c3t7t6 tbody tr {
    flex-direction: column;
  }
}

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

.god-of-coins-k9dfnm {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .god-of-coins-k9dfnm {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .god-of-coins-k9dfnm {
    margin: 0 auto 60px;
  }
}

.god-of-coins-3eqipx {
  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) {
  .god-of-coins-3eqipx {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.god-of-coins-l3ep9t {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-l3ep9t {
    margin: 0 -5px;
  }
}

.god-of-coins-0p6xxl {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.god-of-coins-0p6xxl img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.god-of-coins-dnkkeu ease-in-out;
}

.god-of-coins-0p6xxl p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .god-of-coins-0p6xxl:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .god-of-coins-0p6xxl {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

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

.god-of-coins-ivr718 {
  position: relative;
  max-width: 800px;
  height: 400px;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 520px) {
  .god-of-coins-ivr718 {
    height: 190px;
    margin: 20px auto;
  }
}

.god-of-coins-ivr718 img {
  width: 100%;
  height: 100%;
}

.god-of-coins-ivr718 iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .god-of-coins-ivr718 iframe {
    height: 190px;
  }
}

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

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

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

.god-of-coins-le0ev2 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.god-of-coins-dnkkeu ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .god-of-coins-le0ev2:hover svg {
    transform: scale(1.1);
  }
}

.god-of-coins-hzeaar {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-hzeaar {
    padding: 40px 0;
  }
}

.god-of-coins-2a9eb6 {
  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) {
  .god-of-coins-2a9eb6 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .god-of-coins-2a9eb6 {
    flex-direction: column-reverse;
  }
}

.god-of-coins-do9wdt {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}

.god-of-coins-do9wdt img {
  width: 100%;
}

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

@media only screen and (max-width: 767px) {
  .god-of-coins-do9wdt {
    margin: 10px 0 0;
  }
}

.god-of-coins-ntw4ko {
  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;
}

.god-of-coins-ntw4ko 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) {
  .god-of-coins-ntw4ko {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .god-of-coins-ntw4ko {
    padding: 24px 10px;
  }
}

.god-of-coins-w654q3 {
  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.god-of-coins-dnkkeu ease-in-out;
}

.god-of-coins-w654q3:hover {
  border: 1px solid #8c8ca2;
}

.god-of-coins-lbyg44 {
  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%);
}

.god-of-coins-lbyg44:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

.god-of-coins-v3d9qy a {
  text-decoration: underline;
  color: #8babff;
}

.god-of-coins-m2endh {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.god-of-coins-m2endh .god-of-coins-w654q3 {
  width: 50%;
  margin: 0;
}

.god-of-coins-kaypfn {
  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;
}

.god-of-coins-kaypfn:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.god-of-coins-07cmr7 {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .god-of-coins-07cmr7 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .god-of-coins-07cmr7 {
    margin: 0 0 60px;
  }
}

.god-of-coins-fo6g9x {
  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) {
  .god-of-coins-fo6g9x {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.god-of-coins-9hjkvo {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-9hjkvo {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

.god-of-coins-zq9uy3 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-zq9uy3 {
    flex-basis: auto;
    max-width: 100%;
  }
}

.god-of-coins-yyacq9 {
  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) {
  .god-of-coins-yyacq9 {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.god-of-coins-yyacq9 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.god-of-coins-dnkkeu ease-in-out;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-yyacq9 a {
    margin: 1px 0 4px;
  }
}

.god-of-coins-yyacq9 a svg {
  fill: #fff;
}

.god-of-coins-yyacq9 a:hover {
  background: #3d68e7;
}

.god-of-coins-0ha69m {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.god-of-coins-zylcqw {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-zylcqw {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.god-of-coins-0jw92y {
  font-size: 16px;
  color: var(--text-color);
}

.god-of-coins-nvsvgp {
  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) {
  .god-of-coins-nvsvgp {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .god-of-coins-nvsvgp {
    margin: 20px auto 60px;
  }
}

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

.god-of-coins-qhgbpg {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.god-of-coins-qhgbpg h1,
.god-of-coins-qhgbpg 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) {
  .god-of-coins-qhgbpg h1,
  .god-of-coins-qhgbpg h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .god-of-coins-qhgbpg {
    margin: 0;
    padding-right: 20px;
  }
}

.god-of-coins-vswzcl {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

.god-of-coins-vswzcl 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) {
  .god-of-coins-vswzcl h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.god-of-coins-vswzcl 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) {
  .god-of-coins-vswzcl h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.god-of-coins-vswzcl 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);
}

.god-of-coins-vswzcl 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) {
  .god-of-coins-vswzcl table tr td {
    padding: 12px 4px;
  }
}

.god-of-coins-vswzcl 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) {
  .god-of-coins-vswzcl table tr th {
    padding: 12px 4px;
  }
}

.god-of-coins-vswzcl table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .god-of-coins-vswzcl {
    margin: 0;
  }
}

.god-of-coins-9yck10 {
  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) {
  .god-of-coins-9yck10 {
    min-height: 190px;
  }
}

.god-of-coins-3q69h3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(5px);
}

.god-of-coins-3q69h3::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.god-of-coins-9piqbn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.god-of-coins-9piqbn.god-of-coins-q8jv99 {
  display: none;
}

.god-of-coins-rpq1n9 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.god-of-coins-rpq1n9 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.god-of-coins-rpq1n9 iframe.god-of-coins-ig7f33 {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.god-of-coins-rpq1n9.god-of-coins-1ir9i0 {
  opacity: 1;
  pointer-events: all;
}

.god-of-coins-l2rvqs {
  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.god-of-coins-dnkkeu ease-in-out;
}

.god-of-coins-l2rvqs svg {
  margin-right: 10px;
}

.god-of-coins-l2rvqs + .god-of-coins-l2rvqs {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .god-of-coins-l2rvqs:hover {
    background: #a8a6b3;
  }
}

.god-of-coins-guxtd1 {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

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

@media only screen and (max-width: 767px) {
  .god-of-coins-l2rvqs {
    height: 42px;
    max-width: 220px;
  }
}

.god-of-coins-nvsvgp .god-of-coins-y0b7ug {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.god-of-coins-nvsvgp .god-of-coins-y0b7ug h1,
.god-of-coins-nvsvgp .god-of-coins-y0b7ug 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) {
  .god-of-coins-nvsvgp .god-of-coins-y0b7ug h1,
  .god-of-coins-nvsvgp .god-of-coins-y0b7ug h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .god-of-coins-nvsvgp .god-of-coins-y0b7ug {
    margin: 28px 0 0;
  }
}

.god-of-coins-us08g5 {
  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) {
  .god-of-coins-us08g5 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .god-of-coins-us08g5 {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .god-of-coins-us08g5 {
    margin: 20px auto 60px;
  }
}

.god-of-coins-84qbeq {
  max-width: 545px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .god-of-coins-84qbeq {
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .god-of-coins-84qbeq {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.god-of-coins-cxjdfn {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.god-of-coins-cxjdfn iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.god-of-coins-88cxv6 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.god-of-coins-88cxv6 h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .god-of-coins-88cxv6 h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .god-of-coins-88cxv6 h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .god-of-coins-88cxv6 {
    max-width: 100%;
    margin: 0;
  }
}

.god-of-coins-nh70su {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

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

.god-of-coins-8k9hq1 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-8k9hq1 {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

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

.god-of-coins-mbc82g span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

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

.god-of-coins-89s9ll {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 540px) {
  .god-of-coins-89s9ll {
    padding: 10px;
  }
}

.god-of-coins-89s9ll .god-of-coins-fis7ne {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .god-of-coins-89s9ll .god-of-coins-fis7ne {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .god-of-coins-89s9ll {
    flex-wrap: wrap;
  }
}

.god-of-coins-ibdq9l {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.god-of-coins-ibdq9l img {
  width: 100%;
}

.god-of-coins-sd23ec {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .god-of-coins-sd23ec {
    max-width: 200px;
    margin: 0;
  }
}

.god-of-coins-klc57c {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.god-of-coins-719poz {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.god-of-coins-dt4271 {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-dt4271 {
    margin: 0 0 60px;
  }
}

.god-of-coins-dt4271 .god-of-coins-2hakz3 {
  position: relative;
}

.god-of-coins-dt4271 .god-of-coins-b4b26r {
  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;
}

.god-of-coins-dt4271 .god-of-coins-b4b26r.god-of-coins-q8jv99 {
  display: none;
}

.god-of-coins-dt4271 .god-of-coins-6x7053 {
  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) {
  .god-of-coins-dt4271 .god-of-coins-6x7053 {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .god-of-coins-dt4271 .god-of-coins-6x7053 {
    bottom: 90px;
  }
}

.god-of-coins-dt4271 .god-of-coins-6x7053 .god-of-coins-bjfg2u {
  max-width: 300px;
  width: 100%;
}

.god-of-coins-dt4271 .god-of-coins-6x7053 .god-of-coins-bjfg2u .god-of-coins-qe3mk3 {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .god-of-coins-dt4271 .god-of-coins-6x7053 .god-of-coins-bjfg2u .god-of-coins-qe3mk3 {
    font-size: 32px;
    text-align: center;
  }
}

.god-of-coins-dt4271 .god-of-coins-6x7053 .god-of-coins-bjfg2u .god-of-coins-m18aku {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .god-of-coins-dt4271 .god-of-coins-6x7053 .god-of-coins-bjfg2u .god-of-coins-m18aku {
    text-align: center;
  }
}

.god-of-coins-dt4271 .god-of-coins-6x7053 .god-of-coins-syhtp6 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-dt4271 .god-of-coins-6x7053 .god-of-coins-syhtp6 {
    flex-direction: column-reverse;
  }
}

.god-of-coins-dt4271 .god-of-coins-6x7053 .god-of-coins-syhtp6 .god-of-coins-msvbzr {
  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.god-of-coins-dnkkeu ease-in-out;
}

.god-of-coins-dt4271 .god-of-coins-6x7053 .god-of-coins-syhtp6 .god-of-coins-msvbzr:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-dt4271 .god-of-coins-6x7053 .god-of-coins-syhtp6 .god-of-coins-msvbzr {
    width: 100%;
  }
}

.god-of-coins-dt4271 .god-of-coins-6x7053 .god-of-coins-syhtp6 .god-of-coins-tqq73j {
  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.god-of-coins-dnkkeu ease-in-out;
  overflow: hidden;
}

.god-of-coins-dt4271 .god-of-coins-6x7053 .god-of-coins-syhtp6 .god-of-coins-tqq73j 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);
  }
}

.god-of-coins-dt4271 .god-of-coins-6x7053 .god-of-coins-syhtp6 .god-of-coins-tqq73j: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;
}

.god-of-coins-dt4271 .god-of-coins-6x7053 .god-of-coins-syhtp6 .god-of-coins-tqq73j:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .god-of-coins-dt4271 .god-of-coins-6x7053 .god-of-coins-syhtp6 .god-of-coins-tqq73j {
    width: 100%;
  }
}

.god-of-coins-dt4271 .god-of-coins-6x7053.god-of-coins-q8jv99 {
  display: none;
}

.god-of-coins-dt4271 .god-of-coins-t7k48p {
  display: none;
}

.god-of-coins-dt4271 .god-of-coins-t7k48p.god-of-coins-1ir9i0 {
  display: block;
}

.god-of-coins-dt4271 .god-of-coins-t7k48p iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .god-of-coins-dt4271 .god-of-coins-t7k48p iframe {
    height: calc(100vh - 54px);
  }
}

.god-of-coins-dt4271 .god-of-coins-fp5je3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .god-of-coins-dt4271 .god-of-coins-fp5je3 {
    padding: 24px 16px 0;
  }
}

.god-of-coins-dt4271 .god-of-coins-fp5je3 .god-of-coins-qe3mk3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-dt4271 .god-of-coins-fp5je3 .god-of-coins-qe3mk3 {
    margin-bottom: 24px;
  }
}

.god-of-coins-dt4271 .god-of-coins-fp5je3 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);
}

.god-of-coins-dt4271 .god-of-coins-fp5je3 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) {
  .god-of-coins-dt4271 .god-of-coins-fp5je3 table tr td {
    padding: 12px 4px;
  }
}

.god-of-coins-dt4271 .god-of-coins-fp5je3 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) {
  .god-of-coins-dt4271 .god-of-coins-fp5je3 table tr th {
    padding: 12px 4px;
  }
}

.god-of-coins-dt4271 .god-of-coins-fp5je3 table tr:last-of-type td {
  border-bottom: none;
}

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

.god-of-coins-yyik9z.god-of-coins-q7yp16 {
  display: block;
}

.god-of-coins-yyik9z iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.god-of-coins-yyik9z .god-of-coins-imdb43 {
  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;
}

.god-of-coins-yyik9z .god-of-coins-jzyiz2 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.god-of-coins-yyik9z .god-of-coins-tqq73j {
  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.god-of-coins-dnkkeu ease-in-out;
}

.god-of-coins-yyik9z .god-of-coins-tqq73j:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.god-of-coins-rr9et6 {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}

.god-of-coins-rr9et6.god-of-coins-q7yp16 {
  display: block;
}

.god-of-coins-awyot7 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.god-of-coins-dp3skg {
  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;
}

.god-of-coins-kszq67 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .god-of-coins-dp3skg {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 28px 16px;
  }
}

.god-of-coins-lag77y {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.god-of-coins-lag77y svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.god-of-coins-7iyh3r {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.god-of-coins-nli6ck.god-of-coins-q8jv99 {
  display: none;
}

.god-of-coins-92ecvc {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-92ecvc {
    margin-bottom: 20px;
  }
}

.god-of-coins-1xhg5f {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.god-of-coins-1xhg5f span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

.god-of-coins-1xhg5f small {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}

.god-of-coins-1xhg5f 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.god-of-coins-dnkkeu ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.god-of-coins-1xhg5f input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.god-of-coins-1xhg5f input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.god-of-coins-1xhg5f input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.god-of-coins-1xhg5f input:active {
  border-color: #c2c0ce;
}

.god-of-coins-1xhg5f input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-1xhg5f {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.god-of-coins-l7ltbc {
  margin-bottom: 36px;
}

.god-of-coins-l7ltbc 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;
}

.god-of-coins-l7ltbc textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.god-of-coins-l7ltbc textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-l7ltbc {
    margin-bottom: 24px;
  }
}

.god-of-coins-v5sut8 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.god-of-coins-9gdaj8 {
  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.god-of-coins-dnkkeu ease-in-out;
}

.god-of-coins-9gdaj8:hover {
  background: var(--border-color);
}

.god-of-coins-nf3hme {
  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.god-of-coins-dnkkeu ease-in-out;
}

.god-of-coins-nf3hme:hover {
  background: #166ad9;
}

.god-of-coins-4ekn6q {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.god-of-coins-4ekn6q.god-of-coins-q8jv99 {
  display: none;
}

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

.god-of-coins-4ekn6q .god-of-coins-9gdaj8 {
  margin: 0 auto;
}

.god-of-coins-9n9imt {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-9n9imt {
    margin-bottom: 16px;
  }
}

.god-of-coins-czhq80 {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: auto;
  position: relative;
}

.god-of-coins-w5mxy5 {
  filter: grayscale(100%);
}

.god-of-coins-czhq80 > input {
  display: none;
}

.god-of-coins-czhq80 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.god-of-coins-v0r5zr.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.god-of-coins-jpr5pj 44.god-of-coins-xfbjfj.god-of-coins-4pxhn3.god-of-coins-z3bev9.god-of-coins-dvefxn.god-of-coins-gd18e8.god-of-coins-7r0j2i.god-of-coins-bt4wg2.god-of-coins-y9hnjn.god-of-coins-btfi96.god-of-coins-glehej.god-of-coins-yaizph.god-of-coins-lh1s7m 0l-12.god-of-coins-wq5yv0 30.god-of-coins-pyiws1.god-of-coins-hqln3i 2.god-of-coins-mk95z4.god-of-coins-hqln3i 3.god-of-coins-8mehp9 3.god-of-coins-lueqis.god-of-coins-w13us7 3.god-of-coins-cc5fv5.god-of-coins-tzirn5.god-of-coins-epmxkg.god-of-coins-vj7kfx 7-3.god-of-coins-wq5yv0 10.god-of-coins-beknbe.god-of-coins-vj7kfx 23.god-of-coins-6ltuyt.god-of-coins-jwm22y 1.god-of-coins-1e63te 2.god-of-coins-wq5yv0 3.god-of-coins-jwm22y 1.god-of-coins-w13us7 5.god-of-coins-z2d5wm.god-of-coins-w13us7 32.god-of-coins-42xinm.god-of-coins-tzirn5 5.god-of-coins-lh1s7m 4.god-of-coins-vj7kfx 9.god-of-coins-vj7kfx 8.god-of-coins-w13us7 6.god-of-coins-riw3ug.god-of-coins-ky96dg.god-of-coins-jmpbdp.god-of-coins-u58fh3.god-of-coins-bew1f3 4.god-of-coins-gffep3.god-of-coins-bew1f3 6.god-of-coins-bew1f3 0l29.god-of-coins-lh1s7m 17.god-of-coins-qdxu2s.god-of-coins-8ngy9x 2.god-of-coins-43p7ma 10.god-of-coins-4ngr6u.god-of-coins-wq5yv0 8.god-of-coins-pxzyct.god-of-coins-okmbin.god-of-coins-b5u9uo.god-of-coins-h3wczu.god-of-coins-s7p12h.god-of-coins-tzirn5.god-of-coins-gd18e8.god-of-coins-wq5yv0 1.god-of-coins-x93dwd.god-of-coins-2a74sj.god-of-coins-htfxbe.god-of-coins-m7e5aa.god-of-coins-1l1byc.god-of-coins-1e63te 1.god-of-coins-yiw1uf.god-of-coins-z3ufsy.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.god-of-coins-czhq80 > input:checked ~ label,
.god-of-coins-czhq80 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.god-of-coins-v0r5zr.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.god-of-coins-jpr5pj 44.god-of-coins-xfbjfj.god-of-coins-4pxhn3.god-of-coins-z3bev9.god-of-coins-dvefxn.god-of-coins-gd18e8.god-of-coins-7r0j2i.god-of-coins-bt4wg2.god-of-coins-y9hnjn.god-of-coins-btfi96.god-of-coins-glehej.god-of-coins-yaizph.god-of-coins-lh1s7m 0l-12.god-of-coins-wq5yv0 30.god-of-coins-pyiws1.god-of-coins-hqln3i 2.god-of-coins-mk95z4.god-of-coins-hqln3i 3.god-of-coins-8mehp9 3.god-of-coins-lueqis.god-of-coins-w13us7 3.god-of-coins-cc5fv5.god-of-coins-tzirn5.god-of-coins-epmxkg.god-of-coins-vj7kfx 7-3.god-of-coins-wq5yv0 10.god-of-coins-beknbe.god-of-coins-vj7kfx 23.god-of-coins-6ltuyt.god-of-coins-jwm22y 1.god-of-coins-1e63te 2.god-of-coins-wq5yv0 3.god-of-coins-jwm22y 1.god-of-coins-w13us7 5.god-of-coins-z2d5wm.god-of-coins-w13us7 32.god-of-coins-42xinm.god-of-coins-tzirn5 5.god-of-coins-lh1s7m 4.god-of-coins-vj7kfx 9.god-of-coins-vj7kfx 8.god-of-coins-w13us7 6.god-of-coins-riw3ug.god-of-coins-ky96dg.god-of-coins-jmpbdp.god-of-coins-u58fh3.god-of-coins-bew1f3 4.god-of-coins-gffep3.god-of-coins-bew1f3 6.god-of-coins-bew1f3 0l29.god-of-coins-lh1s7m 17.god-of-coins-qdxu2s.god-of-coins-8ngy9x 2.god-of-coins-43p7ma 10.god-of-coins-4ngr6u.god-of-coins-wq5yv0 8.god-of-coins-pxzyct.god-of-coins-okmbin.god-of-coins-b5u9uo.god-of-coins-h3wczu.god-of-coins-s7p12h.god-of-coins-tzirn5.god-of-coins-gd18e8.god-of-coins-wq5yv0 1.god-of-coins-x93dwd.god-of-coins-2a74sj.god-of-coins-htfxbe.god-of-coins-m7e5aa.god-of-coins-1l1byc.god-of-coins-1e63te 1.god-of-coins-yiw1uf.god-of-coins-z3ufsy.5z'/%3e%3c/svg%3e");
}

.god-of-coins-czhq80 > input:not(:checked) ~ label:hover,
.god-of-coins-czhq80 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.god-of-coins-v0r5zr.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.god-of-coins-jpr5pj 44.god-of-coins-xfbjfj.god-of-coins-4pxhn3.god-of-coins-z3bev9.god-of-coins-dvefxn.god-of-coins-gd18e8.god-of-coins-7r0j2i.god-of-coins-bt4wg2.god-of-coins-y9hnjn.god-of-coins-btfi96.god-of-coins-glehej.god-of-coins-yaizph.god-of-coins-lh1s7m 0l-12.god-of-coins-wq5yv0 30.god-of-coins-pyiws1.god-of-coins-hqln3i 2.god-of-coins-mk95z4.god-of-coins-hqln3i 3.god-of-coins-8mehp9 3.god-of-coins-lueqis.god-of-coins-w13us7 3.god-of-coins-cc5fv5.god-of-coins-tzirn5.god-of-coins-epmxkg.god-of-coins-vj7kfx 7-3.god-of-coins-wq5yv0 10.god-of-coins-beknbe.god-of-coins-vj7kfx 23.god-of-coins-6ltuyt.god-of-coins-jwm22y 1.god-of-coins-1e63te 2.god-of-coins-wq5yv0 3.god-of-coins-jwm22y 1.god-of-coins-w13us7 5.god-of-coins-z2d5wm.god-of-coins-w13us7 32.god-of-coins-42xinm.god-of-coins-tzirn5 5.god-of-coins-lh1s7m 4.god-of-coins-vj7kfx 9.god-of-coins-vj7kfx 8.god-of-coins-w13us7 6.god-of-coins-riw3ug.god-of-coins-ky96dg.god-of-coins-jmpbdp.god-of-coins-u58fh3.god-of-coins-bew1f3 4.god-of-coins-gffep3.god-of-coins-bew1f3 6.god-of-coins-bew1f3 0l29.god-of-coins-lh1s7m 17.god-of-coins-qdxu2s.god-of-coins-8ngy9x 2.god-of-coins-43p7ma 10.god-of-coins-4ngr6u.god-of-coins-wq5yv0 8.god-of-coins-pxzyct.god-of-coins-okmbin.god-of-coins-b5u9uo.god-of-coins-h3wczu.god-of-coins-s7p12h.god-of-coins-tzirn5.god-of-coins-gd18e8.god-of-coins-wq5yv0 1.god-of-coins-x93dwd.god-of-coins-2a74sj.god-of-coins-htfxbe.god-of-coins-m7e5aa.god-of-coins-1l1byc.god-of-coins-1e63te 1.god-of-coins-yiw1uf.god-of-coins-z3ufsy.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .god-of-coins-bxguu2 > .god-of-coins-7iqg24 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .god-of-coins-bxguu2 > .god-of-coins-7iqg24 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .god-of-coins-bxguu2 > .god-of-coins-7iqg24 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .god-of-coins-bxguu2 > .god-of-coins-7iqg24 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .god-of-coins-bxguu2 > .god-of-coins-7iqg24 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.god-of-coins-mrxbux {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.god-of-coins-mrxbux.god-of-coins-q8jv99 {
  display: none;
}

.god-of-coins-83jgos {
  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) {
  .god-of-coins-83jgos {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .god-of-coins-83jgos {
    border-radius: 20px 20px 0 0;
  }
}

.god-of-coins-tq44av {
  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;
}

.god-of-coins-tq44av::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.god-of-coins-tq44av::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.god-of-coins-tq44av img {
  border-radius: 16px;
  overflow: hidden;
}

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

@media only screen and (max-width: 767px) {
  .god-of-coins-tq44av {
    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;
  }
  .god-of-coins-tq44av img {
    max-width: 60px;
    border-radius: 7px;
  }
}

.god-of-coins-3bgixu {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .god-of-coins-3bgixu {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .god-of-coins-3bgixu {
    font-size: 14px;
  }
}

.god-of-coins-vt36u7 {
  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;
}

.god-of-coins-vt36u7::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) {
  .god-of-coins-vt36u7::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.god-of-coins-vt36u7::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) {
  .god-of-coins-vt36u7::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .god-of-coins-vt36u7 {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .god-of-coins-vt36u7 {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

.god-of-coins-q4mjss {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .god-of-coins-q4mjss {
    top: -20px;
  }
}

.god-of-coins-26ljjz {
  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.god-of-coins-dnkkeu ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

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

@media only screen and (max-width: 1023px) {
  .god-of-coins-26ljjz {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .god-of-coins-26ljjz {
    width: 90px;
    height: 40px;
  }
}

.god-of-coins-mrxbux.god-of-coins-b2npiw .god-of-coins-83jgos {
  background: #2b3b67;
}

.god-of-coins-mrxbux.god-of-coins-b2npiw .god-of-coins-tq44av {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.god-of-coins-mrxbux.god-of-coins-b2npiw .god-of-coins-tq44av::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.god-of-coins-mrxbux.god-of-coins-b2npiw .god-of-coins-tq44av::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.god-of-coins-mrxbux.god-of-coins-b2npiw .god-of-coins-vt36u7::before {
  background: #0e0f41;
}

.god-of-coins-mrxbux.god-of-coins-b2npiw .god-of-coins-vt36u7::after {
  background: #152557;
}

.god-of-coins-mrxbux.god-of-coins-z3tpih .god-of-coins-83jgos {
  background: #1f35fa;
}

.god-of-coins-mrxbux.god-of-coins-z3tpih .god-of-coins-tq44av {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.god-of-coins-mrxbux.god-of-coins-z3tpih .god-of-coins-tq44av::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.god-of-coins-mrxbux.god-of-coins-z3tpih .god-of-coins-tq44av::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.god-of-coins-mrxbux.god-of-coins-z3tpih .god-of-coins-vt36u7::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.god-of-coins-mrxbux.god-of-coins-z3tpih .god-of-coins-vt36u7::after {
  background: #192ac8;
}

.god-of-coins-mrxbux.god-of-coins-p0noit .god-of-coins-83jgos {
  background: #fa771f;
}

.god-of-coins-mrxbux.god-of-coins-p0noit .god-of-coins-tq44av {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.god-of-coins-mrxbux.god-of-coins-p0noit .god-of-coins-tq44av::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.god-of-coins-mrxbux.god-of-coins-p0noit .god-of-coins-tq44av::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.god-of-coins-mrxbux.god-of-coins-p0noit .god-of-coins-vt36u7::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.god-of-coins-mrxbux.god-of-coins-p0noit .god-of-coins-vt36u7::after {
  background: #fa8535;
}

.god-of-coins-vkd2dv {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .god-of-coins-vkd2dv {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .god-of-coins-vkd2dv {
    margin: 24px 0 60px;
  }
}

.god-of-coins-vkd2dv h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

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

.god-of-coins-mf88wt {
  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) {
  .god-of-coins-mf88wt {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

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

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

.god-of-coins-9kcnco {
  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) {
  .god-of-coins-9kcnco:hover {
    background: var(--button-bg-hover);
  }
}

.god-of-coins-n4w8pr {
  display: flex;
  align-items: center;
  gap: 10px;
}

.god-of-coins-n4w8pr span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.god-of-coins-n4w8pr small {
  font-size: 14px;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .god-of-coins-n4w8pr {
    margin-bottom: 16px;
  }
}

.god-of-coins-ixsra8 {
  width: 120px;
  height: 22px;
}

.god-of-coins-ixsra8 .god-of-coins-5jukj2 {
  fill: #c2c0ce;
}

.god-of-coins-ixsra8 [rating="1"] .god-of-coins-5jukj2:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.god-of-coins-ixsra8 [rating="2"] .god-of-coins-5jukj2:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.god-of-coins-ixsra8 [rating="3"] .god-of-coins-5jukj2:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.god-of-coins-ixsra8 [rating="4"] .god-of-coins-5jukj2:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.god-of-coins-ixsra8 [rating="5"] .god-of-coins-5jukj2:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.god-of-coins-xx1uwq {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-xx1uwq {
    gap: 16px 0;
  }
}

.god-of-coins-m6aj59 {
  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);
}

.god-of-coins-m6aj59.god-of-coins-1ir9i0 {
  display: block;
}

.god-of-coins-m6aj59.god-of-coins-q8jv99 {
  display: none;
}

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

.god-of-coins-smvjzp {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.god-of-coins-jrpqay {
  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);
}

.god-of-coins-8kr67n {
  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;
}

.god-of-coins-1rw0c3 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.god-of-coins-1rw0c3 span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.god-of-coins-g8oub6 {
  font-size: 16px;
  line-height: 140%;
}

.god-of-coins-9d4p8o {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.god-of-coins-9d4p8o .god-of-coins-5jukj2 {
  fill: #c2c0ce;
}

.god-of-coins-9d4p8o [rating="1"] .god-of-coins-5jukj2:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.god-of-coins-9d4p8o [rating="2"] .god-of-coins-5jukj2:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.god-of-coins-9d4p8o [rating="3"] .god-of-coins-5jukj2:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.god-of-coins-9d4p8o [rating="4"] .god-of-coins-5jukj2:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.god-of-coins-9d4p8o [rating="5"] .god-of-coins-5jukj2:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.god-of-coins-ajsr23 {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-ajsr23 {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.god-of-coins-356anl {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .god-of-coins-356anl {
    padding: 0 16px;
  }
}

.god-of-coins-hlz54j {
  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) {
  .god-of-coins-hlz54j {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.god-of-coins-8swzb8 {
  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) {
  .god-of-coins-8swzb8 {
    padding: 12px;
    gap: 12px;
  }
}

.god-of-coins-dcwvsc {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.god-of-coins-dcwvsc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.god-of-coins-6k6nar {
  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;
}

.god-of-coins-dv88cn {
  flex: 1;
  min-width: 0;
}

.god-of-coins-uupe9n {
  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) {
  .god-of-coins-uupe9n {
    font-size: 14px;
    gap: 6px;
  }
}

.god-of-coins-ehxr3s {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.god-of-coins-ehxr3s svg,
.god-of-coins-ehxr3s img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.god-of-coins-ehxr3s svg path {
  fill: var(--button-bg-color);
}

.god-of-coins-ehxr3s svg circle {
  fill: var(--button-text-color);
}

.god-of-coins-6bl1dn {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-6bl1dn {
    font-size: 12px;
  }
}

.god-of-coins-6bl1dn strong {
  font-weight: 600;
}

.god-of-coins-bibin6 {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.god-of-coins-bibin6 p {
  margin: 0 0 16px;
}

.god-of-coins-bibin6 p:last-child {
  margin-bottom: 0;
}

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

.god-of-coins-e4nabn {
  max-width: 300px;
  width: 100%;
}

.god-of-coins-e4nabn a {
  width: 100%;
}

@media (max-width: 575px) {
  .god-of-coins-e4nabn {
    max-width: 200px;
  }
}

.god-of-coins-gg2y43 {
  justify-content: center;
}

.god-of-coins-j64goy {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.god-of-coins-edf8ni {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-191176 {
    padding: 0 0 50px;
    justify-content: center;
  }
}

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

.god-of-coins-xy2tgy .god-of-coins-i6u4r7 {
  justify-content: center;
}

/* faq */

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

.god-of-coins-efh1xl {
  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.god-of-coins-wbd9r1 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.god-of-coins-efh1xl::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.god-of-coins-wbd9r1 ease;
}

.god-of-coins-svhlws.god-of-coins-q7yp16 .god-of-coins-efh1xl::after {
  transform: rotate(45deg);
}

.god-of-coins-8vaw90 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.god-of-coins-dnkkeu ease, padding 0.god-of-coins-dnkkeu ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.god-of-coins-svhlws.god-of-coins-q7yp16 .god-of-coins-8vaw90 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.god-of-coins-t6ps4h {
  margin: 25px 0;
}

.god-of-coins-czhq80 > input:not(:checked) ~ label:hover,
.god-of-coins-czhq80 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.god-of-coins-ft9qzx.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.god-of-coins-bxie6g 44.god-of-coins-9c4rtb.god-of-coins-prkcrw.god-of-coins-09iaw1.god-of-coins-95ig1u.god-of-coins-dc0j9w.god-of-coins-97rc7r.god-of-coins-f1e6v2.god-of-coins-vkqtz0.god-of-coins-hs6qdb.god-of-coins-mg8sfn.god-of-coins-s2nuqs.god-of-coins-k6czpl 0l-12.god-of-coins-us3duh 30.god-of-coins-4pknk8.god-of-coins-gb8nox 2.god-of-coins-8f8pqm.god-of-coins-gb8nox 3.god-of-coins-2l5sg2 3.god-of-coins-jqjfqu.god-of-coins-stz23m 3.god-of-coins-au5ubj.god-of-coins-hh4f7c.god-of-coins-ji0w3n.god-of-coins-5j1mj9 7-3.god-of-coins-us3duh 10.god-of-coins-zh8ety.god-of-coins-5j1mj9 23.god-of-coins-yqxu62.god-of-coins-xbrkpo 1.god-of-coins-owl7wj 2.god-of-coins-us3duh 3.god-of-coins-xbrkpo 1.god-of-coins-stz23m 5.god-of-coins-bhxlv8.god-of-coins-stz23m 32.god-of-coins-h2vubb.god-of-coins-hh4f7c 5.god-of-coins-k6czpl 4.god-of-coins-5j1mj9 9.god-of-coins-5j1mj9 8.god-of-coins-stz23m 6.god-of-coins-rh6q3u.god-of-coins-2bjeg0.god-of-coins-r6995s.god-of-coins-od3iry.god-of-coins-u0jgln 4.god-of-coins-myp7ze.god-of-coins-u0jgln 6.god-of-coins-u0jgln 0l29.god-of-coins-k6czpl 17.god-of-coins-5g3s45.god-of-coins-y3jeme 2.god-of-coins-vmgg5l 10.god-of-coins-237urq.god-of-coins-us3duh 8.god-of-coins-c99by1.god-of-coins-f3p5z9.god-of-coins-nqxpef.god-of-coins-p3pc9a.god-of-coins-03sqkm.god-of-coins-hh4f7c.god-of-coins-dc0j9w.god-of-coins-us3duh 1.god-of-coins-ylajqi.god-of-coins-t84qdj.god-of-coins-t469xr.god-of-coins-5cq353.god-of-coins-5sb3n2.god-of-coins-owl7wj 1.god-of-coins-hf1nv1.god-of-coins-neiab4.5z'/%3e%3c/svg%3e");
}

.god-of-coins-6lnxnh {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .god-of-coins-6lnxnh {
    gap: 16px 0;
  }
}

.god-of-coins-vcv5y0 {
  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);
}

.god-of-coins-vcv5y0.god-of-coins-qq5pob {
  display: block;
}

.god-of-coins-vcv5y0.god-of-coins-dnafvo {
  display: none;
}

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

.god-of-coins-d2o9ue {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.god-of-coins-ci2v8m {
  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);
}

.god-of-coins-yw1711 {
  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;
}

.god-of-coins-ewiiq2 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.god-of-coins-ewiiq2 span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.god-of-coins-8sgwlb {
  font-size: 16px;
  line-height: 140%;
}

.god-of-coins-tw0lf8 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.god-of-coins-tw0lf8 .god-of-coins-331q1x {
  fill: #c2c0ce;
}

.god-of-coins-tw0lf8 [rating="1"] .god-of-coins-331q1x:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.god-of-coins-tw0lf8 [rating="2"] .god-of-coins-331q1x:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.god-of-coins-tw0lf8 [rating="3"] .god-of-coins-331q1x:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.god-of-coins-tw0lf8 [rating="4"] .god-of-coins-331q1x:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.god-of-coins-tw0lf8 [rating="5"] .god-of-coins-331q1x:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.god-of-coins-zw4636 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;
}

.god-of-coins-zw4636 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 */

.god-of-coins-4om35t {
  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);
}

.god-of-coins-4om35t.god-of-coins-krlxla {
  opacity: 1;
  pointer-events: auto;
}
