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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-bs2wxg.tower-rush-4yacc3 {
  justify-content: center;
}

.tower-rush-bs2wxg.tower-rush-022wau {
  justify-content: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-1idosa.tower-rush-ss00fe {
  background-color: #000;
}

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

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

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

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

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

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

.tower-rush-ugembb .tower-rush-st0z1t {
  margin-bottom: 28px;
}

.tower-rush-ugembb .tower-rush-st0z1t img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-2c36vm.tower-rush-yqr4w8 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

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

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

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

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

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

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

.tower-rush-gwde25 li a.tower-rush-yqr4w8 {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-mn7lc9.tower-rush-loe2i8 {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-kbjk46 .tower-rush-276p5j {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

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

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

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

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

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

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

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

.tower-rush-zx8hq3 .tower-rush-knbw1h {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

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

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

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

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

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

.tower-rush-hmp380.tower-rush-c8fics span {
  transform: scaleY(-1);
}

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

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

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

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

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

.tower-rush-senclz.tower-rush-jnl7x6 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-8251cl li {
  margin: 0 20px;
}

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

.tower-rush-8251cl li a img {
  margin-bottom: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-gu867k .tower-rush-837qee {
  width: 50%;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-9fh2m9.tower-rush-af8707 {
  display: none;
}

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

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

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

.tower-rush-wrt5jb.tower-rush-a7kxeo {
  opacity: 1;
  pointer-events: all;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-tsxlj2 .tower-rush-rbk6sr {
  position: relative;
}

.tower-rush-tsxlj2 .tower-rush-2mfm1e {
  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-tsxlj2 .tower-rush-2mfm1e.tower-rush-af8707 {
  display: none;
}

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

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

.tower-rush-tsxlj2 .tower-rush-i90ona .tower-rush-pxyo17 {
  max-width: 300px;
  width: 100%;
}

.tower-rush-tsxlj2
  .tower-rush-i90ona
  .tower-rush-pxyo17
  .tower-rush-mxf1gg {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .tower-rush-tsxlj2
    .tower-rush-i90ona
    .tower-rush-pxyo17
    .tower-rush-mxf1gg {
    font-size: 32px;
    text-align: center;
  }
}

.tower-rush-tsxlj2
  .tower-rush-i90ona
  .tower-rush-pxyo17
  .tower-rush-3kw408 {
  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-tsxlj2
    .tower-rush-i90ona
    .tower-rush-pxyo17
    .tower-rush-3kw408 {
    text-align: center;
  }
}

.tower-rush-tsxlj2 .tower-rush-i90ona .tower-rush-loe2i8 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

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

.tower-rush-tsxlj2
  .tower-rush-i90ona
  .tower-rush-loe2i8
  .tower-rush-lj6biu {
  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-tsxlj2
  .tower-rush-i90ona
  .tower-rush-loe2i8
  .tower-rush-lj6biu:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .tower-rush-tsxlj2
    .tower-rush-i90ona
    .tower-rush-loe2i8
    .tower-rush-lj6biu {
    width: 100%;
  }
}

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

@media only screen and (max-width: 767px) {
  .tower-rush-tsxlj2
    .tower-rush-i90ona
    .tower-rush-loe2i8
    .tower-rush-sba3yv {
    width: 100%;
  }
}

.tower-rush-tsxlj2 .tower-rush-i90ona.tower-rush-af8707 {
  display: none;
}

.tower-rush-tsxlj2 .tower-rush-hzi6ww {
  display: none;
}

.tower-rush-tsxlj2 .tower-rush-hzi6ww.tower-rush-a7kxeo {
  display: block;
}

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

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

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

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

.tower-rush-tsxlj2 .tower-rush-rxda9i .tower-rush-mxf1gg {
  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-tsxlj2 .tower-rush-rxda9i .tower-rush-mxf1gg {
    margin-bottom: 24px;
  }
}

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

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

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

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

.tower-rush-zn1hb6.tower-rush-yqr4w8 {
  display: block;
}

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

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

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

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

.tower-rush-f42ayv.tower-rush-yqr4w8 {
  display: block;
}

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

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

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

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

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

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

.tower-rush-cnncuf.tower-rush-af8707 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-lo9d0d.tower-rush-af8707 {
  display: none;
}

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

.tower-rush-lo9d0d .tower-rush-9ks7ks {
  margin: 0 auto;
}

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

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

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

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

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

.tower-rush-tjowt1 > 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-p3iwa1.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.tower-rush-c6nn9q 44.tower-rush-w9sa7s.tower-rush-5hjzhk.tower-rush-jbyjrg.tower-rush-eg14wg.tower-rush-wxo2xi.tower-rush-wkje7t.tower-rush-v9mqj7.tower-rush-19s5k4.tower-rush-tp6x9s.tower-rush-iar66t.tower-rush-rloo7q.tower-rush-865923 0l-12.tower-rush-ycwzud 30.tower-rush-t8eabi.tower-rush-iwbc6m 2.tower-rush-qixqum.tower-rush-iwbc6m 3.tower-rush-lq6zha 3.tower-rush-jo44en.tower-rush-g13jmx 3.tower-rush-qnz32t.tower-rush-knknz6.tower-rush-a3y460.tower-rush-qczttg 7-3.tower-rush-ycwzud 10.tower-rush-83krcy.tower-rush-qczttg 23.tower-rush-1u02e0.tower-rush-h16qz2 1.tower-rush-sa1efz 2.tower-rush-ycwzud 3.tower-rush-h16qz2 1.tower-rush-g13jmx 5.tower-rush-fc0whe.tower-rush-g13jmx 32.tower-rush-6whmc9.tower-rush-knknz6 5.tower-rush-865923 4.tower-rush-qczttg 9.tower-rush-qczttg 8.tower-rush-g13jmx 6.tower-rush-tuvfvn.tower-rush-fvlg8g.tower-rush-pdzkex.tower-rush-12ayjk.tower-rush-89734m 4.tower-rush-3kcsnd.tower-rush-89734m 6.tower-rush-89734m 0l29.tower-rush-865923 17.tower-rush-75s5tj.tower-rush-eqakli 2.tower-rush-mkwrul 10.tower-rush-rbjthp.tower-rush-ycwzud 8.tower-rush-amtxml.tower-rush-7ow4w3.tower-rush-ws04k6.tower-rush-m8y4ti.tower-rush-gzbt7h.tower-rush-knknz6.tower-rush-wxo2xi.tower-rush-ycwzud 1.tower-rush-w3655b.tower-rush-76lry4.tower-rush-2p3cvk.tower-rush-bz22zb.tower-rush-o6up4s.tower-rush-sa1efz 1.tower-rush-apkabw.tower-rush-ab0n9c.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.tower-rush-tjowt1 > input:checked ~ label,
.tower-rush-tjowt1 > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tower-rush-p3iwa1.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.tower-rush-c6nn9q 44.tower-rush-w9sa7s.tower-rush-5hjzhk.tower-rush-jbyjrg.tower-rush-eg14wg.tower-rush-wxo2xi.tower-rush-wkje7t.tower-rush-v9mqj7.tower-rush-19s5k4.tower-rush-tp6x9s.tower-rush-iar66t.tower-rush-rloo7q.tower-rush-865923 0l-12.tower-rush-ycwzud 30.tower-rush-t8eabi.tower-rush-iwbc6m 2.tower-rush-qixqum.tower-rush-iwbc6m 3.tower-rush-lq6zha 3.tower-rush-jo44en.tower-rush-g13jmx 3.tower-rush-qnz32t.tower-rush-knknz6.tower-rush-a3y460.tower-rush-qczttg 7-3.tower-rush-ycwzud 10.tower-rush-83krcy.tower-rush-qczttg 23.tower-rush-1u02e0.tower-rush-h16qz2 1.tower-rush-sa1efz 2.tower-rush-ycwzud 3.tower-rush-h16qz2 1.tower-rush-g13jmx 5.tower-rush-fc0whe.tower-rush-g13jmx 32.tower-rush-6whmc9.tower-rush-knknz6 5.tower-rush-865923 4.tower-rush-qczttg 9.tower-rush-qczttg 8.tower-rush-g13jmx 6.tower-rush-tuvfvn.tower-rush-fvlg8g.tower-rush-pdzkex.tower-rush-12ayjk.tower-rush-89734m 4.tower-rush-3kcsnd.tower-rush-89734m 6.tower-rush-89734m 0l29.tower-rush-865923 17.tower-rush-75s5tj.tower-rush-eqakli 2.tower-rush-mkwrul 10.tower-rush-rbjthp.tower-rush-ycwzud 8.tower-rush-amtxml.tower-rush-7ow4w3.tower-rush-ws04k6.tower-rush-m8y4ti.tower-rush-gzbt7h.tower-rush-knknz6.tower-rush-wxo2xi.tower-rush-ycwzud 1.tower-rush-w3655b.tower-rush-76lry4.tower-rush-2p3cvk.tower-rush-bz22zb.tower-rush-o6up4s.tower-rush-sa1efz 1.tower-rush-apkabw.tower-rush-ab0n9c.5z'/%3e%3c/svg%3e");
}

.tower-rush-tjowt1 > input:not(:checked) ~ label:hover,
.tower-rush-tjowt1 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tower-rush-p3iwa1.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.tower-rush-c6nn9q 44.tower-rush-w9sa7s.tower-rush-5hjzhk.tower-rush-jbyjrg.tower-rush-eg14wg.tower-rush-wxo2xi.tower-rush-wkje7t.tower-rush-v9mqj7.tower-rush-19s5k4.tower-rush-tp6x9s.tower-rush-iar66t.tower-rush-rloo7q.tower-rush-865923 0l-12.tower-rush-ycwzud 30.tower-rush-t8eabi.tower-rush-iwbc6m 2.tower-rush-qixqum.tower-rush-iwbc6m 3.tower-rush-lq6zha 3.tower-rush-jo44en.tower-rush-g13jmx 3.tower-rush-qnz32t.tower-rush-knknz6.tower-rush-a3y460.tower-rush-qczttg 7-3.tower-rush-ycwzud 10.tower-rush-83krcy.tower-rush-qczttg 23.tower-rush-1u02e0.tower-rush-h16qz2 1.tower-rush-sa1efz 2.tower-rush-ycwzud 3.tower-rush-h16qz2 1.tower-rush-g13jmx 5.tower-rush-fc0whe.tower-rush-g13jmx 32.tower-rush-6whmc9.tower-rush-knknz6 5.tower-rush-865923 4.tower-rush-qczttg 9.tower-rush-qczttg 8.tower-rush-g13jmx 6.tower-rush-tuvfvn.tower-rush-fvlg8g.tower-rush-pdzkex.tower-rush-12ayjk.tower-rush-89734m 4.tower-rush-3kcsnd.tower-rush-89734m 6.tower-rush-89734m 0l29.tower-rush-865923 17.tower-rush-75s5tj.tower-rush-eqakli 2.tower-rush-mkwrul 10.tower-rush-rbjthp.tower-rush-ycwzud 8.tower-rush-amtxml.tower-rush-7ow4w3.tower-rush-ws04k6.tower-rush-m8y4ti.tower-rush-gzbt7h.tower-rush-knknz6.tower-rush-wxo2xi.tower-rush-ycwzud 1.tower-rush-w3655b.tower-rush-76lry4.tower-rush-2p3cvk.tower-rush-bz22zb.tower-rush-o6up4s.tower-rush-sa1efz 1.tower-rush-apkabw.tower-rush-ab0n9c.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .tower-rush-0nrkc9 > .tower-rush-68x9gc {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .tower-rush-0nrkc9 > .tower-rush-68x9gc {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .tower-rush-0nrkc9 > .tower-rush-68x9gc {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .tower-rush-0nrkc9 > .tower-rush-68x9gc {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .tower-rush-0nrkc9 > .tower-rush-68x9gc {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

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

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

.tower-rush-uz3t68.tower-rush-af8707 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-uz3t68.tower-rush-rnz19s .tower-rush-o3z3tc {
  background: #2b3b67;
}

.tower-rush-uz3t68.tower-rush-rnz19s .tower-rush-a5u505 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.tower-rush-uz3t68.tower-rush-rnz19s .tower-rush-a5u505::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.tower-rush-uz3t68.tower-rush-rnz19s .tower-rush-a5u505::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.tower-rush-uz3t68.tower-rush-rnz19s .tower-rush-iw1wla::before {
  background: #0e0f41;
}

.tower-rush-uz3t68.tower-rush-rnz19s .tower-rush-iw1wla::after {
  background: #152557;
}

.tower-rush-uz3t68.tower-rush-qvss8h .tower-rush-o3z3tc {
  background: #1f35fa;
}

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

.tower-rush-uz3t68.tower-rush-qvss8h .tower-rush-a5u505::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.tower-rush-uz3t68.tower-rush-qvss8h .tower-rush-a5u505::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

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

.tower-rush-uz3t68.tower-rush-qvss8h .tower-rush-iw1wla::after {
  background: #192ac8;
}

.tower-rush-uz3t68.tower-rush-8e2ddz .tower-rush-o3z3tc {
  background: #fa771f;
}

.tower-rush-uz3t68.tower-rush-8e2ddz .tower-rush-a5u505 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.tower-rush-uz3t68.tower-rush-8e2ddz .tower-rush-a5u505::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.tower-rush-uz3t68.tower-rush-8e2ddz .tower-rush-a5u505::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

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

.tower-rush-uz3t68.tower-rush-8e2ddz .tower-rush-iw1wla::after {
  background: #fa8535;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-xk810f .tower-rush-o7xr33 {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

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

.tower-rush-5ai9rw.tower-rush-af8707 {
  display: none;
}

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

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

.tower-rush-16yauc {
  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-81adbr {
  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-qnm3ek small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.tower-rush-ehdjzf .tower-rush-o7xr33 {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-2pfx1j {
  flex-wrap: wrap;
  justify-content: center;
}

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

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

.tower-rush-iyuby8 .tower-rush-tw39nj {
  justify-content: center;
}

/* faq */

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

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

.tower-rush-7krpl1.tower-rush-yqr4w8 .tower-rush-njywr6::after {
  transform: rotate(45deg);
}

.tower-rush-406bgf {
  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-7krpl1.tower-rush-yqr4w8 .tower-rush-406bgf {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

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

.tower-rush-tjowt1 > input:not(:checked) ~ label:hover,
.tower-rush-tjowt1 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tower-rush-b6mqxt.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.tower-rush-ij59e1 44.tower-rush-5rwnvs.tower-rush-c5bkuc.tower-rush-zcjp0r.tower-rush-st06an.tower-rush-51ssra.tower-rush-f2lc0x.tower-rush-jpag55.tower-rush-1r71cw.tower-rush-pyfs50.tower-rush-jbe1bh.tower-rush-jboeu4.tower-rush-bwnhu8 0l-12.tower-rush-kcnxm8 30.tower-rush-cscw8q.tower-rush-1ywlsq 2.tower-rush-r722tz.tower-rush-1ywlsq 3.tower-rush-d5dpva 3.tower-rush-248hy9.tower-rush-2ghw7m 3.tower-rush-2q7rkp.tower-rush-kdgb82.tower-rush-0s2mc8.tower-rush-j05ogt 7-3.tower-rush-kcnxm8 10.tower-rush-1ju5br.tower-rush-j05ogt 23.tower-rush-6nhyly.tower-rush-iy1mai 1.tower-rush-495of2 2.tower-rush-kcnxm8 3.tower-rush-iy1mai 1.tower-rush-2ghw7m 5.tower-rush-2itu2n.tower-rush-2ghw7m 32.tower-rush-sa1v9q.tower-rush-kdgb82 5.tower-rush-bwnhu8 4.tower-rush-j05ogt 9.tower-rush-j05ogt 8.tower-rush-2ghw7m 6.tower-rush-rxl2il.tower-rush-iqy7pa.tower-rush-tv7h6h.tower-rush-d8mfwl.tower-rush-0mt3nf 4.tower-rush-bj31js.tower-rush-0mt3nf 6.tower-rush-0mt3nf 0l29.tower-rush-bwnhu8 17.tower-rush-anyhnz.tower-rush-mi63sk 2.tower-rush-o0hiw8 10.tower-rush-taa01d.tower-rush-kcnxm8 8.tower-rush-cm9p1n.tower-rush-qqoxu7.tower-rush-xxw1ae.tower-rush-z3m6lu.tower-rush-6yywhs.tower-rush-kdgb82.tower-rush-51ssra.tower-rush-kcnxm8 1.tower-rush-bzo8wu.tower-rush-qx9iz1.tower-rush-wzmple.tower-rush-8e09c6.tower-rush-jhp25s.tower-rush-495of2 1.tower-rush-d1cjg1.tower-rush-rst1it.5z'/%3e%3c/svg%3e");
}

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

.tower-rush-k0lzlw {
  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-k0lzlw.tower-rush-1rwnue {
  display: block;
}

.tower-rush-k0lzlw.tower-rush-g8ovuj {
  display: none;
}

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

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

.tower-rush-yfekyt {
  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-ufr9gz {
  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-65s0dv small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.tower-rush-if9sz0 .tower-rush-dnc2af {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.tower-rush-sp5jmk 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-sp5jmk 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-7uksoq {
  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-7uksoq.tower-rush-1oexha {
  opacity: 1;
  pointer-events: auto;
}

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

.tower-rush-1e8ib8 > input:not(:checked) ~ label:hover,
.tower-rush-1e8ib8 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.tower-rush-gbxhkg.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.tower-rush-7bnyny 44.tower-rush-0lwf9l.tower-rush-uvvw25.tower-rush-2m8ipi.tower-rush-ptkwoy.tower-rush-k6avot.tower-rush-08pq6l.tower-rush-gaduxl.tower-rush-ee4xzp.tower-rush-rrp1g2.tower-rush-q2wznt.tower-rush-vnyl1a.tower-rush-cw0voi 0l-12.tower-rush-klsd4g 30.tower-rush-4zvsiu.tower-rush-2qy6d3 2.tower-rush-za5jkt.tower-rush-2qy6d3 3.tower-rush-3kb350 3.tower-rush-z7e6lt.tower-rush-7qijh8 3.tower-rush-nvmalw.tower-rush-d0bzq6.tower-rush-frtups.tower-rush-xfobsq 7-3.tower-rush-klsd4g 10.tower-rush-46evd2.tower-rush-xfobsq 23.tower-rush-fgn5s8.tower-rush-qklen3 1.tower-rush-s49x38 2.tower-rush-klsd4g 3.tower-rush-qklen3 1.tower-rush-7qijh8 5.tower-rush-fi53v9.tower-rush-7qijh8 32.tower-rush-4cs4wy.tower-rush-d0bzq6 5.tower-rush-cw0voi 4.tower-rush-xfobsq 9.tower-rush-xfobsq 8.tower-rush-7qijh8 6.tower-rush-46yqye.tower-rush-72bnsg.tower-rush-2mlt4w.tower-rush-pvwpx0.tower-rush-pkszla 4.tower-rush-g5jir7.tower-rush-pkszla 6.tower-rush-pkszla 0l29.tower-rush-cw0voi 17.tower-rush-boio77.tower-rush-99qopp 2.tower-rush-ttr6ak 10.tower-rush-4fbddu.tower-rush-klsd4g 8.tower-rush-7visme.tower-rush-ckrbpj.tower-rush-czq8jg.tower-rush-mvmn93.tower-rush-fv3coz.tower-rush-d0bzq6.tower-rush-k6avot.tower-rush-klsd4g 1.tower-rush-ub5ls0.tower-rush-l24qme.tower-rush-sb7fif.tower-rush-j6nvbt.tower-rush-6nkgzk.tower-rush-s49x38 1.tower-rush-hem8xa.tower-rush-hybqdx.5z'/%3e%3c/svg%3e");
}

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

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

.tower-rush-jj9l7i.tower-rush-o2c5pg {
  display: none;
}

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

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

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

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

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

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

.tower-rush-t5fcek .tower-rush-jc14nc {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.tower-rush-8dkcgf {
  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-jj9l7i {
  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-jj9l7i.tower-rush-cdqxzg {
  display: block;
}

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

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

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

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

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

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

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

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

.tower-rush-kjxahk.tower-rush-avmkaj .tower-rush-x2but4::after {
  transform: rotate(45deg);
}

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

.tower-rush-fndpo0 {
  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-kjxahk.tower-rush-avmkaj .tower-rush-fndpo0 {
  max-height: 200px;
  padding: 15px 20px;
}

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

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

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

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

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

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

.tower-rush-qqfwu4 {
  margin-bottom: 25px;
}

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

/* popup */

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

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

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

.tower-rush-7v76fr.tower-rush-pldmd2 {
  bottom: 40px;
}

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

.tower-rush-24rutk {
  width: 18vw;
  max-width: 80px;
  min-width: 45px;
  animation: jump-y 0.tower-rush-062bbk 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-8lt63j {
  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-k33rbl ease;
  z-index: 10000;
}

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

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

  .tower-rush-oo9zvn .tower-rush-l9g0p9 {
    font-size: 13.5px;
  }

  .tower-rush-7v76fr .tower-rush-24rutk {
    animation: jump-y 0.tower-rush-062bbk infinite ease-in-out;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-13vtb1 {
  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-13vtb1 {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .tower-rush-13vtb1 {
    padding: 50px 16px 68px;
  }
}
.tower-rush-hifpb1 {
  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-hifpb1 {
    flex-direction: column;
  }
}
.tower-rush-dpzk3h {
  margin-bottom: 94px;
}
@media only screen and (max-width: 767px) {
  .tower-rush-dpzk3h {
    margin-bottom: 40px;
  }
}
.tower-rush-y9nfuk .tower-rush-kutaw2 {
  margin-bottom: 28px;
}
.tower-rush-y9nfuk .tower-rush-kutaw2 img {
  max-height: 100px;
  width: auto;
}
.tower-rush-odbzzb {
  display: flex;
  align-items: center;
}
.tower-rush-odbzzb a + a {
  margin-left: 24px;
}
.tower-rush-odbzzb img {
  max-height: 56px;
  width: auto;
}
.tower-rush-odbzzb img + img {
  margin-left: 24px;
}
.tower-rush-2f5smx {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .tower-rush-2f5smx {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}
.tower-rush-dv5ezv {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .tower-rush-dv5ezv {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.tower-rush-k0mwj6 {
  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-h9s3g0 .tower-rush-mn7lc9 a {
    font-size: 12px;
  }
}

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

.tower-rush-b268sx {
  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-b268sx {
    padding: 80px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .tower-rush-b268sx {
    padding: 50px 16px 68px;
  }
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.tower-rush-s3mwur, .tower-rush-xycl1b, [class*="review-card"],
thead, thead th, table th, .tower-rush-vyekjn,
.tower-rush-pyvmve, [class*="collapsible-header"],
.tower-rush-1bavt2, [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-3vb7re,
.tower-rush-a5m5sy {
  background: #111214 !important;
}
