@font-face {
  font-family: 'Airborne';
  src: url("../fonts/Airborne.woff2") format("woff2"), url("../fonts/Airborne.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Orbitron';
  src: url("../fonts/Orbitron-Regular.woff2") format("woff2"), url("../fonts/Orbitron-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.burger {
  display: flex;
  flex-direction: column; }

.nav__list {
  display: flex;
  flex-direction: column;
  align-items: center; }

.row {
  display: flex;
  flex-wrap: wrap; }

.col {
  width: 100%; }
  .col.col-12 {
    width: 100%; }
  .col.col-6 {
    width: 50%; }
  .col.col-4 {
    width: calc(100% / 3); }
  .col.col-3 {
    width: 25%; }
  .col.col-2 {
    width: calc(100% / 6); }
  .col.col-1 {
    width: calc(100% / 12); }
  @media (min-width: 768px) {
    .col.col-tb-12 {
      width: 100%; }
    .col.col-tb-6 {
      width: 50%; }
    .col.col-tb-4 {
      width: calc(100% / 3); }
    .col.col-tb-3 {
      width: 25%; }
    .col.col-tb-2 {
      width: calc(100% / 6); }
    .col.col-tb-1 {
      width: calc(100% / 12); } }
  @media (min-width: 1024px) {
    .col.col-lg-12 {
      width: 100%; }
    .col.col-lg-6 {
      width: 50%; }
    .col.col-lg-4 {
      width: calc(100% / 3); }
    .col.col-lg-3 {
      width: 25%; }
    .col.col-lg-2 {
      width: calc(100% / 6); }
    .col.col-lg-1 {
      width: calc(100% / 12); } }

.mobile {
  display: none !important; }
  @media (max-width: 1023px) {
    .mobile {
      display: block !important; } }

.mobile-flex {
  display: none !important; }
  @media (max-width: 1023px) {
    .mobile-flex {
      display: flex !important; } }

@media (max-width: 1023px) {
  .desktop {
    display: none !important; } }

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

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

ul {
  list-style: none; }

a {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease; }

a:hover,
a:active,
a:focus {
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html {
  font-size: 10px;
  box-sizing: border-box; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Airborne";
  min-width: 320px;
  background-color: #100f16; }
  body.overflow {
    overflow: hidden; }

@media (min-width: 1024px) {
  .safari-mac .wrapper {
    background-image: none !important; } }

.wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
  background-color: #100f16; }
  @media (min-width: 1024px) {
    .wrapper {
      background-image: url("../images/bg-2.svg"); } }

.container {
  width: 100%;
  max-width: 1360px;
  padding: 0 1.5rem;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .container--big {
      padding: 0 4rem; } }

.scroll-wrap::-webkit-scrollbar {
  width: 3px;
  background-color: #ccc; }

.scroll-wrap::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 10px; }

.main-title {
  font-size: 3rem; }

.section-title {
  font-size: 2rem; }
  .section-title .small {
    color: #ffffff !important;
    font-size: 1.4rem;
    display: block; }

.base-text {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #ffffff;
  font-family: "Orbitron";
  font-weight: 400; }
  @media (max-width: 1023px) {
    .base-text {
      font-size: 1.5rem;
      line-height: 1.33; } }

.base-color {
  color: #00ff97 !important; }

.black-color {
  color: #100f16 !important; }

.typography h1 {
  font-size: 3rem;
  margin-bottom: 3rem; }

.typography h2 {
  font-size: 2rem;
  margin-bottom: 2rem; }

.typography p {
  font-size: 1.6rem;
  margin-bottom: 3rem; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  appearance: none;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  font-family: "Airborne";
  padding: 1rem 1.5rem; }
  input[type='text']::placeholder,
  input[type='tel']::placeholder,
  input[type='email']::placeholder,
  input[type='search']::placeholder,
  input[type='password']::placeholder,
  input[type='number']::placeholder,
  textarea::placeholder {
    transition: all 0.3s ease; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  input[type='number']:focus,
  textarea:focus {
    border-color: #000000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='number']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #000000; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='number']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #000000; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='number']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #000000; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='number']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #000000; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  input[type='number'].placeholder,
  textarea.placeholder {
    color: #000000; }

textarea {
  resize: vertical;
  vertical-align: top;
  border: none;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
  appearance: none; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  font-family: "Airborne";
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer; }

select {
  cursor: pointer;
  border: none;
  background-color: transparent;
  transition: all 0.3s ease;
  outline: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none; }

button {
  padding: 0;
  cursor: pointer;
  border: none;
  background-color: transparent;
  transition: all 0.3s ease;
  outline: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none; }

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none; }

input[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0; }

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input:focus::-ms-input-placeholder {
  color: transparent; }

input:focus::placeholder {
  color: transparent; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor; }

.icon-arrow-left {
  font-size: 1.6rem;
  width: 1em; }

.icon-arrow-right {
  font-size: 1.6rem;
  width: 1em; }

.icon-battery {
  font-size: 6.6rem;
  width: 1.93939em; }

.icon-commun {
  font-size: 5rem;
  width: 1.28em; }

.icon-cross {
  font-size: 1.5rem;
  width: 1em; }

.icon-decor__two {
  font-size: 0.4rem;
  width: 6.5em; }

.icon-launch {
  font-size: 5.5rem;
  width: 1em; }

.icon-line__decor {
  font-size: 2.4rem;
  width: 5.04167em; }

.icon-logo {
  font-size: 2.4rem;
  width: 0.79167em; }

.icon-nft {
  font-size: 6.9rem;
  width: 0.6087em; }

.icon-polygon {
  font-size: 3rem;
  width: 0.6em; }

.icon-slash {
  font-size: 5.6rem;
  width: 2.33929em; }

.icon-stats__bottom {
  font-size: 2.4rem;
  width: 4.29167em; }

.icon-stats__top {
  font-size: 14rem;
  width: 0.17143em; }

.icon-trianlge_down {
  font-size: 1.4rem;
  width: 1.14286em; }

.icon-trianlge_up {
  font-size: 1.4rem;
  width: 1.14286em; }

.header {
  padding: 2.2rem 0;
  box-shadow: 0px -2px 10px 10px rgba(0, 0, 0, 0.13);
  background-color: #100f16;
  transition: all 0.3s ease; }
  @media (max-width: 1023px) {
    .header {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      padding: 7rem 0 2.2rem;
      background-color: transparent;
      box-shadow: none; } }
  .header__wrap {
    display: flex;
    align-items: center;
    max-width: 132.2rem; }
  @media (min-width: 992px) {
    .header .display-none {
      display: none; } }
  .header .display-on {
    display: none; }
    @media (min-width: 992px) {
      .header .display-on {
        display: block; } }
  @media (max-width: 1023px) {
    .header .header-btn {
      display: none; } }
  @media (min-width: 1024px) {
    .header .header-btn {
      margin-left: 1.5rem; } }
  @media (min-width: 1440px) {
    .header .header-btn {
      margin-left: 4rem; } }

.nav {
  display: flex;
  height: 100%;
  width: 100%; }
  @media (max-width: 1023px) {
    .nav {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      z-index: 5;
      height: 100vh;
      padding-top: 14.6rem;
      transition: all 0.3s ease;
      transform: translateX(110%);
      background-color: rgba(15, 14, 21, 0.79);
      backdrop-filter: blur(30px); } }
  .nav.active {
    transform: translateX(0); }
  .nav__wrap {
    padding: 2rem 1.5rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s ease; }
    @media (min-width: 992px) {
      .nav__wrap {
        flex-direction: row;
        justify-content: space-between;
        background-color: transparent;
        padding: 0; } }
    .nav__wrap .primary {
      padding: 1rem 1rem; }
  .nav__list {
    font-size: 16px;
    line-height: 2; }
    @media (min-width: 992px) {
      .nav__list {
        flex-direction: row; } }
  @media (max-width: 1023px) {
    .nav__item {
      margin-bottom: 2rem; } }
  @media (min-width: 992px) {
    .nav__item + .nav__item {
      margin-left: 6rem; } }
  @media (min-width: 1024px) {
    .nav__item {
      margin-bottom: 0; }
      .nav__item + .nav__item {
        margin-left: 1.3rem; } }
  @media (min-width: 1440px) {
    .nav__item + .nav__item {
      margin-left: 2.8rem; } }
  @media (min-width: 1920px) {
    .nav__item + .nav__item {
      margin-left: 7rem; } }
  .nav__link {
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1.5;
    transition: all 0.3s ease; }
    @media (max-width: 1023px) {
      .nav__link {
        font-size: 2.4rem;
        letter-spacing: 0.1px; } }
    @media (min-width: 1024px) {
      .nav__link:hover {
        color: #00ff97; } }

.logo {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 6; }
  .logo .icon-logo {
    margin-right: 0.9rem; }
  .logo a {
    font-size: 16px;
    letter-spacing: 0.88em;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    left: 14px; }
    @media (max-width: 1023px) {
      .logo a {
        font-size: 2.4rem;
        display: flex;
        align-items: center;
        left: 0;
        letter-spacing: 0.1px; } }
    @media (max-width: 380px) {
      .logo a {
        font-size: 1.8rem; } }
    @media (min-width: 1440px) {
      .logo a {
        left: 13px; } }
    @media (min-width: 1920px) {
      .logo a {
        left: -40px; } }

.burger {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 6;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease; }
  @media (min-width: 1024px) {
    .burger {
      display: none; } }
  .burger.active {
    transform: rotate(90deg); }
  .burger span {
    width: 20px;
    height: 2px;
    border-radius: 20px;
    background-color: #ffffff;
    transition: all 0.3s ease; }
    .burger span:nth-child(1) {
      margin-bottom: 4px; }
    .burger span:nth-child(3) {
      margin-top: 4px; }

.social {
  margin-bottom: 2rem; }
  @media (min-width: 992px) {
    .social {
      margin-bottom: 0; } }
  .social__item {
    display: flex;
    align-items: center;
    justify-content: center; }
    .social__item + .social__item {
      margin-left: 1.5rem; }
    @media (min-width: 1024px) {
      .social__item:hover circle {
        fill: #ffffff; }
      .social__item:hover g path {
        fill: #ffffff; } }
  .social__list {
    display: flex;
    align-items: center; }
  .social__img {
    width: 28px;
    height: 28px;
    display: block; }
    @media (max-width: 1023px) {
      .social__img {
        width: 29px;
        height: 29px; } }
    .social__img svg {
      width: 100%;
      height: 100%; }
    .social__img circle {
      fill: #00ff97;
      transition: all 0.3s ease; }
      @media (max-width: 1023px) {
        .social__img circle {
          fill: #00ff97; } }
    .social__img path {
      transition: all 0.3s ease; }
    .social__img g path {
      fill: #00ff97;
      transition: all 0.3s ease; }
      @media (max-width: 1023px) {
        .social__img g path {
          fill: #00ff97; } }

.footer {
  padding: 1.9rem 0 0.7rem;
  filter: drop-shadow(4px 0px 4px rgba(0, 0, 0, 0.25));
  background-color: #100f16;
  box-shadow: 0px 4px 31px rgba(0, 0, 0, 0.25); }
  @media (max-width: 1023px) {
    .footer {
      padding: 2.9rem 0;
      filter: none;
      background-color: transparent;
      box-shadow: none; } }
  .footer .social {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 1023px) {
      .footer .social {
        margin-bottom: 0; } }
    .footer .social__list {
      margin-bottom: 0.9rem; }
      @media (max-width: 1023px) {
        .footer .social__list {
          margin-bottom: 0; } }
    .footer .social__link {
      width: 28px;
      height: 28px; }
    .footer .social__img svg {
      width: 100;
      height: 100%;
      display: block; }
    .footer .social__name {
      font-size: 0.7rem;
      line-height: 343%;
      letter-spacing: 0.15em;
      color: #ffffff; }
      @media (max-width: 1023px) {
        .footer .social__name {
          display: none; } }

.svg-sprite {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute; }

.icon-decor__two {
  margin-left: 2.4rem;
  margin-right: 2.4rem; }

.icon-cross {
  margin: 0 1.7rem; }

.btn {
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #100f16;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease; }
  @media (max-width: 1023px) {
    .btn {
      font-size: 1.8rem; } }
  .btn.primary {
    background-image: url("../images/button.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    min-width: 110px;
    width: 100%;
    transition: all 0.3s ease; }
    @media (min-width: 1024px) {
      .btn.primary:hover {
        opacity: 0.6; } }
  @media (max-width: 1023px) {
    .btn.dark-mobile {
      background-image: url("../images/button-dark.svg");
      color: #ffffff; } }

.hero-section {
  padding-top: 13rem; }
  @media (max-width: 1023px) {
    .hero-section {
      padding: 22.2rem 0 12.7rem;
      background-image: url("../images/main.gif");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; } }
  .hero-section .primary {
    padding: 1.2rem 1.1rem 0.9rem 1.9rem;
    font-size: 2rem;
    line-height: 1.15;
    letter-spacing: 0.05em;
    max-width: 18.3rem;
    background-size: cover;
    margin: 0 auto;
    position: relative;
    right: 15px; }

.hero-title {
  font-size: 5rem;
  line-height: 1.6;
  letter-spacing: -0.03em;
  color: #00ff97;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
  left: -9px; }
  @media (max-width: 1023px) {
    .hero-title {
      font-size: 3.6rem;
      line-height: 1.2;
      margin-bottom: 3rem;
      left: auto; } }

.hero-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem; }
  @media (max-width: 1023px) {
    .hero-wrapper {
      margin-bottom: 0; } }

.hero {
  margin-bottom: 1.7rem; }
  @media (max-width: 1023px) {
    .hero {
      margin-bottom: 0; } }
  .hero__text {
    text-align: center;
    font-family: "Orbitron";
    max-width: 84rem;
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: 0.105em;
    color: #ffffff;
    margin-right: 2rem; }
    @media (max-width: 1023px) {
      .hero__text {
        margin-right: 0;
        font-size: 1.7rem;
        line-height: 1.6; } }

.profile {
  height: 100%; }
  @media (min-width: 1024px) {
    .profile {
      height: auto; } }
  .profile--hero .profile__wrapper {
    flex-direction: column; }
  @media (max-width: 1023px) {
    .profile--hero .profile__img {
      overflow: hidden;
      border-bottom: none;
      border-radius: 20px;
      height: 47vw;
      margin-bottom: 2rem; }
      .profile--hero .profile__img img {
        max-height: 100%;
        object-fit: cover; } }
  @media (max-width: 520px) {
    .profile--hero .profile__img {
      height: 93vw; } }
  .profile__wrapper {
    display: flex;
    height: 100%; }
    @media (min-width: 1024px) {
      .profile__wrapper {
        width: 81.5rem;
        min-height: 40.8rem;
        height: auto; } }
  .profile__top-stats {
    margin-right: 1.6rem;
    flex-direction: column;
    align-items: center;
    display: none; }
    @media (min-width: 768px) {
      .profile__top-stats {
        display: flex; } }
  .profile__top-count {
    display: block;
    font-size: 1.1rem;
    line-height: 1.18;
    letter-spacing: 0.01em;
    color: #ffffff;
    transform: rotate(90deg);
    margin-top: 2.9rem;
    white-space: nowrap;
    position: relative; }
    .profile__top-count::before {
      content: "";
      position: absolute;
      top: 4px;
      left: 50px;
      z-index: 1;
      width: 4px;
      height: 5px;
      background-color: #00ff97; }
  .profile__main {
    max-width: 74.4rem;
    position: relative; }
  .profile__top {
    display: flex;
    padding: 0.5rem;
    background: linear-gradient(180deg, #00ff97 0%, #ad00ff 100%);
    flex-direction: column;
    height: 100%;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .profile__top {
        clip-path: polygon(100% 0%, 100% 82%, 89% 100%, 0 100%, 0 0);
        flex-direction: row;
        margin-bottom: 1.4rem;
        height: auto; } }
  .profile__img {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 80vw; }
    @media (min-width: 1024px) {
      .profile__img {
        width: 50%;
        border-right: 5px solid;
        border-image: linear-gradient(180deg, #00ff97 0%, #ad00ff 100%);
        border-image-slice: 1;
        height: auto; } }
    .profile__img img {
      display: block;
      width: 100%;
      object-fit: cover;
      position: relative;
      left: 10px; }
    .profile__img--jon {
      background: #ff8a1f;
      background: linear-gradient(0deg, #ff8a1f 0%, #fdff8e 100%); }
    .profile__img--mia {
      background: #ff6674;
      background: linear-gradient(324deg, #ff6674 0%, #284aff 100%); }
    .profile__img--satoshi {
      background: #c5fffb;
      background: linear-gradient(137deg, #c5fffb 0%, white 100%); }
    .profile__img--sharky {
      background: #9cf826;
      background: linear-gradient(132deg, #9cf826 0%, #4743ff 100%); }
      .profile__img--sharky img {
        position: relative;
        left: 0px; }
    .profile__img--smoke {
      background: #fe213c;
      background: linear-gradient(187deg, #fe213c 0%, #23222a 100%); }
  .profile__info {
    padding: 3rem 1rem 3.7rem 1rem;
    background-color: #100f16;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    flex: auto; }
    @media (min-width: 768px) {
      .profile__info {
        width: 50%;
        padding: 3rem 1.8rem 3.7rem 3rem;
        clip-path: polygon(0% 0%, 100% 0%, 100% 82%, 80% 100%, 0% 100%, 0% 70%);
        height: auto; } }
    .profile__info-top {
      position: relative;
      text-align: left;
      margin-bottom: 3rem; }
    .profile__info-wrap {
      position: relative;
      margin-bottom: 3rem; }
      .profile__info-wrap::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -9px;
        z-index: 1;
        width: 107%;
        height: 4px;
        background-color: rgba(81, 135, 200, 0.19); }
        @media (min-width: 768px) {
          .profile__info-wrap::before {
            left: -30px;
            width: 114%; } }
    .profile__info-name {
      font-size: 1.2rem;
      line-height: 1.16;
      letter-spacing: 0.01em;
      color: #ffffff;
      display: inline-block;
      position: relative;
      padding-bottom: 5px; }
      .profile__info-name::after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 4px;
        background-color: #00ff97; }
  .profile__name {
    font-size: 3.6rem;
    line-height: 1.13;
    letter-spacing: 0.01em;
    font-weight: 400;
    color: #00ff97;
    text-align: left;
    margin-bottom: 1.5rem;
    text-transform: uppercase; }
    @media (max-width: 1023px) {
      .profile__name {
        font-size: 3.8rem;
        line-height: 1.1;
        margin-bottom: 2rem;
        text-align: center; } }
    @media (max-width: 1023px) {
      .profile__name--black {
        color: #100f16; } }
  .profile__about {
    font-size: 1.6rem;
    line-height: 1.16;
    letter-spacing: 0.01em;
    color: #ffffff; }
    @media (max-width: 1023px) {
      .profile__about {
        text-align: center; } }
    @media (max-width: 1023px) {
      .profile__about--black {
        color: #100f16; } }
  .profile__wrap {
    display: flex;
    align-items: center; }
  .profile__skills {
    min-width: 21.1rem; }
    @media (min-width: 768px) {
      .profile__skills {
        min-width: 25.1rem; } }
    .profile__skills-item {
      display: flex;
      align-items: center; }
    .profile__skills-name {
      font-size: 1.4rem;
      line-height: 1.13;
      letter-spacing: 0.01em;
      display: block;
      color: #ffffff;
      text-transform: uppercase;
      width: 35%; }
      @media (min-width: 768px) {
        .profile__skills-name {
          font-size: 1.5rem; } }
    .profile__skills-progress {
      display: block;
      height: 1rem;
      flex: 1 1 auto;
      position: relative;
      max-width: 13rem; }
      .profile__skills-progress__line {
        height: 1rem;
        background-color: #00ff97; }
    .profile__skills-count {
      display: block;
      font-size: 1.4rem;
      line-height: 1.13;
      letter-spacing: 0.01em;
      color: #ffffff;
      margin-left: 1.4rem;
      text-transform: uppercase;
      margin-left: auto;
      width: 10%; }
      @media (min-width: 768px) {
        .profile__skills-count {
          font-size: 1.5rem; } }
  .profile__total {
    padding-left: 1.1rem; }
    .profile__total-count {
      display: block;
      font-size: 1.4rem;
      line-height: 1.14;
      letter-spacing: 0.01em;
      color: #ffffff;
      position: relative;
      margin-bottom: 2.5rem;
      text-align: center;
      width: 3.6rem;
      padding-top: 1.2rem; }
      .profile__total-count::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 1;
        width: 31px;
        height: 31px;
        border: 3px solid #00ff97;
        transform: rotate(-45deg); }
    .profile__total-text {
      text-align: center;
      display: block;
      font-size: 0.8rem;
      line-height: 1.12;
      letter-spacing: 0.01em;
      color: #ffffff;
      position: relative;
      right: 4px;
      white-space: nowrap; }
  .profile__bottom {
    display: none;
    align-items: center; }
    @media (min-width: 768px) {
      .profile__bottom {
        display: flex; } }
    .profile__bottom-name {
      display: block;
      font-size: 1.1rem;
      line-height: 1.8;
      letter-spacing: 0.01em;
      color: #ffffff; }
    .profile__bottom-wrap {
      display: flex;
      align-items: center; }
    .profile__bottom-arrow {
      position: absolute;
      bottom: 4rem;
      right: 4px;
      z-index: 1; }
      @media (min-width: 768px) {
        .profile__bottom-arrow {
          bottom: 3rem;
          right: 4px; } }
      @media (min-width: 1024px) {
        .profile__bottom-arrow {
          bottom: 4.7rem; } }
  .profile__stats {
    display: flex;
    align-items: center;
    padding: 0 1.5rem; }
    @media (min-width: 768px) {
      .profile__stats {
        padding: 0 2.5rem; } }
    .profile__stats-wrap {
      display: flex;
      align-items: center;
      position: relative; }
      .profile__stats-wrap::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        transform: translate(-50%, -50%);
        width: 5px;
        height: 4px;
        background-color: #00ff97; }
    .profile__stats-count {
      display: block;
      font-size: 1.1rem;
      line-height: 1.3;
      letter-spacing: 0.01em;
      color: #00ff97; }
      .profile__stats-count:nth-child(2n) {
        padding-left: 1.7rem; }
        @media (min-width: 768px) {
          .profile__stats-count:nth-child(2n) {
            padding-left: 3.7rem; } }

.swiper {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .swiper {
      overflow: visible;
      height: 48rem; } }
  .swiper--heroes {
    padding-top: 3rem; }
    .swiper--heroes .swiper-pagination {
      top: 0;
      height: 1.6rem; }
    .swiper--heroes .swiper-pagination-bullet {
      width: 1.6rem;
      height: 1.6rem;
      background-color: #cecece;
      transition: all 0.3s ease;
      opacity: 1; }
    .swiper--heroes .swiper-pagination-bullet-active {
      background-color: #ad00ff; }

.swiper--profile {
  margin-bottom: 2rem; }
  @media (max-width: 1023px) {
    .swiper--profile {
      display: none; } }
  .swiper--profile .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    height: auto; }
    @media (min-width: 1024px) {
      .swiper--profile .swiper-slide {
        transform: scale(0.5); } }
  @media (min-width: 1024px) {
    .swiper--profile .swiper-slide-active {
      transform: scale(1); } }
  @media (min-width: 1024px) {
    .swiper--profile .swiper-slide-prev {
      margin-top: 2.6rem;
      position: relative; }
      .swiper--profile .swiper-slide-prev::before {
        content: "Soon";
        position: absolute;
        top: 0;
        left: -102px;
        z-index: 3;
        width: 134%;
        height: 91%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        font-family: "Airborne";
        font-size: 2.4rem;
        line-height: 0.6rem;
        background-color: #100f16b7; } }
  @media (min-width: 1024px) {
    .swiper--profile .swiper-slide-next {
      margin-top: 1rem;
      position: relative; }
      .swiper--profile .swiper-slide-next::before {
        content: "Soon";
        position: absolute;
        top: 0;
        left: -139px;
        z-index: 3;
        width: 140%;
        height: 94%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        font-family: "Airborne";
        font-size: 2.4rem;
        line-height: 0.6rem;
        background-color: #100f16b7; } }
  .swiper--profile .swiper-button-prev,
  .swiper--profile .swiper-button-next {
    opacity: 0.5;
    transition: all 0.3s ease;
    width: 1.8rem;
    height: 1.7rem;
    margin-top: 0; }
    .swiper--profile .swiper-button-prev:hover,
    .swiper--profile .swiper-button-next:hover {
      opacity: 1; }
  .swiper--profile .swiper-pagination {
    margin: 4rem 0;
    position: static; }
    @media (min-width: 1024px) {
      .swiper--profile .swiper-pagination {
        display: none; } }
  .swiper--profile .swiper-pagination-bullet {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    border-radius: 50%;
    background: #00ff97;
    opacity: 0.2; }
  .swiper--profile .swiper-pagination-bullet-active {
    background: #00ff97;
    opacity: 1; }
  .swiper--profile .swiper-container-autoheight .swiper-wrapper {
    align-items: stretch;
    transition-property: transform, height; }

.ethereum-section {
  padding: 23.5rem 0 10.6rem 0; }
  @media (max-width: 1023px) {
    .ethereum-section {
      display: none; } }

.ethereum__wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  max-width: 84rem;
  width: 100%; }

.ethereum__col {
  margin-bottom: 4.9rem; }

.ethereum__cols {
  max-width: 70.8rem;
  width: 100%;
  margin-bottom: 7.8rem; }

.ethereum__img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  width: 17rem;
  height: 23.5rem;
  margin: 0 0 6rem 0; }
  @media (min-width: 1024px) {
    .ethereum__img {
      right: 9px; } }

.ethereum__decor {
  position: relative;
  top: 45px;
  right: -12px; }

.ethereum__text {
  font-size: 2.1rem;
  color: #00ff97; }
  @media (min-width: 1024px) {
    .ethereum__text {
      padding-right: 1.7rem; } }

@keyframes pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(2); }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1); }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(2); } }

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(2); }
  50% {
    transform: translate(-50%, -50%) scale(1); }
  100% {
    transform: translate(-50%, -50%) scale(2); } }

.play-section {
  padding-bottom: 12.5rem; }
  @media (max-width: 1023px) {
    .play-section {
      padding: 6.7rem 0 9.7rem; } }

.play-banner {
  width: 100%;
  margin-bottom: 6rem; }
  @media (max-width: 1023px) {
    .play-banner {
      display: none; } }
  @media (min-width: 768px) {
    .play-banner {
      margin-bottom: 10rem; } }
  @media (min-width: 1024px) {
    .play-banner {
      margin-bottom: 42rem;
      height: 32rem; } }
  @media (min-width: 1440px) {
    .play-banner {
      margin-bottom: 28.5rem;
      height: 45rem; } }
  @media (min-width: 1920px) {
    .play-banner {
      margin-bottom: 13.5rem;
      height: 60rem; } }
  .play-banner img {
    height: 100%;
    min-width: 100%;
    object-fit: cover; }

.play-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 84rem;
  margin: 0 auto; }

.play-text {
  font-family: "Orbitron";
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
  color: #ffffff;
  width: 100%;
  margin-bottom: 4.1rem; }
  @media (min-width: 768px) {
    .play-text {
      margin-bottom: 6.1rem; } }
  @media (min-width: 1024px) {
    .play-text {
      margin-bottom: 11.1rem; } }
  .play-text span {
    color: #00ff97; }

.play-title {
  color: #00ff97;
  text-transform: uppercase;
  font-weight: 400; }
  @media (max-width: 1023px) {
    .play-title--white {
      color: #ffffff; } }
  .play-title--hero {
    margin-bottom: 4.9rem !important;
    color: #100f16; }

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

.play {
  width: 100%; }
  .play__earn {
    margin-bottom: 4.2rem; }
    .play__earn-title {
      padding-top: 1rem;
      font-size: 9.5rem;
      line-height: 1.14;
      margin-bottom: 3.2rem;
      position: relative; }
      @media (max-width: 1023px) {
        .play__earn-title {
          font-size: 3.6rem;
          padding: 0 2.2rem;
          margin-bottom: 2rem; } }
      .play__earn-title::before, .play__earn-title::after {
        content: "";
        position: absolute;
        z-index: 1;
        width: 3.4rem;
        height: 3.4rem;
        background-image: url("../images/x.svg");
        background-size: cover;
        background-repeat: no-repeat; }
        @media (max-width: 1023px) {
          .play__earn-title::before, .play__earn-title::after {
            background-image: url("../images/x-2.svg");
            width: 1.5rem;
            height: 1.5rem; } }
      .play__earn-title::before {
        top: 46px;
        left: -51px; }
        @media (max-width: 1023px) {
          .play__earn-title::before {
            top: 50%;
            left: 0;
            transform: translateY(-50%); } }
      .play__earn-title::after {
        top: 46px;
        right: -51px; }
        @media (max-width: 1023px) {
          .play__earn-title::after {
            top: 50%;
            right: 0;
            transform: translateY(-50%); } }
    .play__earn-text {
      padding-top: 0.2rem;
      max-width: 62rem;
      margin-bottom: 3.2rem; }
      @media (max-width: 1023px) {
        .play__earn-text {
          max-width: 100%;
          padding-top: 0;
          margin-bottom: 2.3rem;
          min-height: 19.2rem;
          text-align: justify; } }
    .play__earn .primary {
      padding: 1rem 1.2rem 0.9rem 2rem;
      font-size: 1.8rem;
      line-height: 1.16;
      width: 12.5rem; }
  .play__community {
    margin-bottom: 7rem; }
    @media (min-width: 1024px) {
      .play__community {
        margin-bottom: 23.2rem; } }
    @media (min-width: 1440px) {
      .play__community {
        margin-bottom: 23.2rem; } }
    .play__community-title {
      padding-top: 1rem;
      padding-bottom: 1rem;
      font-size: 4.5rem;
      line-height: 1.15; }
      @media (max-width: 1023px) {
        .play__community-title {
          font-size: 3.6rem;
          line-height: 1.3;
          padding: 0;
          margin-bottom: 2rem;
          color: #ffffff;
          text-align: center; } }
      @media (max-width: 480px) {
        .play__community-title {
          max-width: 31.2rem; } }
    .play__community-text {
      margin-bottom: 3rem;
      text-align: center; }
      @media (min-width: 768px) {
        .play__community-text {
          margin-bottom: 6rem; } }
      @media (min-width: 1024px) {
        .play__community-text {
          max-width: 62rem;
          margin-bottom: 5rem;
          text-align: left; } }
      @media (min-width: 1440px) {
        .play__community-text {
          margin-bottom: 5.2rem; } }
  .play__socials {
    display: flex;
    padding: 0.9rem 1.8rem 0 0; }
    @media (min-width: 1440px) {
      .play__socials {
        padding: 1.3rem 1.8rem 0 0; } }
    .play__socials-item {
      margin: 0 0.9rem; }
    .play__socials-link {
      width: 2.8rem;
      height: 2.8rem; }
      @media (min-width: 1024px) {
        .play__socials-link:hover circle {
          fill: #ffffff; }
        .play__socials-link:hover svg:last-child g path {
          fill: #ffffff; } }
    .play__socials-img svg {
      width: 100%;
      display: block;
      height: 100%; }
    .play__socials-img circle {
      transition: all 0.3s ease;
      fill: #00ff97; }
    .play__socials-img:last-child g path {
      transition: all 0.3s ease;
      fill: #00ff97; }
  .play__wrap {
    display: flex;
    flex-direction: column; }
    @media (min-width: 1024px) {
      .play__wrap {
        justify-content: space-between;
        flex-direction: row; } }
    @media (max-width: 1023px) {
      .play__wrap--center {
        align-items: center; } }
  .play__bottom {
    margin-bottom: 0; }
    @media (max-width: 1023px) {
      .play__bottom {
        margin-bottom: 7rem; } }
    .play__bottom:last-child {
      margin-bottom: 0; }
    .play__bottom .play-title {
      font-size: 4.5rem;
      line-height: 1.15;
      font-weight: 400;
      padding-top: 1rem;
      padding-bottom: 1rem; }
      @media (max-width: 1023px) {
        .play__bottom .play-title {
          font-size: 3.6rem;
          line-height: 1.3;
          padding: 0;
          margin-bottom: 2rem; } }
    .play__bottom .base-text {
      line-height: 128.9%;
      letter-spacing: 0.06em;
      margin-bottom: 2rem;
      max-width: 29rem; }
      @media (max-width: 1023px) {
        .play__bottom .base-text {
          max-width: 100%;
          text-align: center; } }
  .play__hero {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    border-radius: 9px;
    margin-bottom: 4rem; }
    .play__hero-img {
      width: 50%;
      font-size: 0; }
      .play__hero-img picture {
        width: 100%;
        display: block; }
      .play__hero-img img {
        width: 100%;
        object-fit: cover;
        display: block; }
  .play .primary {
    padding: 1rem 1.2rem 0.9rem 2rem;
    font-size: 1.8rem;
    line-height: 1.16;
    width: 12.5rem; }
  @media (max-width: 1023px) {
    .play .icon-slash {
      font-size: 4.2rem; } }
  @media (max-width: 1023px) {
    .play .icon-battery {
      font-size: 4.8rem; } }

.about-title {
  text-transform: uppercase;
  font-size: 8.4rem;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.14);
  letter-spacing: -3px;
  margin-bottom: 5rem;
  font-weight: 400; }
  @media (max-width: 414px) {
    .about-title {
      font-size: 6.4rem; } }

.road-section {
  padding-top: 10.2rem;
  padding-bottom: 5rem; }
  @media (min-width: 1024px) {
    .road-section {
      padding: 9rem 0 28rem; } }
  @media (min-width: 1200px) {
    .road-section {
      padding: 9rem 0 26.2rem; } }
  @media (max-width: 1023px) {
    .road-section {
      min-height: calc(100vh - 86px); } }
  .road-section .section-title {
    position: relative;
    font-size: 2.6rem;
    line-height: 118%;
    text-transform: uppercase;
    color: #00ff97;
    text-align: center;
    margin-bottom: 11.4rem;
    margin-right: 1.4rem;
    font-weight: 400; }
    @media (max-width: 1023px) {
      .road-section .section-title {
        margin-bottom: 5.3rem;
        margin-right: 0;
        font-size: 3.6rem;
        line-height: 1.1;
        color: #ffffff; } }
    @media (min-width: 1024px) {
      .road-section .section-title .small {
        position: absolute;
        top: 23px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
        white-space: nowrap;
        font-size: 12px; } }

.road__wrap, .road__descr {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 768px) {
    .road__wrap, .road__descr {
      align-items: center; } }

.road__descr {
  display: none;
  align-items: center; }
  .road__descr.active {
    display: flex; }

.road__row {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem; }
  @media (max-width: 1023px) {
    .road__row {
      width: 100%;
      flex-direction: column;
      margin-left: 0; } }
  .road__row:nth-last-child(1) {
    margin-bottom: 0; }
  .road__row--info .road__col {
    margin-right: 5.3rem; }
    @media (max-width: 1023px) {
      .road__row--info .road__col {
        margin-right: 0;
        margin-bottom: 2rem; } }
    @media (max-width: 1023px) {
      .road__row--info .road__col:not(:only-child) {
        min-height: auto; } }

.road__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative;
  margin-right: 11.2rem;
  min-height: 17.7rem; }
  @media (max-width: 1023px) {
    .road__col {
      min-height: auto; } }
  .road__col:last-child {
    margin-bottom: 0;
    margin-right: 0; }
  .road__col--big {
    align-items: center;
    max-width: 33rem; }
    @media (max-width: 1023px) {
      .road__col--big {
        display: none;
        max-width: 100%;
        min-height: 10rem;
        margin-right: 0;
        margin-bottom: 1.9rem; }
        .road__col--big.active {
          display: flex; } }
  .road__col--none {
    display: none; }

.road__text {
  font-size: 2.9rem;
  color: #00ff97;
  line-height: 1.1;
  margin-bottom: 2.5rem;
  display: block;
  font-weight: 400; }
  @media (max-width: 1023px) {
    .road__text {
      margin-bottom: 1.9rem; } }

.road__subtext {
  font-size: 1.6rem;
  font-family: "Orbitron";
  color: #ffffff;
  font-weight: 400;
  text-align: center; }

.road__info {
  font-family: "Orbitron";
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.1;
  color: #ffffff;
  max-width: 35.8rem; }
  @media (max-width: 1200px) {
    .road__info {
      font-size: 1.6rem; } }
  @media (max-width: 1023px) {
    .road__info {
      max-width: 100%; } }
  .road__info + .road__info {
    margin-top: 2rem; }
  .road__info span {
    color: #00ff97; }

.road__more {
  font-size: 1.9rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: #ffffff;
  display: flex;
  align-items: center;
  margin-top: 5rem; }
  @media (max-width: 1200px) {
    .road__more {
      margin-top: 3.5rem; } }
  @media (max-width: 1023px) {
    .road__more {
      margin-top: 5rem; } }
  .road__more span {
    margin-right: 0.3rem; }
    .road__more span:last-child {
      margin-right: 0;
      margin-left: 0.3rem; }

.road__img {
  display: none; }
  @media (max-width: 1023px) {
    .road__img {
      display: block;
      width: 19.5rem;
      height: 19.5rem;
      overflow: hidden; } }
  .road__img img {
    height: 100%;
    object-fit: cover; }

.road__name {
  font-size: 9.7rem;
  line-height: 1.1;
  color: #ffffff;
  opacity: 0.05;
  position: absolute;
  top: -11.8rem; }
  @media (max-width: 1200px) {
    .road__name {
      top: -13.8rem; } }
  @media (max-width: 1023px) {
    .road__name {
      display: none; } }
  .road__name--first {
    left: -20.4rem; }
    @media (max-width: 1200px) {
      .road__name--first {
        left: -10.8rem; } }
  .road__name--second {
    right: -17.4rem; }
    @media (max-width: 1200px) {
      .road__name--second {
        right: -5.1rem; } }
  .road__name--third {
    top: auto;
    left: -34.4rem;
    bottom: -10.7rem; }

.team-section {
  padding: 5rem 0 5rem; }
  @media (min-width: 768px) {
    .team-section {
      padding: 1.9rem 0 26.8rem; } }
  .team-section .section-title {
    color: #00ff97;
    font-size: 4.2rem;
    text-align: center;
    margin-bottom: 5.5rem;
    font-weight: 400; }
    @media (min-width: 1024px) {
      .team-section .section-title {
        margin-right: 2rem; } }
  .team-section .container {
    max-width: 96rem; }
  .team-section .row {
    justify-content: center;
    margin: -3rem -3.25rem; }
    @media (min-width: 1024px) {
      .team-section .row {
        position: relative;
        left: -11px; } }
  .team-section .col {
    padding: 3rem 3.25rem; }

.team__wrap {
  padding: 2px;
  background-color: #00ff97;
  clip-path: polygon(0 0, 100% 0, 100% 93%, 90% 100%, 10% 100%, 0 93%); }

.team .cao {
  background: linear-gradient(179.77deg, #ff3f3f 0.2%, #ff7a00 100%, rgba(227, 117, 10, 0) 74.08%); }

.team .mark {
  background: linear-gradient(179.95deg, #ff7a00 0.04%, #ffd952 100%, rgba(227, 117, 10, 0) 74.3%); }

.team .relon {
  background: linear-gradient(179.96deg, #3ca6ca 0.04%, #ffffff 100%, rgba(222, 228, 234, 0) 74.16%); }

.team .yo-yo {
  background: linear-gradient(179.95deg, #e638a0 0.04%, #5151d6 100%, rgba(227, 117, 10, 0) 74.15%); }

.team .tom {
  background: linear-gradient(180.05deg, #2eac2b 0.04%, #747398 100%, rgba(227, 117, 10, 0) 74%); }

.team__img {
  width: 100%;
  height: 29rem;
  display: flex;
  align-items: flex-end;
  justify-content: center; }
  @media (min-width: 1024px) {
    .team__img {
      height: 26rem; } }
  .team__img img {
    display: block;
    object-fit: contain;
    width: 100%;
    max-width: 32.3rem; }

.team__info {
  border-top: 2px solid #00ff97;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.9rem 0;
  background-color: #100f16;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 90% 100%, 10% 100%, 0 70%); }
  @media (min-width: 1024px) {
    .team__info {
      clip-path: polygon(0 0, 100% 0, 100% 73%, 90% 100%, 10% 100%, 0 74%); } }

.team__name {
  font-size: 2.2rem;
  color: #ffffff;
  font-weight: 400; }

.team__position {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 400; }

.team__link {
  width: 2.5rem;
  height: 2.5rem; }

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

.team__icon circle {
  transition: all 0.3s ease;
  fill: #00ff97; }

.team__icon g path {
  transition: all 0.3s ease;
  fill: #00ff97; }

@media (min-width: 1024px) {
  .team__icon:hover circle {
    transition: all 0.3s ease;
    fill: #ffffff; }
  .team__icon:hover path {
    transition: all 0.3s ease;
    fill: #000000; }
  .team__icon:hover g path {
    transition: all 0.3s ease;
    fill: #ffffff; } }

.earn-section {
  display: none; }
  @media (max-width: 1023px) {
    .earn-section {
      display: block;
      padding: 11.7rem 0 10rem; } }

.white-bg {
  position: relative;
  background-color: #ffffff; }
  @media (max-width: 1023px) {
    .white-bg::before, .white-bg::after {
      content: "";
      background-repeat: no-repeat;
      background-position: bottom center;
      background-size: cover;
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      height: 2rem;
      z-index: 4; } }
  @media (max-width: 1023px) {
    .white-bg::before {
      top: -19px;
      background-image: url("data:image/svg+xml,%3Csvg width='414' height='13' viewBox='0 0 414 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M431 13L-30 13V9.02051L-4.46204 9.02051L-2.26028 12.5843L-2.25572 12.5751L-2.2502 12.5843L1.58379 5.91485L4.68617 5.91485L6.52369 8.97449L73.2443 8.97449V8.97569L95.0782 8.9909L95.5731 9.81152L94.7759 11.1375H96.374L95.5731 9.81152L96.0773 8.97449L96.9997 8.97449L99.1732 12.5843L99.176 12.5799L99.1777 12.5843L104.952 2.99365L108.016 8.07665L147.672 8.09185L148.366 6.94034L150.238 8.09185L159.5 4.48227e-05L168 7.9082L171.397 10.9626H179.472L182.512 5.91485H183.714L191.217 5.96967L192.697 3.51099L194.917 7.19961L196.044 9.07772L215.664 9.07772L216.458 10.3925L215.138 12.5843H217.78L216.458 10.3925L217.249 9.07772L252.209 9.07772L254.411 12.5843L254.416 12.5751L254.421 12.5843L258.255 5.91485H261.358L263.195 8.97449L329.916 8.97449V8.9841L339.744 8.9909L340.239 9.81152L339.442 11.1375H341.04L340.239 9.81152L340.743 8.97449H341.666L343.839 12.5843L343.842 12.5799L343.844 12.5843L349.619 2.99365L352.683 8.07665L380.333 8.09185L381.027 6.94034L383.104 10.3909L384.489 8.09185L402.32 8.07665L404.058 10.9626H412.133L415.173 5.91485L416.375 5.91485L423.878 5.96967L425.358 3.51099L427.578 7.19961L428.705 9.02771H431V13ZM-17.5081 10.5125H-18.7557V12.5843H-17.5081V10.5125ZM-13.3464 10.5125H-13.762V12.5843H-13.3464V10.5125ZM-10.4358 10.5125H-10.8515V12.5843H-10.4358V10.5125ZM-9.80484 10.5125L-10.2212 10.5125V12.5843H-9.80484V10.5125ZM183.689 7.9082H183.272V8.59839H183.689V7.9082ZM183.689 9.28978H183.272V9.97997H183.689V9.28978ZM186.914 7.9082H186.498V9.97997H186.914V7.9082ZM188.509 7.9082H188.092V8.59839H188.509V7.9082ZM239.163 10.5125H237.916V12.5843L239.163 12.5843V10.5125ZM243.325 10.5125H242.909V12.5843H243.325V10.5125ZM246.236 10.5125H245.82V12.5843H246.236V10.5125ZM246.867 10.5125H246.45V12.5843H246.867V10.5125ZM416.35 7.9082L415.933 7.9082V8.59839L416.35 8.59839V7.9082ZM416.35 9.28978H415.933V9.97997H416.35V9.28978ZM419.575 7.9082H419.159V9.97997H419.575V7.9082ZM421.17 7.9082H420.753V8.59839H421.17V7.9082ZM149.352 5.30829L148.366 6.94034L147.384 5.30829L149.352 5.30829ZM215.658 9.06692H217.256L217.249 9.07772H215.664L215.658 9.06692ZM382.013 5.30829L381.027 6.94034L380.045 5.30829H382.013Z' fill='white'/%3E%3C/svg%3E"); } }
  @media (max-width: 1023px) {
    .white-bg::after {
      bottom: -19px;
      background-image: url("data:image/svg+xml,%3Csvg width='414' height='13' viewBox='0 0 414 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-29 -2.07333e-05L432 -6.10352e-05L432 3.97943L406.462 3.97944L404.26 0.415656L404.256 0.424858L404.25 0.415656L400.416 7.08509L397.314 7.08509L395.476 4.02545L328.756 4.02545L328.756 4.02425L306.922 4.00905L306.427 3.18843L307.224 1.86246L305.626 1.86246L306.427 3.18843L305.923 4.02546L305 4.02546L302.827 0.415664L302.824 0.420066L302.822 0.415664L297.048 10.0063L293.984 4.92331L254.328 4.9081L253.634 6.05962L251.762 4.9081L242.5 12.9999L234 5.09176L230.603 2.03732L222.528 2.03732L219.488 7.08511L218.286 7.08511L210.783 7.03029L209.303 9.48897L207.083 5.80035L205.956 3.92224L186.336 3.92224L185.542 2.60748L186.862 0.415675L184.22 0.415675L185.542 2.60748L184.751 3.92224L149.791 3.92224L147.589 0.415678L147.584 0.42488L147.579 0.415678L143.745 7.08511L140.642 7.08511L138.805 4.02547L72.0844 4.02548L72.0844 4.01587L62.2557 4.00907L61.7608 3.18845L62.558 1.86248L60.9599 1.86248L61.7608 3.18845L61.2566 4.02548L60.3341 4.02548L58.1607 0.415686L58.1578 0.420087L58.1562 0.415686L52.3814 10.0063L49.3174 4.92333L21.6668 4.90813L20.9727 6.05964L18.896 2.60909L17.5106 4.90813L-0.320037 4.92333L-2.05792 2.03734L-10.1331 2.03734L-13.1726 7.08513L-14.3752 7.08513L-21.8778 7.03031L-23.358 9.48899L-25.5783 5.80037L-26.7053 3.97227L-29 3.97227L-29 -2.07333e-05ZM419.508 2.48742L420.756 2.48742L420.756 0.415654L419.508 0.415654L419.508 2.48742ZM415.346 2.48742L415.762 2.48742L415.762 0.415655L415.346 0.415655L415.346 2.48742ZM412.436 2.48742L412.851 2.48742L412.851 0.415655L412.436 0.415655L412.436 2.48742ZM411.805 2.48742L412.221 2.48742L412.221 0.415655L411.805 0.415655L411.805 2.48742ZM218.311 5.09176L218.728 5.09176L218.728 4.40157L218.311 4.40157L218.311 5.09176ZM218.311 3.71018L218.728 3.71018L218.728 3.01999L218.311 3.01999L218.311 3.71018ZM215.086 5.09176L215.502 5.09176L215.502 3.01999L215.086 3.01999L215.086 5.09176ZM213.491 5.09176L213.908 5.09176L213.908 4.40157L213.491 4.40157L213.491 5.09176ZM162.837 2.48745L164.084 2.48745L164.084 0.415677L162.837 0.415677L162.837 2.48745ZM158.675 2.48745L159.091 2.48745L159.091 0.415677L158.675 0.415677L158.675 2.48745ZM155.764 2.48745L156.18 2.48745L156.18 0.415677L155.764 0.415677L155.764 2.48745ZM155.133 2.48745L155.55 2.48745L155.55 0.415677L155.133 0.415677L155.133 2.48745ZM-14.3496 5.09178L-13.9332 5.09178L-13.9332 4.40159L-14.3496 4.40159L-14.3496 5.09178ZM-14.3496 3.7102L-13.9332 3.7102L-13.9332 3.02001L-14.3496 3.02001L-14.3496 3.7102ZM-17.5753 5.09178L-17.1588 5.09178L-17.1588 3.02001L-17.5753 3.02001L-17.5753 5.09178ZM-19.1699 5.09178L-18.7533 5.09178L-18.7533 4.40159L-19.1699 4.40159L-19.1699 5.09178ZM252.648 7.69167L253.634 6.05962L254.616 7.69167L252.648 7.69167ZM186.342 3.93304L184.744 3.93304L184.751 3.92224L186.336 3.92224L186.342 3.93304ZM19.9873 7.69169L20.9727 6.05964L21.9554 7.69169L19.9873 7.69169Z' fill='white'/%3E%3C/svg%3E"); } }

.heroes-section {
  padding: 8rem 0; }

/*# sourceMappingURL=styles.min.css.map */
