*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  /* preloading */
}

body {
  font-family: "Anybody", sans-serif;
  font-weight: 400;
  color: #101826;
  overflow-x: hidden;
  font-size: 16px;
  z-index: -9999;
  min-height: 100vh;
  background: #f9effb;
}

/* *************************************** GENERAL ***************************************** */
a {
  text-decoration: none;
  display: inline-block;
}

.container {
  max-width: 144rem;
  margin: 0 auto;
  position: relative;
  padding: 0 7rem;
}

.section-title {
  font-family: "Anybody";
  font-style: normal;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 140%;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #ec2a87;
}

/* *************************************** HEADER ***************************************** */
header .header-content {
  background: #ffffff;
  border-radius: 7.5rem;
  height: 7.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem;
}
header .header-content .logo {
  display: flex;
  align-items: end;
  gap: 1.4rem;
}
header .header-content .logo img {
  height: 4.3rem;
}
header .header-content .logo span {
  font-family: "Anybody";
  font-style: normal;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1.7rem;
  letter-spacing: -0.015em;
  text-transform: capitalize;
  color: #ec2a87;
  transform: translateY(-7px);
}
header .header-content nav {
  display: flex;
  gap: 3.8rem;
}
header .header-content nav a {
  font-family: "Anybody";
  font-style: normal;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1.7rem;
  letter-spacing: -0.015em;
  text-transform: capitalize;
  color: #101826;
}
header .header-content .btn {
  background: #ffffff;
  border: 1px solid #101826;
  box-shadow: -4px 4px 0px #101826;
  border-radius: 4.1rem;
  width: 13rem;
  height: 4.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Anybody";
  font-style: normal;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1.7rem;
  display: flex;
  align-items: center;
  letter-spacing: -0.015em;
  text-transform: capitalize;
  color: #101826;
  cursor: pointer;
}

/* *************************************** HERO *********************************  */
.hero {
  margin-top: 4rem;
  margin-bottom: 6.8rem;
}
.hero .container {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.hero .container .copy {
  margin-top: 135px;
}
.hero .container .copy h4 {
  font-family: "Anybody";
  font-style: normal;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #101826;
  margin-bottom: 3.1rem;
}
.hero .container .copy h1 {
  font-family: "Anybody";
  font-style: normal;
  font-weight: 900;
  font-size: 7.3rem;
  line-height: 7.6rem;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #101826;
  margin-bottom: 1.8rem;
  max-width: 52.5rem;
}
.hero .container .copy p {
  font-family: "Anybody";
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: -0.015em;
  text-transform: capitalize;
  color: #101826;
  max-width: 45.8rem;
}
.hero .container .copy p .dynamic-word {
  font-weight: 900;
}
.hero .container .graphics {
  position: relative;
  width: 63.3rem;
  height: 65.4rem;
}
.hero .container .graphics .sticky-btn {
  width: 14.5rem;
  height: 14.5rem;
  position: absolute;
  background: #ffffff;
  border: 1px solid #101826;
  box-shadow: -4px 4px 0px #101826;
  border-radius: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 19.2rem;
  left: -3.9rem;
  cursor: pointer;
}
.hero .container .graphics .sticky-btn span {
  font-family: "Anybody";
  font-style: normal;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 2.1rem;
  text-align: center;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #101826;
  max-width: 11.8rem;
}
.hero .container .graphics .top {
  background: linear-gradient(138.53deg, #ff7ebc -30.54%, #ac78f9 188.37%);
  border-radius: 4rem;
  width: 100%;
  height: 56.6rem;
  padding: 7.1rem 3.6rem 3.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.hero .container .graphics .top .img-head {
  width: 39.6rem;
}
.hero .container .graphics .top .progress-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.hero .container .graphics .top .progress-wrapper .title {
  font-family: "Anybody";
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.9rem;
  letter-spacing: -0.015em;
  text-transform: capitalize;
  color: #101826;
  margin-bottom: 1rem;
}
.hero .container .graphics .top .progress-wrapper .progress-bar {
  background: #ffffff;
  border: 1px solid #101826;
  box-shadow: -4px 4px 0px #101826;
  border-radius: 5rem;
  height: 1.6rem;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}
.hero .container .graphics .top .progress-wrapper .progress-bar .progress-fill {
  width: 36%;
  background: #966aff;
  height: 100%;
}
.hero .container .graphics .top .progress-wrapper .progress-values {
  display: flex;
  justify-content: space-between;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.9rem;
  letter-spacing: -0.015em;
  color: #101826;
}
.hero .container .graphics .bottom {
  background: #ffffff;
  border-radius: 4rem;
  height: 18.2rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  padding: 0 3.6rem 2.6rem;
  display: flex;
  align-items: end;
}
.hero .container .graphics .bottom .logos-wrapper {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero .container .graphics .bottom .logos-wrapper .logo.logo--1 {
  width: 9.1rem;
}
.hero .container .graphics .bottom .logos-wrapper .logo.logo--2 {
  width: 14rem;
}
.hero .container .graphics .bottom .logos-wrapper .logo.logo--3 {
  width: 12.2rem;
}

/* *************************************** OUR MISSION *********************************  */
.our-mission {
  margin-bottom: 12rem;
}
.our-mission .container h2 {
  margin-bottom: 7rem;
}
.our-mission .container .row {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 2.4rem;
}
.our-mission .container .row .item {
  flex: 1;
}
.our-mission .container .row .item .label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.4rem;
  height: 5.4rem;
  background: #ffffff;
  border: 1px solid #101826;
  box-shadow: -4px 4px 0px #101826;
  border-radius: 100%;
  font-family: "Anybody";
  font-style: normal;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.6rem;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #101826;
  margin-bottom: 4rem;
}
.our-mission .container .row .item h3 {
  font-family: "Anybody";
  font-style: normal;
  font-weight: 900;
  font-size: 4.1rem;
  line-height: 4.2rem;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #101826;
  margin-bottom: 1.8rem;
}
.our-mission .container .row .item p {
  font-family: "Anybody";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: -0.015em;
  color: #101826;
}
.our-mission .container .row .item.item--1 h3 {
  max-width: 36.7rem;
}
.our-mission .container .row .item.item--1 p {
  max-width: 32.8rem;
}
.our-mission .container .row .item.item--2 h3 {
  max-width: 21.1rem;
}
.our-mission .container .row .item.item--2 p {
  max-width: 36rem;
}
.our-mission .container .row .item.item--3 h3 {
  max-width: 31.4rem;
}
.our-mission .container .row .item.item--3 p {
  max-width: 38.3rem;
}

/* *************************************** FEATURES *********************************  */
.features {
  margin-bottom: 15rem;
}
.features .container h2 {
  margin-bottom: 3.4rem;
}
.features .container .content {
  display: flex;
  align-items: center;
  gap: 10rem;
}
.features .container .content .img-features {
  height: 60rem;
}
.features .container .content .description {
  display: flex;
  gap: 3.4rem;
  align-items: start;
}
.features .container .content .description .dots {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.features .container .content .description .dots .dot {
  width: 1.4rem;
  height: 1.4rem;
  background: #ffffff;
  border-radius: 50%;
}
.features .container .content .description .dots .dot.active {
  background: #ec2a87;
}
.features .container .content .description .text h3 {
  font-family: "Anybody";
  font-style: normal;
  font-weight: 900;
  font-size: 4.1rem;
  line-height: 4.2rem;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #101826;
  margin-bottom: 1.8rem;
  max-width: 26.5rem;
}
.features .container .content .description .text p {
  font-family: "Anybody";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: -0.015em;
  color: #101826;
  max-width: 41.1rem;
}

/* *************************************** AVATARS *********************************  */
.avatars {
  margin-bottom: 15rem;
}
.avatars .container .text {
  display: flex;
  gap: 3.4rem;
  align-items: start;
  margin-bottom: 11rem;
}
.avatars .container .text p {
  max-width: 41.1rem;
  font-family: "Anybody";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: -0.015em;
  color: #101826;
}
.avatars .container .avatars {
  display: flex;
  gap: 11rem;
  flex-direction: column;
}
.avatars .container .avatars .avatar {
  display: flex;
  gap: 18.9rem;
  align-items: center;
}
.avatars .container .avatars .avatar .img-avatar {
  height: 41rem;
}
.avatars .container .avatars .avatar .description {
  display: flex;
  gap: 3.4rem;
  align-items: start;
}
.avatars .container .avatars .avatar .description .text {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 0;
}
.avatars .container .avatars .avatar .description .text h3 {
  font-family: "Anybody";
  font-style: normal;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 100%;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #101826;
}
.avatars .container .avatars .avatar .description .text ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.avatars .container .avatars .avatar .description .text ul li {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.avatars .container .avatars .avatar .description .text ul li .img-star {
  height: 2.4rem;
}
.avatars .container .avatars .avatar .description .text ul li span {
  font-family: "Anybody", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: -0.015em;
  color: #101826;
}

/* *************************************** HOW IT WORKS *********************************  */
.how-it-works {
  margin-bottom: 11rem;
}
.how-it-works .container .text {
  display: flex;
  gap: 3.4rem;
  align-items: start;
  margin-bottom: 6rem;
}
.how-it-works .container .text p {
  max-width: 41.1rem;
  font-family: "Anybody";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: -0.015em;
  color: #101826;
}
.how-it-works .container .video-wrapper {
  width: 85.4rem;
  height: 48rem;
  margin: 0 auto;
  background-color: #593a77;
  border: 1px solid #101826;
  box-shadow: -6px 6px 0px #101826;
  border-radius: 4rem;
  position: relative;
  cursor: pointer;
}
.how-it-works .container .video-wrapper .decor-img-bg {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 4rem;
}
.how-it-works .container .video-wrapper .decor-img-bg img {
  width: 62.5rem;
  position: absolute;
  right: -10.6rem;
  bottom: -6.9rem;
}
.how-it-works .container .video-wrapper .sticky-btn {
  position: absolute;
  left: 163px;
  top: 206px;
  width: 14.4rem;
  height: 14.4rem;
  background: #ffffff;
  border: 1px solid #101826;
  box-shadow: -4px 4px 0px #101826;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.how-it-works .container .video-wrapper .sticky-btn span {
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 2.1rem;
  text-align: center;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #101826;
}

/* *************************************** under-how-it-works *********************************  */
.under-how-it-works {
  display: flex;
  justify-content: center;
  margin-bottom: 11rem;
}
.under-how-it-works p {
  font-family: "Anybody";
  font-style: normal;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 3.3rem;
  text-align: center;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #101826;
  max-width: 64.8rem;
}
.under-how-it-works p span {
  color: #ec2a87;
}

/* *************************************** TM TOKENS Governance *********************************  */
.tm-tokens-governance {
  margin-bottom: 18.9rem;
}
.tm-tokens-governance .container h2 {
  margin-bottom: 6rem;
}
.tm-tokens-governance .container .blocks {
  display: flex;
  flex-direction: column;
  gap: 3.4rem;
}
.tm-tokens-governance .container .blocks .block {
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(37rem, 1fr) 14.6rem minmax(37rem, 1fr);
  align-items: center;
  background: #ffffff;
  border: 1px solid #101826;
  box-shadow: -4px 4px 0px #101826;
  border-radius: 4rem;
  padding: 1.2rem 0;
  justify-content: space-between;
}
.tm-tokens-governance .container .blocks .block h3 {
  font-family: "Anybody";
  font-style: normal;
  font-weight: 900;
  font-size: 4.1rem;
  line-height: 4.2rem;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #101826;
  margin-left: 4rem;
}
.tm-tokens-governance .container .blocks .block img {
  width: 14.6rem;
  height: 14.6rem;
}
.tm-tokens-governance .container .blocks .block p {
  font-family: "Anybody";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: -0.015em;
  color: #101826;
  margin-right: 4rem;
}

/* *************************************** TM TOKENS Ingame *********************************  */
.tm-tokens-ingame {
  margin-bottom: 14rem;
}
.tm-tokens-ingame .container .top-row {
  margin-bottom: 3.4rem;
  display: flex;
  justify-content: space-between;
  gap: 4.8rem;
  align-items: start;
}
.tm-tokens-ingame .container .top-row h2 {
  margin-top: 3.9rem;
  flex-shrink: 0;
}
.tm-tokens-ingame .container .card {
  display: flex;
  min-height: 28.8rem;
  padding: 3.7rem 4rem;
  gap: 3.4rem;
  background: #ffffff;
  border: 1px solid #101826;
  box-shadow: -4px 4px 0px #101826;
  border-radius: 4rem;
  justify-content: space-between;
}
.tm-tokens-ingame .container .card .text {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
.tm-tokens-ingame .container .card .text h3 {
  max-width: 20.4rem;
  font-family: "Anybody";
  font-style: normal;
  font-weight: 900;
  font-size: 4.1rem;
  line-height: 4.2rem;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #101826;
}
.tm-tokens-ingame .container .card .text p {
  font-family: "Anybody";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: -0.015em;
  color: #101826;
  max-width: 48.9rem;
}
.tm-tokens-ingame .container .card img {
  width: 13.8rem;
  align-self: center;
}
.tm-tokens-ingame .container .card.card--1 {
  flex: 0 1 85.3rem;
}
.tm-tokens-ingame .container .card.card--2 h3 {
  max-width: 30.1rem;
}
.tm-tokens-ingame .container .card.card--2 p {
  max-width: 35rem;
}
.tm-tokens-ingame .container .card.card--3 h3 {
  max-width: 26.7rem;
}
.tm-tokens-ingame .container .card.card--3 p {
  max-width: 37.1rem;
}
.tm-tokens-ingame .container .card.card--4 p {
  max-width: 34rem;
}
.tm-tokens-ingame .container .card.card--5 p {
  max-width: 34rem;
}
.tm-tokens-ingame .container .cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.4rem;
}

/* *************************************** under-ingame-tokens *********************************  */
.under-ingame-tokens {
  margin-bottom: 13rem;
}
.under-ingame-tokens .descr {
  font-family: "Anybody";
  font-style: normal;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 3.3rem;
  text-align: center;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #101826;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 13rem;
  max-width: 93.5rem;
}
.under-ingame-tokens .descr span {
  color: #ec2a87;
}
.under-ingame-tokens .values {
  display: flex;
  justify-content: space-between;
  gap: 3.2rem;
}
.under-ingame-tokens .values .value {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.under-ingame-tokens .values .value h3 {
  font-family: "Anybody";
  font-style: normal;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 3.3rem;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #101826;
  max-width: 35.8rem;
  white-space: pre;
}
.under-ingame-tokens .values .value:nth-child(2) h3 {
  max-width: 29.3rem;
}
.under-ingame-tokens .values .value:nth-child(3) h3 {
  max-width: 27.5rem;
}
.under-ingame-tokens .values .value p {
  font-family: "Anybody";
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: -0.015em;
  color: #101826;
  max-width: 41.1rem;
}

/* *************************************** TMG TOKENS Ingame *********************************  */
.tmg-tokens-ingame {
  margin-bottom: 14rem;
}
.tmg-tokens-ingame .container .section-title {
  margin-bottom: 5rem;
}
.tmg-tokens-ingame .container .cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 3.2rem;
  gap: 3.2rem;
}
.tmg-tokens-ingame .container .card {
  min-height: 43.2rem;
  padding: 3.7rem 4rem;
  background: #ffffff;
  border: 1px solid #101826;
  box-shadow: -4px 4px 0px #101826;
  border-radius: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tmg-tokens-ingame .container .card.active {
  background: linear-gradient(138.53deg, #ff7ebc -30.54%, #ac78f9 188.37%);
}
.tmg-tokens-ingame .container .card .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
}
.tmg-tokens-ingame .container .card .top span {
  font-family: "Anybody";
  font-style: normal;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: -0.015em;
  color: #101826;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.tmg-tokens-ingame .container .card .top img {
  width: 3.6rem;
}
.tmg-tokens-ingame .container .card h3 {
  font-family: "Anybody";
  font-style: normal;
  font-weight: 900;
  font-size: 4.1rem;
  line-height: 4.2rem;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #101826;
  margin-bottom: 1.2rem;
}
.tmg-tokens-ingame .container .card h4 {
  font-family: "Anybody";
  font-style: normal;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 3.3rem;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #101826;
  margin-bottom: 1.6rem;
}
.tmg-tokens-ingame .container .card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.tmg-tokens-ingame .container .card ul li {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.9rem;
  letter-spacing: -0.015em;
  color: #101826;
}
.tmg-tokens-ingame .container .card:nth-child(1) h4 {
  max-width: 15.6rem;
}
.tmg-tokens-ingame .container .card:nth-child(2) h4 {
  max-width: 20.8rem;
}
.tmg-tokens-ingame .container .card:nth-child(3) h4 {
  max-width: 26.9rem;
}
.tmg-tokens-ingame .container .card:nth-child(4) h4 {
  max-width: 21.1rem;
}
.tmg-tokens-ingame .container .card:nth-child(5) h4 {
  max-width: 18.4rem;
}
.tmg-tokens-ingame .container .card .bottom-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  bottom: 3.7rem;
}
.tmg-tokens-ingame .container .card .bottom-list li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.tmg-tokens-ingame .container .card .bottom-list li img {
  height: 2.4rem;
  transform: translateY(-0.3rem);
}
.tmg-tokens-ingame .container .card .bottom-list li span {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.9rem;
  letter-spacing: -0.015em;
  color: #101826;
}
.tmg-tokens-ingame .container .banner {
  padding: 3.7rem 4rem;
  background: linear-gradient(191.07deg, #d194ff -9.01%, #8a61ff 243.17%);
  border: 1px solid #101826;
  box-shadow: -4px 4px 0px #101826;
  border-radius: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tmg-tokens-ingame .container .banner .title {
  display: flex;
  gap: 2.8rem;
  align-items: center;
}
.tmg-tokens-ingame .container .banner .title img {
  height: 1.6rem;
}
.tmg-tokens-ingame .container .banner .title p {
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 3.3rem;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #101826;
}
.tmg-tokens-ingame .container .banner .year {
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.9rem;
  text-align: right;
  letter-spacing: -0.015em;
  color: #101826;
}

/* *************************************** OUR COMPANY *********************************  */
.our-company {
  margin-bottom: 12rem;
}
.our-company .container h2 {
  margin-bottom: 4rem;
}
.our-company .container .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8rem;
  justify-items: center;
}
.our-company .container .grid .card {
  width: 30rem;
  height: 38.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.our-company .container .grid .card:nth-child(3n+1) {
  justify-self: start;
}
.our-company .container .grid .card:nth-child(3n+3) {
  justify-self: end;
}
.our-company .container .grid .card .avatar {
  height: 27.6rem;
}
.our-company .container .grid .card .content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  align-self: stretch;
}
.our-company .container .grid .card .content .text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.our-company .container .grid .card .content .text .name {
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.9rem;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #101826;
}
.our-company .container .grid .card .content .text .position {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: -0.015em;
  color: #101826;
}
.our-company .container .grid .card .content .icons {
  display: flex;
  gap: 1rem;
}
.our-company .container .grid .card .content .icons .icon {
  width: 3.2rem;
  height: 3.2rem;
  background: #f9effb;
  border: 1px solid #101826;
  box-shadow: -2px 2px 0px #101826;
  border-radius: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-company .container .grid .card .content .icons .icon img.facebook {
  height: 2.1rem;
}
.our-company .container .grid .card .content .icons .icon img.twitter {
  height: 1.6rem;
}
.our-company .container .grid .card .content .icons .icon img.in {
  height: 1.6rem;
}

/* *************************************** ADVISORS *********************************  */
.advisors {
  margin-bottom: 12.6rem;
}
.advisors .container h2 {
  margin-bottom: 4rem;
}
.advisors .container .advisors-list {
  display: flex;
  justify-content: space-between;
  gap: 3.2rem;
  width: 100%;
}
.advisors .container .advisors-list .advisor {
  display: flex;
  flex: 0 1 63.2rem;
  justify-content: space-between;
  align-items: center;
}
.advisors .container .advisors-list .advisor .img-wrapper {
  position: relative;
  height: 27.6rem;
}
.advisors .container .advisors-list .advisor .img-wrapper .avatar {
  height: 100%;
  z-index: 1;
}
.advisors .container .advisors-list .advisor .img-wrapper .star-bg {
  position: absolute;
  height: 29.6rem;
  left: -1.8rem;
  top: -2.4rem;
  z-index: -1;
}
.advisors .container .advisors-list .advisor .content {
  flex: 0 1 30rem;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.advisors .container .advisors-list .advisor .content .top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  align-self: stretch;
  gap: 1.6rem;
}
.advisors .container .advisors-list .advisor .content .top .text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.advisors .container .advisors-list .advisor .content .top .text .name {
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.9rem;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #101826;
}
.advisors .container .advisors-list .advisor .content .top .text .position {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: -0.015em;
  color: #101826;
}
.advisors .container .advisors-list .advisor .content .top .icons {
  display: flex;
  gap: 1rem;
}
.advisors .container .advisors-list .advisor .content .top .icons .icon {
  width: 3.2rem;
  height: 3.2rem;
  background: #f9effb;
  border: 1px solid #101826;
  box-shadow: -2px 2px 0px #101826;
  border-radius: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.advisors .container .advisors-list .advisor .content .top .icons .icon img.facebook {
  height: 2.1rem;
}
.advisors .container .advisors-list .advisor .content .top .icons .icon img.twitter {
  height: 1.6rem;
}
.advisors .container .advisors-list .advisor .content .top .icons .icon img.in {
  height: 1.6rem;
}
.advisors .container .advisors-list .advisor .content .descr {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: -0.015em;
  color: #101826;
}

/* *************************************** tokenomics *********************************  */
.tokenomics {
  margin-bottom: 13.5rem;
}
.tokenomics .container .section-title {
  margin-bottom: 7rem;
}
.tokenomics .container .table-container {
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  height: 83.4rem;
}
.tokenomics .container .table-container .table {
  width: 100%;
  border-collapse: collapse;
}
.tokenomics .container .table-container .table tr td {
  border-bottom: 1px solid #101826;
}
.tokenomics .container .table-container .table tr:first-of-type td,
.tokenomics .container .table-container .table tr:last-of-type td {
  border-bottom: none;
}
.tokenomics .container .table-container .table tr td {
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 2.8rem;
  letter-spacing: -0.015em;
  color: #101826;
}
.tokenomics .container .table-container .table tr:not(:first-of-type) td:nth-child(2) {
  font-weight: 900;
  text-transform: uppercase;
}
.tokenomics .container .table-container .table tr:first-of-type td,
.tokenomics .container .table-container .table tr:nth-child(2) td {
  font-weight: 900;
}
.tokenomics .container .table-container .table tr:nth-child(2) td {
  vertical-align: bottom;
  padding-bottom: 2.6rem;
}
.tokenomics .container .table-container .table tr td {
  height: 8.6rem;
}
.tokenomics .container .table-container .table tr:nth-child(1) td {
  height: 2.8rem;
}
.tokenomics .container .table-container .table tr:nth-child(2) td {
  height: 11.1rem;
}
.tokenomics .container .table-container .table tr td:nth-child(1) {
  width: 8%;
  min-width: 8rem;
}
.tokenomics .container .table-container .table tr td:nth-child(2) {
  width: 19.85%;
  min-width: 18rem;
}
.tokenomics .container .table-container .table tr td:last-child {
  width: 1%;
  white-space: nowrap;
}
.tokenomics .container .table-container .table tr:nth-child(2) td:nth-child(3) {
  position: relative;
}
.tokenomics .container .table-container .table tr:nth-child(2) td:nth-child(3) .white-column {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.3rem 0 3.4rem;
  gap: 5.7rem;
  width: 104%;
  min-width: 7.8rem;
  height: 77.7rem;
  background: #ffffff;
  border: 1px solid #101826;
  box-shadow: -5px 5px 0px #101826;
  border-radius: 3rem;
  top: 2.3rem;
  left: -3.4rem;
}
.tokenomics .container .table-container .table tr:nth-child(2) td:nth-child(3) .white-column span {
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 2.8rem;
  letter-spacing: -0.015em;
  color: #101826;
  display: inline-block;
  width: 6.2rem;
}
.tokenomics .container .table-container .table tr:nth-child(2) td:nth-child(3) .white-column span:first-of-type {
  font-weight: 900;
}
.tokenomics .container .table-container .table tr:nth-child(2) td:nth-child(3) .white-column span:nth-child(2) {
  transform: translateY(-0.2rem);
}
.tokenomics .container .table-container .table tr:nth-child(2) td:nth-child(3) .white-column span:nth-child(3) {
  transform: translateY(-1px);
}
.tokenomics .container .table-container .table tr:nth-child(2) td:nth-child(3) .white-column span:nth-child(5) {
  transform: translateY(1px);
}
.tokenomics .container .table-container .table tr:nth-child(2) td:nth-child(3) .white-column span:nth-child(6) {
  transform: translateY(0.2rem);
}
.tokenomics .container .table-container .table tr:nth-child(2) td:nth-child(3) .white-column span:nth-child(7) {
  transform: translateY(0.3rem);
}
.tokenomics .container .table-container .table tr:nth-child(2) td:nth-child(3) .white-column span:nth-child(8) {
  transform: translateY(0.4rem);
}
.tokenomics .container .table-container .table tr:nth-child(2) td:nth-child(3) .white-column span:nth-child(9) {
  transform: translateY(0.6rem);
}

/* *************************************** Lounch Suply *********************************  */
.lounch-supply {
  margin-bottom: 16rem;
}
.lounch-supply .container h2 {
  margin-bottom: 4rem;
}
.lounch-supply .container .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.2rem;
}
.lounch-supply .container .grid .card {
  padding: 3.6rem 4rem 3.5rem;
  position: relative;
  background: #ffffff;
  border: 1px solid #101826;
  box-shadow: -4px 4px 0px #101826;
  border-radius: 4rem;
  height: 35.1rem;
  display: flex;
  flex-direction: column;
}
.lounch-supply .container .grid .card:nth-child(3), .lounch-supply .container .grid .card:nth-child(4) {
  height: 38.1rem;
}
.lounch-supply .container .grid .card.active {
  background: linear-gradient(138.53deg, #ff7ebc -30.54%, #ac78f9 188.37%);
}
.lounch-supply .container .grid .card h3 {
  font-weight: 900;
  font-size: 4.1rem;
  line-height: 4.2rem;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #101826;
  margin-bottom: 2.9rem;
}
.lounch-supply .container .grid .card .row--bottom-row {
  margin-top: auto;
}
.lounch-supply .container .grid .card .rows-grid,
.lounch-supply .container .grid .card .row--bottom-row {
  display: grid;
  grid-template-columns: minmax(16.9rem, 18.3rem) 1fr;
  align-items: center;
  justify-items: start;
}
.lounch-supply .container .grid .card .rows-grid h4,
.lounch-supply .container .grid .card .rows-grid p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #101826;
}
.lounch-supply .container .grid .card .rows-grid h4 {
  font-weight: 900;
}
.lounch-supply .container .grid .card .row--bottom-row button {
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1.7rem;
  letter-spacing: -0.015em;
  text-transform: capitalize;
  color: #101826;
  padding: 1.1rem 2.1rem;
  background: #ffffff;
  border: 1px solid #101826;
  box-shadow: -4px 4px 0px #101826;
  border-radius: 4rem;
  cursor: pointer;
}
.lounch-supply .container .grid .card .row--bottom-row .progress-wrapper {
  justify-self: stretch;
}
.lounch-supply .container .grid .card .row--bottom-row .progress-wrapper .progress {
  position: relative;
  background: #ffffff;
  border: 1px solid #101826;
  box-shadow: -4px 4px 0px #101826;
  border-radius: 4rem;
  background: #ffffff;
  height: 1.5rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.3rem;
}
.lounch-supply .container .grid .card .row--bottom-row .progress-wrapper .progress .fill {
  position: absolute;
  height: 100%;
  width: 21%;
  left: 0;
  top: 0;
  background: #966aff;
}
.lounch-supply .container .grid .card .row--bottom-row .progress-wrapper .text {
  display: flex;
  justify-content: space-between;
  gap: 1.6rem;
  align-items: baseline;
}
.lounch-supply .container .grid .card .row--bottom-row .progress-wrapper .text .left,
.lounch-supply .container .grid .card .row--bottom-row .progress-wrapper .text .right {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.9rem;
  text-align: center;
  letter-spacing: -0.015em;
  text-transform: capitalize;
  color: #101826;
}
.lounch-supply .container .grid .card .row--bottom-row .text-wrapper p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: -0.015em;
  color: #101826;
}

/* *************************************** FOOTER *********************************  */
footer {
  height: 22.6rem;
  padding: 4rem 0;
  position: relative;
  background: #ffffff;
}
footer .container {
  height: 100%;
}
footer .container .top-row {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  margin-bottom: 4.8rem;
}
footer .container .top-row .logo {
  display: flex;
  align-items: end;
  gap: 1.2rem;
}
footer .container .top-row .logo img {
  height: 3.8rem;
}
footer .container .top-row .logo span {
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.9rem;
  letter-spacing: -0.015em;
  text-transform: capitalize;
  color: #ec2a87;
  transform: translateY(-7px);
}
footer .container .top-row .social {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
footer .container .top-row .social p {
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #101826;
}
footer .container .top-row .social .icons {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
footer .container .top-row .social .icons .icon {
  height: 3.2rem;
  width: 3.2rem;
  background: #ffffff;
  border: 1px solid #101826;
  box-shadow: -3px 3px 0px #101826;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .container .top-row .social .icons .icon .icon--facebook {
  height: 2.1rem;
}
footer .container .top-row .social .icons .icon .icon--twitter {
  height: 1.6rem;
}
footer .container .top-row .social .icons .icon .icon--in {
  height: 1.6rem;
}
footer .container .top-row .social .icons .icon .icon--medium {
  width: 2.4rem;
}
footer .container .top-row .social .icons .icon .icon--discord {
  height: 1.5rem;
}
footer .container .top-row .social .icons .icon .icon--telegram {
  height: 1.6rem;
  transform: translateX(-0.2rem);
}
footer .container .terms,
footer .container .rights {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
  letter-spacing: -0.015em;
  color: #101826;
}
footer .container .terms a,
footer .container .rights a {
  text-decoration: underline;
  color: #101826;
}
footer .container .terms {
  margin-bottom: 1.6rem;
}

/* *************************************** SCROLLBAR *********************************  */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f9effb;
}

::-webkit-scrollbar-thumb {
  background: #ec2a87;
  border-radius: 12px;
}

::-webkit-scrollbar-thumb:hover {
  background: #f05ba3;
}

::selection {
  background: #ec2a87;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  html {
    font-size: 56.25%;
  }
}
@media only screen and (max-width: 992px) {
  html {
    font-size: 50%;
  }
}

/*# sourceMappingURL=style.css.map */
