/* [project]/src/vendor/normalize.css [client] (css) */
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: #0000;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="reset"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="button"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="reset"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="submit"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
  max-width: 100%;
  padding: 0;
  display: table;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

/* [project]/src/index.css [client] (css) */


/* [project]/src/components/App/App.css [client] (css) */
* {
  border: 0;
  margin: 0;
  padding: 0;
}

*, :after, :before {
  box-sizing: border-box;
}

:active, :focus {
  outline: 0;
}

img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

a:active, a:focus {
  outline: 0;
}

aside, footer, header, nav {
  display: block;
}

body, html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  color: #fff;
  width: 100%;
  min-height: 100vh;
  font-size: 16px;
  line-height: 130%;
  font-family: var(--font-main);
  background: #010207;
  font-weight: 400;
}

#root {
  z-index: 1;
  position: relative;
}

@media (max-width: 600px) {
  h1 {
    word-break: break-all;
  }
}

button, input, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

input, textarea {
  appearance: none;
  border-radius: 0;
}

input::-webkit-input-placeholder {
  color: inherit;
}

textarea::-webkit-input-placeholder {
  color: inherit;
}

input::-moz-placeholder {
  color: inherit;
}

textarea::-moz-placeholder {
  color: inherit;
}

:is(input:-ms-placeholder-shown, textarea:-ms-placeholder-shown) {
  color: inherit;
}

:is(input:placeholder-shown, textarea:placeholder-shown) {
  color: inherit;
}

input::-moz-placeholder {
  color: inherit;
}

textarea::-moz-placeholder {
  color: inherit;
}

input::placeholder, textarea::placeholder {
  color: inherit;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
  background-color: #0000;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a {
  color: inherit;
  display: inline-block;
}

a, a:visited, a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

svg {
  width: 100%;
  height: 100%;
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  appearance: textfield;
}

address {
  font-style: normal;
}

strong {
  display: block;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/font/inter-regular.woff2") format("woff2");
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/font/inter-bold.woff2") format("woff2");
}

@font-face {
  font-family: Mr Dafoe;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/font/mrdafoe-regular.woff2") format("woff2");
}

:root {
  --font-main: "Inter", sans-serif;
  --container-width: 1220px;
  --container-header-width: 1340px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 12px;
  --container: calc(var(--container-width)  + (var(--container-step) * 2));
  --container-header: calc(var(--container-header-width)  + (var(--container-step) * 2));
  --main: #fff;
  --black: #000;
  --white: #fff;
  --hover: #435462;
  --active: #84c404;
  --bg-dark: #000;
}

.container {
  max-width: var(--container);
  padding: 0 var(--container-step);
  margin: 0 auto;
}

@media (max-width: 991px) {
  .container {
    padding: 0 var(--container-step-tablet);
  }
}

@media (max-width: 600px) {
  .container {
    padding: 0 var(--container-step-mobile);
  }
}

.underline {
  text-decoration: underline;
}

.main {
  flex: auto;
  position: relative;
}

.main__content {
  z-index: 2;
  position: relative;
}

.main__bg {
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: 300px;
  position: absolute;
}

.main__bg--bottom {
  z-index: 1;
  background: url("/assets/boomerang-bg-bottom.svg") 0 100% / contain no-repeat;
  width: 483px;
  height: 513px;
  top: 75%;
  left: 0;
}

.main__bg--bottom:before {
  content: "";
  filter: blur(200px);
  pointer-events: none;
  z-index: 1;
  background: #510f5e66;
  border-radius: 989px;
  width: 100%;
  max-width: 989px;
  height: 100%;
  max-height: 705px;
  position: absolute;
  inset: 0;
}

@media (max-width: 1200px) {
  .main__bg--bottom {
    bottom: 270px;
  }
}

.main__bg--top {
  background: url("/assets/boomerang-bg-top.svg") 0 0 / contain no-repeat;
  width: 383px;
  height: 413px;
  top: 900px;
  left: 0;
}

.main__bg--top:before {
  content: "";
  filter: blur(200px);
  pointer-events: none;
  z-index: 1;
  background: #510f5e66;
  border-radius: 989px;
  width: 100%;
  max-width: 989px;
  height: 100%;
  max-height: 705px;
  position: absolute;
  top: 50%;
  left: -200px;
}

.main__bg--right {
  background: url("/assets/boomerang-bg-right.svg") 100% 0 / contain no-repeat;
  width: 483px;
  height: 513px;
  top: 60%;
  right: 0;
}

.main--leaders .main__bg--top {
  top: 15%;
  z-index: 1 !important;
}

.main--leaders .main__bg--right {
  top: 900px;
  z-index: 1 !important;
}

@media (max-width: 991px) {
  .main__bg {
    display: none;
  }
}

a, button {
  color: var(--main);
}

.w-100 {
  width: 100% !important;
}

.but {
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(45deg, #0098ff, #ff0069) border-box;
  border: 1px solid #0000;
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  min-width: 240px;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.but:hover {
  background: linear-gradient(#011237, #001136) padding-box padding-box, linear-gradient(45deg, #0098ff, #ff0069) border-box;
  border: 1px solid #0000;
  border-radius: 49px;
}

.but__center {
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.fw-700 {
  font-weight: 700;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.text-shadow {
  text-shadow: 0 1px 4px #00000040;
}

.bg-gray {
  background: #232323;
}

.bg-black {
  background: #000;
}

.color-green {
  color: #00fb67;
}

.color-red {
  color: #ff0069;
}

.fw-400 {
  font-weight: 400 !important;
}

.color-blue {
  color: #0098ff;
}

.color-white {
  color: #fff;
}

.text-shadow-red {
  text-shadow: 1px 1px #b01c81, 0 1px 2px #0000004d;
}

.tx-28-18 {
  font-size: 28px;
  line-height: 130%;
}

@media (max-width: 600px) {
  .tx-28-18 {
    font-size: 18px;
  }
}

.tx-24-16 {
  font-size: 24px;
}

@media (max-width: 600px) {
  .tx-24-16 {
    font-size: 16px;
  }
}

.tx-24-11 {
  font-size: 24px;
}

@media (max-width: 600px) {
  .tx-24-11 {
    font-size: 11px;
    line-height: 130%;
  }
}

@media (max-width: 600px) {
  .tx-24-13 {
    font-size: 13px;
  }
}

.tx-24-12 {
  font-size: 24px;
}

@media (max-width: 600px) {
  .tx-24-12 {
    font-size: 12px;
  }
}

.tx-16-14 {
  font-size: 16px;
}

@media (max-width: 600px) {
  .tx-16-14 {
    font-size: 14px;
  }
}

.tx-17-10 {
  font-size: 21px;
}

@media (max-width: 600px) {
  .tx-17-10 {
    font-size: 10px;
    line-height: 130%;
  }
}

.tx-22-10 {
  font-size: 22px;
}

@media (max-width: 991px) {
  .tx-22-10 {
    font-size: 17px;
  }
}

@media (max-width: 600px) {
  .tx-22-10 {
    font-size: 10px;
    line-height: 130%;
  }
}

.tx-16-9 {
  font-size: 16px;
}

@media (max-width: 600px) {
  .tx-16-9 {
    font-size: 9px;
  }
}

.tx-14-10 {
  font-size: 14px;
}

@media (max-width: 600px) {
  .tx-14-10 {
    font-size: 11px;
  }
}

.mtb-44-30 {
  margin: 44px 0;
}

@media (max-width: 600px) {
  .mtb-44-30 {
    margin: 30px 0;
  }
}

.mb-44-20 {
  margin-bottom: 44px;
}

@media (max-width: 600px) {
  .mb-44-20 {
    margin-bottom: 20px;
  }
}

.mb-20-30 {
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .mb-20-30 {
    margin-bottom: 30px;
  }
}

.pb-20-30 {
  padding-bottom: 20px;
}

@media (max-width: 600px) {
  .pb-20-30 {
    padding-bottom: 30px;
  }
}

.mb-55-35 {
  margin-bottom: 55px;
}

@media (max-width: 600px) {
  .mb-55-35 {
    margin-bottom: 35px;
  }
}

.mb-10-0 {
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .mb-10-0 {
    margin-bottom: 0;
  }
}

.mb-15 {
  margin-bottom: 15px;
}

.pb-10 {
  padding-bottom: 10px;
}

.mb-20-6 {
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .mb-20-6 {
    margin-bottom: 6px;
  }
}

.tx-24-13 {
  font-size: 24px;
}

@media (max-width: 600px) {
  .tx-24-13 {
    font-size: 13px;
  }
}

.brb-green {
  border-bottom: 1px solid #0098ff;
}

.inline-block {
  display: inline-block;
}

@media (max-width: 600px) {
  .text-center-mob {
    text-align: center;
  }
}

.tx-40-20 {
  font-size: 40px;
  line-height: normal;
}

@media (max-width: 600px) {
  .tx-40-20 {
    font-size: 20px;
  }
}

.tx-46-17 {
  letter-spacing: 2.3px;
  font-size: 40px;
  line-height: 100%;
}

@media (max-width: 1200px) {
  .tx-46-17 {
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  .tx-46-17 {
    letter-spacing: .85px;
    font-size: 16px;
    line-height: 110%;
  }
}

.tx-30-17 {
  letter-spacing: 2.3px;
  font-size: 36px;
  line-height: 100%;
}

@media (max-width: 600px) {
  .tx-30-17 {
    letter-spacing: .85px;
    font-size: 17px;
    line-height: 89%;
  }
}

.tx-16-12 {
  font-size: 16px;
}

@media (max-width: 600px) {
  .tx-16-12 {
    font-size: 12px;
  }
}

.tx-14-12 {
  font-size: 14px;
}

@media (max-width: 600px) {
  .tx-14-12 {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .none-laptop {
    display: none;
  }
}

.mb-32 {
  margin-bottom: 32px;
}

.mtb-17-10 {
  margin: 17px 0;
}

@media (max-width: 600px) {
  .mtb-17-10 {
    margin: 10px 0;
  }
}

.mb-44-10 {
  margin-bottom: 44px;
}

@media (max-width: 600px) {
  .mb-44-10 {
    margin-bottom: 10px;
  }
}

.mb-5 {
  margin-bottom: 5px;
}

@media (max-width: 600px) {
  .mb-5 {
    margin-bottom: 0;
  }
}

.tx-70-24 {
  font-size: 70px;
  line-height: 130%;
}

@media (max-width: 1200px) {
  .tx-70-24 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .tx-70-24 {
    font-size: 36px;
  }
}

@media (max-width: 600px) {
  .tx-70-24 {
    font-size: 24px;
  }
}

.box-shadow-green {
  box-shadow: 0 0 20.4px #0086ff;
}

.widget-fixed {
  z-index: 1000;
  isolation: isolate;
  --widget-accent-rgb: 0, 152, 255;
  --widget-accent-hover-rgb: 0, 134, 255;
  will-change: transform, box-shadow, filter;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  transition: transform .2s, box-shadow .2s;
  animation: 2.4s ease-in-out infinite widget-icon-pulse;
  display: block;
  position: fixed;
  bottom: 110px;
  right: 24px;
}

.widget-fixed-whatsapp {
  z-index: 1000;
  isolation: isolate;
  --widget-accent-rgb: 37, 211, 102;
  --widget-accent-hover-rgb: 19, 186, 89;
  will-change: transform, box-shadow, filter;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: transform .2s, box-shadow .2s;
  animation: 2.4s ease-in-out infinite widget-icon-pulse;
  display: flex;
  position: fixed;
  bottom: 134px;
  left: 30px;
}

.widget-fixed:after {
  content: "";
  border: 2px solid rgba(var(--widget-accent-rgb), .85);
  box-shadow: 0 0 18px rgba(var(--widget-accent-rgb), .35);
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  border-radius: 50%;
  animation: 2.4s ease-in-out infinite widget-ring-pulse;
  position: absolute;
  inset: -6px;
  transform: scale(.85);
}

.widget-fixed-whatsapp:after {
  content: "";
  border: 2px solid rgba(var(--widget-accent-rgb), .85);
  box-shadow: 0 0 18px rgba(var(--widget-accent-rgb), .35);
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  border-radius: 50%;
  animation: 2.4s ease-in-out infinite widget-ring-pulse;
  position: absolute;
  inset: -5px;
  transform: scale(.85);
}

.widget-fixed img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.widget-fixed-whatsapp img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

@keyframes widget-ring-pulse {
  0% {
    opacity: 0;
    transform: scale(.85);
  }

  30% {
    opacity: 1;
    transform: scale(1);
  }

  70% {
    opacity: 0;
    transform: scale(1.25);
  }

  100% {
    opacity: 0;
    transform: scale(1.25);
  }
}

@keyframes widget-icon-pulse {
  0% {
    box-shadow: none;
    filter: brightness();
    transform: scale(1);
  }

  35% {
    box-shadow: 0 6px 26px rgba(var(--widget-accent-rgb), .55), 0 0 26px rgba(var(--widget-accent-rgb), .28);
    filter: brightness(1.14) saturate(1.15);
    transform: scale(1.12);
  }

  70% {
    box-shadow: 0 4px 18px rgba(var(--widget-accent-rgb), .32), 0 0 18px rgba(var(--widget-accent-rgb), .18);
    filter: brightness(1.06) saturate(1.08);
    transform: scale(1.04);
  }

  100% {
    box-shadow: none;
    filter: brightness();
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .widget-fixed:after, .widget-fixed, .widget-fixed-whatsapp:after, .widget-fixed-whatsapp {
    animation: none;
  }
}

.widget-fixed--whatsapp {
  --widget-accent-rgb: 37, 211, 102;
  --widget-accent-hover-rgb: 19, 186, 89;
  bottom: 108px;
}

@media (max-width: 420px) {
  .widget-fixed--whatsapp {
    bottom: 96px;
  }
}

.text-bronze {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(91deg, #ff7726 0%, #ffc7a6 50%, #ff7726 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-silver {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(92deg, #b3b3b3 0%, #fff 50%, #b3b3b3 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-gold {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(277deg, #fac704 -.22%, #ffe79d 49.78%, #fac704 99.78%);
  -webkit-background-clip: text;
  background-clip: text;
}

.mt-44-10 {
  margin-top: 44px;
}

@media (max-width: 600px) {
  .mt-44-10 {
    margin-top: 10px;
  }

  .flex-1 {
    min-width: 95px;
  }
}

.mb-27-20 {
  margin-bottom: 27px;
}

@media (max-width: 600px) {
  .mb-27-20 {
    margin-bottom: 20px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

.tx-40-15 {
  font-size: 40px;
}

@media (max-width: 600px) {
  .tx-40-15 {
    font-size: 15px;
  }
}

.mb-top-40 {
  margin-top: 40px;
}

@media (max-width: 1100px) {
  .mb-top-40 {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .mb-top-40 {
    margin-top: 0;
  }
}

.global-loader {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  background: #010207d9;
  justify-content: center;
  align-items: center;
  transition: opacity .25s ease-in-out;
  display: flex;
  position: fixed;
  inset: 0;
}

.global-loader--visible {
  opacity: 1;
  pointer-events: all;
}

.global-loader__spinner {
  border: 4px solid #0000;
  border-color: #0098ff #0000 #ff0069;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: .8s linear infinite spin;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* [project]/src/components/Header/Header.css [client] (css) */
.header {
  z-index: 100;
  background: #010207;
  width: 100%;
  padding: 30px 0;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 600px) {
  .header {
    border-bottom: 1px solid #df0065;
    padding: 15px 0;
  }
}

.header__logo img {
  width: auto;
  height: auto;
}

.header__content {
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  display: flex;
}

.header__logo {
  flex-shrink: 0;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.header__nav-wrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header__nav {
  align-items: center;
  gap: 30px;
  display: flex;
}

.header__nav-link {
  color: #fff;
  padding: 0 20px 10px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s;
  position: relative;
}

.header__nav-link:hover {
  opacity: .8;
}

.header__nav-link.active {
  border-bottom: 1px solid #0098ff;
}

.header__right {
  flex-shrink: 0;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  display: flex;
}

.header__lang {
  width: fit-content;
  display: inline-block;
  position: relative;
}

.header__lang-trigger {
  cursor: pointer;
  color: #fff;
  box-sizing: border-box;
  border: .5px solid #7e7e7e;
  border-radius: 7.5px;
  align-items: center;
  gap: 10px;
  padding: 6px;
  transition: border-color .2s, background .2s;
  display: flex;
}

.header__lang-trigger:hover {
  background: #00000059;
  border-color: #ffffff80;
}

.header__lang-trigger img {
  object-fit: contain;
  border-radius: 50%;
  flex-shrink: 0;
  width: 23px;
  height: 23px;
}

.header__lang-trigger svg {
  color: #fff;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
}

.header__lang-dropdown {
  box-sizing: border-box;
  z-index: 10;
  background: #000000e6;
  border: 1px solid #fff3;
  border-radius: 10px;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  margin-top: 6px;
  padding: 6px;
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.header__lang-option {
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: background .2s;
  display: flex;
}

.header__lang-option:hover, .header__lang-option.active {
  background: #ffffff1a;
}

.header__lang-option img {
  object-fit: contain;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

.header__socials {
  align-items: center;
  gap: 8px;
  display: flex;
}

.header__social {
  color: #fff;
  border: 1px solid #ffffff4d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: border-color .2s, background .2s;
  display: flex;
}

@media (max-width: 600px) {
  .header__social {
    width: 19px;
    height: 19px;
  }
}

.header__social:hover {
  background: #ffffff0d;
  border-color: #ffffff80;
}

.header__social img {
  object-fit: contain;
  filter: brightness(0) invert();
  width: 20px;
  height: 20px;
}

.header__cta .but {
  padding: 10px 20px;
  font-size: 14px;
  text-decoration: none;
}

@media screen and (max-width: 1100px) {
  .header__cta .but {
    padding: 8px 16px;
    font-size: 12px;
  }
}

.header__auth {
  flex-shrink: 0;
  align-items: center;
  gap: 12px;
  display: flex;
}

.header__btn {
  text-transform: uppercase;
  letter-spacing: .02em;
  cursor: pointer;
  border: none;
  border-radius: 12px;
  width: fit-content;
  min-width: 185px;
  padding: 11px 40px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: opacity .2s, filter .2s;
}

.header__btn--login {
  color: #000;
  background: gold;
}

.header__btn--login:hover {
  color: #fff;
  background: none;
  border: 1px solid gold;
  border-radius: 12px;
}

.header__btn--signup {
  color: #fff;
  background: none;
  border: 1px solid gold;
}

.header__btn--signup:hover {
  color: #000;
  background: gold;
  border-radius: 12px;
}

.header__logged-spacer {
  flex: 1;
}

.header__logged {
  flex-shrink: 0;
  align-items: center;
  gap: 24px;
  display: flex;
}

.header__coins {
  align-items: center;
  gap: 8px;
  display: flex;
}

.header__coins img {
  object-fit: contain;
  width: 32px;
  height: 32px;
}

.header__coins-value {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.header__profile {
  color: #fff;
  align-items: center;
  gap: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.header__profile:hover {
  opacity: .9;
}

.header__profile-avatar {
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
}

.header__profile-name {
  white-space: nowrap;
}

.header__logout {
  color: gold;
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  transition: opacity .2s;
  display: flex;
}

.header__logout:hover {
  opacity: .9;
}

.header__logout img {
  object-fit: contain;
  width: 24px;
  height: 24px;
}

@media (max-width: 991px) {
  .header__coins, .header__profile-name, .header__logout {
    display: none;
  }
}

.header__mobile-auth {
  border-top: 1px solid #00000014;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
}

.header__mobile-btn {
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  border-radius: 12px;
  padding: 12px 24px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
}

.header__mobile-btn--login {
  color: #000;
  background: gold;
}

.header__mobile-btn--signup {
  color: #fff;
  background: #2d2d2d;
  border: 1px solid gold;
}

.header__mobile-logout {
  border-top: 1px solid #ffffff1a;
  margin-top: 20px;
  padding-top: 20px;
}

.header__mobile-logout-btn {
  color: gold;
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 12px 24px;
  font-family: inherit;
  font-size: 14px;
  transition: opacity .2s;
  display: flex;
}

.header__mobile-logout-btn:hover {
  opacity: .9;
}

.header__mobile-logout-btn img {
  object-fit: contain;
  width: 24px;
  height: 24px;
}

.auth-overlay {
  z-index: 10000;
  background: #0009;
  justify-content: center;
  align-items: center;
  padding: 20px;
  animation: .2s fadeIn;
  display: flex;
  position: fixed;
  inset: 0;
}

.auth-modal {
  background: linear-gradient(#062300 0%, #093200 100%);
  border-radius: 35px;
  width: 100%;
  max-width: 600px;
  padding: 64px;
  position: relative;
}

@media (max-width: 600px) {
  .auth-modal {
    padding: 32px;
  }
}

.auth-modal--signup {
  max-width: 600px;
}

.auth-modal__close {
  color: #fffc;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  transition: background .2s, color .2s;
  display: flex;
  position: absolute;
  top: 16px;
  right: 16px;
}

.auth-modal__close:hover {
  color: #fff;
  background: #ffffff1a;
}

.auth-modal__title {
  color: #fff;
  text-align: center;
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 700;
}

.auth-modal__form {
  flex-direction: column;
  gap: 14px;
  display: flex;
}

.auth-modal__input {
  color: #fffc;
  box-sizing: border-box;
  background: #ffffff80;
  border: none;
  border-radius: 14px;
  width: 100%;
  padding: 14px 16px;
  font-family: inherit;
  font-size: 16px;
}

.auth-modal__input::placeholder {
  color: #ffffff80;
}

.auth-modal__submit {
  margin-top: 6px;
}

.auth-modal__footer {
  text-align: center;
  color: #fffc;
  margin: 20px 0 0;
  font-size: 14px;
}

.auth-modal__link {
  color: gold;
  font-size: inherit;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  font-weight: 600;
}

.auth-modal__link:hover {
  opacity: .9;
  text-decoration: none;
}

.auth-modal__error {
  color: #e74c3c;
  text-align: center;
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.3;
}

.auth-modal--success {
  text-align: center;
  max-width: 600px;
}

.auth-modal__title--success {
  margin-bottom: 20px;
}

.auth-modal__icon-wrap {
  justify-content: center;
  margin-bottom: 24px;
  display: flex;
}

.auth-modal__icon-wrap img {
  width: auto;
  height: auto;
}

@media (max-width: 600px) {
  .auth-modal__icon-wrap img {
    width: 100%;
    height: 100%;
  }
}

.header__lang-wrap {
  flex-shrink: 0;
  position: relative;
}

.header__lang-dropdown {
  background: #0006;
  border: 1px solid #ffffff59;
  border-radius: 16px;
  box-shadow: 0 8px 24px #0000004d;
}

.header__lang-option {
  border-bottom: 1px solid #ffffff14;
}

.header__lang-option:last-child {
  border-bottom: none;
}

.header__lang-option:hover {
  background: #ffffff14;
}

.header__cta {
  color: #fff;
  white-space: nowrap;
  border-radius: 40px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.header__burger {
  cursor: pointer;
  background: none;
  border: none;
  width: 33px;
  height: 20px;
  padding: 0;
  transition: opacity .3s;
  display: none;
}

.header__burger:hover {
  opacity: .8;
}

.header__burger img {
  filter: brightness(0) invert();
  width: 100%;
  height: 100%;
  display: block;
}

.header__overlay, .header__mobile-menu {
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.header__mobile-nav {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
  display: flex;
}

.header__mobile-link {
  color: #fff;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s;
  position: relative;
}

.header__mobile-link:hover {
  opacity: .8;
}

.header__mobile-link.active {
  text-decoration: underline;
}

.header__mobile-cta {
  color: #fff;
  background-color: #0bce94;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

@media (max-width: 991px) {
  .header__nav-wrap, .header__nav, .header__auth, .header__cta {
    display: none;
  }

  .header__burger {
    width: 36px;
    height: 26px;
    display: flex;
  }

  .header__overlay {
    z-index: 98;
    background-color: #00000080;
    animation: .3s fadeIn;
    display: block;
    position: fixed;
    inset: 0;
  }

  .header__mobile-menu {
    z-index: 99;
    background: linear-gradient(239deg, #710236 -10.4%, #000a20 70.84%);
    width: 100%;
    height: 100vh;
    padding: 70px 0 20px;
    animation: .3s slideDown;
    display: block;
    position: fixed;
    inset: 0;
    overflow-y: auto;
  }

  .header__mobile-close {
    color: #fff;
    cursor: pointer;
    background: none;
    border: none;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    padding: 0;
    transition: background .2s, color .2s;
    display: flex;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .header__mobile-close:hover {
    opacity: .8;
  }

  .header__mobile-lang-wrap {
    border-top: 1px solid #00000014;
    margin-top: 16px;
    padding-top: 16px;
    position: relative;
  }

  .header__lang-trigger--mobile {
    color: #fff;
    background: #2d2d2d;
    border-color: #fff3;
  }

  .header__lang-trigger--mobile:hover {
    background: #3d3d3d;
    border-color: #ffffff59;
  }

  .header__lang-dropdown--mobile {
    min-width: 160px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 1100px) {
  .header__logo img {
    width: 190px;
  }
}

@media (max-width: 600px) {
  .header__logo img {
    width: 120px;
    height: 10px;
  }

  .header__lang-trigger img {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 359px) {
  .header__logo img {
    width: 87px;
    height: 9px;
  }
}

/* [project]/src/components/Footer/Footer.css [client] (css) */
.footer__content {
  padding: 30px 0;
}

/* [project]/src/components/TelegramModal/TelegramModal.css [client] (css) */
.telegram-modal-overlay {
  z-index: 9999;
  -webkit-backdrop-filter: blur(8px);
  background: #000a2099;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
  position: fixed;
  inset: 0;
}

.telegram-modal {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background: #161c8c80;
  border-radius: 33px;
  width: 100%;
  max-width: 552px;
  padding: 20px;
  position: relative;
  box-shadow: inset 0 4px 4px #ffffff26, inset 0 0 68px #ffffff0d;
}

.telegram-modal__close {
  width: 24px;
  height: 24px;
  color: inherit;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: transform .15s, opacity .15s;
  display: flex;
  position: absolute;
  top: -30px;
  right: -4px;
}

.telegram-modal__close:hover {
  opacity: .9;
  transform: scale(1.08);
}

.telegram-modal__close:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #ff0069;
}

.telegram-modal__title {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

.telegram-modal__subtitle {
  color: #fff;
  text-align: center;
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.telegram-modal__lead {
  color: #fff;
  text-shadow: 0 0 10px #0075ff;
  text-align: center;
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}

.telegram-modal__list {
  margin: 0 0 24px;
  padding: 0 0 0 80px;
  list-style: none;
}

@media (max-width: 600px) {
  .telegram-modal__list {
    padding-left: 20px;
  }
}

.telegram-modal__list li {
  text-shadow: 0 4px 4px #00000040;
  color: #fff;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  display: flex;
}

.telegram-modal__list li:last-child {
  margin-bottom: 0;
}

.telegram-modal__emoji {
  flex-shrink: 0;
  font-size: 20px;
}

.telegram-modal__cta {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(239deg, #db0065 -10.4%, #257ce3 70.84%);
  border: none;
  border-radius: 121px;
  width: 100%;
  padding: 14px 20px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .15s, box-shadow .15s;
  display: block;
  box-shadow: 0 0 20.4px #0086ff;
}

.telegram-modal__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 24px #ff006959;
}

.telegram-modal__cta:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #ff0069;
}

@media (max-width: 600px) {
  .telegram-modal {
    border-radius: 20px;
    padding: 28px 20px 24px;
  }

  .telegram-modal__title, .telegram-modal__subtitle {
    font-size: 16px;
  }

  .telegram-modal__lead, .telegram-modal__list li {
    font-size: 14px;
  }

  .telegram-modal__cta {
    padding: 12px 16px;
    font-size: 13px;
  }
}

/* [project]/src/components/MainPage/MainPage.css [client] (css) */


/* [project]/src/components/Zones/Zones.css [client] (css) */
.zones__header {
  text-align: start;
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.zones__header h1 {
  color: #fff;
  text-shadow: 3px 3px 5.3px #00000040;
  text-transform: uppercase;
  font-family: Inter;
  font-size: clamp(40px, 4vw, 96px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.underTitlt {
  text-shadow: 3px 3px 5.3px #00000040;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #17acfe 0%, #5b38ff 31.23%);
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  font-family: Inter;
  font-size: clamp(32px, 4vw, 64px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
}

.underTitlt:after {
  content: "2026";
  text-shadow: 3px 3px 5.3px #00000040;
  text-transform: uppercase;
  color: #deb330;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(0deg, #deb330 0% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  width: clamp(110px, 16vw, 260px);
  font-family: Mr Dafoe;
  font-size: clamp(40px, 4vw, 100px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transform: rotate(-4.277deg);
}

.predict {
  color: #fff;
  text-shadow: 3px 3px 5.3px #00000040;
  text-transform: uppercase;
  text-align: start;
  justify-content: start;
  align-items: start;
  height: 62px;
  font-family: Inter;
  font-size: clamp(24px, 4vw, 40px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
}

.woccup {
  color: #209dfe;
  leading-trim: both;
  text-edge: cap;
  text-shadow: 0 1px 2px #0000004d;
  text-transform: uppercase;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.zones__content {
  flex-direction: row;
  align-items: center;
  gap: 20px;
  display: flex;
}

@media (max-width: 600px) {
  .zones__header {
    margin: 0 auto 20px;
  }

  .woccup {
    color: #fff;
    font-size: 24px;
  }

  .predict {
    height: auto;
  }
}

.zones__item-join {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 44px;
  display: flex;
}

.top_btn-join {
  margin-top: 88px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .top_btn-join {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .zones__content {
    flex-direction: column;
    gap: 40px;
  }
}

.zones__list {
  flex-direction: row;
  gap: 40px;
  padding-bottom: 20px;
  display: flex;
}

@media (max-width: 1280px) {
  .zones__list {
    gap: 15px;
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .zones__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 11px;
  }
}

.zones__list li {
  flex-direction: row;
  justify-content: flex-end;
  align-items: end;
  gap: 40px;
  transition: transform .25s, box-shadow .25s;
  display: flex;
}

.zones__list li:not(:last-child):after {
  content: "";
  background: linear-gradient(#010207 0%, #c7c3c3 50%, #010207 100%);
  width: 1px;
  height: 100%;
  display: block;
}

.zones__list li:hover {
  transform: translateY(-4px);
}

.zones__list-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.zones {
  background-color: #222121;
  background-image: linear-gradient(0deg, #0003 0% 100%), url("/assets/hero.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  padding-top: 130px;
  padding-bottom: 22px;
  position: relative;
  overflow-x: visible;
}

@media (max-width: 661px) {
  .zones {
    background: linear-gradient(0deg, #0003 0%, #0003 100%), url("/assets/hero-mob.webp") lightgray -298.94px 0px / 220.214% 100% no-repeat center / cover;
  }
}

.zones > .container {
  z-index: 1;
  position: relative;
}

@media (max-width: 600px) {
  .zones {
    padding-top: 90px;
  }
}

.zones__item-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
  display: flex;
}

.zones__item-title-img img {
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .zones__item-title {
    text-align: left;
    flex-direction: row-reverse;
  }
}

.but-zones {
  min-height: 54px;
  padding: 10px 30px;
  font-size: 23px;
}

@media (max-width: 600px) {
  .but-zones {
    min-height: 30px;
    padding: 10px 20px;
    font-size: 14px;
  }

  .zones__list li {
    gap: 15px;
  }

  .zones__list li:first-child .zones__item-title-img img {
    max-width: 50px;
    height: 65px;
  }

  .zones__list li:nth-child(2) .zones__item-title-img img {
    max-width: 87px;
    height: 65px;
  }

  .zones__list li:nth-child(3) .zones__item-title-img img {
    max-width: 58px;
    height: 76px;
  }
}

/* [project]/src/components/Battle/Battle.css [client] (css) */
.battle {
  position: relative;
  overflow: hidden;
}

.battle__content {
  z-index: 1;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-image: url("/assets/bg-battle.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 26px;
  padding: 55px 20px 20px;
  position: relative;
  box-shadow: 0 1px 2px #0000004d, inset 0 4px 4px #ffffff26, inset 0 0 68px #ffffff0d;
}

@media (max-width: 600px) {
  .battle__content {
    background-image: url("/assets/bg-battle-mob.webp");
    padding: 45px 15px 15px;
  }
}

.battle__rewards {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 9px;
  display: flex;
}

@media (max-width: 767px) {
  .battle__rewards {
    flex-direction: column;
    gap: 10px;
  }
}

.battle__rewards li {
  cursor: pointer;
  background: linear-gradient(#011237, #001136) padding-box padding-box, linear-gradient(45deg, #0098ff, #ff0069) border-box;
  border: 1px solid #0000;
  border-radius: 49px;
  min-width: 250px;
  padding: 15px;
}

@media (max-width: 600px) {
  .battle__rewards li {
    text-transform: uppercase;
    width: fit-content;
    min-width: auto;
    padding: 10px 20px;
  }
}

.battle__rewards-amount {
  background: linear-gradient(#011237, #001136) padding-box padding-box, linear-gradient(45deg, #0098ff, #ff0069) border-box;
  border: 1px solid #0000;
  border-radius: 49px;
  min-width: 110px;
  padding: 10px;
}

@media (max-width: 600px) {
  .battle__rewards-amount {
    padding: 10px 20px;
  }
}

.battle__rewards-amount-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin-bottom: 17px;
  display: flex;
}

.battle__rewards-amount-container p {
  color: #ff0069;
  text-transform: uppercase;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.battle__rewards-amount-container p.battle__rewards-amount {
  cursor: pointer;
}

@media (max-width: 600px) {
  .battle__rewards-amount-container p {
    font-size: 14px;
  }
}

/* [project]/src/components/AcitveChallenges/ActiveChallenges.css [client] (css) */
.active-challenges {
  z-index: 3;
  display: none;
  position: relative;
}

.active-challenges__content {
  flex-direction: column;
  gap: 33px;
  display: flex;
}

@media (max-width: 600px) {
  .active-challenges__content {
    gap: 20px;
  }
}

.active-challenges .title-section {
  color: #0098ff;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #0098ff;
  justify-content: center;
  align-self: center;
  align-items: center;
  gap: 10px;
  max-width: 192px;
  margin: 0 auto 27px;
  padding: 10px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

.active-challenges .title-section span {
  color: #fff;
}

.active-challenges__item {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background: url("/assets/bg-challange.webp") center / cover no-repeat;
  border-radius: 26px;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  min-height: 250px;
  padding: 0 45px;
  display: flex;
  position: relative;
  box-shadow: inset 0 4px 4px #ffffff26, inset 0 0 68px #ffffff0d;
}

@media (max-width: 700px) {
  .active-challenges__item {
    background: url("/assets/bg-challange-mob.webp") center / cover no-repeat;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 10px;
  }
}

.active-challenges__item ul {
  padding-left: 20px;
}

.active-challenges__item ul li {
  list-style-type: disc;
}

.active-challenges__item-join {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.but-challenge {
  max-width: 220px;
  font-size: 14px;
}

@media (max-width: 600px) {
  .but-challenge {
    width: 100%;
    max-width: 100%;
  }

  .active-challenges__item-join {
    width: 100%;
  }
}

.active-challenges__item-content {
  align-items: center;
  gap: 40px;
  margin-top: 25px;
  display: flex;
}

@media (max-width: 700px) {
  .active-challenges__item-content {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    margin-top: 0;
  }
}

/* [project]/src/components/Partners/Partners.css [client] (css) */
.partners {
  z-index: 6;
  position: relative;
}

.partners:before {
  content: "";
  filter: blur(200px);
  background: #510f5e66;
  border-radius: 989px;
  width: 100%;
  max-width: 989px;
  height: 100%;
  max-height: 505px;
  position: absolute;
  top: 30%;
  left: -500px;
}

.partners .container {
  z-index: 4;
  position: relative;
}

.partners__content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.partners .heading {
  border-bottom: 1px solid #0098ff;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  gap: 10px;
  width: 187px;
  padding: 10px;
  display: flex;
}

.partners .heading span {
  color: #0098ff;
  text-transform: uppercase;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.partners .heading p {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 4px #00000040;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.partners__info {
  z-index: 999;
  border: 1px solid #5c5c5c;
  border-radius: 10px;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin: 14px 0 22px;
  padding: 20px;
  display: grid;
}

@media (max-width: 1200px) {
  .partners__info {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .partners__info {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .partners__info {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin: 20px 0;
    padding: 10px;
  }
}

.partners__social {
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding-top: 200px;
  display: flex;
}

.partners__gradient {
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(175deg, #0000 17.17%, #000 83.97%);
  width: 100vw;
  height: 230px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 600px) {
  .partners__social {
    gap: 10px;
    padding-top: 5px;
  }

  .partners__gradient {
    opacity: 0;
    background: none;
    display: none;
  }
}

.partners img {
  width: auto;
  height: auto;
}

.partners__info ul {
  padding-left: 20px;
}

.partners__info ul li {
  list-style-type: disc;
}

.partners__join, .partners__logo {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

/* [project]/src/components/LeadersPage/LeadersPage.css [client] (css) */
.leaders-page {
  background: #000 url("/assets/hero.webp") center / cover no-repeat;
  padding-top: 180px;
  position: relative;
  box-shadow: 0 0 10px #00000080;
}

@media (max-width: 661px) {
  .leaders-page {
    background-image: url("/assets/hero-mob.webp");
  }
}

.leaders-page:before {
  content: "";
  pointer-events: none;
  z-index: 0;
  background: url("/assets/purple-bg.svg") center / contain no-repeat;
  position: absolute;
  inset: 0;
}

.leaders-page > * {
  z-index: 1;
  position: relative;
}

@media (max-width: 991px) {
  .leaders-page {
    padding-top: 80px;
  }
}

@media (max-width: 600px) {
  .leaders-page {
    padding-top: 70px;
  }
}

.hero__descr {
  background-image: url("/assets/hero-CEF9.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  min-height: 401px;
  padding: 50px 24px;
}

@media (max-width: 991px) {
  .hero__descr {
    min-height: 365px;
  }
}

@media (max-width: 600px) {
  .hero__descr {
    background-image: url("/assets/hero-mob-CEF9.webp");
    padding: 24px 16px;
  }
}

.hero__descr-content {
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  max-width: 558px;
  display: flex;
}

@media (max-width: 600px) {
  .hero__descr-content {
    gap: 12px;
  }
}

.btn-header {
  min-width: 558px;
}

.btn-header:hover {
  opacity: .8;
  color: #000;
  background: gold;
  border-radius: 12px;
}

@media (max-width: 756px) {
  .btn-header {
    width: 100%;
    min-width: 100%;
  }
}

/* [project]/src/components/LeadersPage/LeadersHero/LeadersHero.css [client] (css) */
.leaders-hero {
  margin-bottom: 24px;
}

.leaders-hero__title {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 211%;
}

.leaders-hero__title span {
  color: #209dfe;
}

.leaders-hero__subtitle {
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  text-align: start;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 211%;
}

@media (max-width: 600px) {
  .leaders-hero {
    margin-bottom: 20px;
  }

  .leaders-hero__subtitle {
    font-size: 8px;
  }

  .leaders-hero__title {
    font-size: 15px;
    line-height: 140%;
  }
}

.leaders-hero__hide {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 130%;
  display: none;
}

@media (max-width: 600px) {
  .leaders-hero__hide {
    display: block;
  }
}

/* [project]/src/components/LeadersPage/LeadersTabs/LeadersTabs.css [client] (css) */
.leaders-tabs {
  z-index: 1;
  margin-bottom: 44px;
  position: relative;
}

@media (max-width: 700px) {
  .leaders-tabs {
    margin-bottom: 20px;
  }
}

.leaders-tabs__list {
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  gap: 12px;
  display: flex;
}

.leaders-tabs__item {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.leaders-tabs__tab {
  cursor: pointer;
  box-sizing: border-box;
  background: #010a2080;
  border: 1px solid #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 198px;
  height: 76px;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  transition: background .2s, border-color .2s, color .2s;
  display: flex;
  position: relative;
}

.leaders-tabs__tab, .leaders-tabs__tab * {
  cursor: pointer;
}

.leaders-tabs__tab:hover {
  color: #fff;
}

.leaders-tabs__tab--active {
  color: #fff;
  opacity: 1;
  background: linear-gradient(#011237, #001136) padding-box padding-box, linear-gradient(45deg, #0098ff, #ff0069) border-box;
  border: 2px solid #0000;
  border-radius: 12px;
  width: 243px;
  height: 94px;
}

.leaders-tabs__tab:nth-child(2).leaders-tabs__tab--active, .leaders-tabs__tab:nth-child(3).leaders-tabs__tab--active {
  background: linear-gradient(#011237, #001136) padding-box padding-box, linear-gradient(45deg, #0098ff, #ff0069) border-box;
}

.leaders-tabs__tab-img {
  object-fit: contain;
  width: 46px;
  height: 90px;
  display: block;
}

.leaders-tabs__tab-arrow-wrap {
  margin-top: 6px;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.leaders-tabs__tab-arrow-wrap .leaders-tabs__tab-arrow {
  width: 85px;
  height: 10px;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
}

.leaders-tabs__tab--active .leaders-tabs__tab-img {
  width: 46px;
  height: 90px;
}

@media (max-width: 600px) {
  .leaders-tabs__tab {
    border-radius: 6px;
    width: 78px;
    height: 30px;
  }

  .leaders-tabs__tab--active {
    width: 97px;
    height: 37px;
  }

  .leaders-tabs__tab-img {
    width: 24px;
    max-width: 100%;
    height: 20px;
    max-height: 100%;
  }

  .leaders-tabs__tab--active .leaders-tabs__tab-img {
    width: 30px;
    height: 26px;
  }

  .leaders-tabs__tab-arrow-wrap .leaders-tabs__tab-arrow {
    width: 48px;
    height: 22px;
  }
}

@media (max-width: 700px) {
  .leaders-tabs__tab-arrow-wrap {
    margin-top: 4px;
    top: 70%;
  }

  .leaders-tabs__tab-arrow-wrap .leaders-tabs__tab-arrow {
    width: 55px;
    height: 29px;
  }
}

/* [project]/src/components/LeadersPage/LeadersTimer/LeadersTimer.css [client] (css) */
.leaders-timer {
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.leaders-timer .container {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.leaders-timer__box {
  text-align: center;
  border: 1px solid #fff;
  border-radius: 18px;
  width: 457px;
  padding: 17px;
  box-shadow: 0 4px 4px #00000040;
}

.leaders-timer__label {
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
}

.leaders-timer__value {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 64px;
  line-height: 100%;
}

.leaders-timer__units {
  text-transform: uppercase;
  justify-content: center;
  gap: 34px;
  font-size: 13px;
  display: flex;
}

@media (max-width: 600px) {
  .leaders-timer__box {
    max-width: 230px;
    padding: 8px;
  }

  .leaders-timer__units {
    flex-wrap: wrap;
    justify-content: center;
    gap: 17px;
    font-size: 7px;
  }

  .leaders-timer__label {
    font-size: 10px;
  }

  .leaders-timer__value {
    font-size: 32px;
  }
}

/* [project]/src/components/LeadersPage/LeadersZone/LeadersZone.css [client] (css) */
.leaders-zone {
  margin-top: 60px;
  margin-bottom: 32px;
  position: relative;
}

.leaders-zone:after {
  content: "";
  pointer-events: none;
  z-index: 0;
  width: 100vw;
  height: 190px;
  min-height: 212px;
  position: absolute;
  bottom: -8%;
  left: 50%;
  transform: translateX(-50%);
}

.leaders-zone > .container {
  z-index: 1;
  position: relative;
}

.leaders-zone__grid {
  border: 1px solid #fff;
  border-radius: 26px;
  justify-content: space-between;
  align-items: center;
  padding: 18px 55px;
  display: flex;
}

@media (max-width: 700px) {
  .leaders-zone__grid {
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    background: #ffffff08;
    border: none;
    border-radius: 10px;
    flex-direction: column;
    padding: 10px;
    box-shadow: inset 0 4px 4px #ffffff26, inset 0 0 68px #ffffff0d;
  }
}

.leaders-zone__card {
  align-items: center;
  gap: 24px;
  display: flex;
}

@media (max-width: 700px) {
  .leaders-zone__card {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
}

.leaders-zone__card-trophy {
  flex-shrink: 0;
}

.leaders-zone__card-trophy img {
  object-fit: contain;
  width: auto;
  display: block;
}

@media (max-width: 600px) {
  .leaders-zone__card-trophy img {
    height: 80px;
  }
}

.leaders-zone__card-text {
  min-width: 0;
}

.leaders-zone__title {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 130%;
}

@media (max-width: 991px) {
  .leaders-zone__title {
    font-size: 20px;
    font-weight: 700;
  }
}

.leaders-zone__rules {
  padding-left: 20px;
}

@media (max-width: 991px) {
  .leaders-zone__rules {
    margin: 10px 0 20px;
  }
}

.leaders-zone__rule {
  font-size: 14px;
  list-style: outside;
}

@media (max-width: 600px) {
  .leaders-zone__rule {
    font-size: 11px;
    line-height: normal;
  }
}

.leaders-zone__cta {
  text-align: center;
}

@media (max-width: 600px) {
  .leaders-zone__cta {
    width: 100%;
  }
}

.leaders-zone__cta-label {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}

.leaders-zone__cta-days {
  margin-bottom: 16px;
  font-size: 14px;
}

.leaders-zone__cta-btn {
  font-size: 14px;
  text-decoration: none;
}

/* [project]/src/components/LeadersPage/LeadersTable/LeadersTable.css [client] (css) */
.leaders-table-section {
  margin-bottom: 40px;
  display: none;
}

.leaders-table__wrap {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background: #161c8c0a;
  border-radius: 26px;
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 2px #0000004d, inset 0 4px 4px #ffffff26, inset 0 0 68px #ffffff0d;
}

.leaders-table__wrap:before {
  content: "";
  pointer-events: none;
  z-index: 1;
  background-image: url("/assets/table-frame.svg");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 467.421px;
  height: 100%;
  max-height: 479.887px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 600px) {
  .leaders-table__wrap {
    -webkit-backdrop-filter: blur(27.3022px);
    backdrop-filter: blur(27.3022px);
    background: #161c8c0a;
    border-radius: 11px;
    padding: 30px 12px;
    box-shadow: 0 1px 2px #0000004d, inset 0 4.55px 4.55px #ffffff26, inset 0 0 77.356px #ffffff0d;
  }
}

.leaders-table__head {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.leaders-table__title {
  color: #257ce3;
  text-transform: uppercase;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}

@media (max-width: 600px) {
  .leaders-table__title {
    font-size: 12px;
  }
}

.leaders-table__subtitle {
  font-size: 10px;
}

@media (max-width: 600px) {
  .leaders-table__subtitle {
    font-size: 8px;
  }
}

.leaders-table__count {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: .5px solid #fff;
  border-radius: 14px;
  padding: 5px;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  box-shadow: 0 4px 4px #00000040;
}

@media (max-width: 600px) {
  .leaders-table__count {
    font-size: 7px;
  }
}

.leaders-table__scroll {
  z-index: 2;
  position: relative;
  overflow-x: auto;
}

.leaders-table {
  border-collapse: separate;
  border-spacing: 0 5px;
  z-index: 2;
  width: 100%;
  font-size: 15px;
}

.leaders-table th {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .05em;
  border-bottom: 1px solid #ffffff14;
  padding: 12px 24px 0;
  font-size: 14px;
  font-weight: 400;
}

.leaders-table th:nth-child(3) {
  text-align: center;
}

.leaders-table th:nth-child(4) {
  text-align: right;
}

.leaders-table td {
  border-bottom: 1px solid #ffffff0f;
  padding: 14px 24px;
  font-weight: 700;
}

.leaders-table tbody tr {
  background: #0000006e;
  border: 1px solid #fffbfb7a;
  border-radius: 15px;
}

.leaders-table tbody tr td {
  border: 1px solid #fffbfba6;
  border-left: none;
  border-right: none;
  padding: 13px 18px;
}

@media (max-width: 600px) {
  .leaders-table tbody tr td {
    padding: 4px 12px;
  }
}

.leaders-table tbody tr td:first-child {
  border-left: 1px solid #fffbfba6;
  border-radius: 15px 0 0 15px;
}

.leaders-table tbody tr td:last-child {
  border-right: 1px solid #fffbfba6;
  border-radius: 0 15px 15px 0;
}

.leaders-table td:nth-child(3) {
  text-align: center;
}

.leaders-table td:nth-child(4) {
  color: #0098ff;
  text-align: right;
  font-weight: 700;
}

.leaders-table tbody tr:hover {
  background: #ffffff08;
}

.leaders-table__rank-badge {
  border: 2px solid #fff;
  border-radius: 92px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding: 0 8px;
  font-size: 14px;
  display: inline-flex;
}

@media (max-width: 600px) {
  .leaders-table__rank-badge {
    width: 17px;
    height: 17px;
    font-size: 8px;
  }
}

.leaders-table__prize-badge {
  background: #6565657d;
  border: 1px solid #fff;
  border-radius: 92px;
  padding: 3px 28px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

@media (max-width: 600px) {
  .leaders-table__prize-badge {
    padding: 0 11px;
    font-size: 10px;
  }

  .leaders-table th {
    padding: 10px 12px 0;
    font-size: 7px;
  }

  .leaders-table td {
    font-size: 10px;
  }
}

.table-loader {
  justify-content: center;
  align-items: center;
  padding: 64px 20px;
  display: flex;
}

.table-loader__spinner {
  background: linear-gradient(#011237, #001136) padding-box padding-box, linear-gradient(45deg, #0098ff, #ff0069) border-box;
  border: 3px solid #0000;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  animation: .75s linear infinite spinnerRotate;
}

@keyframes spinnerRotate {
  to {
    transform: rotate(360deg);
  }
}

/* [project]/src/components/LeadersPage/LeadersTopThree/LeadersTopThree.css [client] (css) */
.leaders-top-three {
  margin-bottom: 50px;
  display: none;
}

@media (max-width: 600px) {
  .leaders-top-three {
    margin-bottom: 20px;
  }
}

.leaders-top-three__list {
  text-align: center;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  display: grid;
}

@media (max-width: 991px) {
  .leaders-top-three__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .leaders-top-three__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

.leaders-top-three__card {
  -webkit-backdrop-filter: blur(26.4px);
  backdrop-filter: blur(26.4px);
  background: #161c8c0a;
  border-radius: 36.3px;
  position: relative;
  box-shadow: inset 0 4.4px 4.4px #ffffff26, inset 0 0 74.8px #ffffff0d;
}

@media (max-width: 600px) {
  .leaders-top-three__card {
    -webkit-backdrop-filter: blur(26.4px);
    backdrop-filter: blur(26.4px);
    background: #161c8c0a;
    border-radius: 36.3px;
    box-shadow: inset 0 4.4px 4.4px #ffffff26, inset 0 0 74.8px #ffffff0d;
  }
}

.leaders-top-three__card:first-child {
  padding: 40px 18px;
}

@media (max-width: 991px) {
  .leaders-top-three__card:first-child {
    padding: 13px 5px;
  }
}

.leaders-top-three__card:nth-child(3) {
  padding: 40px 18px;
}

@media (max-width: 991px) {
  .leaders-top-three__card:nth-child(3) {
    padding: 13px 5px;
  }
}

.leaders-top-three__card:nth-child(2) {
  padding: 50px 23px;
}

@media (max-width: 991px) {
  .leaders-top-three__card:nth-child(2) {
    padding: 12px 7px;
  }
}

.leaders-top-three__card:nth-child(2) .leaders-top-three__prize {
  border: 1.1px solid #fff;
  border-radius: 115.5px;
  margin: 30px auto 0;
  padding: 17px 11px;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 600px) {
  .leaders-top-three__card:nth-child(2) .leaders-top-three__prize {
    margin-top: 8px;
    padding: 6px 4.5px;
    font-size: 8px;
    line-height: 100%;
  }
}

.leaders-top-three__card:first-child .leaders-top-three__prize {
  border: 1.1px solid #fff;
  border-radius: 34.1px;
  max-width: 185px;
  margin: 40px auto 0;
  padding: 11px;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 600px) {
  .leaders-top-three__card:first-child .leaders-top-three__prize {
    max-width: 73px;
    margin-top: 9px;
    padding: 3px;
    font-size: 7px;
    line-height: 130%;
  }
}

.leaders-top-three__card:nth-child(3) .leaders-top-three__prize {
  border: 1.1px solid #fff;
  border-radius: 34.1px;
  max-width: 186px;
  margin: 40px auto 0;
  padding: 11px;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 600px) {
  .leaders-top-three__card:nth-child(3) .leaders-top-three__prize {
    margin-top: 9px;
    padding: 3px;
    font-size: 7px;
    line-height: 130%;
  }
}

.leaders-top-three__score {
  color: #ff0069;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

@media (max-width: 600px) {
  .leaders-top-three__score {
    font-size: 10px;
  }
}

.leaders-top-three__score-label {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 22px;
  line-height: 130%;
}

@media (max-width: 600px) {
  .leaders-top-three__score-label {
    margin-top: 6px;
    font-size: 9px;
  }
}

.leaders-top-three__card:first-child .leaders-top-three__score-label, .leaders-top-three__card:nth-child(3) .leaders-top-three__score-label {
  font-size: 20px;
}

@media (max-width: 600px) {
  .leaders-top-three__card:first-child .leaders-top-three__score-label, .leaders-top-three__card:nth-child(3) .leaders-top-three__score-label {
    font-size: 7px;
  }
}

.leaders-top-three__card:nth-child(2) .leaders-top-three__name {
  margin-top: 20px;
  font-size: 37px;
  line-height: 130%;
}

.leaders-top-three__card:first-child .leaders-top-three__score, .leaders-top-three__card:nth-child(3) .leaders-top-three__score {
  font-size: 24px;
}

@media (max-width: 600px) {
  .leaders-top-three__card:first-child .leaders-top-three__score, .leaders-top-three__card:nth-child(3) .leaders-top-three__score, .leaders-top-three__card:nth-child(3) .leaders-top-three__score-label {
    font-size: 8px;
  }

  .leaders-top-three__card:nth-child(2) .leaders-top-three__name {
    font-size: 10px;
  }
}

.leaders-top-three__card:first-child .leaders-top-three__name {
  margin-top: 30px;
  font-size: 30px;
  line-height: 130%;
}

@media (max-width: 600px) {
  .leaders-top-three__card:first-child .leaders-top-three__name {
    margin-top: 7px;
    font-size: 9px;
  }
}

.leaders-top-three__card:nth-child(3) .leaders-top-three__name {
  margin-top: 30px;
  font-size: 30px;
  line-height: 130%;
}

@media (max-width: 600px) {
  .leaders-top-three__card:nth-child(3) .leaders-top-three__name {
    margin-top: 7px;
    font-size: 9px;
  }
}

.leaders-top-three__card:nth-child(2) .leaders-top-three__rank {
  color: #fff;
  text-align: center;
  border: .272px solid #fff;
  border-radius: 25.029px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin: 0 auto;
  padding: 3px;
  font-size: 23px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
}

@media (max-width: 600px) {
  .leaders-top-three__card:nth-child(2) .leaders-top-three__rank {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
    font-size: 10px;
  }
}

.leaders-top-three__card:first-child .leaders-top-three__rank {
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 92px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin: 0 auto;
  padding: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
}

@media (max-width: 600px) {
  .leaders-top-three__card:first-child .leaders-top-three__rank {
    width: 11px;
    height: 11px;
    margin-bottom: 5px;
    font-size: 6px;
  }
}

.leaders-top-three__card:nth-child(3) .leaders-top-three__rank {
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 92px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin: 0 auto;
  padding: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
}

@media (max-width: 600px) {
  .leaders-top-three__card:nth-child(3) .leaders-top-three__rank {
    width: 11px;
    height: 11px;
    margin-bottom: 5px;
    font-size: 6px;
  }
}

/*# sourceMappingURL=src_9e1a4ba6._.css.map*/