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;
  color: var(--title-color);
  text-decoration: none;
}

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

.tower-rush-3doydw {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .tower-rush-3doydw {
    padding: 54px 0 0;
  }
}

.tower-rush-k6xefe {
  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) {
  .tower-rush-k6xefe: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;
  }
}

.tower-rush-cdaxfv {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-cdaxfv {
    margin: 20px auto 100px;
  }
}

.tower-rush-cdaxfv h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .tower-rush-cdaxfv h1 {
    font-size: 120px;
  }
}

.tower-rush-cdaxfv p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.tower-rush-tx19xy {
  cursor: pointer;
}

.tower-rush-tm6uy0 {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.tower-rush-ta4q0q {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.tower-rush-ta4q0q figure {
  margin: 0;
}

.tower-rush-ta4q0q.tower-rush-g2ghu4 {
  justify-content: flex-start;
  margin-right: 4px;
}

.tower-rush-ta4q0q.tower-rush-wxl6v5 {
  justify-content: flex-end;
  margin-left: 4px;
}

.tower-rush-ta4q0q.tower-rush-fweiha {
  justify-content: center;
}

.tower-rush-ta4q0q.tower-rush-2e2gps {
  justify-content: normal;
}

.tower-rush-nbfkrz {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .tower-rush-nbfkrz {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-nbfkrz {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.tower-rush-v1lrpr {
  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) {
  .tower-rush-v1lrpr {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.tower-rush-ctryf2 {
  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) {
  .tower-rush-ctryf2 {
    flex-direction: column;
  }
}

.tower-rush-s33set {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.tower-rush-s33set img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .tower-rush-s33set {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.tower-rush-576yki {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.tower-rush-576yki 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) {
  .tower-rush-576yki ul {
    margin-bottom: 15px;
  }
}

.tower-rush-576yki ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.tower-rush-576yki 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);
}

.tower-rush-576yki ul li span svg {
  fill: var(--title-color);
}

.tower-rush-576yki ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .tower-rush-576yki ul li small {
    font-size: 12px;
  }
}

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

.tower-rush-576yki ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .tower-rush-576yki {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.tower-rush-e15hp2 {
  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) {
  .tower-rush-e15hp2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.tower-rush-u68mi1 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.tower-rush-vn7f9x {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0chicken-road-9z7mjy ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .tower-rush-vn7f9x {
    height: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .tower-rush-vn7f9x:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}

.tower-rush-vn7f9x.tower-rush-6i1apt {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .tower-rush-vn7f9x.tower-rush-6i1apt:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.tower-rush-fjglvg {
  padding: 10px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
  .tower-rush-fjglvg {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-fjglvg {
    padding: 50px 16px 68px;
  }
}

.tower-rush-ngs641 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .tower-rush-ngs641 {
    flex-direction: column;
  }
}

.tower-rush-o8b2zo {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-o8b2zo {
    margin-bottom: 40px;
  }
}

.tower-rush-ue4gh5 .tower-rush-vt4j13 {
  margin-bottom: 28px;
}

.tower-rush-ue4gh5 .tower-rush-vt4j13 img {
  max-height: 100px;
  width: auto;
}

.tower-rush-t0af7e {
  display: flex;
  align-items: center;
}

.tower-rush-t0af7e a + a {
  margin-left: 24px;
}

.tower-rush-t0af7e img {
  max-height: 56px;
  width: auto;
}

.tower-rush-s1xfsz img {
  max-height: 38px!important;
  width: auto;
}

.tower-rush-t0af7e img + img {
  margin-left: 24px;
}

.tower-rush-dofgh3 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

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

.tower-rush-uzoqeb {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-uzoqeb {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

.tower-rush-tqiwn0 {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .tower-rush-tqiwn0 {
    flex-wrap: wrap;
  }
}

.tower-rush-tqiwn0 li {
  display: flex;
  margin: 0 7px;
}

.tower-rush-tqiwn0 li svg {
  transition: 0chicken-road-spynx9 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .tower-rush-tqiwn0 li:hover svg {
    transform: scale(1.2);
  }
}

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

.tower-rush-3x5dit + .tower-rush-3x5dit {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-3x5dit + .tower-rush-3x5dit {
    margin: 36px 0 0;
  }
}

.tower-rush-957t68 {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.tower-rush-hrfceu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tower-rush-hrfceu li {
  font-size: 16px;
}

.tower-rush-hrfceu li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .tower-rush-hrfceu li a:hover {
    text-decoration: underline;
  }
}

.tower-rush-hrfceu li + li {
  margin-top: 16px;
}

.tower-rush-5t511v {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0chicken-road-jpdxgz ease-in-out;
}

.tower-rush-5t511v.tower-rush-rh0wpg {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.tower-rush-0mrfyg {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.tower-rush-0mrfyg h1,
.tower-rush-0mrfyg h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-0mrfyg h1,
  .tower-rush-0mrfyg h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .tower-rush-0mrfyg {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-0mrfyg {
    margin-bottom: 60px;
  }
}

.tower-rush-0mdny0 {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-0mdny0 {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

.tower-rush-0mdny0 li {
  width: 100%;
}

.tower-rush-0mdny0 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: 0chicken-road-spynx9 ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.tower-rush-0mdny0 li a svg {
  fill: var(--button-text-color);
}

.tower-rush-0mdny0 li a.tower-rush-rh0wpg {
  background: var(--border-color);
}

@media only screen and (min-width: 1025px) {
  .tower-rush-0mdny0 li a:hover {
    background: var(--border-color);
  }
}

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

.tower-rush-pylwor {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-pylwor {
    margin: 0 -5px;
  }
}

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

.tower-rush-j2hqwu span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

.tower-rush-j2hqwu small {
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-size: 14px;
}

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

.tower-rush-jwzis2 {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.tower-rush-jwzis2 img {
  width: 100%;
  transition: 0chicken-road-spynx9 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .tower-rush-jwzis2:hover img {
    transform: scale(1.1);
  }
}

.tower-rush-nidru4 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .tower-rush-nidru4 {
    height: 54px;
  }
}

.tower-rush-kqag3w {
  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) {
  .tower-rush-kqag3w {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .tower-rush-kqag3w {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-kqag3w .tower-rush-vt4j13 img {
    max-width: 90px;
  }
}

.tower-rush-vt4j13 img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .tower-rush-vt4j13 {
    order: -2;
  }
}

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

.tower-rush-8m6q1f {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tower-rush-8m6q1f li {
  font-size: 16px;
  margin: 0 20px;
}

.tower-rush-8m6q1f li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .tower-rush-8m6q1f li a:hover {
    text-decoration: underline;
  }
}

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

.tower-rush-y0qbrh {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .tower-rush-y0qbrh {
    margin-right: 105px;
  }
}

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

@media only screen and (max-width: 767px) {
  .tower-rush-y0qbrh {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.tower-rush-y0qbrh.tower-rush-ypk2rc {
  margin-right: 0;
}

.tower-rush-9ijj9g {
  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) {
  .tower-rush-9ijj9g {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .tower-rush-9ijj9g:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

.tower-rush-54tz7b {
  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) {
  .tower-rush-54tz7b:hover {
    background: var(--button-bg-hover);
  }
}

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

.tower-rush-yhseyh {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

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

.tower-rush-yhseyh:hover > ul {
  display: flex;
}

.tower-rush-yhseyh:focus > ul {
  display: flex;
}

.tower-rush-yhseyh:focus-within > ul {
  display: flex;
}

.tower-rush-q44d5i {
  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;
}

.tower-rush-q44d5i::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 0chicken-road-jpdxgz ease-in-out;
}

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

.tower-rush-yhseyh ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0chicken-road-spynx9 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) {
  .tower-rush-yhseyh ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.tower-rush-yhseyh 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: 0chicken-road-spynx9 ease-in-out;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .tower-rush-yhseyh ul li {
    padding: 5px;
  }
}

.tower-rush-yhseyh 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) {
  .tower-rush-yhseyh ul li a:hover {
    text-decoration: underline;
  }
}

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

.tower-rush-wk4uuz {
  display: none;
}

.tower-rush-ejkk72 {
  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) {
  .tower-rush-ejkk72 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

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

@media only screen and (max-width: 1023px) {
  .tower-rush-wk4uuz:checked ~ .tower-rush-hkz6n0 {
    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;
  }
  .tower-rush-hkz6n0 {
    display: none;
    transition: display 0chicken-road-spynx9 ease-in-out;
  }
  .tower-rush-wk4uuz:checked ~ .tower-rush-hkz6n0 {
    display: block;
  }
  .tower-rush-wk4uuz:checked + .tower-rush-ejkk72 span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .tower-rush-wk4uuz:checked + .tower-rush-ejkk72 span:nth-child(2) {
    display: none;
  }
  .tower-rush-wk4uuz:checked + .tower-rush-ejkk72 span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.tower-rush-ewqzlh {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .tower-rush-ewqzlh {
    padding: 0 16px;
  }
}

.tower-rush-ewqzlh img {
  margin-bottom: 3px;
}

.tower-rush-ewqzlh p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-ewqzlh p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-ewqzlh {
    margin-bottom: 60px;
  }
}

@media (max-width: 600px) {
  .tower-rush-ewqzlh {
    padding: 0px 0px !important;
  }
}

.tower-rush-klzx68 {
  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) {
  .tower-rush-klzx68 {
    font-size: 32px;
  }
}

.tower-rush-ncltuj {
  color: var(--text-color);
}

.tower-rush-m71na4 {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

.tower-rush-m71na4 p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

.tower-rush-m71na4 p img {
  display: block;
  margin: 0 auto;
}

.tower-rush-m71na4 p:first-of-type {
  margin-top: 0;
}

.tower-rush-m71na4 p:last-of-type {
  margin-bottom: 0;
}

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

.tower-rush-m71na4 ul {
  padding: 0 0 0 20px;
}

.tower-rush-m71na4 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.tower-rush-m71na4 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) {
  .tower-rush-m71na4 table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.tower-rush-m71na4 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) {
  .tower-rush-m71na4 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.tower-rush-m71na4 table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.tower-rush-m71na4 iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-m71na4 iframe {
    height: 200px;
  }
}

.tower-rush-w8o5pv {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1200px) {
  .tower-rush-w8o5pv {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-w8o5pv {
    margin-bottom: 60px;
  }
}

.tower-rush-o23wc8 {
  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) {
  .tower-rush-o23wc8 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.tower-rush-o23wc8 h1,
.tower-rush-o23wc8 h2,
.tower-rush-o23wc8 h3,
.tower-rush-o23wc8 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) {
  .tower-rush-o23wc8 h1,
  .tower-rush-o23wc8 h2,
  .tower-rush-o23wc8 h3,
  .tower-rush-o23wc8 h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.tower-rush-l82ll5 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-l82ll5 {
    flex-direction: column-reverse;
  }
}

.tower-rush-l82ll5 .tower-rush-5feyv6 {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .tower-rush-l82ll5 .tower-rush-5feyv6 {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.tower-rush-l82ll5 .tower-rush-ks36bv {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-l82ll5 .tower-rush-ks36bv {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .tower-rush-l82ll5 .tower-rush-ks36bv img {
    width: 100%;
  }
}

.tower-rush-ks36bv {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-ks36bv {
    margin-bottom: 18px;
  }
}

.tower-rush-5feyv6 {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-5feyv6 {
    margin-bottom: 18px;
  }
}

.tower-rush-w8o5pv 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) {
  .tower-rush-w8o5pv h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.tower-rush-w8o5pv .tower-rush-k6xefe {
  margin-top: 30px;
  margin-bottom: 30px;
}

.tower-rush-du1rdo {
  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) {
  .tower-rush-du1rdo {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-du1rdo {
    margin-bottom: 60px;
  }
}

.tower-rush-m78srg {
  position: relative;
  border: none;
}

.tower-rush-m78srg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--fh-bg-color);
}

.tower-rush-2106pa {
  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;
}

.tower-rush-2106pa span {
  height: 32px;
}

.tower-rush-2106pa span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.tower-rush-2106pa.tower-rush-fwo7va span {
  transform: scaleY(-1);
}

@media only screen and (max-width: 767px) {
  .tower-rush-2106pa {
    padding: 0 14px;
    font-size: 22px;
    height: 68px;
  }
}

.tower-rush-547oxw {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tower-rush-547oxw li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .tower-rush-547oxw li {
    font-size: 16px;
  }
}

.tower-rush-547oxw li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0chicken-road-spynx9 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .tower-rush-547oxw li a:hover {
    background: var(--main-theme-color);
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-547oxw li a {
    padding: 12px 14px;
  }
}

.tower-rush-547oxw.tower-rush-vz3a4h {
  display: none;
}

.tower-rush-diozy1 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.tower-rush-diozy1 table {
  width: 100%;
  border-collapse: collapse;
}

.tower-rush-diozy1 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) {
  .tower-rush-diozy1 table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .tower-rush-diozy1 table td {
    min-width: 75px;
  }
}

.tower-rush-diozy1 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) {
  .tower-rush-diozy1 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.tower-rush-diozy1 table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.tower-rush-diozy1 p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

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

@media only screen and (max-width: 1200px) {
  .tower-rush-diozy1 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-diozy1 {
    margin-bottom: 60px;
  }
}

.tower-rush-5ilmtu {
  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) {
  .tower-rush-5ilmtu {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.tower-rush-cz7mcv {
  width: 100%;
  border-collapse: collapse;
}

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

.tower-rush-cz7mcv 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) {
  .tower-rush-cz7mcv tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.tower-rush-cz7mcv tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.tower-rush-3v3lsu table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.tower-rush-3v3lsu table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.tower-rush-3v3lsu p {
  color: var(--text-color);
}

.tower-rush-6ldjv7 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .tower-rush-6ldjv7 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-6ldjv7 {
    margin-bottom: 60px;
  }
}

.tower-rush-m4pm9g {
  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);
}

.tower-rush-3y0u2j {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .tower-rush-3y0u2j {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-3y0u2j {
    margin-bottom: 60px;
  }
}

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

.tower-rush-wxbstf h3 {
  position: relative;
  color: var(--title-color);
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-wxbstf h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.tower-rush-wxbstf p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--text-color);
}

.tower-rush-wxbstf p + p {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-wxbstf p {
    font-size: 16px;
  }
}

.tower-rush-1f2dos {
  display: none;
}

@media only screen and (max-width: 767px) {
  .tower-rush-1f2dos {
    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;
  }
}

.tower-rush-06euy7 {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.tower-rush-06euy7 li {
  margin: 0 20px;
}

.tower-rush-06euy7 li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.tower-rush-06euy7 li a img {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .tower-rush-06euy7 li a:hover {
    color: #2ab765;
  }
}

.tower-rush-e52clo {
  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) {
  .tower-rush-e52clo {
    padding: 0 16px;
  }
}

.tower-rush-e52clo li {
  font-size: 16px;
  position: relative;
}

.tower-rush-e52clo li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .tower-rush-e52clo li a:hover {
    text-decoration: underline;
  }
}

.tower-rush-e52clo li span {
  opacity: 0.5;
}

.tower-rush-e52clo li + li {
  margin-left: 30px;
}

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

h2.tower-rush-o23wc8 {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  h2.tower-rush-o23wc8 {
    margin-bottom: 18px;
  }
}

.tower-rush-6xty93 {
  border-collapse: separate;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color);
  counter-reset: table-row;
}

.tower-rush-6xty93 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);
}

.tower-rush-6xty93 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;
}

.tower-rush-6xty93 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;
}

.tower-rush-6xty93 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.tower-rush-6xty93 tbody tr:last-of-type {
  margin-bottom: 0;
}

.tower-rush-6xty93 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.tower-rush-6xty93 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);
}

.tower-rush-6xty93 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);
}

.tower-rush-6xty93 tbody tr td:last-of-type {
  margin-left: auto;
}

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

.tower-rush-6xty93 tbody tr td .tower-rush-cfwbwz {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .tower-rush-6xty93 tbody tr td .tower-rush-cfwbwz {
    width: 100%;
  }
}

.tower-rush-6xty93 tbody tr td .tower-rush-dg8lv9 {
  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: 0chicken-road-spynx9 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .tower-rush-6xty93 tbody tr td .tower-rush-dg8lv9:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-6xty93 tbody tr td .tower-rush-dg8lv9 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .tower-rush-6xty93 tbody tr td .tower-rush-dg8lv9 {
    width: 100%;
  }
}

.tower-rush-6xty93 tbody tr td .tower-rush-50e8im {
  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) {
  .tower-rush-6xty93 tbody tr td .tower-rush-50e8im:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-6xty93 tbody tr {
    flex-direction: column;
  }
}

.tower-rush-6xty93 tbody tr:nth-child(-n + 3) td > a::before {
  background: var(--rate-counter-bg-top);
}

.tower-rush-spnlnt {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .tower-rush-spnlnt {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-spnlnt {
    margin: 0 auto 60px;
  }
}

.tower-rush-zwvo93 {
  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) {
  .tower-rush-zwvo93 {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.tower-rush-6ss5lv {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-6ss5lv {
    margin: 0 -5px;
  }
}

.tower-rush-4587p1 {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.tower-rush-4587p1 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0chicken-road-spynx9 ease-in-out;
}

.tower-rush-4587p1 p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .tower-rush-4587p1:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .tower-rush-4587p1 {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-4587p1 {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 12px;
  }
  .tower-rush-4587p1 p {
    font-size: 16px;
  }
}

.tower-rush-39lwcu {
  position: relative;
  max-width: 800px;
  height: 400px;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 520px) {
  .tower-rush-39lwcu {
    height: 190px;
    margin: 20px auto;
  }
}

.tower-rush-39lwcu img {
  width: 100%;
  height: 100%;
}

.tower-rush-39lwcu iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .tower-rush-39lwcu iframe {
    height: 190px;
  }
}

.tower-rush-4jro7u {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(3px);
}

.tower-rush-4jro7u::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.tower-rush-5tb6z9 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.tower-rush-5tb6z9 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0chicken-road-spynx9 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .tower-rush-5tb6z9:hover svg {
    transform: scale(1.1);
  }
}

.tower-rush-1gzjut {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .tower-rush-1gzjut {
    padding: 40px 0;
  }
}

.tower-rush-5506u0 {
  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) {
  .tower-rush-5506u0 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .tower-rush-5506u0 {
    flex-direction: column-reverse;
  }
}

.tower-rush-mkfdux {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}

.tower-rush-mkfdux img {
  width: 100%;
}

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

@media only screen and (max-width: 767px) {
  .tower-rush-mkfdux {
    margin: 10px 0 0;
  }
}

.tower-rush-e3hnzm {
  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;
}

.tower-rush-e3hnzm 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) {
  .tower-rush-e3hnzm {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-e3hnzm {
    padding: 24px 10px;
  }
}

.tower-rush-xilvkd {
  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: 0chicken-road-spynx9 ease-in-out;
}

.tower-rush-xilvkd:hover {
  border: 1px solid #8c8ca2;
}

.tower-rush-evha3r {
  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%);
}

.tower-rush-evha3r:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

.tower-rush-xxz0hg a {
  text-decoration: underline;
  color: #8babff;
}

.tower-rush-42abxn {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.tower-rush-42abxn .tower-rush-xilvkd {
  width: 50%;
  margin: 0;
}

.tower-rush-t1hcmy {
  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;
}

.tower-rush-t1hcmy:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.tower-rush-x9ha8m {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .tower-rush-x9ha8m {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-x9ha8m {
    margin: 0 0 60px;
  }
}

.tower-rush-fmgnfe {
  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) {
  .tower-rush-fmgnfe {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.tower-rush-jxs6m4 {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .tower-rush-jxs6m4 {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

.tower-rush-mnq5f8 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-mnq5f8 {
    flex-basis: auto;
    max-width: 100%;
  }
}

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

.tower-rush-mpgc7f 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: 0chicken-road-spynx9 ease-in-out;
}

@media only screen and (max-width: 767px) {
  .tower-rush-mpgc7f a {
    margin: 1px 0 4px;
  }
}

.tower-rush-mpgc7f a svg {
  fill: #fff;
}

.tower-rush-mpgc7f a:hover {
  background: #3d68e7;
}

.tower-rush-blssko {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.tower-rush-82xb0f {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-82xb0f {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.tower-rush-6yqjkw {
  font-size: 16px;
  color: var(--text-color);
}

.tower-rush-vis1bj {
  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) {
  .tower-rush-vis1bj {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-vis1bj {
    margin: 20px auto 60px;
  }
}

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

.tower-rush-v0m3zw {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

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

@media only screen and (min-width: 992px) {
  .tower-rush-v0m3zw {
    margin: 0;
    padding-right: 20px;
  }
}

.tower-rush-vmt2ed {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

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

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

.tower-rush-vmt2ed 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);
}

.tower-rush-vmt2ed 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) {
  .tower-rush-vmt2ed table tr td {
    padding: 12px 4px;
  }
}

.tower-rush-vmt2ed 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) {
  .tower-rush-vmt2ed table tr th {
    padding: 12px 4px;
  }
}

.tower-rush-vmt2ed table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .tower-rush-vmt2ed {
    margin: 0;
  }
}

.tower-rush-th9jv8 {
  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) {
  .tower-rush-th9jv8 {
    min-height: 190px;
  }
}

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

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

.tower-rush-iaog5f {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.tower-rush-iaog5f.tower-rush-jh8nt5 {
  display: none;
}

.tower-rush-mp8u4g {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.tower-rush-mp8u4g iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tower-rush-mp8u4g iframe.tower-rush-lnp8ne {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.tower-rush-mp8u4g.tower-rush-oalmjp {
  opacity: 1;
  pointer-events: all;
}

.tower-rush-lli8fu {
  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: 0chicken-road-spynx9 ease-in-out;
}

.tower-rush-lli8fu svg {
  margin-right: 10px;
}

.tower-rush-lli8fu + .tower-rush-lli8fu {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .tower-rush-lli8fu:hover {
    background: #a8a6b3;
  }
}

.tower-rush-91wz3b {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

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

@media only screen and (max-width: 767px) {
  .tower-rush-lli8fu {
    height: 42px;
    max-width: 220px;
  }
}

.tower-rush-vis1bj .tower-rush-w8o5pv {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.tower-rush-vis1bj .tower-rush-w8o5pv h1,
.tower-rush-vis1bj .tower-rush-w8o5pv 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) {
  .tower-rush-vis1bj .tower-rush-w8o5pv h1,
  .tower-rush-vis1bj .tower-rush-w8o5pv h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .tower-rush-vis1bj .tower-rush-w8o5pv {
    margin: 28px 0 0;
  }
}

.tower-rush-mod5ec {
  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) {
  .tower-rush-mod5ec {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .tower-rush-mod5ec {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-mod5ec {
    margin: 20px auto 60px;
  }
}

.tower-rush-4afwcn {
  max-width: 545px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .tower-rush-4afwcn {
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-4afwcn {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.tower-rush-3uf1gh {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.tower-rush-3uf1gh iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tower-rush-vbn4a0 {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.tower-rush-vbn4a0 h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .tower-rush-vbn4a0 h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-vbn4a0 h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .tower-rush-vbn4a0 {
    max-width: 100%;
    margin: 0;
  }
}

.tower-rush-lnowkm {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

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

.tower-rush-e0payv {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-e0payv {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

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

.tower-rush-g5ifir span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

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

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

@media only screen and (max-width: 540px) {
  .tower-rush-upfrep {
    padding: 10px;
  }
}

.tower-rush-upfrep .tower-rush-k6xefe {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .tower-rush-upfrep .tower-rush-k6xefe {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 540px) {
  .tower-rush-upfrep {
    flex-wrap: wrap;
  }
}

.tower-rush-f83hx8 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.tower-rush-f83hx8 img {
  width: 100%;
}

.tower-rush-5gui90 {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .tower-rush-5gui90 {
    max-width: 200px;
    margin: 0;
  }
}

.tower-rush-tp25e7 {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.tower-rush-gb27fg {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.tower-rush-i97a2r {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-i97a2r {
    margin: 0 0 60px;
  }
}

.tower-rush-i97a2r .tower-rush-zz322n {
  position: relative;
}

.tower-rush-i97a2r .tower-rush-kzdnxy {
  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;
}

.tower-rush-i97a2r .tower-rush-kzdnxy.tower-rush-jh8nt5 {
  display: none;
}

.tower-rush-i97a2r .tower-rush-b4lvlx {
  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) {
  .tower-rush-i97a2r .tower-rush-b4lvlx {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .tower-rush-i97a2r .tower-rush-b4lvlx {
    bottom: 90px;
  }
}

.tower-rush-i97a2r .tower-rush-b4lvlx .tower-rush-flqp96 {
  max-width: 300px;
  width: 100%;
}

.tower-rush-i97a2r
  .tower-rush-b4lvlx
  .tower-rush-flqp96
  .tower-rush-i2snev {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .tower-rush-i97a2r
    .tower-rush-b4lvlx
    .tower-rush-flqp96
    .tower-rush-i2snev {
    font-size: 32px;
    text-align: center;
  }
}

.tower-rush-i97a2r
  .tower-rush-b4lvlx
  .tower-rush-flqp96
  .tower-rush-0q4zsh {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .tower-rush-i97a2r
    .tower-rush-b4lvlx
    .tower-rush-flqp96
    .tower-rush-0q4zsh {
    text-align: center;
  }
}

.tower-rush-i97a2r .tower-rush-b4lvlx .tower-rush-ypk2rc {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .tower-rush-i97a2r .tower-rush-b4lvlx .tower-rush-ypk2rc {
    flex-direction: column-reverse;
  }
}

.tower-rush-i97a2r
  .tower-rush-b4lvlx
  .tower-rush-ypk2rc
  .tower-rush-0v10no {
  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: 0chicken-road-spynx9 ease-in-out;
}

.tower-rush-i97a2r
  .tower-rush-b4lvlx
  .tower-rush-ypk2rc
  .tower-rush-0v10no:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .tower-rush-i97a2r
    .tower-rush-b4lvlx
    .tower-rush-ypk2rc
    .tower-rush-0v10no {
    width: 100%;
  }
}

.tower-rush-i97a2r
  .tower-rush-b4lvlx
  .tower-rush-ypk2rc
  .tower-rush-udu7xh {
  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: 0chicken-road-spynx9 ease-in-out;
  overflow: hidden;
}

.tower-rush-i97a2r
  .tower-rush-b4lvlx
  .tower-rush-ypk2rc
  .tower-rush-udu7xh
  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);
  }
}

.tower-rush-i97a2r
  .tower-rush-b4lvlx
  .tower-rush-ypk2rc
  .tower-rush-udu7xh: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;
}

.tower-rush-i97a2r
  .tower-rush-b4lvlx
  .tower-rush-ypk2rc
  .tower-rush-udu7xh:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .tower-rush-i97a2r
    .tower-rush-b4lvlx
    .tower-rush-ypk2rc
    .tower-rush-udu7xh {
    width: 100%;
  }
}

.tower-rush-i97a2r .tower-rush-b4lvlx.tower-rush-jh8nt5 {
  display: none;
}

.tower-rush-i97a2r .tower-rush-wd69g5 {
  display: none;
}

.tower-rush-i97a2r .tower-rush-wd69g5.tower-rush-oalmjp {
  display: block;
}

.tower-rush-i97a2r .tower-rush-wd69g5 iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .tower-rush-i97a2r .tower-rush-wd69g5 iframe {
    height: calc(100vh - 54px);
  }
}

.tower-rush-i97a2r .tower-rush-roccdm {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .tower-rush-i97a2r .tower-rush-roccdm {
    padding: 24px 16px 0;
  }
}

.tower-rush-i97a2r .tower-rush-roccdm .tower-rush-i2snev {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-i97a2r .tower-rush-roccdm .tower-rush-i2snev {
    margin-bottom: 24px;
  }
}

.tower-rush-i97a2r .tower-rush-roccdm 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);
}

.tower-rush-i97a2r .tower-rush-roccdm 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) {
  .tower-rush-i97a2r .tower-rush-roccdm table tr td {
    padding: 12px 4px;
  }
}

.tower-rush-i97a2r .tower-rush-roccdm 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) {
  .tower-rush-i97a2r .tower-rush-roccdm table tr th {
    padding: 12px 4px;
  }
}

.tower-rush-i97a2r .tower-rush-roccdm table tr:last-of-type td {
  border-bottom: none;
}

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

.tower-rush-fdt8du.tower-rush-rh0wpg {
  display: block;
}

.tower-rush-fdt8du iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.tower-rush-fdt8du .tower-rush-en0q40 {
  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;
}

.tower-rush-fdt8du .tower-rush-cn984s {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.tower-rush-fdt8du .tower-rush-udu7xh {
  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: 0chicken-road-spynx9 ease-in-out;
}

.tower-rush-fdt8du .tower-rush-udu7xh:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.tower-rush-2yyokv {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}

.tower-rush-2yyokv.tower-rush-rh0wpg {
  display: block;
}

.tower-rush-k7nf6h {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.tower-rush-kvnv4z {
  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;
}

.tower-rush-hcbya1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

.tower-rush-1fjd42 {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.tower-rush-1fjd42 svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.tower-rush-tbhcjx {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tower-rush-jzfbvc.tower-rush-jh8nt5 {
  display: none;
}

.tower-rush-5ooqae {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-5ooqae {
    margin-bottom: 20px;
  }
}

.tower-rush-eaqprk {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.tower-rush-eaqprk span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

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

.tower-rush-eaqprk 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: 0chicken-road-spynx9 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.tower-rush-eaqprk input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.tower-rush-eaqprk input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.tower-rush-eaqprk input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.tower-rush-eaqprk input:active {
  border-color: #c2c0ce;
}

.tower-rush-eaqprk input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .tower-rush-eaqprk {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.tower-rush-aguf91 {
  margin-bottom: 36px;
}

.tower-rush-aguf91 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;
}

.tower-rush-aguf91 textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.tower-rush-aguf91 textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .tower-rush-aguf91 {
    margin-bottom: 24px;
  }
}

.tower-rush-gwekla {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.tower-rush-cuf5ey {
  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: 0chicken-road-spynx9 ease-in-out;
}

.tower-rush-cuf5ey:hover {
  background: var(--border-color);
}

.tower-rush-nzlyo5 {
  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: 0chicken-road-spynx9 ease-in-out;
}

.tower-rush-nzlyo5:hover {
  background: #166ad9;
}

.tower-rush-z0lcun {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.tower-rush-z0lcun.tower-rush-jh8nt5 {
  display: none;
}

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

.tower-rush-z0lcun .tower-rush-cuf5ey {
  margin: 0 auto;
}

.tower-rush-2ac3sq {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-2ac3sq {
    margin-bottom: 16px;
  }
}

.tower-rush-fvqmv6 {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: auto;
  position: relative;
}

.tower-rush-ymsx7e {
  filter: grayscale(100%);
}

.tower-rush-fvqmv6 > input {
  display: none;
}

.tower-rush-fvqmv6 > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tower-rush-urf1m6.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.tower-rush-wotu5o 44.tower-rush-400jqw.tower-rush-yozpot.tower-rush-xb5lue.tower-rush-lfdeu7.tower-rush-lrqfe4.tower-rush-rk036t.tower-rush-rzvfk6.tower-rush-a97v5m.tower-rush-l0513a.tower-rush-p6blvt.tower-rush-ou0jxb.tower-rush-xnwrgv 0l-12.tower-rush-ymhsro 30.tower-rush-7x5vgg.tower-rush-d6fh7b 2.tower-rush-nwd8zf.tower-rush-d6fh7b 3.tower-rush-uh02cq 3.tower-rush-8aziam.tower-rush-mz74zm 3.tower-rush-aj8bwb.tower-rush-vqd6u3.tower-rush-w3758x.tower-rush-ic1q47 7-3.tower-rush-ymhsro 10.tower-rush-s038oh.tower-rush-ic1q47 23.tower-rush-1wcsdg.tower-rush-16b6lk 1.tower-rush-um26hh 2.tower-rush-ymhsro 3.tower-rush-16b6lk 1.tower-rush-mz74zm 5.tower-rush-xpcgfi.tower-rush-mz74zm 32.tower-rush-u1f5pz.tower-rush-vqd6u3 5.tower-rush-xnwrgv 4.tower-rush-ic1q47 9.tower-rush-ic1q47 8.tower-rush-mz74zm 6.tower-rush-hmwvxd.tower-rush-ww7l1m.tower-rush-ghwtii.tower-rush-xd53mr.tower-rush-23cy9u 4.tower-rush-8j7amc.tower-rush-23cy9u 6.tower-rush-23cy9u 0l29.tower-rush-xnwrgv 17.tower-rush-0m9gzg.tower-rush-r793lh 2.tower-rush-uf2qbq 10.tower-rush-g4f741.tower-rush-ymhsro 8.tower-rush-coj5ft.tower-rush-x6r8rh.tower-rush-ibd0g4.tower-rush-9gx05v.tower-rush-s0flns.tower-rush-vqd6u3.tower-rush-lrqfe4.tower-rush-ymhsro 1.tower-rush-rdxumr.tower-rush-x0aj5b.tower-rush-t1owwc.tower-rush-wmw0bt.tower-rush-uq8mf2.tower-rush-um26hh 1.tower-rush-zowfxs.tower-rush-ho696m.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.tower-rush-fvqmv6 > input:checked ~ label,
.tower-rush-fvqmv6 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tower-rush-urf1m6.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.tower-rush-wotu5o 44.tower-rush-400jqw.tower-rush-yozpot.tower-rush-xb5lue.tower-rush-lfdeu7.tower-rush-lrqfe4.tower-rush-rk036t.tower-rush-rzvfk6.tower-rush-a97v5m.tower-rush-l0513a.tower-rush-p6blvt.tower-rush-ou0jxb.tower-rush-xnwrgv 0l-12.tower-rush-ymhsro 30.tower-rush-7x5vgg.tower-rush-d6fh7b 2.tower-rush-nwd8zf.tower-rush-d6fh7b 3.tower-rush-uh02cq 3.tower-rush-8aziam.tower-rush-mz74zm 3.tower-rush-aj8bwb.tower-rush-vqd6u3.tower-rush-w3758x.tower-rush-ic1q47 7-3.tower-rush-ymhsro 10.tower-rush-s038oh.tower-rush-ic1q47 23.tower-rush-1wcsdg.tower-rush-16b6lk 1.tower-rush-um26hh 2.tower-rush-ymhsro 3.tower-rush-16b6lk 1.tower-rush-mz74zm 5.tower-rush-xpcgfi.tower-rush-mz74zm 32.tower-rush-u1f5pz.tower-rush-vqd6u3 5.tower-rush-xnwrgv 4.tower-rush-ic1q47 9.tower-rush-ic1q47 8.tower-rush-mz74zm 6.tower-rush-hmwvxd.tower-rush-ww7l1m.tower-rush-ghwtii.tower-rush-xd53mr.tower-rush-23cy9u 4.tower-rush-8j7amc.tower-rush-23cy9u 6.tower-rush-23cy9u 0l29.tower-rush-xnwrgv 17.tower-rush-0m9gzg.tower-rush-r793lh 2.tower-rush-uf2qbq 10.tower-rush-g4f741.tower-rush-ymhsro 8.tower-rush-coj5ft.tower-rush-x6r8rh.tower-rush-ibd0g4.tower-rush-9gx05v.tower-rush-s0flns.tower-rush-vqd6u3.tower-rush-lrqfe4.tower-rush-ymhsro 1.tower-rush-rdxumr.tower-rush-x0aj5b.tower-rush-t1owwc.tower-rush-wmw0bt.tower-rush-uq8mf2.tower-rush-um26hh 1.tower-rush-zowfxs.tower-rush-ho696m.5z'/%3e%3c/svg%3e");
}

.tower-rush-fvqmv6 > input:not(:checked) ~ label:hover,
.tower-rush-fvqmv6 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tower-rush-urf1m6.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.tower-rush-wotu5o 44.tower-rush-400jqw.tower-rush-yozpot.tower-rush-xb5lue.tower-rush-lfdeu7.tower-rush-lrqfe4.tower-rush-rk036t.tower-rush-rzvfk6.tower-rush-a97v5m.tower-rush-l0513a.tower-rush-p6blvt.tower-rush-ou0jxb.tower-rush-xnwrgv 0l-12.tower-rush-ymhsro 30.tower-rush-7x5vgg.tower-rush-d6fh7b 2.tower-rush-nwd8zf.tower-rush-d6fh7b 3.tower-rush-uh02cq 3.tower-rush-8aziam.tower-rush-mz74zm 3.tower-rush-aj8bwb.tower-rush-vqd6u3.tower-rush-w3758x.tower-rush-ic1q47 7-3.tower-rush-ymhsro 10.tower-rush-s038oh.tower-rush-ic1q47 23.tower-rush-1wcsdg.tower-rush-16b6lk 1.tower-rush-um26hh 2.tower-rush-ymhsro 3.tower-rush-16b6lk 1.tower-rush-mz74zm 5.tower-rush-xpcgfi.tower-rush-mz74zm 32.tower-rush-u1f5pz.tower-rush-vqd6u3 5.tower-rush-xnwrgv 4.tower-rush-ic1q47 9.tower-rush-ic1q47 8.tower-rush-mz74zm 6.tower-rush-hmwvxd.tower-rush-ww7l1m.tower-rush-ghwtii.tower-rush-xd53mr.tower-rush-23cy9u 4.tower-rush-8j7amc.tower-rush-23cy9u 6.tower-rush-23cy9u 0l29.tower-rush-xnwrgv 17.tower-rush-0m9gzg.tower-rush-r793lh 2.tower-rush-uf2qbq 10.tower-rush-g4f741.tower-rush-ymhsro 8.tower-rush-coj5ft.tower-rush-x6r8rh.tower-rush-ibd0g4.tower-rush-9gx05v.tower-rush-s0flns.tower-rush-vqd6u3.tower-rush-lrqfe4.tower-rush-ymhsro 1.tower-rush-rdxumr.tower-rush-x0aj5b.tower-rush-t1owwc.tower-rush-wmw0bt.tower-rush-uq8mf2.tower-rush-um26hh 1.tower-rush-zowfxs.tower-rush-ho696m.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .tower-rush-lmrydo > .tower-rush-rpv48d {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .tower-rush-lmrydo > .tower-rush-rpv48d {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .tower-rush-lmrydo > .tower-rush-rpv48d {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .tower-rush-lmrydo > .tower-rush-rpv48d {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .tower-rush-lmrydo > .tower-rush-rpv48d {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

.tower-rush-t4bl9z {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.tower-rush-t4bl9z.tower-rush-jh8nt5 {
  display: none;
}

.tower-rush-i46cta {
  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) {
  .tower-rush-i46cta {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-i46cta {
    border-radius: 20px 20px 0 0;
  }
}

.tower-rush-w98axq {
  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;
}

.tower-rush-w98axq::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.tower-rush-w98axq::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.tower-rush-w98axq img {
  border-radius: 16px;
  overflow: hidden;
}

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

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

.tower-rush-8aca62 {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .tower-rush-8aca62 {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-8aca62 {
    font-size: 14px;
  }
}

.tower-rush-4epscm {
  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;
}

.tower-rush-4epscm::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) {
  .tower-rush-4epscm::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.tower-rush-4epscm::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) {
  .tower-rush-4epscm::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .tower-rush-4epscm {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-4epscm {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

.tower-rush-bowr5c {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .tower-rush-bowr5c {
    top: -20px;
  }
}

.tower-rush-1f037f {
  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: 0chicken-road-spynx9 ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

@media only screen and (min-width: 1025px) {
  .tower-rush-1f037f:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}

@media only screen and (max-width: 1023px) {
  .tower-rush-1f037f {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-1f037f {
    width: 90px;
    height: 40px;
  }
}

.tower-rush-t4bl9z.tower-rush-8dye1x .tower-rush-i46cta {
  background: #2b3b67;
}

.tower-rush-t4bl9z.tower-rush-8dye1x .tower-rush-w98axq {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.tower-rush-t4bl9z.tower-rush-8dye1x .tower-rush-w98axq::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.tower-rush-t4bl9z.tower-rush-8dye1x .tower-rush-w98axq::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.tower-rush-t4bl9z.tower-rush-8dye1x .tower-rush-4epscm::before {
  background: #0e0f41;
}

.tower-rush-t4bl9z.tower-rush-8dye1x .tower-rush-4epscm::after {
  background: #152557;
}

.tower-rush-t4bl9z.tower-rush-wsdrrn .tower-rush-i46cta {
  background: #1f35fa;
}

.tower-rush-t4bl9z.tower-rush-wsdrrn .tower-rush-w98axq {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.tower-rush-t4bl9z.tower-rush-wsdrrn .tower-rush-w98axq::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.tower-rush-t4bl9z.tower-rush-wsdrrn .tower-rush-w98axq::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.tower-rush-t4bl9z.tower-rush-wsdrrn .tower-rush-4epscm::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.tower-rush-t4bl9z.tower-rush-wsdrrn .tower-rush-4epscm::after {
  background: #192ac8;
}

.tower-rush-t4bl9z.tower-rush-6g6fkx .tower-rush-i46cta {
  background: #fa771f;
}

.tower-rush-t4bl9z.tower-rush-6g6fkx .tower-rush-w98axq {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.tower-rush-t4bl9z.tower-rush-6g6fkx .tower-rush-w98axq::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.tower-rush-t4bl9z.tower-rush-6g6fkx .tower-rush-w98axq::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.tower-rush-t4bl9z.tower-rush-6g6fkx .tower-rush-4epscm::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.tower-rush-t4bl9z.tower-rush-6g6fkx .tower-rush-4epscm::after {
  background: #fa8535;
}

.tower-rush-wspgpj {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .tower-rush-wspgpj {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .tower-rush-wspgpj {
    margin: 24px 0 60px;
  }
}

.tower-rush-wspgpj h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

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

.tower-rush-0kj7rk {
  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) {
  .tower-rush-0kj7rk {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

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

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

.tower-rush-5fcm4n {
  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) {
  .tower-rush-5fcm4n:hover {
    background: var(--button-bg-hover);
  }
}

.tower-rush-1vwrni {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tower-rush-1vwrni span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

.tower-rush-1vwrni small {
  font-size: 14px;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .tower-rush-1vwrni {
    margin-bottom: 16px;
  }
}

.tower-rush-i6vm6q {
  width: 120px;
  height: 22px;
}

.tower-rush-i6vm6q .tower-rush-cfzy7u {
  fill: #c2c0ce;
}

.tower-rush-i6vm6q [rating="1"] .tower-rush-cfzy7u:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.tower-rush-i6vm6q [rating="2"] .tower-rush-cfzy7u:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.tower-rush-i6vm6q [rating="3"] .tower-rush-cfzy7u:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.tower-rush-i6vm6q [rating="4"] .tower-rush-cfzy7u:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.tower-rush-i6vm6q [rating="5"] .tower-rush-cfzy7u:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.tower-rush-j4q873 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

@media only screen and (max-width: 767px) {
  .tower-rush-j4q873 {
    gap: 16px 0;
  }
}

.tower-rush-2d3cxm {
  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);
}

.tower-rush-2d3cxm.tower-rush-oalmjp {
  display: block;
}

.tower-rush-2d3cxm.tower-rush-jh8nt5 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .tower-rush-2d3cxm {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.tower-rush-gpqdcs {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.tower-rush-fea00g {
  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);
}

.tower-rush-dkvwbc {
  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;
}

.tower-rush-3asc97 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.tower-rush-3asc97 span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.tower-rush-190jar {
  font-size: 16px;
  line-height: 140%;
}

.tower-rush-i2cdcm {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.tower-rush-i2cdcm .tower-rush-cfzy7u {
  fill: #c2c0ce;
}

.tower-rush-i2cdcm [rating="1"] .tower-rush-cfzy7u:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.tower-rush-i2cdcm [rating="2"] .tower-rush-cfzy7u:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.tower-rush-i2cdcm [rating="3"] .tower-rush-cfzy7u:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.tower-rush-i2cdcm [rating="4"] .tower-rush-cfzy7u:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.tower-rush-i2cdcm [rating="5"] .tower-rush-cfzy7u:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.tower-rush-j2l9mc {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .tower-rush-j2l9mc {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.tower-rush-dnqnvd {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .tower-rush-dnqnvd {
    padding: 0 16px;
  }
}

.tower-rush-x3o1az {
  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) {
  .tower-rush-x3o1az {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.tower-rush-ez97tk {
  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) {
  .tower-rush-ez97tk {
    padding: 12px;
    gap: 12px;
  }
}

.tower-rush-dq74k3 {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.tower-rush-dq74k3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tower-rush-z4zc1r {
  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;
}

.tower-rush-vji4ho {
  flex: 1;
  min-width: 0;
}

.tower-rush-d82g4y {
  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) {
  .tower-rush-d82g4y {
    font-size: 14px;
    gap: 6px;
  }
}

.tower-rush-oq9h4x {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.tower-rush-oq9h4x svg,
.tower-rush-oq9h4x img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tower-rush-oq9h4x svg path {
  fill: var(--button-bg-color);
}

.tower-rush-oq9h4x svg circle {
  fill: var(--button-text-color);
}

.tower-rush-wwmq13 {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .tower-rush-wwmq13 {
    font-size: 12px;
  }
}

.tower-rush-wwmq13 strong {
  font-weight: 600;
}

.tower-rush-tbtafg {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.tower-rush-tbtafg p {
  margin: 0 0 16px;
}

.tower-rush-tbtafg p:last-child {
  margin-bottom: 0;
}

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

.tower-rush-dsixnl {
  max-width: 300px;
  width: 100%;
}

.tower-rush-dsixnl a {
  width: 100%;
}

@media (max-width: 575px) {
  .tower-rush-dsixnl {
    max-width: 200px;
  }
}

.tower-rush-vz9s3z {
  justify-content: center;
}

.tower-rush-b5bnsc {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tower-rush-918esc {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .tower-rush-4hsbwg {
    padding: 0 0 50px;
    justify-content: center;
  }
}

.tower-rush-1imqit {
  padding: 5px 0;
  justify-content: center;
  background: color-mix(in srgb, var(--fh-bg-color), transparent 20%);
}

.tower-rush-1imqit .tower-rush-8m6q1f {
  justify-content: center;
}

/* faq */

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

.tower-rush-pw3spm {
  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 0chicken-road-g01ksq ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tower-rush-pw3spm::after {
  content: "+";
  font-weight: bold;
  transition: transform 0chicken-road-g01ksq ease;
}

.tower-rush-ebp30i.tower-rush-rh0wpg .tower-rush-pw3spm::after {
  transform: rotate(45deg);
}

.tower-rush-mnrlq6 {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0chicken-road-spynx9 ease,
    padding 0chicken-road-spynx9 ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.tower-rush-ebp30i.tower-rush-rh0wpg .tower-rush-mnrlq6 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

.tower-rush-s1xv81 {
  margin: 25px 0;
}

.tower-rush-fvqmv6 > input:not(:checked) ~ label:hover,
.tower-rush-fvqmv6 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tower-rush-adtpxn.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.tower-rush-ppmf1w 44.tower-rush-aikvbm.tower-rush-yeen0r.tower-rush-o3anrn.tower-rush-chc2t8.tower-rush-rx8jgd.tower-rush-g4d5c9.tower-rush-1oew23.tower-rush-wpkgsr.tower-rush-pzshy0.tower-rush-dv1wx4.tower-rush-v3xz24.tower-rush-dws9l1 0l-12.tower-rush-py4hfx 30.tower-rush-iz1fov.tower-rush-qlr7oj 2.tower-rush-cc5fig.tower-rush-qlr7oj 3.tower-rush-y70kfi 3.tower-rush-1gfakf.tower-rush-7ygohe 3.tower-rush-ci5xp9.tower-rush-vg3vdt.tower-rush-r0g1pg.tower-rush-ofhnwy 7-3.tower-rush-py4hfx 10.tower-rush-81a0b8.tower-rush-ofhnwy 23.tower-rush-evikdj.tower-rush-bokgk5 1.tower-rush-ixbcn7 2.tower-rush-py4hfx 3.tower-rush-bokgk5 1.tower-rush-7ygohe 5.tower-rush-6i0z2w.tower-rush-7ygohe 32.tower-rush-gale7o.tower-rush-vg3vdt 5.tower-rush-dws9l1 4.tower-rush-ofhnwy 9.tower-rush-ofhnwy 8.tower-rush-7ygohe 6.tower-rush-2de52x.tower-rush-ojjv9u.tower-rush-6loiqk.tower-rush-4jbt2d.tower-rush-p9kqp8 4.tower-rush-91jn0v.tower-rush-p9kqp8 6.tower-rush-p9kqp8 0l29.tower-rush-dws9l1 17.tower-rush-x8tp9a.tower-rush-7gwulh 2.tower-rush-v9i3s9 10.tower-rush-pczdlu.tower-rush-py4hfx 8.tower-rush-fok9n4.tower-rush-2msbwr.tower-rush-yrcwur.tower-rush-ym6rlq.tower-rush-j0thiv.tower-rush-vg3vdt.tower-rush-rx8jgd.tower-rush-py4hfx 1.tower-rush-m7xrog.tower-rush-f188f4.tower-rush-5h9hb5.tower-rush-gb3a0m.tower-rush-lixmav.tower-rush-ixbcn7 1.tower-rush-cpl4t0.tower-rush-gskg1z.5z'/%3e%3c/svg%3e");
}

.tower-rush-6tzwej {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-6tzwej {
    gap: 16px 0;
  }
}

.tower-rush-heovhy {
  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);
}

.tower-rush-heovhy.tower-rush-rm68x9 {
  display: block;
}

.tower-rush-heovhy.tower-rush-vshx0n {
  display: none;
}

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

.tower-rush-412tie {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.tower-rush-7g195h {
  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);
}

.tower-rush-vlyqco {
  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;
}

.tower-rush-3w661y small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.tower-rush-3w661y span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.tower-rush-ylu4a9 {
  font-size: 16px;
  line-height: 140%;
}

.tower-rush-npfej7 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.tower-rush-npfej7 .tower-rush-15yoen {
  fill: #c2c0ce;
}

.tower-rush-npfej7 [rating="1"] .tower-rush-15yoen:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.tower-rush-npfej7 [rating="2"] .tower-rush-15yoen:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.tower-rush-npfej7 [rating="3"] .tower-rush-15yoen:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.tower-rush-npfej7 [rating="4"] .tower-rush-15yoen:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.tower-rush-npfej7 [rating="5"] .tower-rush-15yoen:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

.tower-rush-bk8dep 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;
}

.tower-rush-bk8dep button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

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

/* up */

.tower-rush-mly077 {
  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);
}

.tower-rush-mly077.tower-rush-qjplz6 {
  opacity: 1;
  pointer-events: auto;
}

/* review */
/* review */
.tower-rush-juxyf5 {
  margin: 25px 0;
}

.tower-rush-tzhsj9 > input:not(:checked) ~ label:hover,
.tower-rush-tzhsj9 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tower-rush-hhwvsg.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.tower-rush-qpqp7y 44.tower-rush-q1dow1.tower-rush-ayi35s.tower-rush-koijru.tower-rush-wiot9w.tower-rush-gnn0wu.tower-rush-0lz6ua.tower-rush-tud0yd.tower-rush-oftmyl.tower-rush-mbmgns.tower-rush-hddnla.tower-rush-s3d35z.tower-rush-uweb3r 0l-12.tower-rush-gkjwa3 30.tower-rush-c1u5qz.tower-rush-n8gmzg 2.tower-rush-w6rotk.tower-rush-n8gmzg 3.tower-rush-0bvmm6 3.tower-rush-49buip.tower-rush-crrgi4 3.tower-rush-7qt8fr.tower-rush-xpkj7n.tower-rush-8k9qzi.tower-rush-e5pq7h 7-3.tower-rush-gkjwa3 10.tower-rush-g4tt8v.tower-rush-e5pq7h 23.tower-rush-timaf0.tower-rush-kzvmqc 1.tower-rush-5trdaq 2.tower-rush-gkjwa3 3.tower-rush-kzvmqc 1.tower-rush-crrgi4 5.tower-rush-t5bzqa.tower-rush-crrgi4 32.tower-rush-jepkt5.tower-rush-xpkj7n 5.tower-rush-uweb3r 4.tower-rush-e5pq7h 9.tower-rush-e5pq7h 8.tower-rush-crrgi4 6.tower-rush-d8z1fd.tower-rush-qwj2es.tower-rush-54db1v.tower-rush-vo34zr.tower-rush-lv31z7 4.tower-rush-qnql16.tower-rush-lv31z7 6.tower-rush-lv31z7 0l29.tower-rush-uweb3r 17.tower-rush-qitc78.tower-rush-17bo4v 2.tower-rush-g7wrvg 10.tower-rush-b9g030.tower-rush-gkjwa3 8.tower-rush-ac5ovl.tower-rush-55gaq9.tower-rush-jwe6cj.tower-rush-i8f8jl.tower-rush-3yykkx.tower-rush-xpkj7n.tower-rush-gnn0wu.tower-rush-gkjwa3 1.tower-rush-dov9my.tower-rush-rd0kz5.tower-rush-t9kiq1.tower-rush-y6bdri.tower-rush-k9i59y.tower-rush-5trdaq 1.tower-rush-i7dccm.tower-rush-edmyqm.5z'/%3e%3c/svg%3e");
}

.tower-rush-n643i0 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .tower-rush-n643i0 {
    gap: 16px 0;
  }
}

.tower-rush-7urqbl {
  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);
}

.tower-rush-7urqbl.tower-rush-svnpb6 {
  display: block;
}

.tower-rush-7urqbl.tower-rush-rcl4xl {
  display: none;
}

@media only screen and (max-width: 767px) {
  .tower-rush-7urqbl {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.tower-rush-h4uwkl {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.tower-rush-kdzphe {
  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);
}

.tower-rush-0fn3lw {
  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;
}

.tower-rush-aeirl3 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.tower-rush-aeirl3 span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.tower-rush-iljwpb {
  font-size: 16px;
  line-height: 140%;
}

.tower-rush-vz9siw {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.tower-rush-vz9siw .tower-rush-zxsihp {
  fill: #c2c0ce;
}

.tower-rush-vz9siw [rating="1"] .tower-rush-zxsihp:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.tower-rush-vz9siw [rating="2"] .tower-rush-zxsihp:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.tower-rush-vz9siw [rating="3"] .tower-rush-zxsihp:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.tower-rush-vz9siw [rating="4"] .tower-rush-zxsihp:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.tower-rush-vz9siw [rating="5"] .tower-rush-zxsihp:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.tower-rush-6m89gt {
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  height: 42px;
  border-radius: 6px;
  font-size: 16px;
  background: var(--registr-btn);
  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) {
  .tower-rush-6m89gt:hover {
    background: var(--registr-btn);
  }
}
@media only screen and (max-width: 767px) {
  .tower-rush-6m89gt {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

/* scroll */
.tower-rush-dq0gun {
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
  position: relative;
}

.tower-rush-n643i0 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px 0;
  width: calc(100% / 3 * 4);
  transition: transform 0chicken-road-8b09xf ease-in-out;
  margin: 0;
}

.tower-rush-7urqbl {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--fh-bg-color);
  box-sizing: border-box;
}
.tower-rush-7urqbl.tower-rush-svnpb6 {
  display: block;
}

.tower-rush-j9e3wl {
  z-index: 10;
  background: var(--button-bg-color);
  color: #000;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.tower-rush-9z56b2 {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.tower-rush-j9e3wl:hover:not(:disabled) {
  background: var(--button-bg-hover);
}

#review-prev {
  left: 10px;
}
#review-next {
  right: 10px;
}

.tower-rush-j9e3wl:disabled {
  background: rgba(0, 0, 0, 0.1);
  color: #ccc;
  cursor: not-allowed;
}

@media only screen and (max-width: 767px) {
  .tower-rush-n643i0 {
    width: 800%;
    flex-wrap: nowrap;
    gap: 0;
  }

  .tower-rush-7urqbl {
    max-width: calc(100% / 8);
    flex-basis: calc(100% / 8);
    margin: 0;
    padding: 16px;
    margin-right: 5px;
  }

  .tower-rush-j9e3wl {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  #review-prev {
    left: 5px;
  }
  #review-next {
    right: 5px;
  }
}

.tower-rush-6fyk8n {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--table-1-color);
  background: linear-gradient(180deg, #06affd 0%, #0077ff 100%);
}

.tower-rush-oyrmiv {
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: linear-gradient(180deg, #069afd 0%, #00c3ff 100%);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0fishroad-dfa17m ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tower-rush-oyrmiv::after {
  content: "+";
  font-weight: bold;
  transition: transform 0fishroad-dfa17m ease;
}

.tower-rush-6fyk8n.tower-rush-6n4sad .tower-rush-oyrmiv::after {
  transform: rotate(45deg);
}

.tower-rush-oyrmiv:hover {
  background: rgba(255, 255, 255, 0.3);
}

.tower-rush-twqt23 {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0fishroad-ivv94k ease,
    padding 0fishroad-ivv94k ease;
  padding: 0 20px;
  background: linear-gradient(180deg, #059bc0 0%, #0995b8 100%);
}

.tower-rush-6fyk8n.tower-rush-6n4sad .tower-rush-twqt23 {
  max-height: 200px;
  padding: 15px 20px;
}

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

.tower-rush-zgrway {
  position: absolute;
  max-width: 100px;
  width: 100%;
  left: 10px;
}

.tower-rush-zgrway img {
  position: absolute;
  top: -125px;
}

@media (max-width: 992px) {
  .tower-rush-zgrway img {
    position: absolute;
    top: -70px;
  }
}

@media (max-width: 601px) {
  .tower-rush-ewqzlh .tower-rush-g08rdp img {
    margin-top: -150px !important;
  }

  .tower-rush-3g5csd {
    max-width: 160px;
    position: absolute;
    top: 65px;
    left: 25px;
  }
}

.tower-rush-hlzpze {
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}

.tower-rush-hlzpze iframe {
  width: 100%;
  height: 500px;
}

/* popup */

.tower-rush-dc2ze6 {
  width: 90%;
  position: fixed;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../other/bg.webp);
  background-size: cover;
  background-position: center calc(100% - 522px);
  color: #fff;
  border-radius: 8px;
  transition: bottom 0.tower-rush-p8rmd2 ease;
  z-index: 9999;
  user-select: none;
  height: 75px;
  border: 1px solid rgb(70, 70, 70);
}

.tower-rush-bpz7rk {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.tower-rush-bpz7rk p {
  color: #fff900;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  font-family: Tahoma;

  z-index: -1;
  background: rgb(0 0 0 / 32%);
  height: 73px;
  padding: 25px;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  backdrop-filter: blur(5px);
}

.tower-rush-bpz7rk button {
  z-index: 2;
}

.tower-rush-dc2ze6.tower-rush-bkjz12 {
  bottom: 40px;
}

.tower-rush-ypmi7f {
  position: absolute;
  bottom: 10px;
  left: 0;
  animation: move-x 7s linear infinite;
  pointer-events: none;
}

.tower-rush-3olk67 {
  width: 18vw;
  max-width: 80px;
  min-width: 45px;
  animation: jump-y 0.tower-rush-xju6qe infinite ease-in-out;
  transform-origin: center bottom;
  user-select: none;
}

@keyframes move-x {
  from {
    transform: translateX(-30vw);
  }
  to {
    transform: translateX(130vw);
  }
}

@keyframes jump-y {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  25% {
    transform: translateY(-18px) rotate(-8deg);
  }

  50% {
    transform: translateY(-22px) rotate(-5deg);
  }

  75% {
    transform: translateY(-10px) rotate(6deg);
  }

  100% {
    transform: translateY(0) rotate(0deg);
  }
}

.tower-rush-0t096s {
  position: absolute;
  top: -15px;
  right: -15px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: #fff;
  font-size: 20px;
  width: 26px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
  transition: background 0.tower-rush-w73z47 ease;
  z-index: 10000;
}

.tower-rush-0t096s:hover {
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 650px) {
  .tower-rush-bpz7rk p {
    font-size: 16px;
    padding: 17px 15px 15px 15px;
    text-align: center;
  }

  .tower-rush-bpz7rk .tower-rush-zzw82j {
    font-size: 13.5px;
  }

  .tower-rush-dc2ze6 .tower-rush-3olk67 {
    animation: jump-y 0.tower-rush-xju6qe infinite ease-in-out;
  }

  .tower-rush-8q1uoq {
    display: none;
  }
}

.tower-rush-8pj83j {
  position: absolute;
  width: 50px;
  height: auto;
  animation: rocket-fly 6s linear infinite;
  pointer-events: none;
  user-select: none;
  opacity: 0.9;
}

.tower-rush-n4ywb0 {
  top: 10px;
  animation-duration: 7s;
}

.tower-rush-26899m {
  bottom: 10px;
  animation-duration: 5s;
}

@keyframes rocket-fly {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(-200px);
  }
}

.tower-rush-owq7zs {
  position: absolute;
  width: 120px;
  opacity: 1;
  pointer-events: none;
}

.tower-rush-8q1uoq {
  max-width: 50px;
  top: -15px;
  left: 5%;
  z-index: 1;
  animation:
    cloud-drift 10s ease-in-out infinite,
    cloud-float 8s ease-in-out infinite;
}

.tower-rush-qgeprj {
  max-width: 50px;
  top: 50px;
  left: 40%;
  animation:
    cloud-drift 10s ease-in-out infinite,
    cloud-float 6s ease-in-out infinite;
}

.tower-rush-d8bai7 {
  max-width: 75px;
  top: -15px;
  left: 90%;
  animation:
    cloud-drift 10s ease-in-out infinite,
    cloud-float 3s ease-in-out infinite;
}

@keyframes cloud-drift {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes cloud-float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0px);
  }
}

.tower-rush-33it08 {
  position: absolute;
  color: #12e05b;
  font-weight: 700;
  font-size: 18px;
  opacity: 1;
  pointer-events: none;
  transform-origin: center;
  animation: moneyFade 2s ease-out forwards;
}

@keyframes moneyFade {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px) scale(1.3);
  }
}

.tower-rush-iwsub2 {
  background: #fdcd0670;
  border-radius: 25px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.tower-rush-iwsub2 .tower-rush-fajaj4 {
  display: flex;
  align-items: center;
}

.tower-rush-a98n1z {
  display: flex;
  flex-direction: column;
}

.tower-rush-eh6nol {
  max-width: 175px;
  width: 100%;
  margin-right: 15px;
  padding: 25px;
  background: #fff;
  border-radius: 25px;
}

.tower-rush-3xzplc {
  max-width: 300px;
  width: 100%;
}

.tower-rush-39vrsq {
  max-width: 280px;
  width: 100%;
  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);
  border: 1px solid black;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
}

@media (max-width: 925px) {
  .tower-rush-iwsub2 {
    flex-direction: column;
  }

  .tower-rush-fajaj4 {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .tower-rush-a98n1z {
    text-align: center;
  }

  .tower-rush-iwsub2 h3 {
    margin-bottom: 0 !important;
  }
}

.tower-rush-bqvesl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  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;
}

@media (max-width: 501px) {
  .tower-rush-bqvesl {
    font-size: 12px;
  }
}

.tower-rush-gy9pam {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  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;
}

.tower-rush-ywyeoy {
  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) {
  .tower-rush-ywyeoy {
    flex-direction: column;
  }
}

.tower-rush-k17hmd {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.tower-rush-x5wv3l li:first-child {
  margin-bottom: 10px;
}

.tower-rush-x5wv3l a {
  color: #000;
}

.tower-rush-oq1mrg {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .tower-rush-oq1mrg {
    align-items: center;
  }

  .tower-rush-cch6iq {
    flex-direction: column;
  }
}

.tower-rush-882abe {
  font-size: 16px;
  color: gray;
  text-align: center;
  max-width: 500px;
  width: 100%;
}

.tower-rush-mym6ne img {
  max-width: 75px;
  width: 100%;
  margin-right: 20px;
}

.tower-rush-box3lb {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: center;
}

.tower-rush-box3lb a {
  background-color: var(--button-bg-color);
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.tower-rush-ch83lg ease;
  padding: 20px 50px;
  text-decoration: none;
  font-weight: bold;
}
.tower-rush-box3lb a:hover {
  text-decoration: none;

  background-color: var(--button-bg-hover);
}

.tower-rush-dwjt6r {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 30px auto;
  padding: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .tower-rush-dwjt6r {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .tower-rush-dwjt6r {
    margin: 15px auto;
  }
}
.tower-rush-dwjt6r li {
  font-size: 16px;
  position: relative;
}
.tower-rush-dwjt6r li a {
  color: var(--text-color);
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .tower-rush-dwjt6r li a:hover {
    text-decoration: underline;
  }
}
.tower-rush-dwjt6r li span {
  opacity: 0.5;
}
.tower-rush-dwjt6r li + li {
  margin-left: 30px;
}
.tower-rush-dwjt6r li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

.tower-rush-gqum2a {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 991px) {
  .tower-rush-gqum2a {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}
@media only screen and (max-width: 767px) {
  .tower-rush-gqum2a {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.tower-rush-a6p9w4 {
  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) {
  .tower-rush-a6p9w4 {
    flex-direction: column;
  }
}
.tower-rush-wzx0z9 {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}
.tower-rush-wzx0z9 img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .tower-rush-wzx0z9 {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}
.tower-rush-e2cxij {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}
.tower-rush-e2cxij 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) {
  .tower-rush-e2cxij ul {
    margin-bottom: 15px;
  }
}
.tower-rush-e2cxij ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.tower-rush-e2cxij 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);
}
.tower-rush-e2cxij ul li span svg {
  fill: var(--title-color);
}
.tower-rush-e2cxij ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .tower-rush-e2cxij ul li small {
    font-size: 12px;
  }
}
.tower-rush-e2cxij ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}
.tower-rush-e2cxij ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .tower-rush-e2cxij {
    flex-basis: auto;
    margin: 0 auto;
  }
}
.tower-rush-axnjd8 {
  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) {
  .tower-rush-axnjd8 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.tower-rush-9w1kxc {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.tower-rush-1gj6e1 {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0c2qtskg ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}
@media only screen and (max-width: 767px) {
  .tower-rush-1gj6e1 {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .tower-rush-1gj6e1:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}
.tower-rush-1gj6e1.tower-rush-gkdaz4 {
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .tower-rush-1gj6e1.tower-rush-gkdaz4:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.tower-rush-9smpw9 {
  padding: 10px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1200px) {
  .tower-rush-9smpw9 {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .tower-rush-9smpw9 {
    padding: 50px 16px 68px;
  }
}
.tower-rush-w8h2nx {
  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) {
  .tower-rush-w8h2nx {
    flex-direction: column;
  }
}
.tower-rush-i6uy94 {
  margin-bottom: 94px;
}
@media only screen and (max-width: 767px) {
  .tower-rush-i6uy94 {
    margin-bottom: 40px;
  }
}
.tower-rush-n6xrlp .tower-rush-iywu5q {
  margin-bottom: 28px;
}
.tower-rush-n6xrlp .tower-rush-iywu5q img {
  max-height: 100px;
  width: auto;
}
.tower-rush-elyaur {
  display: flex;
  align-items: center;
}
.tower-rush-elyaur a + a {
  margin-left: 24px;
}
.tower-rush-elyaur img {
  max-height: 56px;
  width: auto;
}
.tower-rush-elyaur img + img {
  margin-left: 24px;
}
.tower-rush-154p3q {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .tower-rush-154p3q {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}
.tower-rush-2kfqez {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .tower-rush-2kfqez {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

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

.tower-rush-ljtur5 {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
}

.tower-rush-ljtur5 label {
  font-size: 14px;
}

.tower-rush-ljtur5 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.tower-rush-ljtur5 input,
.tower-rush-ljtur5 textarea,
.tower-rush-ljtur5 button {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
}
.tower-rush-ljtur5 button {
  background-color: var(--button-bg-color);
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.tower-rush-w73z47 ease;
}
.tower-rush-ljtur5 button:hover {
  background-color: var(--button-bg-hover);
}
.tower-rush-pxgrb9 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.tower-rush-zxis5g ease-in;
}

.tower-rush-pxgrb9 h2 {
  color: green;
  font-weight: 500;
}

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

#reviews .tower-rush-64bv5a {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

#reviews .tower-rush-64bv5a > div {
  display: none;
  padding: 20px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  flex: 1;
}

#reviews .tower-rush-64bv5a > div.tower-rush-01t70g {
  display: block;
  width: 100%;
  max-width: 300px;
}

#reviews button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 835px) {
  #reviews .tower-rush-64bv5a > div.tower-rush-01t70g {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

.tower-rush-v0nayo {
  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: 18px auto;
  max-width: 300px;
}

@media (max-width: 765px) {
  .tower-rush-kqag3w .tower-rush-y0qbrh a {
    font-size: 12px;
  }
}

/* app */
.tower-rush-pugf72 {
  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) {
  .tower-rush-pugf72 {
    flex-direction: column;
  }
}
.tower-rush-faz9jx {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}
.tower-rush-faz9jx img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .tower-rush-faz9jx {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}
.tower-rush-neh3yu {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}
.tower-rush-neh3yu 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) {
  .tower-rush-neh3yu ul {
    margin-bottom: 15px;
  }
}
.tower-rush-neh3yu ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.tower-rush-neh3yu 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);
}
.tower-rush-neh3yu ul li span svg {
  fill: var(--title-color);
}
.tower-rush-neh3yu ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .tower-rush-neh3yu ul li small {
    font-size: 12px;
  }
}
.tower-rush-neh3yu ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}
.tower-rush-neh3yu ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .tower-rush-neh3yu {
    flex-basis: auto;
    margin: 0 auto;
  }
}
.tower-rush-yz09sm {
  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) {
  .tower-rush-yz09sm {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.tower-rush-mqyl65 {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.tower-rush-sqgasz {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0c2qtskg ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}
@media only screen and (max-width: 767px) {
  .tower-rush-sqgasz {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .tower-rush-sqgasz:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}
.tower-rush-sqgasz.tower-rush-gy2nz8 {
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .tower-rush-sqgasz.tower-rush-gy2nz8:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.tower-rush-c36ti6 {
  padding: 10px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1200px) {
  .tower-rush-c36ti6 {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .tower-rush-c36ti6 {
    padding: 50px 16px 68px;
  }
}

.tower-rush-qi5uzm {
  margin: 0 auto;
  max-width: 700px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 25px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.tower-rush-kekrgf {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 105px;
    transform: rotate(339deg);
    z-index: 10;
    pointer-events: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
}

.tower-rush-kekrgf img {
  width: 100%;
  display: block;
}

.tower-rush-hcessb {
  max-width: 300px;
}

.tower-rush-utp3nx {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tower-rush-utp3nx .tower-rush-9ijj9g:first-child {
  margin-bottom:15px;
}

.tower-rush-qi5uzm .tower-rush-bl0ywa {
  font-size: 40px!important;
  color: var(--menu-color)!important ;
  margin: 0;
}

@media (max-width: 619px) {
  .tower-rush-qi5uzm {
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
}

.tower-rush-utp3nx .tower-rush-25mgds {
  background: gray;
  border: 1px solid var(--border-color)
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.tower-rush-945aci, .tower-rush-7l2v6z, [class*="review-card"],
thead, thead th, table th, .tower-rush-o4lb0p,
.tower-rush-zbviey, [class*="collapsible-header"],
.tower-rush-ttb3zm, [class*="updated-block"] {
  color: #14161a !important;
}

/* brandauto-contrast-fix v5 */
header, header nav { background: #111214 !important; }
footer { background: #111214 !important; border-top: 1px solid rgba(255, 255, 255, 0.10) !important; color: #d8d3c6 !important; }
header label span { background: #d8d3c6 !important; }

/* brandauto-contrast-fix v6 */
.tower-rush-fjglvg,
.tower-rush-nidru4 {
  background: #111214 !important;
}
