@import url(https://fonts.googleapis.com/css2?family=Inter&family=Poppins:ital,wght@0,500;0,600;0,700;1,400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter&family=Poppins:wght@400;500;600;700&display=swap);
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
}
body {
  font: 18px/28px Poppins, sans-serif;
  color: #a8a8b2;
  background-color: #1b1823;
}
h1 {
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 56px;
    line-height: 72.8px;
  }
}
h2 {
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1211px) {
  h2 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 50px;
  }
}
img {
  display: block;
}
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='text'] {
  border-radius: 12px;
  background: #1f1f2d;
  height: 68px;
  padding: 22px 15px;
  color: #fff;
  border: none;
}
input[type='email']::placeholder,
input[type='password']::placeholder,
input[type='tel']::placeholder,
input[type='text']::placeholder {
  color: #7d7e83;
  font-size: 18px;
  line-height: 24px;
}
.mobile-hidden {
  display: none;
}
@media (min-width: 768px) {
  .mobile-hidden {
    display: block;
  }
}
@media (min-width: 768px) {
  .tablet-hidden {
    display: none;
  }
}
.mobile-block {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .mobile-block {
    display: initial;
    text-align: inherit;
  }
}
.uppercase {
  text-transform: uppercase;
}
.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: 0 0;
  border-bottom: 1px solid #42424e;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1000;
}
@media (max-width: 1209px) {
  .header-wrapper.open {
    background-color: #1b1823;
  }
}
.header {
  max-width: 1320px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 120px;
  padding: 0 20px;
  position: relative;
}
@media (min-width: 1211px) {
  .header {
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1361px) {
  .header {
    padding: 0;
  }
}
.header .logo img {
  width: 112px;
  height: 64px;
  margin: 0 auto;
  cursor: pointer;
}
@media (min-width: 1211px) {
  .header .logo img {
    margin: 0;
  }
}
.header .button,
.header .logo {
  position: relative;
  cursor: pointer;
}
.header .button {
  margin-left: auto;
}
.header nav {
  display: none;
}
@media (min-width: 1211px) {
  .header nav {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1209px) {
  .header nav.open {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #1b1823;
    width: 100%;
    padding: 20px;
    border-top: 1px solid #42424e;
    border-bottom: 1px solid #42424e;
  }
  .header nav.open ul {
    display: flex;
    flex-direction: column;
  }
  .header nav.open a {
    color: #a8a8b2;
    text-decoration: none;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
  }
}
.header ul {
  display: none;
  gap: 28px;
}
@media (min-width: 1211px) {
  .header ul {
    display: flex;
    flex-shrink: 0;
    flex-grow: 1;
    width: 100%;
    justify-content: center;
    width: 100%;
  }
}
@media (min-width: 1301px) {
  .header ul {
    gap: 42px;
  }
}
.header ul a {
  color: #a8a8b2;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.header .header-burger {
  width: 34px;
  height: 34px;
  background-color: transparent;
  outline: 0;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header .header-burger img {
  width: 34px;
  height: 34px;
}
@media (min-width: 1211px) {
  .header .header-burger {
    display: none;
  }
}
.button {
  height: 60px;
  background: #5493f7;
  width: 225px;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  border-radius: 12px;
  border: 1px solid transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.button.outline {
  background: 0 0;
  border: 1px solid #5493f7;
}
.button.small {
  height: 42px;
  min-width: 160px;
  width: 160px;
}
@media (min-width: 768px) {
  .button.small {
    height: 48px;
    width: 225px;
    min-width: 180px;
  }
}
.button.mobile {
  min-width: 40px;
  width: max-content;
  padding: 0 20px;
  margin-left: auto;
}
@media (min-width: 1211px) {
  .button.mobile {
    display: none;
  }
}
.button.desktop {
  display: none;
}
@media (min-width: 1211px) {
  .button.desktop {
    display: flex;
  }
}
.header .button {
  font-size: 16px;
  line-height: 24px;
}
.intro {
  width: 100%;
  padding: 100px 10px 0;
  min-height: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: calc(100vh - 119px);
  margin: auto;
  min-height: 800px;
}
@media (min-width: 768px) {
  .intro {
    width: 750px;
    min-height: 700px;
  }
}
@media (min-width: 1211px) {
  .intro {
    width: 750px;
    min-height: 800px;
  }
}
.intro p {
  width: auto;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .intro p {
    width: 500px;
  }
}
.intro .intro-logo {
  margin-bottom: 20px;
  width: 150px;
}
.intro-wrapper {
  background: #1b1823 url(../images/intro-bg.png) no-repeat 50% 0;
  background-size: cover;
  margin-top: 120px;
}
.btns {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .btns {
    flex-direction: row;
    width: auto;
  }
}
.join-community-button {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;

  cursor: pointer;
  color: #5493f7;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
}
@media (max-width: 768px) {
  .join-community-button {
    margin-top: 30px;
  }
}
.content-wrapper {
  position: relative;
  background: #1b1823 url(../images/bg.jpg) no-repeat 50% 0;
  background-size: cover;
}
.content-wrapper:before {
  background: url(../images/bg-top.png) no-repeat 50% 0;
  content: '';
  position: relative;
  width: 100%;
  height: 128px;
  display: block;
  position: absolute;
  top: -128px;
}
@media (min-width: 768px) {
  .content-wrapper:before {
    top: -70px;
  }
}
@media (min-width: 1211px) {
  .content-wrapper:before {
    top: -128px;
  }
}
.content {
  margin: auto;
  max-width: 1140px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .content {
    padding: 0 35px;
  }
}
@media (min-width: 1201px) {
  .content {
    padding: 0;
  }
}
.section-wrapper {
  margin-bottom: 90px;
}
@media (min-width: 1211px) {
  .section-wrapper {
    margin-bottom: 140px;
  }
}
.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  gap: 30px 32px;
  margin-top: -65px;
  position: relative;
  float: left;
  padding: 0;
}
@media (min-width: 768px) {
  .features {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 41px 32px;
    margin-top: 0;
    width: 100%;
    padding-top: 22px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1211px) {
  .features {
    float: none;
    margin-top: 0;
    padding-top: 33px;
    grid-template-columns: auto 360px auto;
    gap: 60px 29px;
    padding-left: 0;
    padding-right: 0;
  }
}
.feature-box .ttl {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 16px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .feature-box .ttl {
    font-size: 20px;
    line-height: 30px;
  }
}
.feature-box .ttl span {
  font-size: 28px;
}
.feature-box p {
  font-size: 16px;
  line-height: 25.6px;
}
@media (min-width: 768px) {
  .feature-box p {
    font-size: 18px;
    line-height: 28.8px;
  }
}
.about-items {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .about-items {
    flex-wrap: nowrap;
    gap: 30px;
  }
}
.about-box {
  width: 100%;
  padding: 31px 20px 30px 20px;
  background: linear-gradient(
    180deg,
    rgba(49, 57, 84, 0.8) 0,
    rgba(53, 53, 81, 0.8) 100%
  );
  box-shadow: inset 1px 1px 1px #42426a;
  backdrop-filter: blur(25px);
  border-radius: 12px;
}
@media (min-width: 768px) {
  .about-box {
    width: 360px;
    min-height: 344px;
    padding: 31px 20px 20px 20px;
  }
}
@media (min-width: 1211px) {
  .about-box {
    padding: 40px 20px 40px 20px;
    width: 360px;
    min-height: 316px;
  }
}
.about-box [class*=' icon-'],
.about-box [class^='icon-'] {
  font-size: 38px;
  margin-bottom: 21px;
  display: block;
}
@media (min-width: 768px) {
  .about-box [class*=' icon-'],
  .about-box [class^='icon-'] {
    font-size: 40px;
    margin-bottom: 29px;
  }
}
@media (min-width: 1211px) {
  .about-box [class*=' icon-'],
  .about-box [class^='icon-'] {
    font-size: 60px;
    margin-bottom: 40px;
  }
}
.about-box h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 14px;
  color: #fff;
}
@media (min-width: 768px) {
  .about-box h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1211px) {
  .about-box h3 {
    font-size: 26px;
    line-height: 39px;
  }
}
.about-box p {
  font-size: 16px;
  line-height: 25.6px;
}
@media (min-width: 768px) {
  .about-box p {
    line-height: 29px;
    font-size: 18px;
  }
}
.product-features {
  margin-bottom: 90px;
}
@media (min-width: 1211px) {
  .product-features {
    margin-bottom: 169px;
  }
}
.product-features h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28.8px;
  color: #fff;
  margin-bottom: 8px;
}
.column {
  display: flex;
  gap: 30px;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .column {
    width: 33%;
    min-width: 48%;
  }
}
@media (min-width: 1211px) {
  .column {
    min-width: auto;
  }
}
.feature-item {
  border: 1px solid #3b4363;
  border-radius: 12px;
  padding: 30px 20px;
}
.feature-item .bold-item {
  font-weight: 700;
}
@media (min-width: 1211px) {
  .feature-item {
    height: fit-content;
  }
}
.feature-item [class*=' icon-'],
.feature-item [class^='icon-'] {
  font-size: 34px;
  display: flex;
  margin-bottom: 20px;
}
.feature-item p {
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .feature-item p {
    font-size: 18px;
    line-height: 28px;
  }
}
.mission {
  margin-bottom: 90px;
}
@media (min-width: 1211px) {
  .mission {
    margin-bottom: 140px;
  }
}
.mission .mission-holder {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .mission .mission-holder {
    gap: 30px;
  }
}
@media (min-width: 1211px) {
  .mission .mission-holder {
    flex-wrap: nowrap;
    gap: 0;
  }
}
.mission .mission-illustration {
  position: relative;
  width: 100%;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .mission .mission-illustration {
    order: 1;
    margin-bottom: 9px;
  }
}
@media (min-width: 1211px) {
  .mission .mission-illustration {
    order: 2;
    width: inherit;
    margin-bottom: 0;
  }
}
.mission .mission-illustration img {
  margin: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .mission .mission-illustration img {
    width: 100%;
  }
}
.mission-items {
  display: flex;
  max-width: 100%;
  min-height: 100%;
  flex-basis: 100%;
  flex-direction: column;
  justify-content: space-evenly;
}
@media (min-width: 768px) {
  .mission-items {
    flex-basis: calc(50% - 15px);
    flex-wrap: wrap;
    justify-content: initial;
  }
}
@media (min-width: 1211px) {
  .mission-items {
    flex-wrap: nowrap;
    max-width: 265px;
    justify-content: initial;
    gap: 0;
  }
}
.mission-items p {
  line-height: 29px;
}
@media (min-width: 768px) {
  .mission-items:nth-of-type(2) {
    order: 2;
  }
}
@media (min-width: 1211px) {
  .mission-items:nth-of-type(2) {
    order: 1;
  }
}
@media (min-width: 768px) {
  .mission-items:nth-of-type(3) {
    order: 3;
  }
}
.mission-item {
  margin-bottom: 40px;
}
@media (min-width: 1211px) {
  .mission-item {
    margin-bottom: 0;
    margin-top: -52px;
  }
}
.mission-item [class*=' icon-'],
.mission-item [class^='icon-'] {
  font-size: 40px;
  margin-bottom: 15px;
  display: flex;
}
@media (min-width: 1211px) {
  .item1 {
    margin-top: 66px;
  }
}
@media (min-width: 1211px) {
  .item2 {
    margin-top: 60px;
  }
}
@media (min-width: 1211px) {
  .item3 {
    margin-top: 67px;
  }
}
@media (min-width: 1211px) {
  .item4 {
    margin-top: 59px;
  }
}
.income-model img {
  width: 100%;
}
.income-model-image {
  width: 100%;
  height: auto;
}
.token-info {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1211px) {
  .token-info {
    padding-left: 80px;
  }
}
@media (min-width: 768px) {
  .token-info {
    flex-direction: row;
  }
}
.token-info .token-img {
  width: 195px;
  margin: 0 auto 15px;
  position: relative;
}
.token-info .token-img:after {
  position: absolute;
  width: 100%;
  height: 70px;
  left: 0;
  bottom: 0;
  content: '';
  background: #050505;
  filter: blur(70px);
}
@media (min-width: 768px) {
  .token-info .token-img:after {
    width: 390px;
  }
}
@media (min-width: 768px) {
  .token-info .token-img {
    width: 532px;
    padding-top: 19px;
    margin: 0 60px 0 0;
    display: block;
  }
}
@media (min-width: 1211px) {
  .token-info .token-img {
    width: 390px;
    margin-right: 87px;
  }
}
.token-info .token-img img {
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .token-info .token-img img {
    margin: inherit;
  }
}
.token-info .token-features {
  width: 100%;
}
@media (min-width: 768px) {
  .token-info .token-features {
    width: 584px;
  }
}
@media (min-width: 1211px) {
  .token-info .token-features {
    padding-top: 25px;
  }
}
.token-info .token-features h2 {
  text-align: center;
}
@media (min-width: 768px) {
  .token-info .token-features h2 {
    text-align: left;
  }
}
.token-info .token-features li {
  padding-left: 34px;
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .token-info .token-features li {
    margin-bottom: 22px;
  }
}
@media (min-width: 1211px) {
  .token-info .token-features li {
    margin-bottom: 31px;
  }
}
.token-info .token-features li:before {
  background: url(../icons/tick-circle.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  content: '';
}
.audited-by img {
  margin: auto;
}
.milestones h2 {
  text-align: left;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .milestones h2 {
    padding-left: 35px;
  }
}
@media (min-width: 1211px) {
  .milestones h2 {
    padding-left: 9%;
  }
}
.milestones .milestones-holder {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
  padding-left: 10px;
  padding-right: 10px;
  overflow-x: scroll;
  scrollbar-width: none;
  flex-direction: column;
}
@media (min-width: 768px) {
  .milestones .milestones-holder {
    flex-direction: row;
    padding-right: 0;
    padding-left: 35px;
  }
}
@media (min-width: 1211px) {
  .milestones .milestones-holder {
    margin-left: 9%;
    padding-left: 0;
  }
}
.milestones .milestones-holder::-webkit-scrollbar {
  display: none;
}
.milestones .milestone {
  flex-shrink: 0;
  position: relative;
}
@media (min-width: 768px) {
  .milestones .milestone {
    width: 810px;
    padding-right: 60px;
  }
}
.milestones .milestone:after {
  width: 4px;
  height: 100%;
  background: #5493f7;
  content: '';
  position: absolute;
  top: 28px;
  left: 12px;
}
@media (min-width: 768px) {
  .milestones .milestone:after {
    height: 4px;
    width: 100%;
    top: 93px;
    left: 20px;
  }
}
.milestones .milestone.future-timeline:after,
.milestones .milestone.future-timeline:before {
  display: none;
}
.milestones .milestone.future-timeline .ttl:after,
.milestones .milestone.future-timeline .ttl:before {
  display: none;
}
.milestones .milestone .ttl-wrapper {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .milestones .milestone .ttl-wrapper {
    margin-bottom: 71px;
    position: static;
  }
}
.milestones .milestone .ttl-wrapper:before {
  position: absolute;
  top: 6px;
  left: 0;
  content: '';
  background: rgba(84, 147, 247, 0.3);
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .milestones .milestone .ttl-wrapper:before {
    top: 80px;
  }
}
.milestones .milestone .ttl-wrapper:after {
  position: absolute;
  top: 12px;
  left: 6px;
  content: '';
  width: 16px;
  height: 16px;
  background: #5493f7;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .milestones .milestone .ttl-wrapper:after {
    top: 86px;
  }
}
.milestones .milestone .ttl {
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  position: relative;
  padding-left: 43px;
  color: #fff;
}
@media (min-width: 768px) {
  .milestones .milestone .ttl {
    padding-left: 0;
    margin-bottom: 42px;
    padding-bottom: 30px;
    font-size: 32px;
    line-height: 51px;
  }
}
.milestones .milestone .ttl span {
  color: #5493f7;
  margin-left: 10px;
}
.milestones .milestones-list {
  padding-left: 43px;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .milestones .milestones-list {
    padding-left: 0;
    columns: 2;
    gap: 32px;
    margin-bottom: 0;
  }
}
.milestones .milestones-list li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  line-height: 25.6px;
}
@media (min-width: 768px) {
  .milestones .milestones-list li {
    margin-bottom: 21px;
    font-size: 18px;
    line-height: 28.8px;
  }
}
.milestones .milestones-list li:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  left: 2px;
  top: 10px;
  background: #5493f7;
  transform: rotate(45deg);
}
.team {
  margin-bottom: 70px;
}
.partners .partners-list {
  display: flex;
  gap: 50px;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .partners .partners-list {
    gap: 40px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1211px) {
  .partners .partners-list {
    gap: 40px 70px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.partners .partners-list::-webkit-scrollbar {
  display: none;
}
.partners-img {
  height: 60px;
}
@media (min-width: 1211px) {
  .partners-img {
    height: auto;
  }
}
@media (min-width: 768px) {
  .partners .partners-list li {
    height: auto;
  }
}
/*.partners .partners-list li img {*/
/*  height: 100%;*/
/*}*/
/*@media (min-width: 768px) {*/
/*  .partners .partners-list li img {*/
/*    height: auto;*/
/*  }*/
/*}*/
.our-team {
  margin-bottom: 49px;
}
.our-team.advisors {
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .our-team.advisors {
    margin-bottom: 120px;
  }
}
.our-team h2 {
  text-align: center;
}
.our-team .person-box {
  display: flex;
  padding-bottom: 20px;
  flex-direction: column;
  margin-bottom: 30px;
}
.our-team .person-box:last-child {
  border-bottom: none;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .our-team .person-box:last-child {
    align-items: start;
  }
}
@media (min-width: 1211px) {
  .our-team .person-box:last-child {
    align-items: start;
  }
}
@media (min-width: 768px) {
  .our-team .person-box {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.our-team .photo-holder {
  width: 90px;
}
.our-team .photo-holder img {
  width: 100%;
}
@media (min-width: 768px) {
  .our-team .photo-holder {
    padding-bottom: 30px;
    width: 100px;
  }
}
@media (min-width: 1211px) {
  .our-team .photo-holder {
    padding-bottom: 0;
  }
}
.our-team .person-photo {
  display: flex;
  gap: 15px;
  width: 100%;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .our-team .person-photo {
    align-items: center;
    flex-direction: column;
    gap: 30px;
    width: 50%;
  }
  .our-team .person-photo:first-child {
    width: 100%;
    margin-bottom: 63px;
  }
}
@media (min-width: 1211px) {
  .our-team .person-photo {
    max-width: 360px;
    width: 100%;
  }
}
.our-team .second-person {
  max-width: 360px;
  width: 100%;
}
.our-team .second-person:last-child {
  margin-left: 0;
}
@media (min-width: 1211px) {
  .our-team .second-person:last-child {
    margin-left: 25px;
  }
}
@media (min-width: 768px) {
  .our-team .second-person:last-child {
    margin-left: 0;
  }
}
.our-team .person-socials {
  margin-top: 18px;
  display: flex;
  gap: 12px;
  margin-bottom: 23px;
  justify-content: center;
}
@media (min-width: 768px) {
  .our-team .person-socials {
    justify-content: center;
    margin-bottom: 0;
  }
}
.our-team .person-socials li {
  height: 32px;
}
.our-team .person-socials a {
  text-decoration: none;
  display: block;
}
.our-team .person-socials span {
  font-size: 28px;
}
@media (min-width: 768px) {
  .our-team .person-socials span {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .our-team .person-holder {
    padding-top: 9px;
  }
}
.our-team .person-holder .name {
  display: flex;
  margin-bottom: 14px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .our-team .person-holder .name {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0;
  }
}
.our-team .person-holder .name span {
  color: #5493f7;
  padding-left: 10px;
}
@media (min-width: 1211px) {
  .our-team .preson-bio {
    width: 555px;
  }
}
.our-team .preson-bio p {
  margin-bottom: 20px;
  line-height: 29px;
  font-size: 16px;
  line-height: 25.6px;
}
@media (min-width: 768px) {
  .our-team .preson-bio p {
    font-size: 18px;
    line-height: 28px;
  }
}
.subscribe {
  background: url(../images/subscribe-bg.png) no-repeat 50% 50%;
  background-size: cover;
  padding: 30px;
  height: 310px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  flex-direction: column;
  box-shadow: inset 1px 1px 1px #42426a;
}
@media (min-width: 768px) {
  .subscribe {
    height: 310px;
    flex-direction: column;
  }
}
@media (min-width: 1211px) {
  .subscribe {
    height: 233px;
    flex-direction: row;
    padding: 0 60px;
  }
}
.subscribe .subscribe-box,
.subscribe .subscribe-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
@media (min-width: 768px) {
  .subscribe .subscribe-box,
  .subscribe .subscribe-form {
    justify-content: center;
  }
}
@media (min-width: 1211px) {
  .subscribe .subscribe-box,
  .subscribe .subscribe-form {
    align-items: flex-start;
  }
}
.subscribe .subscribe-form {
  padding-top: 11px;
}
.subscribe h3 {
  font-weight: 600;
  color: #5493f7;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .subscribe h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
@media (min-width: 1211px) {
  .subscribe h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.subscribe p {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
@media (min-width: 768px) {
  .subscribe p {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (min-width: 1211px) {
  .subscribe p {
    font-size: 40px;
    line-height: 60px;
  }
}
.subscribe .subscribe-form {
  width: 100%;
  justify-content: space-evenly;
  gap: 20px;
}
@media (min-width: 768px) {
  .subscribe .subscribe-form {
    width: 320px;
  }
}
@media (min-width: 1211px) {
  .subscribe .subscribe-form {
    gap: 0;
  }
}
.subscribe .subscribe-form input {
  width: 100%;
}
.subscribe .subscribe-form button {
  width: 100%;
}
@media (min-width: 768px) {
  .subscribe .subscribe-form button {
    width: 210px;
  }
}
@media (min-width: 1211px) {
  .subscribe .subscribe-form button {
    width: 100%;
  }
}
.socials {
  padding-bottom: 92px;
}
.socials-list {
  display: flex;
  gap: 16px;
  justify-content: center;
}
@media (min-width: 768px) {
  .socials-list {
    gap: 40px;
  }
}
@media (min-width: 1211px) {
  .socials-list {
    gap: 80px;
  }
}
.socials-list a {
  text-decoration: none;
  padding-bottom: 20px;
  display: flex;
}
@media (min-width: 1211px) {
  .socials-list a {
    padding-bottom: 26px;
  }
}
.socials-list a:hover .icn-holder {
  background: linear-gradient(43.98deg, #00e0fc -8.44%, #5493f7 93.55%);
}
.socials-list li {
  position: relative;
  width: 64px;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .socials-list li {
    width: 130px;
    padding-bottom: 36px;
  }
}
.socials-list li em {
  position: absolute;
  bottom: 0;
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  font-style: normal;
  width: 64px;
  right: 0;
  color: #ededed;
}
@media (min-width: 768px) {
  .socials-list li em {
    font-size: 20px;
    line-height: 30px;
    width: 130px;
  }
}
@media (min-width: 1211px) {
  .socials-list li em {
    font-size: 24px;
    line-height: 36px;
  }
}
.socials-list .icn-holder {
  background: linear-gradient(
    180deg,
    rgba(49, 57, 84, 0.8) 0,
    rgba(53, 53, 81, 0.8) 100%
  );
  box-shadow: inset 1px 1px 1px #42426a;
  backdrop-filter: blur(25px);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .socials-list .icn-holder {
    width: 60px;
    height: 60px;
    margin-bottom: 0;
  }
}
.socials-list .icn-holder span {
  font-size: 22px;
}
@media (min-width: 768px) {
  .socials-list .icn-holder span {
    font-size: 34px;
  }
}
.socials-list .icn-holder span.icon-ico_telegram {
  font-size: 18px;
  position: relative;
  left: -2px;
  top: 0;
}
@media (min-width: 768px) {
  .socials-list .icn-holder span.icon-ico_telegram {
    font-size: 26px;
    position: relative;
    left: -3px;
    top: 2px;
  }
}
.socials-list .icn-holder span.icon-ico_github {
  font-size: 26px;
  margin-top: 3px;
  display: f;
}
.footer-wrapper {
  background: #0f0e14;
  display: flex;
  justify-content: center;
}
.footer-wrapper footer {
  width: 1140px;
  padding: 32px 0;
}
@media (min-width: 768px) {
  .footer-wrapper footer {
    flex-direction: column;
  }
}
@media (max-width: 1211px) {
  .footer-wrapper footer {
    flex-direction: column;
    padding: 30px 0;
    width: 700px;
  }
}
.footer-wrapper .copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .footer-wrapper .copy {
    align-items: inherit;
    flex-direction: row;
  }
}
.solid-proof-wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
}
@media (max-width: 767px) {
  .solid-proof-wrapper {
    display: none;
  }
}
.solid-proof-wrapper-mobile {
  display: none;
}
@media (max-width: 767px) {
  .solid-proof-wrapper-mobile {
    padding-top: 30px;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
  }
}
.footer-wrapper p {
  color: #a8a8b2;
  font: 14px/19px Poppins, sans-serif;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .footer-wrapper p {
    align-items: center;
    display: flex;
    margin-bottom: 0;
    font: 14px/17px Poppins, sans-serif;
  }
}

.auditet-text {
  color: #a8a8b2;
  align-items: center;
  display: flex;
  font: 14px/19px Poppins, sans-serif;
}
@media (min-width: 768px) {
  .auditet-text {
    margin-bottom: 0;
    font: 14px/17px Poppins, sans-serif;
  }
}
.footer-wrapper .footer-socials {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .footer-wrapper .footer-socials {
    align-items: inherit;
  }
}
.footer-wrapper .footer-socials ul {
  display: flex;
  gap: 20px;
}
@media (min-width: 768px) {
  .footer-wrapper .footer-socials ul {
    margin-bottom: 0;
  }
}
.footer-wrapper .footer-socials a {
  text-decoration: none;
}
.footer-wrapper .footer-socials a:hover span:before {
  color: #fff;
}
.footer-wrapper .footer-socials span {
  font-size: 24px;
}
.footer-wrapper .footer-socials span:before {
  color: #a8a8b2;
}
.footer-wrapper .footer-logo {
  margin-bottom: 30px;
  display: block;
}
.right-side-footer-wrapper {
  display: flex;
  gap: 117px;
}
@media (max-width: 1211px) {
  .right-side-footer-wrapper {
    gap: 53px;
  }
}
.docs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 767px) {
  .docs-wrapper {
    display: none;
  }
}
.hr {
  width: 1140px;
  height: 1px;
  background: #4b567d;
  margin-bottom: 31px;
  margin-top: 26px;
}
@media (max-width: 1211px) {
  .hr {
    width: 700px;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .hr {
    width: 340px;
    height: 1px;
    background: #4b567d;
    margin: 30px auto 30px;
  }
}

.footer-main-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
}
.footer-sub-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #a8a8b2;
}
@media (max-width: 767px) {
  .footer-sub-text {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer-wrapper .footer-logo {
    margin-bottom: 0;
  }
}
.product-features-wrap {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  gap: 20px 11px;
  grid-auto-flow: row;
  grid-template-areas: 'wr' 'w2' 'w4' 'w1' 'wr2';
}
@media (min-width: 768px) {
  .product-features-wrap {
    gap: 30px 30px;
    grid-template-columns: 48% 48%;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: 'wr w2 ' 'wr w4 ' 'w1 wr2 ' '. . ';
  }
}
@media (min-width: 1211px) {
  .product-features-wrap {
    grid-template-columns: 360px 360px 360px;
    grid-template-rows: auto auto auto;
    grid-template-areas: 'wr w1 w2' 'wr . w4' 'wr2 . .';
  }
}
.wr {
  grid-area: wr;
  align-self: start;
}
.wr2 {
  grid-area: wr2;
  align-self: start;
}
@media (min-width: 1211px) {
  .wr2 {
    margin-top: -211px;
  }
}
.w1 {
  margin-top: 0;
  grid-area: w1;
}
@media (min-width: 768px) {
  .w1 {
    margin-top: -210px;
    height: 325px;
  }
}
@media (min-width: 1211px) {
  .w1 {
    margin-top: 0;
  }
}
.w2 {
  grid-area: w2;
}
.w3 {
  grid-area: w3;
}
.w4 {
  grid-area: w4;
}
@media (min-width: 1211px) {
  .w4 {
    margin-top: -84px;
  }
}
.w5 {
  grid-area: w5;
}
@media (min-width: 1211px) {
  .w5 {
    margin-top: 0;
  }
}
.w6 {
  grid-area: w6;
}
@media (min-width: 1211px) {
  .w6 {
    margin-top: -28px;
  }
}
.modal {
  display: none;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  justify-content: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(
    180deg,
    rgba(49, 57, 84, 0.8) 0,
    rgba(53, 53, 81, 0.8) 100%
  );
  backdrop-filter: blur(25px);
  margin: auto;
  padding: 30px;
  width: 340px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .modal-content {
    width: 540px;
  }
}
.modal-header img {
  width: 60px;
  height: 60px;
}
@media (min-width: 768px) {
  .modal-header img {
    width: 80px;
    height: 80px;
  }
}
.modal-body {
  padding-top: 20px;
  padding-bottom: 60px;
  font-weight: 600;
  font-size: 32px;
  color: #fff;
}
@media (min-width: 768px) {
  .modal-body {
    font-size: 40px;
  }
}
.modal-button-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 60px;
  border: 1px solid #5493f7;
  border-radius: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#modalBtn {
  cursor: pointer;
}
@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=' icon-'],
[class^='icon-'] {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-trade:before {
  content: '\e912';
  color: #5493f7;
}
.icon-ico-discord:before {
  content: '\e911';
  color: #fff;
}
.icon-money-change2:before {
  content: '\e910';
  color: #5493f7;
}
.icon-moonbeam:before {
  content: '\e919';
  color: #5493f7;
}
.icon-staking:before {
  content: '\e91a';
  color: #5493f7;
}
.icon-infinity:before {
  content: '\e91b';
  color: #5493f7;
}
.icon-dao-governance:before {
  content: '\e91c';
  color: #5493f7;
}
.icon-polkadot:before {
  content: '\e91d';
  color: #5493f7;
}
.icon-evm:before {
  content: '\e91e';
  color: #5493f7;
}
.icon-permissionless:before {
  content: '\e91f';
  color: #5493f7;
}
.icon-cross-chain2:before {
  content: '\e920';
  color: #5493f7;
}
.icon-tick-circle:before {
  content: '\e900';
}
.icon-twitter:before {
  content: '\e901';
  color: #4b567d;
}
.icon-linkedin:before {
  content: '\e902';
  color: #4b567d;
}
.icon-ico-telegram-circle:before {
  content: '\e903';
  color: #fff;
}
.icon-ico-medium:before {
  content: '\e904';
  color: #fff;
}
.icon-ico_twitter:before {
  content: '\e905';
  color: #fff;
}
.icon-ico_github:before {
  content: '\e906';
  color: #a8a8b2;
}
.icon-repeat:before {
  content: '\e907';
  color: #5493f7;
}
.icon-maximise:before {
  content: '\e908';
  color: #5493f7;
}
.icon-ico_telegram:before {
  content: '\e909';
  color: #fff;
}
.icon-decentralisation:before {
  content: '\e90a';
  color: #5493f7;
}
.icon-cross-chain:before {
  content: '\e90b';
  color: #5493f7;
}
.icon-arrow-right:before {
  content: url('../icons/arrow-right.svg');
  color: #5493f7;
}
.icon-global:before {
  content: '\e90c';
  color: #5493f7;
}
.icon-bitcoin-refresh:before {
  content: '\e90d';
  color: #5493f7;
}
.icon-arrow:before {
  content: '\e90e';
  color: #5493f7;
}
.icon-trend-up:before {
  content: '\e90f';
  color: #5493f7;
}
.icon-document-text:before {
  content: '\e917';
  color: #5493f7;
}
.icon-people:before {
  content: '\e918';
  color: #5493f7;
}
