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-99ok62 {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.tower-rush-hdylen {
  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-hdylen: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-jesidt {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

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

.tower-rush-jesidt 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-jesidt h1 {
    font-size: 120px;
  }
}

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

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

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

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

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

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

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

.tower-rush-w500r6.tower-rush-bwpu11 {
  justify-content: center;
}

.tower-rush-w500r6.tower-rush-c07eg6 {
  justify-content: normal;
}

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-lyspyo 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-lyspyo ul li span svg {
  fill: var(--title-color);
}

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

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

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

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

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

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

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

.tower-rush-shg2nf {
  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-shg2nf {
    height: 50px;
  }
}

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

.tower-rush-shg2nf.tower-rush-47t9rx {
  background-color: #000;
}

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

.tower-rush-91mo24 {
  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-91mo24 {
    padding: 80px 16px 0;
  }
}

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

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

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

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

.tower-rush-gabijx .tower-rush-1ufbu3 {
  margin-bottom: 28px;
}

.tower-rush-gabijx .tower-rush-1ufbu3 img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-izqw9q.tower-rush-0t60x7 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

.tower-rush-09jq0t h1,
.tower-rush-09jq0t 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-09jq0t h1,
  .tower-rush-09jq0t h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

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

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

.tower-rush-udx6hn {
  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-udx6hn {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

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

.tower-rush-udx6hn 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-udx6hn li a svg {
  fill: var(--button-text-color);
}

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

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

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

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

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

.tower-rush-z833qu {
  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-z833qu span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

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

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

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

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

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

.tower-rush-qq6rsu {
  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-qq6rsu {
    height: 54px;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .tower-rush-09i133 .tower-rush-1ufbu3 img {
    max-width: 90px;
  }
}

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

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

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .tower-rush-au90kv {
    display: block;
  }
  .tower-rush-au90kv li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .tower-rush-au90kv li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .tower-rush-au90kv 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-au90kv li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

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

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

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

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

.tower-rush-hy0gy4.tower-rush-3ryx6k {
  margin-right: 0;
}

.tower-rush-youg35 {
  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-youg35 {
    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-youg35:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

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

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

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

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

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

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

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

.tower-rush-n79lji {
  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-n79lji::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-n79lji {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .tower-rush-n79lji img {
    max-width: 20px;
  }
}

.tower-rush-2lp0mg 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-2lp0mg ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.tower-rush-2lp0mg 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-2lp0mg ul li {
    padding: 5px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-mklv8t .tower-rush-jfqapq {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

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

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

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

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

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

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

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

.tower-rush-hnu13m .tower-rush-hdylen {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

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

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

.tower-rush-bduzwi {
  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-bduzwi span {
  height: 32px;
}

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

.tower-rush-bduzwi.tower-rush-w5yi91 span {
  transform: scaleY(-1);
}

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

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

.tower-rush-us5z4g 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-us5z4g li {
    font-size: 16px;
  }
}

.tower-rush-us5z4g 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-us5z4g li a:hover {
    background: var(--main-theme-color);
  }
}

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

.tower-rush-us5z4g.tower-rush-vt2ey6 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-alwfmy {
  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-vm5qn0 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

.tower-rush-h3pxiz 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-h3pxiz h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

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

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

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

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

@media only screen and (max-width: 767px) {
  .tower-rush-yl7n8w {
    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-73p9pr {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.tower-rush-73p9pr li {
  margin: 0 20px;
}

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

.tower-rush-73p9pr li a img {
  margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-q0m50z 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-q0m50z 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-q0m50z 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-q0m50z tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

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

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

.tower-rush-q0m50z 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-q0m50z 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-q0m50z tbody tr td:last-of-type {
  margin-left: auto;
}

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

.tower-rush-q0m50z tbody tr td .tower-rush-gcu10s {
  display: flex;
  flex-direction: column;
  text-align: center;
}

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

.tower-rush-q0m50z tbody tr td .tower-rush-m682ne {
  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-q0m50z tbody tr td .tower-rush-m682ne:hover {
    background: var(--button-bg-hover);
  }
}

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

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

.tower-rush-q0m50z tbody tr td .tower-rush-mj247e {
  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-q0m50z tbody tr td .tower-rush-mj247e:hover {
    text-decoration: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-055z16 {
  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-055z16 {
    height: 190px;
    margin: 20px auto;
  }
}

.tower-rush-055z16 img {
  width: 100%;
  height: 100%;
}

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

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

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

.tower-rush-22nk8h::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-3sr4wv {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.tower-rush-3sr4wv 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-3sr4wv:hover svg {
    transform: scale(1.1);
  }
}

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

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

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

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

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

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

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

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

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

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

.tower-rush-0i9m9z {
  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-0i9m9z:hover {
  border: 1px solid #8c8ca2;
}

.tower-rush-tpm8sl {
  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-tpm8sl:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.tower-rush-ookuk6 {
  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-ookuk6 a {
  text-decoration: underline;
  color: #8babff;
}

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

.tower-rush-9dq6wx .tower-rush-0i9m9z {
  width: 50%;
  margin: 0;
}

.tower-rush-lp74e4 {
  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-lp74e4:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

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

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

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

.tower-rush-unm740 {
  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-unm740 {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

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

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

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

.tower-rush-btmmnm 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-btmmnm a {
    margin: 1px 0 4px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-2qjk2o::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-9hg6j2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.tower-rush-9hg6j2.tower-rush-dudqc5 {
  display: none;
}

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

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

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

.tower-rush-qzj3my.tower-rush-5a0s72 {
  opacity: 1;
  pointer-events: all;
}

.tower-rush-co63cr {
  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-co63cr svg {
  margin-right: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-01fecs 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-01fecs h1 {
    font-size: 44px;
  }
}

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

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

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

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

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

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

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

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

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

.tower-rush-cnncba {
  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-cnncba {
    padding: 10px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-jlrj4j .tower-rush-efmpvw {
  position: relative;
}

.tower-rush-jlrj4j .tower-rush-wvxsst {
  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-jlrj4j .tower-rush-wvxsst.tower-rush-dudqc5 {
  display: none;
}

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

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

.tower-rush-jlrj4j .tower-rush-wxjsmp .tower-rush-d2ypp2 {
  max-width: 300px;
  width: 100%;
}

.tower-rush-jlrj4j
  .tower-rush-wxjsmp
  .tower-rush-d2ypp2
  .tower-rush-sm0jwe {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .tower-rush-jlrj4j
    .tower-rush-wxjsmp
    .tower-rush-d2ypp2
    .tower-rush-sm0jwe {
    font-size: 32px;
    text-align: center;
  }
}

.tower-rush-jlrj4j
  .tower-rush-wxjsmp
  .tower-rush-d2ypp2
  .tower-rush-tkc60y {
  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-jlrj4j
    .tower-rush-wxjsmp
    .tower-rush-d2ypp2
    .tower-rush-tkc60y {
    text-align: center;
  }
}

.tower-rush-jlrj4j .tower-rush-wxjsmp .tower-rush-3ryx6k {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

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

.tower-rush-jlrj4j
  .tower-rush-wxjsmp
  .tower-rush-3ryx6k
  .tower-rush-hwxgsi {
  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-jlrj4j
  .tower-rush-wxjsmp
  .tower-rush-3ryx6k
  .tower-rush-hwxgsi:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .tower-rush-jlrj4j
    .tower-rush-wxjsmp
    .tower-rush-3ryx6k
    .tower-rush-hwxgsi {
    width: 100%;
  }
}

.tower-rush-jlrj4j
  .tower-rush-wxjsmp
  .tower-rush-3ryx6k
  .tower-rush-390r75 {
  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-jlrj4j
  .tower-rush-wxjsmp
  .tower-rush-3ryx6k
  .tower-rush-390r75
  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-jlrj4j
  .tower-rush-wxjsmp
  .tower-rush-3ryx6k
  .tower-rush-390r75: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-jlrj4j
  .tower-rush-wxjsmp
  .tower-rush-3ryx6k
  .tower-rush-390r75:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .tower-rush-jlrj4j
    .tower-rush-wxjsmp
    .tower-rush-3ryx6k
    .tower-rush-390r75 {
    width: 100%;
  }
}

.tower-rush-jlrj4j .tower-rush-wxjsmp.tower-rush-dudqc5 {
  display: none;
}

.tower-rush-jlrj4j .tower-rush-cpuwwj {
  display: none;
}

.tower-rush-jlrj4j .tower-rush-cpuwwj.tower-rush-5a0s72 {
  display: block;
}

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

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

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

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

.tower-rush-jlrj4j .tower-rush-ykhqgd .tower-rush-sm0jwe {
  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-jlrj4j .tower-rush-ykhqgd .tower-rush-sm0jwe {
    margin-bottom: 24px;
  }
}

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

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

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

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

.tower-rush-esc3op.tower-rush-0t60x7 {
  display: block;
}

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

.tower-rush-esc3op .tower-rush-gc4r9r {
  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-esc3op .tower-rush-baj9ay {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.tower-rush-esc3op .tower-rush-390r75 {
  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-esc3op .tower-rush-390r75:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

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

.tower-rush-0zxjr0.tower-rush-0t60x7 {
  display: block;
}

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

.tower-rush-2kk21e {
  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-itze9s {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

.tower-rush-ly6w37.tower-rush-dudqc5 {
  display: none;
}

.tower-rush-okwthu {
  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-okwthu {
    margin-bottom: 20px;
  }
}

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

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

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

.tower-rush-r5j7h8 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-r5j7h8 input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

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

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

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

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

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

.tower-rush-24wioq 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-24wioq textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

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

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

.tower-rush-h6zt0j {
  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-h6zt0j:hover {
  background: var(--border-color);
}

.tower-rush-j7a96s {
  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-j7a96s:hover {
  background: #166ad9;
}

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

.tower-rush-gxo1h6.tower-rush-dudqc5 {
  display: none;
}

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

.tower-rush-gxo1h6 .tower-rush-h6zt0j {
  margin: 0 auto;
}

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

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

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

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

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

.tower-rush-a58fk6 > 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-t07d44.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.tower-rush-c1r4zh 44.tower-rush-1kdrj1.tower-rush-vmmb3n.tower-rush-nx9cz9.tower-rush-7yuvzx.tower-rush-zwa1g2.tower-rush-35qnmd.tower-rush-yifi49.tower-rush-w5k58r.tower-rush-99sms3.tower-rush-q3r8ow.tower-rush-ya5nes.tower-rush-zuexdk 0l-12.tower-rush-km57ql 30.tower-rush-r0enxh.tower-rush-ivn2ez 2.tower-rush-5hkm2n.tower-rush-ivn2ez 3.tower-rush-z6x55x 3.tower-rush-xypji5.tower-rush-xeqgng 3.tower-rush-v1kkc3.tower-rush-w5fat3.tower-rush-65wiz7.tower-rush-5vx1yt 7-3.tower-rush-km57ql 10.tower-rush-1aaifk.tower-rush-5vx1yt 23.tower-rush-okp43j.tower-rush-obtr88 1.tower-rush-lrmyl2 2.tower-rush-km57ql 3.tower-rush-obtr88 1.tower-rush-xeqgng 5.tower-rush-85qqze.tower-rush-xeqgng 32.tower-rush-2sz7xy.tower-rush-w5fat3 5.tower-rush-zuexdk 4.tower-rush-5vx1yt 9.tower-rush-5vx1yt 8.tower-rush-xeqgng 6.tower-rush-x57t3z.tower-rush-1mmx3n.tower-rush-087ps7.tower-rush-vtlej2.tower-rush-eki0s3 4.tower-rush-x6rear.tower-rush-eki0s3 6.tower-rush-eki0s3 0l29.tower-rush-zuexdk 17.tower-rush-srsqwt.tower-rush-xkmhfw 2.tower-rush-b23osv 10.tower-rush-v35ut5.tower-rush-km57ql 8.tower-rush-8gsyh7.tower-rush-za906k.tower-rush-8xp3mm.tower-rush-qvy9dl.tower-rush-5l0wdh.tower-rush-w5fat3.tower-rush-zwa1g2.tower-rush-km57ql 1.tower-rush-4uljrf.tower-rush-k6xrw7.tower-rush-hpy99z.tower-rush-jvq0w1.tower-rush-dvfk5b.tower-rush-lrmyl2 1.tower-rush-oxjgmu.tower-rush-585vfp.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.tower-rush-a58fk6 > input:checked ~ label,
.tower-rush-a58fk6 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tower-rush-t07d44.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.tower-rush-c1r4zh 44.tower-rush-1kdrj1.tower-rush-vmmb3n.tower-rush-nx9cz9.tower-rush-7yuvzx.tower-rush-zwa1g2.tower-rush-35qnmd.tower-rush-yifi49.tower-rush-w5k58r.tower-rush-99sms3.tower-rush-q3r8ow.tower-rush-ya5nes.tower-rush-zuexdk 0l-12.tower-rush-km57ql 30.tower-rush-r0enxh.tower-rush-ivn2ez 2.tower-rush-5hkm2n.tower-rush-ivn2ez 3.tower-rush-z6x55x 3.tower-rush-xypji5.tower-rush-xeqgng 3.tower-rush-v1kkc3.tower-rush-w5fat3.tower-rush-65wiz7.tower-rush-5vx1yt 7-3.tower-rush-km57ql 10.tower-rush-1aaifk.tower-rush-5vx1yt 23.tower-rush-okp43j.tower-rush-obtr88 1.tower-rush-lrmyl2 2.tower-rush-km57ql 3.tower-rush-obtr88 1.tower-rush-xeqgng 5.tower-rush-85qqze.tower-rush-xeqgng 32.tower-rush-2sz7xy.tower-rush-w5fat3 5.tower-rush-zuexdk 4.tower-rush-5vx1yt 9.tower-rush-5vx1yt 8.tower-rush-xeqgng 6.tower-rush-x57t3z.tower-rush-1mmx3n.tower-rush-087ps7.tower-rush-vtlej2.tower-rush-eki0s3 4.tower-rush-x6rear.tower-rush-eki0s3 6.tower-rush-eki0s3 0l29.tower-rush-zuexdk 17.tower-rush-srsqwt.tower-rush-xkmhfw 2.tower-rush-b23osv 10.tower-rush-v35ut5.tower-rush-km57ql 8.tower-rush-8gsyh7.tower-rush-za906k.tower-rush-8xp3mm.tower-rush-qvy9dl.tower-rush-5l0wdh.tower-rush-w5fat3.tower-rush-zwa1g2.tower-rush-km57ql 1.tower-rush-4uljrf.tower-rush-k6xrw7.tower-rush-hpy99z.tower-rush-jvq0w1.tower-rush-dvfk5b.tower-rush-lrmyl2 1.tower-rush-oxjgmu.tower-rush-585vfp.5z'/%3e%3c/svg%3e");
}

.tower-rush-a58fk6 > input:not(:checked) ~ label:hover,
.tower-rush-a58fk6 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tower-rush-t07d44.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.tower-rush-c1r4zh 44.tower-rush-1kdrj1.tower-rush-vmmb3n.tower-rush-nx9cz9.tower-rush-7yuvzx.tower-rush-zwa1g2.tower-rush-35qnmd.tower-rush-yifi49.tower-rush-w5k58r.tower-rush-99sms3.tower-rush-q3r8ow.tower-rush-ya5nes.tower-rush-zuexdk 0l-12.tower-rush-km57ql 30.tower-rush-r0enxh.tower-rush-ivn2ez 2.tower-rush-5hkm2n.tower-rush-ivn2ez 3.tower-rush-z6x55x 3.tower-rush-xypji5.tower-rush-xeqgng 3.tower-rush-v1kkc3.tower-rush-w5fat3.tower-rush-65wiz7.tower-rush-5vx1yt 7-3.tower-rush-km57ql 10.tower-rush-1aaifk.tower-rush-5vx1yt 23.tower-rush-okp43j.tower-rush-obtr88 1.tower-rush-lrmyl2 2.tower-rush-km57ql 3.tower-rush-obtr88 1.tower-rush-xeqgng 5.tower-rush-85qqze.tower-rush-xeqgng 32.tower-rush-2sz7xy.tower-rush-w5fat3 5.tower-rush-zuexdk 4.tower-rush-5vx1yt 9.tower-rush-5vx1yt 8.tower-rush-xeqgng 6.tower-rush-x57t3z.tower-rush-1mmx3n.tower-rush-087ps7.tower-rush-vtlej2.tower-rush-eki0s3 4.tower-rush-x6rear.tower-rush-eki0s3 6.tower-rush-eki0s3 0l29.tower-rush-zuexdk 17.tower-rush-srsqwt.tower-rush-xkmhfw 2.tower-rush-b23osv 10.tower-rush-v35ut5.tower-rush-km57ql 8.tower-rush-8gsyh7.tower-rush-za906k.tower-rush-8xp3mm.tower-rush-qvy9dl.tower-rush-5l0wdh.tower-rush-w5fat3.tower-rush-zwa1g2.tower-rush-km57ql 1.tower-rush-4uljrf.tower-rush-k6xrw7.tower-rush-hpy99z.tower-rush-jvq0w1.tower-rush-dvfk5b.tower-rush-lrmyl2 1.tower-rush-oxjgmu.tower-rush-585vfp.5z'/%3e%3c/svg%3e");
}

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

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

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

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

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

#rating-0 {
  display: none;
}

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

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

.tower-rush-8h0vhw.tower-rush-dudqc5 {
  display: none;
}

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

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

.tower-rush-ncr3pk {
  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-ncr3pk::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-ru6vll {
  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-ru6vll:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}

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

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

.tower-rush-8h0vhw.tower-rush-b89l2b .tower-rush-bqus2g {
  background: #2b3b67;
}

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

.tower-rush-8h0vhw.tower-rush-b89l2b .tower-rush-ncr3pk::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.tower-rush-8h0vhw.tower-rush-b89l2b .tower-rush-ncr3pk::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.tower-rush-8h0vhw.tower-rush-b89l2b .tower-rush-pyhkbp::before {
  background: #0e0f41;
}

.tower-rush-8h0vhw.tower-rush-b89l2b .tower-rush-pyhkbp::after {
  background: #152557;
}

.tower-rush-8h0vhw.tower-rush-w6xvqr .tower-rush-bqus2g {
  background: #1f35fa;
}

.tower-rush-8h0vhw.tower-rush-w6xvqr .tower-rush-ncr3pk {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.tower-rush-8h0vhw.tower-rush-w6xvqr .tower-rush-ncr3pk::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.tower-rush-8h0vhw.tower-rush-w6xvqr .tower-rush-ncr3pk::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.tower-rush-8h0vhw.tower-rush-w6xvqr .tower-rush-pyhkbp::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.tower-rush-8h0vhw.tower-rush-w6xvqr .tower-rush-pyhkbp::after {
  background: #192ac8;
}

.tower-rush-8h0vhw.tower-rush-kgoho7 .tower-rush-bqus2g {
  background: #fa771f;
}

.tower-rush-8h0vhw.tower-rush-kgoho7 .tower-rush-ncr3pk {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.tower-rush-8h0vhw.tower-rush-kgoho7 .tower-rush-ncr3pk::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.tower-rush-8h0vhw.tower-rush-kgoho7 .tower-rush-ncr3pk::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.tower-rush-8h0vhw.tower-rush-kgoho7 .tower-rush-pyhkbp::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.tower-rush-8h0vhw.tower-rush-kgoho7 .tower-rush-pyhkbp::after {
  background: #fa8535;
}

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

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

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

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

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

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

.tower-rush-1jvg65 {
  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-1jvg65 {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

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

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

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

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

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

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

.tower-rush-19eh8e .tower-rush-29wfs6 {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.tower-rush-l46wys {
  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-l46wys.tower-rush-5a0s72 {
  display: block;
}

.tower-rush-l46wys.tower-rush-dudqc5 {
  display: none;
}

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

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

.tower-rush-qbjve2 {
  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-bo1r2r {
  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-kr81qe small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.tower-rush-ywinkc .tower-rush-29wfs6 {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

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

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

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

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

.tower-rush-0sdty8 {
  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-bkj2ox {
  flex: 1;
  min-width: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-2q2oei {
  justify-content: center;
}

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

.tower-rush-89r0ie {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.tower-rush-41rxc2 .tower-rush-au90kv {
  justify-content: center;
}

/* faq */

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

.tower-rush-ev5c85 {
  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-ev5c85::after {
  content: "+";
  font-weight: bold;
  transition: transform 0chicken-road-g01ksq ease;
}

.tower-rush-hvjf5h.tower-rush-0t60x7 .tower-rush-ev5c85::after {
  transform: rotate(45deg);
}

.tower-rush-ao10kk {
  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-hvjf5h.tower-rush-0t60x7 .tower-rush-ao10kk {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

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

.tower-rush-a58fk6 > input:not(:checked) ~ label:hover,
.tower-rush-a58fk6 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tower-rush-3miie5.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.tower-rush-2qiq12 44.tower-rush-n41dr1.tower-rush-yydza8.tower-rush-9lno2r.tower-rush-ddvxd6.tower-rush-5fcxlz.tower-rush-1p2o5y.tower-rush-9z6qpv.tower-rush-cr8b30.tower-rush-nonkou.tower-rush-3md3xv.tower-rush-okpc0r.tower-rush-wc2fey 0l-12.tower-rush-y7p2js 30.tower-rush-7nu7ts.tower-rush-89jkj0 2.tower-rush-dykkpk.tower-rush-89jkj0 3.tower-rush-zccajm 3.tower-rush-aruui9.tower-rush-r0s71d 3.tower-rush-88hy54.tower-rush-fz2ap1.tower-rush-k8nxgp.tower-rush-c7h0x6 7-3.tower-rush-y7p2js 10.tower-rush-lfi36e.tower-rush-c7h0x6 23.tower-rush-opu0rs.tower-rush-aapfdc 1.tower-rush-spg51y 2.tower-rush-y7p2js 3.tower-rush-aapfdc 1.tower-rush-r0s71d 5.tower-rush-gt86gt.tower-rush-r0s71d 32.tower-rush-of3t14.tower-rush-fz2ap1 5.tower-rush-wc2fey 4.tower-rush-c7h0x6 9.tower-rush-c7h0x6 8.tower-rush-r0s71d 6.tower-rush-0lmq6x.tower-rush-117jxd.tower-rush-6xyher.tower-rush-vpw6pg.tower-rush-ukm8t8 4.tower-rush-0yqdtg.tower-rush-ukm8t8 6.tower-rush-ukm8t8 0l29.tower-rush-wc2fey 17.tower-rush-k2apv6.tower-rush-9m0f4u 2.tower-rush-pp6za1 10.tower-rush-xyyi19.tower-rush-y7p2js 8.tower-rush-tjp8rb.tower-rush-nooavz.tower-rush-49n89k.tower-rush-szpqpz.tower-rush-sasomg.tower-rush-fz2ap1.tower-rush-5fcxlz.tower-rush-y7p2js 1.tower-rush-cymykh.tower-rush-e8mh3s.tower-rush-lq783c.tower-rush-4ztn0w.tower-rush-ondxxp.tower-rush-spg51y 1.tower-rush-4fg9l9.tower-rush-v14f0j.5z'/%3e%3c/svg%3e");
}

.tower-rush-yl0jbd {
  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-yl0jbd {
    gap: 16px 0;
  }
}

.tower-rush-bphagn {
  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-bphagn.tower-rush-hlp1rh {
  display: block;
}

.tower-rush-bphagn.tower-rush-h1pscr {
  display: none;
}

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

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

.tower-rush-5c1lm9 {
  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-rdt0mj {
  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-7kyik0 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.tower-rush-j1ki56 .tower-rush-3nyowl {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.tower-rush-3bvdq7 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-3bvdq7 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-x8v9gq {
  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-x8v9gq.tower-rush-x0s5on {
  opacity: 1;
  pointer-events: auto;
}

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

.tower-rush-pmrzov > input:not(:checked) ~ label:hover,
.tower-rush-pmrzov > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tower-rush-vabe5w.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.tower-rush-pvqgi7 44.tower-rush-sdssqb.tower-rush-e933t4.tower-rush-1ehkj1.tower-rush-t24w3c.tower-rush-4rpokt.tower-rush-avkoi2.tower-rush-wb0lbk.tower-rush-e8jl5s.tower-rush-y3gbhr.tower-rush-29y7p0.tower-rush-52i24f.tower-rush-2u84un 0l-12.tower-rush-cr8053 30.tower-rush-yghalb.tower-rush-pqq6fx 2.tower-rush-fip5i0.tower-rush-pqq6fx 3.tower-rush-gp5ege 3.tower-rush-ccoa96.tower-rush-ik383b 3.tower-rush-kux6oz.tower-rush-6ikhir.tower-rush-frqimu.tower-rush-ooxcyi 7-3.tower-rush-cr8053 10.tower-rush-fi0qm2.tower-rush-ooxcyi 23.tower-rush-bn5x0p.tower-rush-nxu3vz 1.tower-rush-uzqm4w 2.tower-rush-cr8053 3.tower-rush-nxu3vz 1.tower-rush-ik383b 5.tower-rush-o77pnd.tower-rush-ik383b 32.tower-rush-3r3r63.tower-rush-6ikhir 5.tower-rush-2u84un 4.tower-rush-ooxcyi 9.tower-rush-ooxcyi 8.tower-rush-ik383b 6.tower-rush-mufaz8.tower-rush-csanlr.tower-rush-935vyu.tower-rush-5x7h37.tower-rush-v30s8z 4.tower-rush-ye3bcu.tower-rush-v30s8z 6.tower-rush-v30s8z 0l29.tower-rush-2u84un 17.tower-rush-biptwc.tower-rush-2f6i6b 2.tower-rush-lnrakd 10.tower-rush-o4dyde.tower-rush-cr8053 8.tower-rush-jydo81.tower-rush-hd049a.tower-rush-tn9mhe.tower-rush-i9xecc.tower-rush-ti4n1n.tower-rush-6ikhir.tower-rush-4rpokt.tower-rush-cr8053 1.tower-rush-2snql8.tower-rush-5amkfb.tower-rush-o1ev4c.tower-rush-4pm5v9.tower-rush-spw2iu.tower-rush-uzqm4w 1.tower-rush-9sr97v.tower-rush-7bcux1.5z'/%3e%3c/svg%3e");
}

.tower-rush-brbnt7 {
  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-brbnt7 {
    gap: 16px 0;
  }
}

.tower-rush-dtywh3 {
  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-dtywh3.tower-rush-9f0ysl {
  display: block;
}

.tower-rush-dtywh3.tower-rush-cez4m4 {
  display: none;
}

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

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

.tower-rush-w8xl6q {
  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-jofndo {
  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-kcoi7s small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.tower-rush-hqsuqu .tower-rush-hfq2kd {
  fill: #c2c0ce;
}

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

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

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

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

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

.tower-rush-8lrrn9 {
  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-8lrrn9:hover {
    background: var(--registr-btn);
  }
}
@media only screen and (max-width: 767px) {
  .tower-rush-8lrrn9 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

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

.tower-rush-brbnt7 {
  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-dtywh3 {
  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-dtywh3.tower-rush-9f0ysl {
  display: block;
}

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

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

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

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

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

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

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

.tower-rush-y5vc7s {
  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-wdy7lm {
  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-wdy7lm::after {
  content: "+";
  font-weight: bold;
  transition: transform 0fishroad-dfa17m ease;
}

.tower-rush-y5vc7s.tower-rush-xbxdrg .tower-rush-wdy7lm::after {
  transform: rotate(45deg);
}

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

.tower-rush-0n7gqg {
  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-y5vc7s.tower-rush-xbxdrg .tower-rush-0n7gqg {
  max-height: 200px;
  padding: 15px 20px;
}

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

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

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

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

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

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

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

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

/* popup */

.tower-rush-5qqlud {
  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-00tb2f ease;
  z-index: 9999;
  user-select: none;
  height: 75px;
  border: 1px solid rgb(70, 70, 70);
}

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

.tower-rush-jejmlx 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-jejmlx button {
  z-index: 2;
}

.tower-rush-5qqlud.tower-rush-ep7exj {
  bottom: 40px;
}

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

.tower-rush-vdrh7b {
  width: 18vw;
  max-width: 80px;
  min-width: 45px;
  animation: jump-y 0.tower-rush-x229uc 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-52alvl {
  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-3czj7w ease;
  z-index: 10000;
}

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

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

  .tower-rush-jejmlx .tower-rush-radxkl {
    font-size: 13.5px;
  }

  .tower-rush-5qqlud .tower-rush-vdrh7b {
    animation: jump-y 0.tower-rush-x229uc infinite ease-in-out;
  }

  .tower-rush-6w0kws {
    display: none;
  }
}

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

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

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

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

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

.tower-rush-6w0kws {
  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-kaw02q {
  max-width: 50px;
  top: 50px;
  left: 40%;
  animation:
    cloud-drift 10s ease-in-out infinite,
    cloud-float 6s ease-in-out infinite;
}

.tower-rush-xwmlok {
  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-6mdboy {
  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-o47hry {
  background: #fdcd0670;
  border-radius: 25px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.tower-rush-9hl2f9 {
  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-9hl2f9 {
    font-size: 12px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-8shw1f {
  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-8shw1f {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .tower-rush-8shw1f {
    margin: 15px auto;
  }
}
.tower-rush-8shw1f li {
  font-size: 16px;
  position: relative;
}
.tower-rush-8shw1f li a {
  color: var(--text-color);
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .tower-rush-8shw1f li a:hover {
    text-decoration: underline;
  }
}
.tower-rush-8shw1f li span {
  opacity: 0.5;
}
.tower-rush-8shw1f li + li {
  margin-left: 30px;
}
.tower-rush-8shw1f li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

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

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

.tower-rush-a67dnm {
  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-a67dnm {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .tower-rush-a67dnm {
    padding: 50px 16px 68px;
  }
}
.tower-rush-9otzhg {
  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-9otzhg {
    flex-direction: column;
  }
}
.tower-rush-u7ukpl {
  margin-bottom: 94px;
}
@media only screen and (max-width: 767px) {
  .tower-rush-u7ukpl {
    margin-bottom: 40px;
  }
}
.tower-rush-5692e4 .tower-rush-llwdd0 {
  margin-bottom: 28px;
}
.tower-rush-5692e4 .tower-rush-llwdd0 img {
  max-height: 100px;
  width: auto;
}
.tower-rush-mxma1y {
  display: flex;
  align-items: center;
}
.tower-rush-mxma1y a + a {
  margin-left: 24px;
}
.tower-rush-mxma1y img {
  max-height: 56px;
  width: auto;
}
.tower-rush-mxma1y img + img {
  margin-left: 24px;
}
.tower-rush-9o0isu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .tower-rush-9o0isu {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}
.tower-rush-2yknrs {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .tower-rush-2yknrs {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

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

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

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

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

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

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

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

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

#reviews .tower-rush-rit5s5 > div.tower-rush-ldfhok {
  display: block;
  width: 100%;
  max-width: 300px;
}

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

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

.tower-rush-matudj {
  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-09i133 .tower-rush-hy0gy4 a {
    font-size: 12px;
  }
}

/* app */
.tower-rush-9014nt {
  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-9014nt {
    flex-direction: column;
  }
}
.tower-rush-ey8wbh {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}
.tower-rush-ey8wbh img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .tower-rush-ey8wbh {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}
.tower-rush-co8psf {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}
.tower-rush-co8psf 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-co8psf ul {
    margin-bottom: 15px;
  }
}
.tower-rush-co8psf ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.tower-rush-co8psf 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-co8psf ul li span svg {
  fill: var(--title-color);
}
.tower-rush-co8psf ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}
@media only screen and (max-width: 767px) {
  .tower-rush-co8psf ul li small {
    font-size: 12px;
  }
}
.tower-rush-co8psf ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}
.tower-rush-co8psf ul li:last-of-type::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .tower-rush-co8psf {
    flex-basis: auto;
    margin: 0 auto;
  }
}
.tower-rush-4zsf7v {
  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-4zsf7v {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.tower-rush-j5y8pk {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.tower-rush-xgo8rd {
  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-xgo8rd {
    height: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .tower-rush-xgo8rd:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}
.tower-rush-xgo8rd.tower-rush-mu0jpw {
  background-color: #000;
}
@media only screen and (min-width: 1025px) {
  .tower-rush-xgo8rd.tower-rush-mu0jpw:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.tower-rush-xnuvby {
  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-xnuvby {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .tower-rush-xnuvby {
    padding: 50px 16px 68px;
  }
}

.tower-rush-9f612n {
  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-nmcqoj {
    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-nmcqoj img {
  width: 100%;
  display: block;
}

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

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

.tower-rush-l9zxxu .tower-rush-youg35:first-child {
  margin-bottom:15px;
}

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

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

.tower-rush-l9zxxu .tower-rush-vllbcn {
  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-jg7g9n, .tower-rush-uy0zy7, [class*="review-card"],
thead, thead th, table th, .tower-rush-1lf67g,
.tower-rush-wrbcvz, [class*="collapsible-header"],
.tower-rush-cvkl5r, [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-91mo24,
.tower-rush-qq6rsu {
  background: #111214 !important;
}
