.desktop-header-new {
  left: 0;
  background-color: transparent;
  top: 0;
  position: fixed;
  width: 100%;
  height: 68px;
  z-index: 20;
}
.desktop-header-new .nav-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px 10% 20px 10%;
  justify-content: space-between;
}
.nav-container img {
  width: 44px;
}
.nav-container .rush-logo {
  width: auto !important;
}
.nav-container-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.nav-container-links .header-link {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.nav-container-links .games-dropdown {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.menu {
  justify-content: space-between;
  height: 24px;
  font-family: Rubik;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  margin-top: 16px;
  padding: 0;
  color: #fff;
}
a.menu:focus {
  color: #fff;
}
.plus-icon {
  width: 11px;
  height: 11px;
  margin-right: 5px;
}
.minus-icon {
  width: 11px;
  margin-right: 5px;
}
.game-option {
  justify-content: space-between;
  font-family: Rubik;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  padding: 16px 0 0 20px;
  color: #fff;
}
.game-options > li,
.game-options > ul {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}
.tournament-link {
  justify-content: flex-start;
  gap: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.tournament-icon {
  background: #fe3657;
  border-radius: 6px;
  font-family: Rubik;
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  line-height: 10px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 2px 8px;
  text-transform: uppercase;
}
.header-blur {
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
}
@media (max-width: 1200px) {
  .nav-container {
    font-size: 12px;
  }
}
@media (max-width: 1000px) {
  .nav-container {
    font-size: 10px;
  }
}
@media (max-width: 1400px) {
  .nav-container {
    padding: 15px 8% 20px 8% !important;
  }
}
.main-footer-new {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.footer-row-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-start;
}
.footer-rush-logo img {
  width: 136px;
}
.footer-nav-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.footer-nav-container a img {
  width: 44px;
  height: auto;
}
.footer-left-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  gap: 25px;
}
.footer-right-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  flex: 1;
  gap: 20px;
}
.footer-copy {
  color: var(--text-secondary, rgba(255, 255, 255, 0.7));
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.footer-game-list ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-game-list li {
  margin: 0;
}
.footer-game-category {
  color: var(--text-tertiary, rgba(255, 255, 255, 0.5)) !important;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.footer-game-link {
  color: var(--text-main, #fff) !important;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.footer-copy-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.footer-link-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.footer-link-container a {
  color: var(--text-secondary, rgba(255, 255, 255, 0.7));
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  padding: 5px 15px;
}
.footer-copy-container .footer-copy {
  text-align: center;
  width: 80%;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
.main-footer-new ul li {
  list-style-type: none;
}
.main-footer-new ul {
  margin: 0;
  padding: 0;
}
.mobile-footer-new {
  padding: 20px 16px 150px 20px !important;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.mobile-footer-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-footer-copy {
  color: var(--text-secondary, rgba(255, 255, 255, 0.7));
  text-align: justify;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 100;
  line-height: 140%;
}
.mobile-copy-center {
  text-align: center;
}
.mobile-footer-row-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.mobile-footer-game-category {
  color: var(--text-tertiary, rgba(255, 255, 255, 0.5)) !important;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 100 !important;
  line-height: 20px;
}
.mobile-footer-game-list ul {
  display: flex;
  gap: 8px !important;
  flex-direction: column;
  margin: 0 !important;
  padding: 0 !important;
}
.mobile-footer-game-link {
  color: var(--text-main, #fff) !important;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 20px;
}
.mobile-footer-new ul li {
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
}
.mobile-footer-link-column {
  display: flex;
  flex-direction: column;
  gap: 16px !important;
}
.mobile-footer-hr {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  height: 1px;
}
.mobile-footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.mobile-footer-bottom-link {
  color: var(--text-secondary, rgba(255, 255, 255, 0.7));
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
.mobile-footer-social-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.navigation {
  display: flex;
  gap: 20px;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.nav-item {
  position: relative;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
}
.nav-icon {
  display: inline-block;
  position: relative;
}
.nav-icon:focus .tooltip,
.nav-icon:hover .tooltip {
  display: block;
}
.tooltip a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 5px 0;
}
.tooltip a:hover {
  text-decoration: underline;
}
.hr {
  background: rgba(255, 255, 255, 0.1);
  height: 1px;
  width: 100%;
  border: none;
}
.navigation .footer-game-link {
  font-weight: 700;
}
.nav-item {
  margin-bottom: 20px;
  position: relative;
}
.nav-element {
  cursor: pointer;
}
.tooltip {
  display: none;
  position: absolute;
  bottom: -70px;
  background: #2c003e;
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  width: auto;
  white-space: nowrap;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  padding: 16px;
  flex-wrap: wrap;
  border-radius: 16px;
  border: 0.414px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(82deg, #27003a 1.21%, #2a0143 97.93%);
  opacity: 100;
}
.tooltip-pointer {
  position: absolute;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #2c003e;
}
.tooltip1 {
  transform: translateX(-20%);
}
.tooltip-pointer1 {
  transform: translateX(100px);
}
.tooltip2 {
  transform: translateX(-60%);
}
.tooltip-pointer2 {
  transform: translateX(240px);
}
.tooltip3 {
  transform: translateX(-70%);
}
.tooltip-pointer3 {
  transform: translateX(100px);
}
.tooltip4 {
  transform: translateX(-64%);
  max-width: 80vw;
  height: auto;
  flex-wrap: wrap;
  bottom: -100px;
}
.tooltip-pointer4 {
  transform: translateX(47vw);
}
.tooltip5 {
  transform: translateX(-78%);
}
.tooltip-pointer5 {
  transform: translateX(40vw);
}
.tooltip6 {
  transform: translateX(-98%);
}
.tooltip-pointer6 {
  transform: translateX(58vw);
}
.tooltip-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: var(--Text-Main, #fff);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  flex-wrap: wrap;
}
.tooltip-content:last-child {
  border-bottom: none;
}
.tooltip-content a {
  color: var(--Text-Main, #fff);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.tooltip-content a:hover {
  color: #fc0;
}
.separator {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.1);
}
.nav-element.active .tooltip {
  display: flex;
}
.nav-open {
  height: 16.67px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  padding: 16px;
  align-items: flex-start;
  width: 100%;
  border-radius: 16px;
  border: 0.414px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 16px;
}
.mob-footer-links .faq-element {
  border-bottom: none !important;
  padding: 0;
}
.mob-footer-links .faq-expand {
  height: 14px;
}
.footer-links a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--Text-Secondary, rgba(255, 255, 255, 0.7));
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 16px;
  width: 100%;
}
.footer-links a:last-child {
  border-bottom: none;
}
.mob-footer-links .faq-question > div > p {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.mob-footer-links .faq-expand img {
  width: 14px;
  height: auto;
}
.footer-links-open {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(17px);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 40px 0 40px;
}
.mob-footer-links .faq-question {
  align-items: center;
}
.game-menu-logo {
  margin-right: 8px;
  width: 40px;
  height: 40px;
}
.faq-section {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(17px);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 40px 0 40px;
}
.faq-element {
  padding: 40px 0 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.faq-question {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.faq-question > div > p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
}
.expand {
  color: rgba(255, 255, 255, 0.7);
  font-size: 30px;
  font-weight: 100;
  height: auto;
}
.faq-answer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  padding-top: 0;
  height: 0;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 100;
  font-size: 14px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.7);
}
.faq-answer > p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 100;
  font-size: 14px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.7);
}
.main-img-section img {
  width: 100%;
  height: auto;
  margin-top: -115px;
  padding-left: 80px;
}
.faq-expand img {
  width: 24px;
  height: auto;
}
.footer-links-new {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.footer-link-head {
  color: var(--Text-Main, #fff);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.mob-footer-links {
  gap: 16px;
  display: flex;
  flex-direction: column;
  margin-top: 6px;
}
.mob-footer-links .faq-question div p {
  margin: 0;
}
@media (max-width: 370px) {
  .mobile-footer-bottom-link {
    font-size: 12px;
  }
}
