@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


:focus {
  outline: 0;
}


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:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}


audio:not([controls]) {
  display: none;
  height: 0;
}


[hidden] {
  display: none;
}


html {
  font-size: 100%; 
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}


a:focus {
  outline: thin dotted;
}

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


img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}


figure {
  margin: 0;
}


form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}


legend {
  border: 0; 
  padding: 0;
  white-space: normal; 
  *margin-left: -7px; 
}


button,
input,
select,
textarea {
  font-size: 100%; 
  margin: 0; 
  vertical-align: baseline; 
  *vertical-align: middle; 
}

button,
input {
  line-height: normal;
}


button,
select {
  text-transform: none;
}


button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; 
  cursor: pointer; 
  *overflow: visible; 
}

button[disabled],
html input[disabled] {
  cursor: default;
}


input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; 
  padding: 0; /
  *height: 13px; 
  *width: 13px; 
}


input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; 
  box-sizing: content-box;
}


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


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


textarea {
  overflow: auto;
  vertical-align: top;
}


 
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: rgba(187, 98, 255, 0.5960784314);
  text-shadow: none;
}

::selection {
  background: rgba(187, 98, 255, 0.5960784314);
  text-shadow: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

:focus-visible, :focus {
  outline: none;
  border: none;
}

html {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

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

html,
body {
  font-family: "Source Code Pro", monospace;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

body,
* {
  cursor: url("/assets/img/cursor.png") 4 1, pointer !important;
}

img {
  max-width: 100%;
}

.root {
  height: 100%;
  width: 100%;
  min-height: 100vh;
  min-width: 100vw;
  background: #080808;
  display: flex;
  flex-direction: column;
}

.user-drag-none {
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.user-drag-none:focus {
  outline: none;
}

a:focus {
  outline: none;
}

.root-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-header {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-direction: row;
  padding-right: 112px;
  padding-left: 112px;
  position: relative;
  z-index: 2;
}
.main-header .header-nav {
  display: flex;
  flex-direction: row;
  background: rgba(14, 12, 21, 0.12);
  backdrop-filter: blur(16px);
}
.main-header .header-nav .header-nav-item {
  padding: 24px 20px;
  text-decoration: none;
  display: block;
  position: relative;
  transition: all 1.4s ease;
  -webkit-transition: all 1.4s ease;
}
.main-header .header-nav .header-nav-item .p {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: clamp(12px, 1vw, 18px);
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.main-header .header-nav .header-nav-item::before {
  content: "";
  background: url("/assets/img/button/menu-line.svg");
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 8px;
}
.main-header .header-nav .header-nav-item:last-child::after {
  content: "";
  background: url("/assets/img/button/menu-line.svg");
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 8px;
}
.main-header .header-nav .header-nav-item.active, .main-header .header-nav .header-nav-item:focus, .main-header .header-nav .header-nav-item:active {
  outline: 0;
  transition: all 1.4s ease;
  -webkit-transition: all 1.4s ease;
}
.main-header .header-nav .header-nav-item.active .p, .main-header .header-nav .header-nav-item:focus .p, .main-header .header-nav .header-nav-item:active .p {
  background: var(--gradient, linear-gradient(90deg, #00c5df 0.32%, #18a0fb 29.84%, #907cff 63.42%, #ee46d3 96.08%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-header.main-page-header {
  backdrop-filter: blur(16px);
}
.main-header.main-page-header .header-nav {
  background: none;
  backdrop-filter: none;
}

.header-nav .slide1 {
  position: absolute;
  display: inline-block;
  height: 100%;
  width: auto;
  transition: all 0.1s cubic-bezier(0.23, 1, 0.32, 1.05);
}

.header-nav .slide1 {
  background: url("/assets/img/button/glow.svg") no-repeat;
  background-size: 100%;
  background-position: bottom;
  filter: blur(2px);
}

.squeeze {
  transition: all 1.5s;
  transform: scale(0.9);
}

.btn-play {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  flex-direction: row;
  background: #fff;
  height: 44px;
}
.btn-play .a-content {
  display: flex;
  padding-right: 8px;
  padding-left: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--Neutral-08, #0e0c15);
  text-align: center;
  font-family: "Source Code Pro";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.42px;
  text-transform: uppercase;
}
.btn-play::after {
  content: "";
  background: url("/assets/img/button/play-after.svg");
  display: block;
  width: 20px;
  height: 44px;
}
.btn-play::before {
  content: "";
  background: url("/assets/img/button/play-before.svg");
  display: block;
  width: 20px;
  height: 44px;
}

.main-wrapper {
  height: 100%;
  width: 100%;
  flex: 1 0 auto;
  display: flex;
  padding: 40px;
  padding-top: 0;
  position: relative;
}
.main-wrapper .main {
  border: 1px solid var(--Stroke-01, #26242c);
  width: 100%;
  height: auto;
  position: relative;
  padding: 40px;
}
.main-wrapper .main .plus-img {
  position: absolute;
}
.main-wrapper .main .plus-img.plus-top-left {
  top: -6px;
  left: -6px;
}
.main-wrapper .main .plus-img.plus-top-right {
  top: -6px;
  right: -6px;
}
.main-wrapper .main .plus-img.plus-bottom-left {
  bottom: -6px;
  left: -6px;
}
.main-wrapper .main .plus-img.plus-bottom-right {
  bottom: -6px;
  right: -6px;
}
.main-wrapper .main-index {
  outline: 4px solid var(--Stroke-01, #26242c);
  width: 100%;
  height: auto;
  position: relative;
}
.main-wrapper .main-index .plus-img {
  position: absolute;
}
.main-wrapper .main-index .plus-img.plus-top-left {
  top: -6px;
  left: -6px;
}
.main-wrapper .main-index .plus-img.plus-top-right {
  top: -6px;
  right: -6px;
}
.main-wrapper .main-index .plus-img.plus-bottom-left {
  bottom: -6px;
  left: -6px;
}
.main-wrapper .main-index .plus-img.plus-bottom-right {
  bottom: -6px;
  right: -6px;
}

.wrapper-index {
  padding: 40px;
}

.block {
  background: url("/assets/img/block-min.png") no-repeat;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: 100% 100%;
  padding-left: 12px;
  display: flex;
  flex-direction: column;
}

.block-head {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 50px;
  gap: 20px;
}
.block-head h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 600;
  text-transform: uppercase;
}
.block-head h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
}

.asset-img {
  position: absolute;
}
.asset-img.asset-1 {
  top: 70px;
  left: 20px;
}
.asset-img.asset-2 {
  bottom: 27px;
  left: 46px;
}
.asset-img.asset-3 {
  bottom: 27px;
  right: 70px;
}

.download-block {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.download-block .download-card {
  width: 60%;
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.download-block .download-card .download-head {
  background: url("/assets/img/button/download-head.png") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 20%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.download-block .download-card .download-head h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
}
.download-block .download-card .download-body {
  background: url("/assets/img/button/download-body.png") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  min-height: 80%;
  height: fit-content;
  backdrop-filter: blur(16px);
  padding: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.download-block .download-card .download-body > img {
  width: 60%;
  height: auto;
}
.download-block .download-card .download-body .download-info {
  width: 40%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.download-block .download-card .download-body .download-info p.text {
  color: var(--Neutral-03, #ada8c3);
  font-size: 16px;
  font-weight: 300;
}
.download-block .download-card .download-body .download-info p.text.text-center {
  text-align: center;
}
.download-block .download-card .download-body .download-info svg {
  width: 182px;
  height: 54px;
  opacity: 0.4;
  margin: auto;
}
.download-block .download-card .download-body .download-info .download-button {
  flex-direction: column;
  gap: 6px;
}
.download-block .download-card .download-body .download-info .download-button a.download-link {
  color: var(--Neutral-03, #ada8c3);
  font-size: 14px;
  font-weight: 300;
  text-decoration-line: underline;
  text-align: center;
  margin: auto;
  display: block;
}
.download-block .download-card .download-body .download-info .download-button .download-button-group {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
}

.block-partners {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 40px;
}
.block-partners .partners-item {
  width: 44%;
  border: 0.58px solid #757185;
  background: #0e0c15;
  padding: 22px;
}
.block-partners .partners-item img {
  width: 50%;
  text-align: center;
  margin: auto;
  display: block;
  margin-bottom: 20px;
}
.block-partners .partners-item .partners-text {
  border: 1px solid transparent;
  border-image: linear-gradient(90deg, #00c5df 0.32%, #18a0fb 29.84%, #907cff 63.42%, #ee46d3 96.08%);
  -moz-border-image: -moz-linear-gradient(90deg, #00c5df 0.32%, #18a0fb 29.84%, #907cff 63.42%, #ee46d3 96.08%);
  -webkit-border-image: -webkit-linear-gradient(90deg, #00c5df 0.32%, #18a0fb 29.84%, #907cff 63.42%, #ee46d3 96.08%);
  border-image-slice: 1;
  background: var(--Neutral-08, #0e0c15);
  color: var(--neutral-01100, #fff);
  font-size: 12px;
  font-weight: 400;
  padding: 18px;
  height: 150px;
  margin-bottom: -40px;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.block-partners .partners-item .partners-text::-webkit-scrollbar {
  display: none;
  width: 0;
}

:root {
  --marquee-width: 80vw;
  --marquee-height: 20vh;
 
  --marquee-elements-displayed: 3;
  --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
  --marquee-animation-duration: calc(var(--marquee-elements) * 6s);
}

.partners-wrapper {
  width: var(--marquee-width);
  position: relative;
  margin: auto;
  overflow-x: clip !important;
  overflow-y: visible !important;
}

.partners-wrapper:before,
.partners-wrapper:after {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  content: "";
  z-index: 1;
}

.partners-wrapper:before {
  left: 0;
  background: linear-gradient(to right, #111 0%, transparent 100%);
}

.partners-wrapper:after {
  right: 0;
  background: linear-gradient(to left, #111 0%, transparent 100%);
}

.block-partners {
  list-style: none;
  height: 100%;
  display: flex;
  animation: scrolling var(--marquee-animation-duration) linear infinite;
}


@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
  }
}
.block-partners .partners-item {
 
  flex-shrink: 0;
}

@media (max-width: 600px) {
  html {
    font-size: 12px;
  }
  :root {
    --marquee-width: 100vw;
    --marquee-height: 16vh;
    --marquee-elements-displayed: 3;
  }
  .partners-wrapper:before,
  .partners-wrapper:after {
    width: 5rem;
  }
}
span.gradient {
  background: linear-gradient(90deg, #00c5df 0.26%, #18a0fb 30.35%, #907cff 64.57%, #ee46d3 97.85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.our-token-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 100px;
}
.our-token-group .card-block {
  width: 40%;
  height: 60vh;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.our-token-group .card-block::-webkit-scrollbar {
  display: none;
  width: 0;
}
.our-token-group .graph-block {
  width: 50%;
}

.card-block {
  background: url("/assets/img/card-block.png") no-repeat;
  background-size: 100% 100%;
  padding: 40px;
}
.card-block p.title {
  color: var(--neutral-01100, #fff);
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.card-block p.text {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.graph-block .graph-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.graph-block .graph-title p.title {
  color: var(--neutral-01100, #fff);
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
}
.graph-block .graph-title p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.graph-block .graph-title a {
  color: var(--neutral-01100, #fff);
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.text-block {
  padding: 40px 90px 100px 40px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: auto;
  height: 65vh;
  -ms-overflow-style: none;
  scrollbar-width: none;
  gap: 10px;
}
.text-block::-webkit-scrollbar {
  display: none;
  width: 0;
}
.text-block h1.title {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.text-block p.title {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
}
.text-block p.text,
.text-block q {
  color: rgba(255, 255, 255, 0.6);
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.team-block {
  height: 100%;
  padding: 70px 60px 100px 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.team-block .team-info {
  width: 24%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.team-block .team-info .team-top,
.team-block .team-info .team-bottom {
  width: 100%;
  padding: 40px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.team-block .team-info .team-top {
  height: 100%;
  background: url("/assets/img/team/team-top.png") no-repeat;
  background-size: 100% 100%;
}
.team-block .team-info .team-bottom {
  height: 70%;
  background: url("/assets/img/team/team-bottom.png") no-repeat;
  background-size: 100% 100%;
}
.team-block .team-info .team-title {
  color: var(--neutral-01100, #fff);
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
.team-block .team-info .team-text {
  color: var(--Neutral-03, #ada8c3);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.team-block .team-info .team-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.team-block .team-info .team-group a {
  text-decoration: none;
  color: var(--neutral-01100, #fff);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.team-block .team-info .team-group a:hover {
  gap: 10px;
  padding-right: 10px;
}
.team-block .team-content {
  width: 74%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 74vh;
  overflow: auto;
  margin-bottom: -80px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.team-block .team-content::-webkit-scrollbar {
  display: none;
  width: 0;
}
.team-block .team-content .leader-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
}
.team-block .team-content .leader-group .leader-item {
  width: 100%;
  height: 370px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 12px;
  gap: 10px;
}
.team-block .team-content .leader-group .leader-item .team-item-head {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 50px 18px;
  gap: 6px;
}
.team-block .team-content .leader-group .leader-item .team-item-head .team-head-title {
  color: var(--neutral-01100, #fff);
  font-size: 19px;
  font-weight: 400;
}
.team-block .team-content .leader-group .leader-item .team-item-head .team-head-text {
  color: var(--neutral-04100, #757185);
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
}
.team-block .team-content .leader-group .leader-item .team-item-content {
  width: 100%;
  display: flex;
  padding: 25px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  border: 1px solid transparent;
  border-image: linear-gradient(90deg, #00c5df 0.32%, #18a0fb 29.84%, #907cff 63.42%, #ee46d3 96.08%);
  -moz-border-image: -moz-linear-gradient(90deg, #00c5df 0.32%, #18a0fb 29.84%, #907cff 63.42%, #ee46d3 96.08%);
  -webkit-border-image: -webkit-linear-gradient(90deg, #00c5df 0.32%, #18a0fb 29.84%, #907cff 63.42%, #ee46d3 96.08%);
  border-image-slice: 1;
  background: var(--Neutral-08, #0e0c15);
}
.team-block .team-content .leader-group .leader-item .team-item-content p {
  color: var(--neutral-01100, #fff);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.team-block .team-content .leader-group .leader-item .team-item-content .team-item-badge {
  background: url("/assets/img/button/badge-long.png") no-repeat;
  background-size: 100% 100%;
  padding: 14px 22px;
  color: var(--neutral-01100, #fff);
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}
.team-block .team-content .leader-group .leader-item.leader-1 {
  background: url("/assets/img/team/leader1.png") no-repeat;
  background-size: 100% 100%;
}
.team-block .team-content .leader-group .leader-item.leader-2 {
  background: url("/assets/img/team/leader2.png") no-repeat;
  background-size: 100% 100%;
}
.team-block .team-content .staff-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
}
.team-block .team-content .staff-group .staff-item {
  width: 100%;
  height: 270px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 12px;
  gap: 10px;
}
.team-block .team-content .staff-group .staff-item .team-item-head {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px 13px;
  gap: 6px;
}
.team-block .team-content .staff-group .staff-item .team-item-head .team-head-title {
  color: var(--neutral-01100, #fff);
  font-size: 13px;
  font-weight: 400;
}
.team-block .team-content .staff-group .staff-item .team-item-head .team-head-text {
  color: var(--neutral-04100, #757185);
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
.team-block .team-content .staff-group .staff-item .team-item-content {
  width: 100%;
  display: flex;
  padding: 18px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  border: 1px solid transparent;
  border-image: linear-gradient(90deg, #00c5df 0.32%, #18a0fb 29.84%, #907cff 63.42%, #ee46d3 96.08%);
  -moz-border-image: -moz-linear-gradient(90deg, #00c5df 0.32%, #18a0fb 29.84%, #907cff 63.42%, #ee46d3 96.08%);
  -webkit-border-image: -webkit-linear-gradient(90deg, #00c5df 0.32%, #18a0fb 29.84%, #907cff 63.42%, #ee46d3 96.08%);
  border-image-slice: 1;
  background: var(--Neutral-08, #0e0c15);
}
.team-block .team-content .staff-group .staff-item .team-item-content p {
  color: var(--neutral-01100, #fff);
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
}
.team-block .team-content .staff-group .staff-item .team-item-content .team-item-badge {
  background: url("/assets/img/button/badge-short.png") no-repeat;
  background-size: 100% 100%;
  padding: 14px 22px;
  color: var(--neutral-01100, #fff);
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}
.team-block .team-content .staff-group .staff-item.staff-1 {
  background: url("/assets/img/team/staff1.png") no-repeat;
  background-size: 100% 100%;
}
.team-block .team-content .staff-group .staff-item.staff-2 {
  background: url("/assets/img/team/staff2.png") no-repeat;
  background-size: 100% 100%;
}
.team-block .team-content .staff-group .staff-item.staff-3 {
  background: url("/assets/img/team/staff3.png") no-repeat;
  background-size: 100% 100%;
}
.team-block .team-content .staff-group .staff-item.staff-4 {
  background: url("/assets/img/team/staff4.png") no-repeat;
  background-size: 100% 100%;
}
.team-block .team-content .staff-group .staff-item.staff-5 {
  background: url("/assets/img/team/staff5.png") no-repeat;
  background-size: 100% 100%;
}
.team-block .team-content .staff-group .staff-item.staff-6 {
  background: url("/assets/img/team/staff6.png") no-repeat;
  background-size: 100% 100%;
}
.team-block .team-content .staff-group .staff-item.staff-7 {
  background: url("/assets/img/team/staff7.png") no-repeat;
  background-size: 100% 100%;
}
.team-block .team-content .staff-group .staff-item.staff-8 {
  background: url("/assets/img/team/staff8.png") no-repeat;
  background-size: 100% 100%;
}
.team-block .team-content .staff-group .staff-item.staff-9 {
  background: url("/assets/img/team/staff9.png") no-repeat;
  background-size: 100% 100%;
}
.team-block .team-content .shadow-item {
  box-shadow: 0px -2px 20.7px 0px #000;
}

.join-us-block {
  padding: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.join-us-block h1 {
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  text-transform: uppercase;
}
.join-us-block h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.join-us-block .join-head {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.join-us-block .join-head span {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.join-us-block .join-us-row {
  width: 100%;
  height: auto;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.join-us-block .join-us-row a {
  height: 100%;
}
.join-us-block .join-us-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.join-us-block .join-us-body .tab-content.tab-1 {
  flex-direction: row;
  justify-content: space-between;
}
.join-us-block .join-us-body .tab-content.tab-1 .join-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
}
.join-us-block .join-us-body .tab-content.tab-1 .join-group .join-item {
  background: url("/assets/img/button/join-block.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 60px;
  width: 48%;
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.join-us-block .join-us-body .tab-content.tab-1 .join-group .join-item p.title {
  color: var(--neutral-01100, #fff);
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
}
.join-us-block .join-us-body .tab-content.tab-1 .join-group .join-item p.ul {
  color: var(--Neutral-03, #ada8c3);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  display: list-item;
}
.join-us-block .join-us-body .tab-content.tab-1 .join-submit {
  background: url("/assets/img/button/submit.png") no-repeat;
  background-size: 100% 100%;
  width: 440px;
  height: 612px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: end;
}
.join-us-block .join-us-body .tab-content.tab-1 .join-submit input {
  display: none;
}
.join-us-block .join-us-body .tab-content.tab-1 .join-submit label {
  color: var(--Neutral-08, #0e0c15);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  background: url("/assets/img/button/btn-submit.png") no-repeat;
  background-size: 100% 100%;
  padding: 20px 36px;
}
.join-us-block .join-us-body .join-form form {
  width: 100%;
}
.join-us-block .join-us-body .join-form form .join-form-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 15px;
}
.join-us-block .join-us-body .join-form form .join-form-row .join-form-item {
  width: 30%;
}
.join-us-block .join-us-body .join-form form .join-form-row .join-form-item p.f-label {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 10px;
}
.join-us-block .join-us-body .join-form form .join-form-row .join-form-item .f-input {
  width: 100%;
  display: inline-flex;
  padding: 12px 20px;
  align-items: center;
  gap: 12px;
  border: 2px solid var(--neutral-015, rgba(255, 255, 255, 0.1));
  background: var(--Neutral-08, #0e0c15);
  color: var(--Neutral-03, #ada8c3);
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 15px;
}
.join-us-block .join-us-body .join-form form .join-form-row .join-form-item .f-input.f-input-large {
  height: 332px;
}
.join-us-block .join-us-body .join-form form .join-form-row .join-form-item .f-title {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 72px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.join-us-block .join-us-body .join-form form .join-form-row .join-form-item p.textarea-label {
  margin-top: 87px;
}
.join-us-block .join-us-body .join-form form .join-form-button {
  color: var(--Neutral-08, #0e0c15);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background: url("/assets/img/button/submit-long.png") no-repeat;
  background-size: 100% 100%;
  padding: 30px;
  width: 100%;
  text-align: center;
  display: inline-block;
}
.join-us-block .tab > input[type=radio] {
  display: none;
}
.join-us-block .tab-content {
  display: none;
}
.join-us-block #tab-btn-1:checked ~ #content-1,
.join-us-block #tab-btn-2:checked ~ #content-2 {
  display: flex !important;
}

video.start,
.start-video {
  max-width: 100%;
  margin: auto;
  display: block;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  height: calc(100vh - 80px);
}

.main-video {
  max-width: 100%;
  margin: auto;
  display: block;
  object-fit: cover;
  width: 100vw;
  height: 542px;
  min-height: 83vh;
}

.btn-start {
  position: absolute;
  bottom: 80px;
  margin: auto;
  display: block;
  text-align: center;
  width: 100%;
  max-width: calc(100vw - 80px);
}
.btn-start img {
  height: 70px;
}
.btn-start img:hover {
  box-shadow: 0px 0px 328.571px 0px rgba(255, 255, 255, 0.15), 0px 0px 203.714px 0px rgba(255, 255, 255, 0.15);
}

.map-img {
  height: calc(100vh - 190px);
  width: 100%;
  object-fit: cover;
}

.game-bar {
  position: fixed;
  z-index: 12;
  bottom: 0;
  margin: auto;
  background: url("/assets/img/button/bar.png") no-repeat;
  background-size: 100% 100%;
  width: 741px;
  height: 135px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 70px;
  align-items: center;
}
.game-bar .bar-item {
  opacity: 0.5;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.game-bar .bar-item img {
  width: 60px;
}
.game-bar .bar-item .bar-title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.game-bar .bar-item:focus {
  opacity: 1;
}

.map {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 1s;
  left: 0;
  top: 0;
}
.map .root-bg {
  width: 100%;
  height: 100%;
  object-fit: inherit;
}
.map .mark-group {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
}
.map .map-mark {
  transition: all 1s;
  position: absolute;
  z-index: 10;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.map .map-mark .mark-info {
  display: none;
  position: relative;
  z-index: 15;
  flex-direction: column;
  width: 180px;
  text-align: left;
  box-shadow: inset rgba(0, 0, 0, 0.1411764706) 0px 0px 77px 20px;
}
.map .map-mark .mark-info .mark-title {
  color: #fff;
  text-shadow: 0px 4.136px 15.509px rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.map .map-mark .mark-info .mark-line {
  width: 180px;
  height: 7px;
  margin-left: -5px;
}
.map .map-mark .mark-info .mark-text {
  width: 180px;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}
.map .map-mark .mark-info .mark-join {
  color: #171220;
  text-decoration: none;
  background: #ffffff;
  padding: 3px 9px;
  font-size: 9px;
  display: inline-block;
  width: fit-content;
  font-weight: 900;
  position: relative;
  z-index: 16;
}
.map .map-mark .mark-icon-link {
  display: block;
  z-index: 999;
  position: relative;
}
.map .map-mark .mark-icon-link:focus ~ .mark-info {
  display: flex;
}
.map .map-mark .mark-icon-link:focus ~ .mark-info .mark-text {
  animation: b 0.7s infinite steps(1), t calc(var(--n) * 0.03s) steps(var(--n)) forwards;
}
.map .map-mark.mark-base {
  top: 44%;
  left: 30%;
}
.map .map-mark.mark-shop {
  top: 34%;
  left: 27%;
}
.map .map-mark.mark-cyberpub {
  top: 39%;
  left: 39%;
}
.map .map-mark.mark-spaceship {
  top: 55%;
  left: 54%;
}
.map .map-mark.mark-gunshop {
  top: 42%;
  left: 61%;
}

.social-bar {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
  margin-left: 30px;
  width: fit-content;
  height: 100%;
}
.social-bar img {
  width: 35px;
  height: 35px;
}

.type {
  height: fit-content;
  color: rgba(0, 0, 0, 0);
  background: linear-gradient(-90deg, #fff 5px, rgba(0, 0, 0, 0) 0) 10px 0, linear-gradient(#fff 0 0) 0 0;
  background-size: calc(var(--n) * 1ch) 200%;
  -webkit-background-clip: padding-box, text;
  background-clip: padding-box, text;
  background-repeat: no-repeat;
  animation: b 0.7s infinite steps(1), t calc(var(--n) * 0.3s) steps(var(--n)) forwards;
}

.type-alt {
  font-family: monospace;
  height: fit-content;
  color: rgba(0, 0, 0, 0);
  background: linear-gradient(-90deg, #fff 5px, rgba(0, 0, 0, 0) 0) 10px 0, linear-gradient(#fff 0 0) 0 0;
  background-size: calc(var(--n) * 1ch) 200%;
  -webkit-background-clip: padding-box, text;
  background-clip: padding-box, text;
  background-repeat: no-repeat;
}

@keyframes t {
  from {
    background-size: 0 200%;
  }
}
@keyframes b {
  50% {
    background-position: 0 -100%, 0 0;
  }
}
.loader {
  background: none repeat scroll 0 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  backdrop-filter: brightness(0.5) blur(2px);
}

.loader .loader_inner {
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  left: 50%;
  top: 50%;
  position: absolute;
}

.preloader {
  box-sizing: content-box;
  transform: scale(0.5);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#layer1 {
  background: transparent;
  border: dashed 5px #00c5df;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  animation: 2.5s linear 0s infinite spin;
  position: fixed;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
}

#layer2 {
  background: transparent;
  border: dashed 100px #18a0fb;
  opacity: 0.9;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  animation: 3s linear 0s infinite alternate spin;
  position: fixed;
  left: calc(50% - 225px);
  top: calc(50% - 225px);
}

#layer3 {
  background: transparent;
  border: outset 5px #907cff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  animation: 2s ease-in-out 0s infinite alternate-reverse spin;
  position: fixed;
  left: calc(50% - 55px);
  top: calc(50% - 55px);
}

#layer4 {
  background: transparent;
  border: inset 5px #a0a;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  animation: 3.5s ease-in-out 0s infinite spin;
  position: fixed;
  left: calc(50% - 255px);
  top: calc(50% - 255px);
}

#layer5 {
  background: transparent;
  border: outset 15px #00c5df;
  border-style: inset dashed;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  animation: 3.5s linear 0s infinite reverse spin;
  position: fixed;
  left: calc(50% - 90px);
  top: calc(50% - 90px);
}

#layer6 {
  background: transparent;
  border: double 25px #18a0fb;
  border-style: double dashed;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  animation: 2.5s linear 0s infinite reverse spin;
  position: fixed;
  left: calc(50% - 215px);
  top: calc(50% - 215px);
  box-shadow: 0 0 0px 3px #fbf;
}

#overlay {
  position: fixed;
  left: 10vw;
  top: 10vh;
  width: 80vw;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: left;
  text-align: left;
  color: #fff;
}

.big {
  font-size: 25pt;
  font-weight: bolder;
}

#offset {
  position: fixed;
  right: 50px;
  bottom: 50px;
  color: #fff;
  font-size: 20pt;
  font-weight: bold;
}

@keyframes rotateAngle {
  0% {
    transform: rotateY(0deg) rotateX(10deg);
    animation-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  }
  25% {
    transform: rotateY(20deg) rotateX(10deg);
  }
  50% {
    transform: rotateY(0deg) rotateX(10deg);
    animation-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  }
  75% {
    transform: rotateY(-20deg) rotateX(10deg);
  }
  100% {
    transform: rotateY(0deg) rotateX(10deg);
  }
}
.input-file {
  position: relative;
  display: inline-block;
}

.input-file span {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  border: 2px solid #fff;
  background: rgba(102, 102, 102, 0.5);
  position: relative;
  display: inline-flex;
  padding: 24px 17px;
  align-items: center;
  gap: 5px;
  outline: none;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  margin: 0;
  transition: background-color 0.2s;
  margin-bottom: 15px;
}

.input-file input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}

.input-file:hover span {
  background: rgba(102, 102, 102, 0.6);
}

.input-file:active span {
  background: rgba(102, 102, 102, 0.7);
}

.whitepaper-block .whitepaper-swap {
  padding: 110px;
}
.whitepaper-block .whitepaper-swap .whitepaper-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.whitepaper-block .whitepaper-swap .whitepaper-content.chapter1 .chapter-left {
  padding: 50px;
  width: 630px;
  height: 589px;
  background: url("/assets/img/button/CHAPTER1.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.whitepaper-block .whitepaper-swap .whitepaper-content.chapter1 .chapter-right {
  padding: 50px;
  width: 630px;
  height: 589px;
  background: url("/assets/img/button/CHAPTER2.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.whitepaper-block .whitepaper-swap .whitepaper-content.chapter2 .chapter-left {
  padding: 50px;
  width: 630px;
  height: 589px;
  background: url("/assets/img/button/CHAPTER3.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.whitepaper-block .whitepaper-swap .whitepaper-content.chapter2 .chapter-right {
  padding: 50px;
  width: 630px;
  height: 589px;
  background: url("/assets/img/button/CHAPTER2.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.whitepaper-block .whitepaper-swap .whitepaper-content p.title {
  color: var(--neutral-01100, #fff);
  text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
}
.whitepaper-block .whitepaper-swap .whitepaper-content p.text {
  color: #ada8c3;
  font-size: 16px;
  font-weight: 300;
}
.whitepaper-block .whitepaper-swap .whitepaper-content label {
  display: flex;
  width: 100%;
  padding: 18px 8px;
  justify-content: center;
  align-items: center;
  color: var(--Neutral-08, #0e0c15);
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  background: url("/assets/img/button/btn-md.png") no-repeat;
  background-size: 100% 100%;
}
.whitepaper-block .whitepaper-swap .whitepaper-tab > input[type=radio] {
  display: none;
}
.whitepaper-block .whitepaper-swap .whitepaper-content {
  display: none;
}
.whitepaper-block .whitepaper-swap #whitepaper-btn-1:checked ~ #whitepaper-content-1,
.whitepaper-block .whitepaper-swap #whitepaper-btn-2:checked ~ #whitepaper-content-2,
.whitepaper-block .whitepaper-swap #whitepaper-btn-3:checked ~ #whitepaper-content-3 {
  display: flex;
}

.roadmap-block {
  padding: 60px;
}
.roadmap-block .roadmap-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.roadmap-block .roadmap-head h1 {
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  text-transform: uppercase;
}
.roadmap-block .roadmap-head .roadmap-progress {
  width: 90%;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 5px;
}
.roadmap-block .roadmap-head .roadmap-progress .progress-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.roadmap-block .roadmap-head .roadmap-progress .progress-group p.title {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.roadmap-block .roadmap-head .roadmap-progress .swiper-pagination {
  position: relative !important;
  height: 14px;
  border: 2px solid var(--gradient, #113653);
}
.roadmap-block .roadmap-head .roadmap-progress .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #15a5f7;
}
.roadmap-block .roadmap-tab {
  height: 320px;
}
.roadmap-block .roadmap-tab .roadmap-tab-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.roadmap-block .roadmap-tab .roadmap-tab-head p.title {
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  text-transform: uppercase;
}
.roadmap-block .roadmap-tab .roadmap-tab-head span {
  font-size: 24px;
  font-weight: 600;
}
.roadmap-block .roadmap-tab > input[type=radio] {
  display: none;
}
.roadmap-block .roadmap-tab-content {
  display: none;
}
.roadmap-block .roadmap-tab-content .text-muted {
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.roadmap-block .roadmap-tab-content p.text {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.roadmap-block .roadmap-tab-content .roadmap-tab-btn {
  background: url("/assets/img/button/btn-submit.png") no-repeat;
  background-size: 100% 100%;
  padding: 18px 30px;
  color: var(--Neutral-08, #0e0c15);
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 16px;
}
.roadmap-block .roadmap-tab-content .task-grid {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.roadmap-block .roadmap-tab-content .task-grid .task-grid-row {
  display: flex;
  flex-direction: row;
  gap: 35px;
}
.roadmap-block .roadmap-tab-content .task-grid .task-grid-row .task-grid-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.roadmap-block .roadmap-tab-content .task-grid .task-grid-row .task-grid-item img {
  width: 30px !important;
  height: 30px !important;
}
.roadmap-block #roadmap-tab-btn-q1-1:checked ~ #roadmap-content-q1-1,
.roadmap-block #roadmap-tab-btn-q1-2:checked ~ #roadmap-content-q1-2 {
  display: block;
}
.roadmap-block #roadmap-tab-btn-q2-1:checked ~ #roadmap-content-q2-1,
.roadmap-block #roadmap-tab-btn-q2-2:checked ~ #roadmap-content-q2-2 {
  display: block;
}
.roadmap-block #roadmap-tab-btn-q3-1:checked ~ #roadmap-content-q3-1,
.roadmap-block #roadmap-tab-btn-q3-2:checked ~ #roadmap-content-q3-2 {
  display: block;
}

.swiper.swiper-small {
  width: 320px;
  height: 320px;
  margin: 0;
  margin-right: 40px;
}

.swiper.swiper-large {
  height: 483px;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.swiper-slide-small {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.mySwiperQ1 .swiper-slide-small:nth-child(1n).swiper-slide-visible {
  background: #1b1b2e url("/assets/img/roadmap/q1img1.png") no-repeat;
  background-size: 100% 100%;
}
.mySwiperQ1 .swiper-slide-small:nth-child(2n).swiper-slide-visible {
  background: #1b1b2e url("/assets/img/roadmap/q1img2.png") no-repeat;
  background-size: 100% 100%;
}
.mySwiperQ1 .swiper-slide-small:nth-child(3n).swiper-slide-visible {
  background: #131322 url("/assets/img/roadmap/q1img3.png") no-repeat;
  background-size: 100% 100%;
}

.mySwiperQ2 .swiper-slide-small:nth-child(1n).swiper-slide-visible {
  background: #1b1b2e url("/assets/img/roadmap/q2img1.png") no-repeat;
  background-size: 100% 100%;
}
.mySwiperQ2 .swiper-slide-small:nth-child(2n).swiper-slide-visible {
  background: #1b1b2e url("/assets/img/roadmap/q2img2.png") no-repeat;
  background-size: 100% 100%;
}
.mySwiperQ2 .swiper-slide-small:nth-child(3n).swiper-slide-visible {
  background: #131322 url("/assets/img/roadmap/q2img3.png") no-repeat;
  background-size: 100% 100%;
}

.mySwiperQ3 .swiper-slide-small:nth-child(1n).swiper-slide-visible {
  background: #1b1b2e url("/assets/img/roadmap/q3img1.png") no-repeat;
  background-size: 100% 100%;
}
.mySwiperQ3 .swiper-slide-small:nth-child(2n).swiper-slide-visible {
  background: #1b1b2e url("/assets/img/roadmap/q3img2.png") no-repeat;
  background-size: 100% 100%;
}
.mySwiperQ3 .swiper-slide-small:nth-child(3n).swiper-slide-visible {
  background: #131322 url("/assets/img/roadmap/q3img3.png") no-repeat;
  background-size: 100% 100%;
}

.swiper-small .swiper-slide-small:nth-child(2n) {
  background: #1b1b2e;
}
.swiper-small .swiper-slide-small:nth-child(3n) {
  background: #131322;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 28px;
  color: #848385;
  font-weight: 900;
}

@keyframes blink {
  0%, 49% {
    border-right-color: transparent;
  }
  50%, 100% {
    border-right-color: currentColor;
  }
}
output {
  position: relative;
}

output::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  animation: scan 7.5s linear 0s infinite;
}

output q {
  border-right: 0 solid currentColor;
  animation: blink 500ms linear 0s infinite;
}

output q:last-child {
  border-right-width: 1ch;
}


@media (max-width: 1500px) {
  .team-block {
    padding: 25px 30px 50px 40px;
  }
  .team-block .team-info {
    width: 25%;
  }
  .team-block .team-info .team-title {
    font-size: 12px;
  }
  .team-block .team-info .team-text {
    font-size: 12px;
    line-height: 15px;
  }
  .team-block .team-content {
    height: 67vh;
    width: 72%;
  }
  .team-block .team-content .leader-group .team-item-head p.team-head-text {
    font-size: 14px !important;
  }
  .team-block .team-content .leader-group .team-item-head p.team-head-title {
    font-size: 14px !important;
  }
  .team-block .team-content .leader-group .team-item-content p {
    font-size: 8px !important;
  }
  .team-block .team-content .staff-group .team-item-head p.team-head-text {
    font-size: 8px !important;
  }
  .team-block .team-content .staff-group .team-item-head p.team-head-title {
    font-size: 8px !important;
  }
  .team-block .team-content .staff-group .team-item-content p {
    font-size: 7px !important;
  }
  .team-block .team-info .team-top,
  .team-block .team-info .team-bottom {
    gap: 10px;
    padding: 20px;
  }
  .text-block {
    padding: 40px 90px 120px 40px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: auto;
    height: 65vh;
    -ms-overflow-style: none;
    scrollbar-width: none;
    gap: 0px;
  }
  .text-block::-webkit-scrollbar {
    display: none;
    width: 0;
  }
  .text-block h1.title {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .text-block p.title {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .text-block p.text,
  .text-block q {
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .card-block p.title {
    font-size: 32px;
  }
  .card-block p.text {
    font-size: 12px;
  }
  .our-token-group {
    padding: 50px;
  }
}
.btn-close {
  position: absolute;
  top: 42px;
  right: 42px;
  transform: scale(1.5);
}
.btn-close:focus {
  outline: 0;
}

@media (max-width: 1199px) {
  .team-block {
    flex-direction: column;
    overflow: auto;
    height: 66vh;
  }
  .team-block .team-info {
    width: 100%;
    flex-direction: row;
    margin-bottom: 40px;
  }
  .team-block .team-content {
    overflow: initial;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 991px) {
  
}

@media (max-width: 767px) {
  
}

@media (max-width: 575px) {

}