@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

.border-error {
  border: 1px solid var(--Stroke-Main, #d24343) !important;
}

.input-default {
  transition: 0.25s cubic-bezier(0.1, 0.3, 0.5, 1), padding-top 0.08s ease,
    opacity 0.2s ease-in-out 0.06s !important;

  border-radius: 8px;
  border: 1px solid var(--Stroke-Main, #444448);
  height: 60px;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  width: 100%;
}

.input-default-transition {
  transition: 0.25s cubic-bezier(0.1, 0.3, 0.5, 1), padding-top 0.08s ease,
    opacity 0.2s ease-in-out 0.06s !important;
}

.checkbox {
  border-radius: 4px;
  border: 1px solid var(--Stroke-Main, #444448);
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.15s ease;
}

.input-error {
  border: 1px solid var(--Stroke-Main, #d24343) !important;
}

.svg {
  width: 16px;
  transition: 0.15s ease;
}

.input-modal-type-1 {
  border-color: transparent;

  &:hover {
    border: 1px solid var(--Stroke-Main, #444448);
    background: transparent !important;
    input {
      background: transparent !important;
    }
  }
  &:focus {
    border: 1px solid var(--Stroke-Active, #6e6e71);
  }
}

.page-loading {
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* padding: 8px; */
}

.page-loading .loader {
  /* background: #f89406; */
  height: 16px;
  width: 16px;
  animation-duration: 0.3s !important;
}

.allow-scroll {
  overflow-y: auto !important;
}

.page-loading .loader::before {
  animation: prixClipFix 5s cubic-bezier(0.25, 0.1, 0.25, 1) infinite !important;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden !important; /* Prevent scrolling */
  -webkit-overflow-scrolling: none; /* Disable momentum scrolling on iOS */
}

/* Fallback for older browsers or unexpected issues */

.no-scroll {
  overflow: hidden !important; /* Ensures compatibility */
}

.error-text {
  color: var(--Text-Error, #d24343);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;

  transition: 0.3s cubic-bezier(0.1, 0.3, 0.1, 1), opacity 0.1s ease-in-out 0.2s !important;

  /* animation-name: fadeIn;
  animation-duration: 0.55s;
  animation-timing-function: cubic-bezier(0.3, 0.6, 0.2, 1); */
  /* animation-delay: 0.1s; */
}

.fadeOutPopUp {
  animation-name: fadeOutPopUp !important;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.2, 0.6, 0.2, 1.2);
  animation-fill-mode: both;

  @media (max-width: 600px) {
    /* animation-timing-function: cubic-bezier(0.2, 0.2, 0.2, 1); */
    animation-timing-function: cubic-bezier(0.2, 0.6, 0.2, 1);

    animation-duration: 0.5s;
  }
}

@keyframes fadeOutPopUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(350px);
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  font-family: "Inter", sans-serif;
}

.max {
  -webkit-tap-highlight-color: transparent;

  background-color: #ffffff3b;
  margin-left: 9px;
  border-radius: 8px;
  background: rgba(67, 210, 108, 0.18);
  color: var(--text-success, #43d26c);
  padding: 2px 8px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  user-select: none;
  transition: 0.2s cubic-bezier(0.5, 0.8, 0.1, 1);

  &:hover {
    background: rgba(67, 210, 108, 0.4);
  }

  @media (max-width: 600px) {
    &:hover {
      background: rgba(67, 210, 108, 0.18);
    }

    transition: 0.25s cubic-bezier(0.5, 0.8, 0.1, 1);
  }
}

.max:active {
  background: rgba(67, 210, 108, 0.3);
}

/* tc-root div ul { */

/* width: 300px; */

/* transform: translateX(-40%); */

/* position: absolute; */

/* } */

body {
  background-color: #232328;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style-type: none;
}

img {
  width: 100%;
  display: block;
}

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

.container {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.btn {
  border-radius: 12px;
  background-color: #0088cb;
  color: var(--text-white, #fff);
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  display: flex;
  border: 0;
  outline: 1px solid transparent;
  align-items: center;
  justify-content: center;
  width: 208px;
  height: 60px;
  cursor: pointer;
  user-select: none;
  /* transition: 0.2s cubic-bezier(0.4, 0.1, 0.2, 1); */
  /* transition: 0.2s cubic-bezier(0.4, 0.2, 0.2, 1), background-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important; */
  transition: 0.2s cubic-bezier(0.3, 0.3, 0.3, 1),
    scale 0.2s cubic-bezier(0.3, 0.3, 0.3, 1),
    background-color 0.2s cubic-bezier(0.3, 0.3, 0.3, 1) !important;

  -webkit-tap-highlight-color: transparent;

  user-select: none;
  /* standard syntax */
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;

  /* IE 10+ */
  @media (max-width: 600px) {
    /* transition: 0.3s cubic-bezier(0.4, 0.6, 0.1, 1),
      scale 0.25s cubic-bezier(0.1, 0.6, 0.4, 1),
      background-color 0.4s cubic-bezier(0.4, 0.6, 0.05, 1) !important; */

    transition: 0.2s cubic-bezier(0.3, 0.3, 0.3, 1),
      scale 0.2s cubic-bezier(0.4, 0.4, 0.4, 1),
      background-color 0.2s cubic-bezier(0.3, 0.3, 0.2, 1) !important;
  }

  /* ease-in-out effect */
}

.back_button {
  max-width: 24px;
  min-width: 24px;
  cursor: pointer !important;

  path {
    transition: 0.1s ease-out;
  }
}

.back_button:hover {
  path {
    fill: #888888 !important;
  }
}

.back_button:active {
  path {
    fill: #626262 !important;
  }
}

.btn.grey {
  background: var(--Button-Gray, #3b3b3f);
  color: var(--Text-Light_grey, #c6c6c7);
}

.btn.grey:hover {
  background: var(--Button-Gray_Hov, #49494e);
  color: var(--Text-White, #fff);
}

.btn.grey:active {
  background: var(--Button-Gray_Act, #363639);
  color: var(--Text-White, #fff);
}

.btn.grey:disabled {
  background: var(--Button-Disabled, #363639);
  color: var(--Text-Gray, #6e6e71);
}

.btn.blue {
  background-color: #0088cb;
}

.btn.green {
  background-color: #43d26c;
}

.btn.green:hover {
  background-color: #5aec84 !important;
}

.btn.purple {
  background-color: #8f5be2;
}

.btn.purple:hover {
  background-color: #9463e4;
}

.btn.purple:active {
  background-color: #9463e4;
}

.btn.purple.disabled {
  background-color: #8f5be2;
  color: white !important;
  opacity: 0.24;
  cursor: disabled;
}

.btn.green:active {
  background-color: #33ae56 !important;
}

.btn.green.disabled {
  background-color: rgba(67, 210, 108, 0.24) !important;
  /* opacity: 0.24 !important; */
  pointer-events: none;
  user-select: none;
  color: rgba(255, 255, 255, 0.24) !important;
}

.btn.blue.disabled {
  color: rgba(255, 255, 255, 0.24);
  background-color: rgba(0, 136, 203, 0.24);
  /* opacity: 0.24 !important; */
  pointer-events: none;
  user-select: none;
}

.btn.blue.disabled:active {
  color: rgba(255, 255, 255, 0.66);
}

.btn.bordered-button {
  border-radius: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--Stroke-Blue, #0088cb);
}

.btn.bordered-button-secondary {
  background-color: unset !important;
  background: unset !important;
}

.btn.bordered-button-secondary:hover {
  background-color: unset !important;

  filter: brightness(0.9);
}

.btn.bordered-button.red {
  color: #d24343;
  border-radius: 8px;
  border: 1px solid var(--Text-Error, #d24343);
}

.btn.bordered-button.red:hover {
  background-color: rgba(210, 67, 67, 0.1) !important;
}

.btn.bordered-button.red:active {
  background-color: rgba(210, 67, 67, 0.15) !important;
}

.btn.bordered-button.green {
  color: var(--Text-Success, #43d26c);
  border-color: var(--Text-Success, rgb(67, 210, 108));
}

.btn.bordered-button.green:hover {
  background-color: rgba(67, 210, 108, 0.1) !important;
}

.btn.bordered-button.green:active {
  background-color: rgba(67, 210, 108, 0.15) !important;
}

.btn.bordered-button.small {
  height: fit-content !important;
  width: fit-content !important;
  border-radius: 8px;
}

.btn.bordered-button:active {
  background-color: rgba(0, 136, 203, 0.18);
}

.btn.bordered-button:hover {
  background-color: rgba(0, 136, 203, 0.08) !important;
}

.btn.bordered-button:active {
  background-color: rgba(0, 136, 203, 0.18) !important;
}

.btn.bordered-button.disabled {
  /* border-radius: 12px; */
  /* border: 1px solid var(--Stroke-Blue, #0088CB); */
  /* opacity: 0.4 !important; */
  color: rgba(0, 136, 203, 0.4) !important;
  border-color: rgba(0, 136, 203, 0.4);
  background-color: rgba(0, 136, 203, 0) !important;

  cursor: default !important;
  pointer-events: none;
  user-select: none;
}

.btn.bordered-button svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  transition: 1s;
  animation: rotate 2s linear infinite;
}

.btn.bordered-button {
  /* border: 1px solid var(--Stroke-Blue, #0088cb); */
  background-color: transparent;
  color: #0088cb;
}

.btn.bordered-button:hover {
  background: rgba(0, 136, 203, 0.08);
}

.btn.bordered-button:active {
  background: rgba(0, 136, 203, 0.18);
}

/* .btn.bordered-button.disabled,
.btn.bordered-button.disabled:hover,
.btn.bordered-button.disabled:active {
  opacity: 0.4;
  cursor: default;
  scale: 1;
  color: #0088cb;
} */

.btn.bordered-button svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  transition: 1s;
  animation: rotate 2s linear infinite;
}

.gradient {
  background: linear-gradient(
      112deg,
      #ffffff 8.69%,
      #ffffff 50.64%,
      #ffffff 95.29%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);

  background-size: 1000% 1000%, 1000% 1000% !important;
  animation: wave-animation 4s ease-in-out infinite,
    wave-reverse-animation 2s ease-in-out infinite;
}

@keyframes wave-animation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes wave-reverse-animation {
  0% {
    background-position: 100% 50%;
  }

  50% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

.btn:hover {
  background-color: #00a1f0;

  /* color: rgb(255, 255, 255); */
  @media (max-width: 600px) {
    background-color: #0088cb;
  }
}

.btn:active {
  background-color: #0177b0;

  @media (max-width: 600px) {
    scale: 0.985;
  }

  scale: 0.99;

  /* a subtle 'press' effect */
}

.btn.disabled {
  background-color: #363639;
  color: #6e6e71;
  cursor: default;
}

.btn.disabled:active {
  color: #6e6e71d3;
}

.btn.disabled svg path {
  fill: #6e6e71;
}

.main {
  padding-top: 80px;
  padding-bottom: 100px;

  @media (min-width: 600px) {
    /* animation: translateMain 0.4s cubic-bezier(0.4, 0.1, 0.2, 1); */
  }
}

.mainIntro {
  @media (min-width: 600px) {
    transform: none !important;
    margin-top: 0 !important;
  }
  @media (min-width: 600px) {
    /* animation: translateMain 0.35s cubic-bezier(0.4, 1, 0.2, 1); */
  }
}

@keyframes translateMain {
  0% {
    transform: translateY(-2%) scale(1);
  }

  100% {
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .main {
    padding-bottom: 70px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
}

.pagination-item {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #18181c;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: 0.3s;
}

.pagination-item:last-child {
  margin-right: 0;
}

.pagination-item.active {
  background-color: #2f2f33;
}

.pagination-item:hover {
  background-color: #2f2f33;
}

.pagination-item.dis:hover {
  background: #18181c;
}

.soc-items {
  display: flex;
}

.soc-item {
  padding: 8px;
  border-radius: 8px;
  background-color: #3b3b3f;
  margin-right: 8px;
  /* transition: 0.3s padding 0s; */
}

.soc-item:hover {
  background-color: #49494e;
}

.soc-item:last-child {
  margin-right: 0;
}

.soc-item svg {
  width: 20px;
}

.link-text {
  color: var(--main-blue, #0088cb);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  cursor: pointer;
  user-select: none;
  transition: 0.3s;
}

.link-text:hover {
  color: #00a1f0;
}

.text {
  color: var(--text-white, #fff);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  white-space: pre-line;
}

.range {
  border-radius: 10px;
  background: var(--bg-primary, #232328);
  height: 4px;
}

.range .range-inner {
  background: var(--main-blue, #0088cb);
  border-radius: 10px;
  height: 100%;
  position: relative;
}

.range .range-inner::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 3px solid #2f2f33;
  background-color: #0088cb;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.loader {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  position: relative;
  animation: rotate 0.35s linear infinite;
}

.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #fff;
  animation: prixClipFix 3.5s cubic-bezier(0.35, 0.1, 0.5, 1) infinite;
}

.fadeIn {
  animation-name: fadeIn;
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 100% 100%);
  }

  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }

  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }

  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }

  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 100% 100%);
  }
}

.paddingModalSmall {
  padding: 20px !important;
}

.modal-wrapper {
  position: fixed;

  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 111 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow-y: auto;
  /* overflow: hidden; */
}

@media (max-width: 600px) {
  /* .modal-wrapper {
    align-items: flex-end;
  } */
}

.fadeOutBg {
  animation-name: fadeOut !important;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
  animation-fill-mode: both;
}

.modal-bg {
  animation-name: fadeIn;
  animation-duration: 0.55s;
  animation-timing-function: cubic-bezier(0.3, 0.6, 0.2, 1);
  /* animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1.15); */

  animation-fill-mode: both;

  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* z-index: 9998; */
  will-change: opacity;
}

/* TODO - Make so that it is like on native device */

.modal-block {
  animation-name: fadeInWithBlurScaleNftLaunch;
  animation-duration: 0.28s;

  animation-timing-function: cubic-bezier(0.25, 1, 0.2, 1.03);

  animation-fill-mode: both;

  border-radius: 20px;
  background: var(--bg-block, #2f2f33);
  /* padding: 20px; */
  padding-bottom: 0px;
  position: relative;
  /* z-index: 9999; */
  max-width: 450px;
  width: 100%;
  overflow-y: auto;
  /* padding-bottom: 20px; */

  /* Adjusting for iPhone's viewport behavior */
  max-height: calc(100% - 10%);
  /* transition: max-height 0.3s cubic-bezier(0.42, 0, 0.58, 1); */
  will-change: transform, opacity;

  display: flex;
  flex-direction: column;
}

@media (min-width: 601px) {
  .modal-wrapper > .fadeOutModal {
    animation-name: fadeOutWithBlurScaleNftLaunch !important;
    animation-duration: 0.3s;
    animation-timing-function: cubic-bezier(0.45, 1, 0.1, 1);
    animation-fill-mode: both;
  }
}

.modal-content {
  animation: fadeIn 0.1s ease-in-out;
  padding: 20px !important;
  padding-top: 10px !important;

  overflow-y: auto;
  flex-grow: 1;
  /* overflow-x: hidden; */
}

::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on mobile devices */
}

.modal-wrapper > .fullModal {
  /* min-height: 99%; */
  /* animation-timing-function: cubic-bezier(0.3, 0.8, 0.3, 1) !important;
  animation-duration: 0.5s !important; */
  @media (max-width: 600px) {
    animation-timing-function: cubic-bezier(0.3, 1, 0.35, 1) !important;
    animation-duration: 0.64s !important;
    /* padding: 30px; */
    /* margin: 10px; */
    padding-bottom: 0px;

    .modal-content {
      padding: 30px !important;
      padding-top: 10px !important;

      @media (max-width: 640px) {
        padding: 20px !important;
        padding-top: 10px !important;
      }
    }
  }

  @media (max-width: 640px) {
    max-height: 99%;
  }
}

.modal-wrapper > .middleModal {
  @media (max-width: 600px) {
    animation-timing-function: cubic-bezier(0.3, 1, 0.35, 1) !important;
    animation-duration: 0.52s !important;
  }

  @media (max-width: 640px) {
    max-height: 99%;
  }
}

.modal-wrapper .createLock {
  /* animation-timing-function: cubic-bezier(0.3, 0.8, 0.3, 1) !important;
  animation-duration: 0.5s !important; */
  @media (max-width: 600px) {
    animation-timing-function: cubic-bezier(0.4, 0.8, 0.4, 1) !important;
    animation-duration: 0.5s !important;
  }

  /* padding: 30px; */
  /* margin: 10px; */
  padding-bottom: 0px;
  width: 640px !important;

  .modal-content {
    padding: 30px !important;
    padding-top: 10px !important;

    @media (max-width: 640px) {
      padding: 20px !important;
      padding-top: 10px !important;
    }
  }

  .modal-block-top {
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 20px;

    @media (max-width: 640px) {
      padding: 20px !important;
    }
  }

  .modal-block-close {
    top: 30px;
    right: 30px;

    @media (max-width: 640px) {
      top: 20px;
      right: 20px;
    }
  }

  /* max-height: 99%; */

  @media (min-width: 640px) {
    min-width: 640px !important;
  }

  @media (max-width: 640px) {
    max-height: 99%;
  }
}

/* Webkit browsers (e.g., Chrome, Safari) */

.modal-block::-webkit-scrollbar {
  margin-top: 10px;
  width: 0px;
  /* Width of the vertical scrollbar */
  height: 10px;
  /* Height of the horizontal scrollbar */
}

.modal-block::-webkit-scrollbar-track {
  background: transparent;
  margin-left: 4px;
  /* Left margin for scrollbar track */
  margin-right: 4px;
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.modal-block::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;

  background-color: #888;
  border-left: 4px solid transparent;
  /* Left margin for thumb */
  border-right: 4px solid transparent;
  /* Right margin for thumb */
}

.modal-block::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Firefox */

* {
  /* scrollbar-width: none; */
  /* scrollbar-color: #888 grey; */
}

@media (max-width: 600px) {
  .modal-wrapper > .fadeOutModal {
    z-index: 1;
    animation-name: fadeOutWithBlurForModalMobile;
    animation-duration: 0.74s !important;
    /* animation-timing-function: ease-in; */
    animation-timing-function: cubic-bezier(0.3, 1, 0.1, 1) !important;
    /* animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); */
    animation-fill-mode: both;
  }

  .modal-bg {
    /* animation-duration: 0.33s !important; */
    animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(0.2, 0.1, 0.2, 1);
  }

  .modal-wrapper {
    align-items: flex-end;
    overflow: hidden;
  }

  .modal-block {
    max-width: 100%;
    /* padding: 20px 20px; */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    animation-name: fadeInWithBlurForModalMobile;
    animation-duration: 0.35s;

    /* slower in the beginning*/
    animation-timing-function: cubic-bezier(0.3, 0.8, 0.3, 1) !important;
    animation-duration: 0.4s !important;
    /* animation-timing-function: cubic-bezier(0.25, 0.1, 0.3, 1) !important; */

    /* animation-timing-function: cubic-bezier(0.25, 0.1, 0.1, 1); */

    animation-fill-mode: both;
    position: absolute;
    bottom: 0;
    overflow-y: scroll;
    overscroll-behavior: contain;
    max-height: calc(100% - 10%);

    /* height: 99 %; */
  }

  .SwapSelectModal {
    /* animation-timing-function: cubic-bezier(0.4, 0.8, 0.4, 1) !important; */
    animation-timing-function: cubic-bezier(0.3, 1, 0.35, 1) !important;

    animation-duration: 0.58s !important;
    padding: 0px !important;
  }
}

.modal-block-top {
  /* padding-bottom: 20px; */
  padding-bottom: 10px;
  padding-left: 20px;
  padding-top: 20px;
  /* margin-bottom: 0px; */

  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  transition: 0.3s cubic-bezier(0.4, 0.1, 0.2, 1);
}

.soc-item {
  transition: background-color 0.2s cubic-bezier(0.2, 0.2, 0.2, 1);
}

.top-active {
  /* opacity: 0.5; */
  background-color: #1c1c1e44;
  /* border-bottom: 2px solid white; */
  /* box-shadow: 0px 20px 10px rgba(0, 0, 0, 0.25); */
}

.modal-block-title {
  /* padding: 20px; */
  padding-bottom: 0;
  padding-bottom: 0;
  /* padding-left: 20px; */
  color: var(--text-white, #fff);
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

.modal-block-close {
  -webkit-tap-highlight-color: transparent;

  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  background-color: #232328;
  position: fixed;
  /* Positioning it absolutely */
  top: 20px;
  /* Adjust as per your design's need */
  right: 20px;
  /* Adjust as per your design's need */

  &:active {
    svg {
      scale: 0.9;

      path {
        fill: #888888 !important;
      }
    }
  }

  &:hover {
    @media (min-width: 600px) {
      svg {
        path {
          fill: #888888 !important;
        }
      }
    }
  }

  svg {
    transition: 0.2s cubic-bezier(0.4, 0.1, 0.2, 1);

    path {
      transition: 0.2s cubic-bezier(0.4, 0.1, 0.2, 1);
    }
  }
}

.modal-block-close svg {
  width: 24px;
}

.modal-block-btn.btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  box-shadow: none;
  text-align: inherit;

  transition: 0.15s ease-out;
  transition: transform 0.3s cubic-bezier(0.4, 0.1, 0.2, 1);

  @media (max-width: 600px) {
    transition: transform 0.3s cubic-bezier(0.4, 0.1, 0.2, 1),
      background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 1),
      color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  }

  /* ease-in-out effect */

  width: 100%;
  background: var(--button-gray, #3b3b3f);
}

.modal-block-btn.btn:active {
  background: var(--button-gray-act, #363639) !important;

  &:active {
    @media (max-width: 600px) {
      transform: scale(0.96);
    }

    transform: scale(0.98);
    /* a subtle 'press' effect */
  }
}

.modal-block-btn.btn:hover {
  @media (min-width: 601px) {
    background: var(--button-gray-hov, #49494e) !important;
  }

  /* background: var(--button-gray-hov, #49494E); */
}

.double-field {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.double-field > * {
  flex: 1 1 0%;
  /* Each item will take an equal portion of the container */
}

@media (max-width: 600px) {
  .double-field {
    /* flex-wrap: nowrap; */
    flex-direction: column;
    gap: 0px;
    /* Prevent wrapping on smaller screens */
    overflow-x: auto;
    /* Enable horizontal scrolling if items overflow */
  }
}

.field {
  margin-top: 15px;
}

.field-row {
  transition: 0.2s cubic-bezier(0.1, 0.2, 0.8, 1);
  margin-bottom: 32px;
}

.field-row:last-child {
  margin-bottom: 0;
}

.field-title {
  color: var(--Text-White, #fff);
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.field-title svg {
  width: 24px;
  margin-right: 10px;
}

.field-title sup {
  color: var(--Text-Error, #d24343);
  font-size: 16px;
  font-weight: 700;
}

.field-text {
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 10px;
}

.input-field {
  padding: 20px;
  border-radius: 8px;
  background: var(--bg-primary, #232328);
  display: flex;
  justify-content: space-between;
  border: 1px solid transparent;
  position: relative;
  transition: 0.15s ease-in-out;
  cursor: text;
}

.input-field.search {
  border-color: #444448;
  padding: 15px 11px;
  padding-left: 50px;
}

.input-field.search input {
  width: 100%;
  color: #6e6e71;
}

.input-field.search:hover {
  border-color: #6e6e71;
  background-color: var(--bg-primary, #232328);
}

.input-field.search:active {
  border-color: #6e6e71;
  background-color: var(--bg-primary, #232328);
}

.input-field.search svg {
  width: 24px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.input-field:hover {
  border-color: #444448;
  background-color: transparent;
}

.input-field.focus {
  /* border-color: #6E6E71; */
  /* background-color: transparent; */
  background-color: var(--bg-primary, #232328);
}

.input-field.error {
  border-color: #d24343 !important;
  background-color: transparent;
}

.input-field.error input::placeholder {
  color: #fff;
}

.input-field[disabled] {
  border-color: #444448 !important;
  background-color: transparent;
}

.input-field[disabled]::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}

.input-field[disabled] input {
  color: #444448;
}

.input-field[disabled] input::placeholder {
  color: #444448;
}

.input-field[disabled] span {
  color: #444448;
}

.input-field input {
  background-color: transparent;
  color: var(--text-white, #fff);
  font-size: 16px;
  font-weight: 400;
  border: none;
}

.input-field input::placeholder {
  color: #6e6e71;
}

.input-field span {
  color: var(--text-gray, #6e6e71);
  font-size: 14px;
  font-weight: 400;
}

#inputDisabledColorWhite:disabled {
  color: #ffffff !important;
}

.info {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translate3d(-50%, 0, 0);
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  padding: 7px 12px;
  border-radius: 8px;
  background: var(--bg-dark, #18181c);
  text-align: center;
  max-width: 300px;
  min-width: 230px;
  display: none;
  will-change: opacity, transform;
}

.info.bottom {
  @media (max-width: 600px) {
    pointer-events: all;
  }

  pointer-events: none;
}

.info::after {
  content: "";
  width: 11px;
  height: 11px;
  background: var(--bg-dark, #18181c);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.info_wrapper {
  width: 18px;
  height: 18px;
  position: relative;
  @media (max-width: 600px) {
    width: 14px;
    height: 14px;
  }
}

.info_wrapper.active .info {
  display: block;
  animation: fadeInInfo 0.14s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;

  @media (max-width: 600px) {
    animation-duration: 0.16s;
  }
}

.info_wrapper.fadeOut .info {
  display: block;
  animation: fadeOutInfo 0.18s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  @media (max-width: 600px) {
    animation: fadeOutInfoMobile 0.21s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-duration: 0.21s !important;
  }
}

@keyframes fadeInInfo {
  0% {
    transform: translate3d(-50%, -10%, 0) scale(0.85);
    /* margin-bottom: 10px; */
    opacity: 0;
  }

  100% {
    /* transform: translate3d(-50%, 0%, 0) scale(1); */
    opacity: 1;
  }
}

@keyframes fadeOutInfoMobile {
  0% {
    transform: translate3d(-50%, 0%, 0) scale(1);
    opacity: 1;
  }

  100% {
    margin-bottom: 5px;
    transform: translate3d(-50%, 0%, 0) scale(0.85);

    /* transform: translate3d(-50%, 50%, 0) scale(0.85);
    opacity: 0; */
    opacity: 0;
  }
}

@keyframes fadeOutInfo {
  0% {
    transform: translate3d(-50%, 0%, 0) scale(1);
    opacity: 1;
  }

  100% {
    margin-bottom: 35px;

    transform: translate3d(-50%, 50%, 0) scale(0.8);
    opacity: 0;
  }
}

@media (max-width: 1000px) {
  .main {
    padding-top: 73px;
  }
}

@media (max-width: 768px) {
  .btn {
    width: 202px;
    height: 60px;
    font-size: 16px;
  }
}

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

@keyframes fadeInWithBlur {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInWithBlurScaleNftLaunch {
  from {
    opacity: 0;
    /* filter: blur(2px); */

    /* backdrop-filter: blur(10px); */
    transform: scale(0.75);
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOutWithBlurScaleNftLaunch {
  from {
    opacity: 1;
  }

  to {
    /* backdrop-filter: blur(10px); */
    opacity: 0;
    transform: scale(0.88);
  }
}

@keyframes fadeInWithBlurForModal {
  0% {
    opacity: 0.5;
    filter: blur(5px);
  }

  50% {
    opacity: 0.8;
    filter: blur(1px);
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInWithBlurForModalMobile {
  0% {
    transform: translate3d(0, 100%, 0);
  }

  /* 10% {
    opacity: 1;
  } */

  100% {
    opacity: 1;
  }
}

@keyframes fadeOutWithBlurForModalMobile {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.ant-picker-cell-disabled {
  opacity: 0.2;
}

.ant-picker-datetime-panel {
  color: #fff;
  font-weight: 400;

  @media screen and (max-width: 600px) {
    /* display: grid !important; */
    /* grid-template-columns: repeat(1, 1fr); */
  }
}

.ant-picker-time-panel {
  @media (max-width: 600px) {
    display: none !important;
  }
}

.ant-picker-panel {
  background: var(--BG-Primary, #232328) !important;

  li {
    display: flex !important;
    justify-content: center !important;
  }

  * {
    color: white !important;
  }
}

.ant-picker-time-panel-cell-inner {
  background-color: transparent !important;
  color: white !important;

  transition: 0.2s cubic-bezier(0.01, 0.1, 0.1, 1) !important;
}

.ant-picker-time-panel-cell.ant-picker-time-panel-cell-selected {
  /* border-radius: 7px; */
  background-color: white !important;
  /* border: 1px solid white !important; */

  * {
    color: #000000 !important;
  }
}

.ant-picker-time-panel {
  background: var(--BG-Primary, #36363929) !important;
}

.ant-picker-footer {
  * {
    color: white !important;
  }

  background: var(--BG-Primary, #232328) !important;
}

.ant-picker-time-panel-cell-inner:hover {
  /* background-color: #f0f0f0 !important; */
  /* Example background color on hover */
  color: #6e6e71 !important;
  /* Example text color on hover */
}

.ant-picker-time-panel-column:last-child {
  display: none;
}

.react-datepicker-wrapper {
  width: 100%;
}

.MuiPaper-root {
  /* background: none !important; */
  background: rgb(47, 47, 51) !important;
  border-radius: 10px !important;
  overflow: hidden;
}

.MuiList-root {
  background: #363639;
  color: white;
  /* border-radius: 8px; */
  max-height: 310px;
  overflow: auto;
}

.MuiMenuItem-root {
  background: #363639;
}

.MuiMenuItem-root:hover {
  background: #3b3b3f;
}

.no-select {
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Standard syntax */
}

.centered {
  padding: 6px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

rc-root div div div {
  opacity: 0 !important;
}

.loading_fallback {
  margin-top: 150px;
  @media (max-width: 600px) {
    margin-top: 100px;
  }
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cancel {
  border-radius: 12px;
  border: 1px solid var(--Stroke-Main, #444448);
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 16px;
  margin-bottom: 20px;
  transition: 0.4s cubic-bezier(0.1, 0.6, 0.1, 1),
    scale 0.3s cubic-bezier(0.1, 0.4, 0.4, 1);
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  cursor: pointer;
}

.cancel:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.cancel:hover svg path {
  fill: rgba(255, 255, 255, 0.9);
}

.cancel:hover span {
  color: rgba(255, 255, 255, 1);
}

.cancel:active {
  scale: 0.985;
}

@media (max-width: 768px) {
  .cancel {
    order: 1;
    margin-bottom: 10px;
  }
}

.cancel svg {
  width: 24px;
  margin-right: 6px;
}

.cancel svg path {
  transition: 0.4s cubic-bezier(0.1, 0.6, 0.1, 1);
}

.cancel span {
  transition: 0.4s cubic-bezier(0.1, 0.6, 0.1, 1);
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 16px;
  font-weight: 400;
}

.btn-max {
  border: none;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  user-select: none;
  transition: 0.15s ease-in-out;
  color: #43d26c;
  background: rgba(67, 210, 108, 0.18);
  border-radius: 8px;
  margin-left: 8px;
}

.btn-max:disabled {
  opacity: 0.54 !important;
  cursor: not-allowed;
}

.btn-max:active {
  filter: brightness(0.9) !important;
  scale: 0.98;
}

.btn-max:hover {
  filter: brightness(1.2);
}
@keyframes _fadeInWithBlurScaleNftLaunch_1gmrg_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1gmrg_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1gmrg_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1gmrg_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1gmrg_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1gmrg_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1gmrg_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1gmrg_419 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1gmrg_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1gmrg_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1gmrg_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1gmrg_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1gmrg_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1gmrg_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1gmrg_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1gmrg_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1gmrg_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1gmrg_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1gmrg_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1gmrg_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1gmrg_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1gmrg_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1gmrg_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1gmrg_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1gmrg_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1gmrg_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1gmrg_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1gmrg_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1gmrg_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1gmrg_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1gmrg_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1gmrg_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1gmrg_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1gmrg_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1gmrg_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1gmrg_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1gmrg_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1gmrg_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1gmrg_432 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1gmrg_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1gmrg_1 {}
@keyframes _wave-animation_1gmrg_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1gmrg_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1gmrg_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1gmrg_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._timer_1gmrg_410 {
  transition: min-height 0.3s ease-in-out, max-height 0.3s ease-in-out;
}
@media (max-width: 600px) {
  ._timer_1gmrg_410 {
    transition: min-height 0.3s ease-in-out, max-height 0.3s ease-in-out;
  }
}

._fadeIn_1gmrg_419 {
  animation-name: _fadeIn_1gmrg_419;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.35s !important;
}
@media (max-width: 600px) {
  ._fadeIn_1gmrg_419 {
    animation-duration: 0.4s;
  }
}

._scale_1gmrg_432 {
  animation: _scaleIn_1gmrg_1 0.375s cubic-bezier(0.2, 0.8, 0.6, 1);
}

@keyframes _scaleIn_1gmrg_1 {
  0% {
    opacity: 0;
    margin-top: 20px;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
._unlock_loader_1gmrg_447 {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  padding: 20px;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 33px;
}

._unlock_1gmrg_447 {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  padding: 20px;
  border-radius: 8px;
  background: var(--button-gray-act, #363639);
  align-items: center;
  margin-bottom: 30px;
}
._unlock_title_1gmrg_473 {
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 4px;
  text-align: center;
}
._unlock_items_1gmrg_481 {
  display: flex;
  flex-wrap: wrap;
  max-width: 264px;
  width: 100%;
}
._unlock_item_1gmrg_481 {
  width: calc((100% - 24px) / 4);
  margin-right: 8px;
  margin-top: 8px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid var(--stroke-main, #444448);
  backdrop-filter: blur(10px);
  animation-name: _fadeInWithBlurScaleNftLaunch_1gmrg_1;
  animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  animation-duration: 0.35s;
  animation-fill-mode: both;
  animation-duration: 0.4s !important;
}
@media (max-width: 600px) {
  ._unlock_item_1gmrg_481 {
    animation-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
    animation-duration: 0.8s;
  }
}
._unlock_item_1gmrg_481 p:first-child {
  margin-bottom: 2px;
  color: var(--text-white, #fff);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}
._unlock_item_1gmrg_481 p:last-child {
  color: var(--text-white, #fff);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}
._unlock_item_1gmrg_481:nth-child(4n+4) {
  margin-right: 0;
}

._ended_1gmrg_526 {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
._ended_icon_1gmrg_532 {
  width: 24px;
  height: 24px;
}
._ended_r_1gmrg_536 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 6px;
  flex: 1 0 0;
}
._ended_r_1gmrg_536 p:first-child {
  align-self: stretch;
  color: var(--text-white, #fff);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
._ended_r_1gmrg_536 p:last-child {
  align-self: stretch;
  color: var(--text-white, #fff);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
}@keyframes _fadeInWithBlurScaleNftLaunch_1umjg_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1umjg_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1umjg_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1umjg_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1umjg_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1umjg_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1umjg_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1umjg_410 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1umjg_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1umjg_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1umjg_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1umjg_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1umjg_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1umjg_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1umjg_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1umjg_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1umjg_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1umjg_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1umjg_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1umjg_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1umjg_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1umjg_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1umjg_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1umjg_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1umjg_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1umjg_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1umjg_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1umjg_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1umjg_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1umjg_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1umjg_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1umjg_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1umjg_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1umjg_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1umjg_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1umjg_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1umjg_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1umjg_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1umjg_428 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1umjg_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1umjg_1 {}
@keyframes _wave-animation_1umjg_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1umjg_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1umjg_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1umjg_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._fadeIn_1umjg_410 {
  animation-name: _fadeIn_1umjg_410;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.32s !important;
}
@media (max-width: 600px) {
  ._fadeIn_1umjg_410 {
    animation-duration: 0.4s;
  }
}
@media (min-width: 600px) {
  ._fadeIn_1umjg_410 {
    animation-duration: 0.22s !important;
  }
}

._scaleFadeIn_1umjg_428 {
  animation: _scaleIn_1umjg_1 0.4s cubic-bezier(0.2, 0.8, 0.1, 1);
}
@media (min-width: 600px) {
  ._scaleFadeIn_1umjg_428 {
    animation-duration: 0.4s !important;
  }
}

._loader_1umjg_437 {
  border: 2px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: _rotation_1umjg_1 0.5s linear infinite;
}

@keyframes _rotation_1umjg_1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes _scaleIn_1umjg_1 {
  0% {
    scale: 0;
  }
  100% {
    scale: 1;
  }
}@keyframes _fadeInWithBlurScaleNftLaunch_1h624_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1h624_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1h624_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1h624_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1h624_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1h624_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1h624_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1h624_417 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1h624_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1h624_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1h624_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1h624_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1h624_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1h624_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1h624_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1h624_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1h624_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1h624_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1h624_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1h624_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1h624_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1h624_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1h624_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1h624_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1h624_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1h624_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1h624_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1h624_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1h624_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1h624_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1h624_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1h624_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1h624_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1h624_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1h624_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1h624_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1h624_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1h624_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1h624_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1h624_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1h624_1 {}
@keyframes _wave-animation_1h624_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1h624_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1h624_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1h624_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._p_gradient_1h624_410 {
  border-radius: 6px;
  background: linear-gradient(270deg, #29292f 0%, rgb(48, 48, 53) 30%, rgba(255, 255, 255, 0.15) 31.5%, rgba(255, 255, 255, 0.15) 68.5%, rgb(48, 48, 53) 70%, #29292f 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  animation: _wave-animation1_1h624_1 2.5s ease-in-out infinite;
  border-radius: 20px;
}

._fadeIn_1h624_417 {
  animation-name: _fadeIn_1h624_417;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.13s !important;
}
@media (max-width: 600px) {
  ._fadeIn_1h624_417 {
    animation-duration: 0.4s;
  }
}

._wrapper_1h624_430 {
  transition: 0.2s ease;
}
@media (min-width: 600px) {
  ._wrapper_1h624_430 {
    margin-top: 10px;
  }
}

._inner_1h624_439 {
  overflow: auto;
  max-height: calc(100vh - 100px);
  padding: 10px;
}
._inner_1h624_439::-webkit-scrollbar {
  width: 6px;
  border-radius: 30px;
}
._inner_1h624_439::-webkit-scrollbar-track {
  background-color: #232328;
  border-radius: 30px;
}
._inner_1h624_439::-webkit-scrollbar-thumb {
  background: #3b3b3f;
  border-radius: 30px;
}
@media (max-width: 420px) {
  ._inner_1h624_439 {
    padding: 10px;
  }
}

._textFadeIn_1h624_462 {
  animation-name: _fadeIn_1h624_417;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._textFadeIn_1h624_462 {
    animation-duration: 0.4s;
  }
}

._unlock_1h624_474 {
  min-height: 150px !important;
  padding: 20px;
  border-radius: 8px;
  background: var(--button-gray-act, #363639);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
._unlock_title_1h624_484 {
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 4px;
  text-align: center;
}
._unlock_items_1h624_492 {
  display: flex;
  flex-wrap: wrap;
  max-width: 264px;
  width: 100%;
}
._unlock_item_1h624_492 {
  width: calc((100% - 24px) / 4);
  margin-right: 8px;
  margin-top: 8px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid var(--stroke-main, #444448);
  backdrop-filter: blur(10px);
  animation-name: _fadeInWithBlurScaleNftLaunch_1h624_1;
  animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  animation-duration: 0.35s;
  animation-fill-mode: both;
  animation-duration: 0.4s !important;
}
@media (max-width: 600px) {
  ._unlock_item_1h624_492 {
    animation-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
    animation-duration: 0.8s;
  }
}
._unlock_item_1h624_492 p:first-child {
  margin-bottom: 2px;
  color: var(--text-white, #fff);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}
._unlock_item_1h624_492 p:last-child {
  color: var(--text-white, #fff);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}
._unlock_item_1h624_492:nth-child(4n+4) {
  margin-right: 0;
}

._info_1h624_537 {
  margin-bottom: 30px;
}
._info_title_1h624_540 {
  color: var(--text-white, #fff);
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 12px;
}
._info_item_1h624_547 {
  padding: 12px 0;
  border-bottom: 1px solid var(--stroke-main, #444448);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
._info_item_top_1h624_555 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
._info_item_text_1h624_562 {
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
._info_item_text_1h624_562:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
._info_item_text_1h624_562._green_1h624_573 {
  max-width: 70%;
  color: #43d26c;
}
._info_item_1h624_547:last-child {
  border: none;
}
._info_1h624_537:last-child {
  margin-bottom: 0;
}

._stage_1h624_584 {
  display: flex;
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

._btn_1h624_592 {
  height: 48px;
  width: 100%;
  min-width: 150px;
  border-radius: 8px !important;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  display: flex;
  align-content: center;
}
._btn_1h624_592 span {
  margin-left: 15px;
}
._btn_1h624_592 svg {
  width: 20px;
  margin-left: 6px;
}

._hidden_1h624_612 {
  display: none;
}

._bottom__info_1h624_616 {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-left: -30px;
  padding-bottom: 10px;
}

._btns_1h624_624 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 20px;
}
._btns__inner_1h624_631 {
  width: 100%;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
}

._danger_text_1h624_639 {
  color: var(--text-white, #fff);
  font-size: 15px;
  line-height: 150%;
  color: #0088cb;
}
._danger_text_1h624_639 a {
  transition: 0.2s ease;
  text-decoration: underline;
  font-weight: 500;
}
._danger_text_1h624_639 a:hover {
  filter: brightness(0.8);
}

._danger_container_1h624_654 {
  display: flex;
}

@media (max-width: 500px) {
  ._danger_pc_1h624_659 {
    display: none;
  }
}

@media (min-width: 500px) {
  ._danger_mobile_1h624_665 {
    display: none;
  }
}

._selectedInfo_1h624_670 {
  border-top: 1px solid var(--Stroke-Main, #444448);
  background: var(--BG-Block, #2f2f33);
  position: absolute;
  width: 100%;
  bottom: 0px;
  margin-left: -30px;
  margin-right: -30px;
}
._selectedInfo_1h624_670 div {
  width: 100%;
}
._selectedInfo__disabled_1h624_682 {
  border-color: transparent !important;
}
@media (max-width: 600px) {
  ._selectedInfo_1h624_670 {
    margin-left: -20px;
    margin-right: 0px;
    position: absolute;
    display: flex;
    flex-direction: row;
  }
}

._hiddenInfo_1h624_695 {
  transform: translateY(100%);
}._modal_wrapper_186w7_1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 111;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow-y: auto;
  /* overflow: hidden; */
}

@media (max-width: 600px) {
  /* .modal-wrapper {
    align-items: flex-end;
  } */
}
._fadeOutBg_186w7_20 {
  animation-name: _fadeOut_186w7_20 !important;
  animation-duration: 0.5s !important;
  animation-timing-function: cubic-bezier(0.15, 0.6, 0.25, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._fadeOutBg_186w7_20 {
    animation-duration: 0.4s !important;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.5, 1);
  }
}

._modal_bg_186w7_33 {
  animation-name: _fadeIn_186w7_1;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.15, 1, 0.45, 1);
  animation-duration: 0.6s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* z-index: 9998; */
  will-change: opacity;
}
@media (max-width: 600px) {
  ._modal_bg_186w7_33 {
    animation-duration: 0.4s;
    animation-timing-function: cubic-bezier(0.35, 0.8, 0.65, 1);
  }
}

/* TODO - Make so that it is like on native device */
._modal_block_186w7_55 {
  animation-name: _fadeInModalBlock_186w7_1;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.15, 0.6, 0, 1.1);
  animation-fill-mode: both;
  border-radius: 20px;
  background: var(--bg-block, #2f2f33);
  padding-bottom: 0px !important;
  position: relative;
  max-width: 640px;
  width: 100%;
  overflow-y: auto;
  max-height: 90%;
  display: flex;
  flex-direction: column;
  will-change: transform, opacity;
}

@media (min-width: 601px) {
  ._modal_wrapper_186w7_1 > ._fadeOutModal_186w7_74 {
    animation-name: _fadeOutModalBlock_186w7_1 !important;
    animation-duration: 0.2s;
    animation-timing-function: cubic-bezier(0.2, 0.2, 0.6, 1.4);
    animation-fill-mode: both;
  }
}
@media (max-width: 600px) {
  ._modal_wrapper_186w7_1 > ._fadeOutModal_186w7_74 {
    z-index: 1;
    animation-name: _fadeOutModalBlockMobile_186w7_1;
    animation-duration: 0.5s !important;
    animation-timing-function: cubic-bezier(0.5, 1.5, 0.5, 1) !important;
    animation-fill-mode: both;
  }
  ._modal_wrapper_186w7_1 {
    align-items: flex-end;
    overflow: hidden;
  }
  ._modal_block_186w7_55 {
    max-width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    animation-name: _fadeInModalBlockMobile_186w7_1;
    border-bottom: solid 1px var(--bg-block, #2f2f33);
    animation-timing-function: cubic-bezier(0.3, 1.07, 0, 1) !important;
    animation-duration: 0.7s !important;
    animation-fill-mode: both;
    position: absolute;
    bottom: 0;
    overflow-y: scroll;
    overscroll-behavior: contain;
    max-height: 90%;
  }
}
._modal_content_186w7_109 {
  overflow-y: auto;
  max-height: 99%;
  padding-top: 0px !important;
  animation: _fadeIn_186w7_1 0.1s ease-in-out;
  overflow-y: auto;
  flex-grow: 1;
}
._modal_block_top_186w7_117 {
  padding: 20px;
  position: static;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.23s cubic-bezier(0.5, 0.4, 0.5, 1);
  padding-bottom: 20px !important;
}
._modal_block_top_186w7_117._active_186w7_126 {
  background-color: rgba(38, 38, 43, 0.7176470588);
}
@media (max-width: 600px) {
  ._modal_block_top_186w7_117 {
    padding: 20px !important;
  }
}

._modal_block_title_186w7_135 {
  color: var(--text-white, #fff);
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

._modal_block_close_186w7_142 {
  -webkit-tap-highlight-color: transparent;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  background-color: #232328;
}
._modal_block_close_186w7_142 svg {
  transition: 0.2s cubic-bezier(0.4, 0.1, 0.2, 1);
}
._modal_block_close_186w7_142 svg path {
  transition: 0.2s cubic-bezier(0.4, 0.1, 0.2, 1);
}

._title_wrapper_186w7_161 {
  display: flex;
  gap: 10px;
  align-items: center;
}

._hoverable_186w7_167 {
  transition: 0.2s cubic-bezier(0.4, 0.1, 0.2, 1);
}
._hoverable_186w7_167:hover {
  filter: brightness(0.75);
}
._hoverable_186w7_167:active {
  filter: brightness(0.65);
}

._modal_block_close_186w7_142 svg {
  width: 24px;
}

::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

._container_186w7_187 {
  position: relative;
}

._closeImg_186w7_191 {
  position: absolute;
  top: -16px;
  right: -16px;
  cursor: pointer;
}

._transparentBackground_186w7_198 {
  background-color: rgba(0, 0, 0, 0);
}

._sm_modal_186w7_202 {
  max-width: 450px;
}

@media (min-width: 450px) {
  ._xsm_modal_186w7_207 {
    max-width: 420px;
  }
}

._lg_modal_186w7_212 {
  max-width: 800px;
}

@keyframes _fadeIn_186w7_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOut_186w7_20 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes _fadeInModalBlock_186w7_1 {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes _fadeOutModalBlock_186w7_1 {
  from {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  to {
    opacity: 0;
    transform: scale(0.9);
  }
}
@keyframes _fadeOutModalBlockMobile_186w7_1 {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 150%, 0);
  }
}
@keyframes _fadeInModalBlockMobile_186w7_1 {
  0% {
    transform: translate3d(0, 110%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}@keyframes _fadeInWithBlurScaleNftLaunch_16q0l_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_16q0l_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_16q0l_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_16q0l_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_16q0l_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_16q0l_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_16q0l_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_16q0l_416 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_16q0l_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_16q0l_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_16q0l_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_16q0l_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_16q0l_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_16q0l_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_16q0l_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_16q0l_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_16q0l_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_16q0l_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_16q0l_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_16q0l_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_16q0l_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_16q0l_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_16q0l_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_16q0l_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_16q0l_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_16q0l_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_16q0l_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_16q0l_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_16q0l_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_16q0l_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_16q0l_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_16q0l_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_16q0l_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_16q0l_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_16q0l_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_16q0l_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_16q0l_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_16q0l_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_16q0l_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_16q0l_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_16q0l_1 {}
@keyframes _wave-animation_16q0l_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_16q0l_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_16q0l_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_16q0l_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._gradient_16q0l_410 {
  border-radius: 6px;
  background: linear-gradient(270deg, #29292f 0%, rgb(48, 48, 53) 30%, rgba(255, 255, 255, 0.15) 31.5%, rgba(255, 255, 255, 0.15) 68.5%, rgb(48, 48, 53) 70%, #29292f 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  animation: _wave-animation1_16q0l_1 2.5s ease-in-out infinite;
}

._fadeIn_16q0l_416 {
  animation-name: _fadeIn_16q0l_416;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.15s !important;
  animation-timing-function: ease;
}
@media (max-width: 600px) {
  ._fadeIn_16q0l_416 {
    animation-duration: 0.4s;
  }
}
@media (max-width: 600px) {
  ._fadeIn_16q0l_416 {
    animation-duration: 0.19s !important;
  }
}

._wrapper_16q0l_435 {
  transition: 0.2s ease;
}._img_rsy3e_1 {
  margin: 30px 0;
  max-width: 200px;
  width: 100%;
}

._inner_rsy3e_7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0;
}

._subtitle_rsy3e_15 {
  color: var(--text-white, #FFF);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 12px;
}

._text_rsy3e_24 {
  color: var(--text-light-grey, #C6C6C7);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
}._jetton_1ur7h_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
._jetton_icon_1ur7h_7 {
  width: 52px;
}
._jetton_info_1ur7h_10 {
  width: calc(100% - 70px);
}
._jetton_name_1ur7h_13 {
  color: var(--Text-White, #fff);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}
._jetton_text_1ur7h_19 {
  color: var(--Text-Gray, #6e6e71);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

._field_1ur7h_26 {
  margin-bottom: 15px;
}
._field_1ur7h_26 input {
  border-radius: 8px;
  background: var(--BG-Primary, #232328);
  border: none;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  padding: 0 20px;
  transition: 0.3s;
  border: 1px solid transparent;
}
._field_1ur7h_26 input:hover {
  border: 1px solid var(--Stroke-Main, #444448);
}
._field_1ur7h_26 input:focus {
  border: 1px solid var(--Stroke-Active, #6e6e71);
}
._field_1ur7h_26 input::placeholder {
  color: var(--Text-Gray, #6e6e71);
}

._text_1ur7h_52 {
  margin-bottom: 20px;
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

._btn_1ur7h_60 {
  width: 100%;
}._field_1fmt7_1 {
  position: relative;
  margin-top: 15px;
}
._field_row_1fmt7_5 {
  margin-bottom: 32px;
}
._field_row_1fmt7_5:last-child {
  margin-bottom: 0;
}
._field_title_1fmt7_11 {
  color: var(--Text-White, #fff);
  font-size: 16px;
  font-weight: 700;
}
._field_title_1fmt7_11 sup {
  color: var(--Text-Error, #d24343);
  font-size: 16px;
  font-weight: 700;
}
._field_text_1fmt7_21 {
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 10px;
}
._field_1fmt7_1 input {
  border-radius: 8px;
  border: 1px solid var(--Stroke-Main, #444448);
  height: 60px;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  width: 100%;
  transition: 0.3s ease;
}
._field_1fmt7_1 input:hover {
  border-color: #6e6e71;
}
._field_1fmt7_1 input:focus {
  border-color: #6e6e71;
}
._field_1fmt7_1 input::placeholder {
  color: var(--Text-Gray, #6e6e71);
}
._field_1fmt7_1 input.__error_1fmt7_49 {
  border: 1px solid var(--Text-Error, #d24343) !important;
  background: var(--BG-Primary, #232328);
}
._field_1fmt7_1 textarea {
  border-radius: 8px;
  border: 1px solid var(--Stroke-Main, #444448);
  height: 115px;
  resize: none;
  padding: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  width: 100%;
  transition: 0.3s;
}
._field_1fmt7_1 textarea:hover {
  border-color: #6e6e71;
}
._field_1fmt7_1 textarea:focus {
  border-color: #6e6e71;
}
._field_1fmt7_1 textarea::placeholder {
  color: var(--Text-Gray, #6e6e71);
}

._error_1fmt7_76 {
  color: #e9be50;
  font-size: 14px;
}

._right_1fmt7_81 {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
._right__line_1fmt7_89 {
  border-radius: 8px;
  border: 1px solid var(--Stroke-Main, #444448);
  background: var(--BG-Primary, #232328);
}
._right__text_1fmt7_94 {
  color: var(--Text-Gray, #6e6e71);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}@keyframes _fadeInWithBlurScaleNftLaunch_17udm_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_17udm_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_17udm_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_17udm_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_17udm_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_17udm_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_17udm_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_17udm_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_17udm_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_17udm_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_17udm_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_17udm_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_17udm_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_17udm_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_17udm_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_17udm_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_17udm_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_17udm_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_17udm_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_17udm_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_17udm_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_17udm_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_17udm_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_17udm_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_17udm_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_17udm_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_17udm_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_17udm_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_17udm_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_17udm_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_17udm_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_17udm_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_17udm_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_17udm_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_17udm_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_17udm_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_17udm_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_17udm_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_17udm_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_17udm_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_17udm_1 {}
@keyframes _wave-animation_17udm_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_17udm_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_17udm_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_17udm_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._wrapper_17udm_410 {
  transition: 0.2s ease;
}

._block_17udm_414 {
  overflow: hidden;
  position: relative;
  transition: 0.2s ease;
}
._block_17udm_414 span {
  animation-name: _fadeIn_17udm_1;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0, 0.2, 0.3, 1);
  animation-delay: 0.1s;
  transition: 1s ease;
}
@media (max-width: 600px) {
  ._block_17udm_414 span {
    animation-duration: 0.4s;
  }
}._inner_1fce4_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
}

._subtitle_1fce4_10 {
  color: var(--text-white, #FFF);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 12px;
}

._text_1fce4_19 {
  color: var(--text-light-grey, #C6C6C7);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
}

._block_1fce4_28 {
  padding: 30px;
}
@media (max-width: 600px) {
  ._block_1fce4_28 {
    padding: 30px 20px;
  }
}@keyframes _fadeInWithBlurScaleNftLaunch_gucnn_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_gucnn_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_gucnn_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_gucnn_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_gucnn_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_gucnn_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_gucnn_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_gucnn_418 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_gucnn_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_gucnn_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_gucnn_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_gucnn_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_gucnn_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_gucnn_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_gucnn_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_gucnn_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_gucnn_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_gucnn_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_gucnn_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_gucnn_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_gucnn_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_gucnn_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_gucnn_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_gucnn_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_gucnn_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_gucnn_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_gucnn_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_gucnn_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_gucnn_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_gucnn_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_gucnn_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_gucnn_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_gucnn_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_gucnn_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_gucnn_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_gucnn_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_gucnn_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_gucnn_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_gucnn_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_gucnn_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_gucnn_1 {}
@keyframes _wave-animation_gucnn_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_gucnn_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_gucnn_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_gucnn_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes _rotate_gucnn_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._fadeIn_gucnn_418 {
  animation-name: _fadeIn_gucnn_418;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.5s;
}
@media (max-width: 600px) {
  ._fadeIn_gucnn_418 {
    animation-duration: 0.4s;
  }
}

._goTo_gucnn_431 {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  /* standard syntax */
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  align-self: stretch;
  transition: 0.2s cubic-bezier(0.2, 0.2, 0.2, 1);
}
._goTo_gucnn_431:hover {
  filter: brightness(0.8);
}
._goTo_gucnn_431:active {
  filter: brightness(0.6);
}
._goTo_text_gucnn_455 {
  text-wrap: nowrap;
  color: var(--Text-Link, #0088cb);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
._goTo_gucnn_431 svg {
  width: 18px;
  height: 18px;
}

._items_gucnn_470 {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}

._item_gucnn_470 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
._item_gucnn_470:last-child {
  margin-bottom: 0;
}
._item_icon_gucnn_487 img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
._item_content_gucnn_492 {
  width: calc(100% - 66px);
}
._item_info_gucnn_495 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
._item_info_gucnn_495 p:first-child {
  width: 100%;
  align-self: stretch;
  color: var(--Text-White, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
._item_info_gucnn_495 p:last-child {
  align-self: stretch;
  color: var(--Text-Light_grey, #c6c6c7);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
._item_btn_gucnn_522 {
  width: 151px;
  height: 48px;
  font-size: 14px;
  border-radius: 8px;
}
._item_circle_gucnn_528 {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
._item_circle_result_gucnn_535 {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 4;
  transform-origin: center;
  transition: 0.3s;
  transform: scale(0);
  display: flex;
  align-items: center;
  justify-content: center;
}
._item_circle_result_gucnn_535._done_gucnn_547 {
  transform: scale(1);
}
._item_circle_loading_gucnn_550 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
  overflow: hidden;
  border-radius: 100%;
}
._item_circle_loading_gucnn_550 svg {
  width: 100%;
  height: 100%;
}
._item_circle_loading_gucnn_550._done_gucnn_547 {
  transform: rotate(0deg) scale(0);
}
._item_circle_border_gucnn_567 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 8px solid #363639;
  border-radius: 50%;
  z-index: 1;
}
._item_circle_bg_gucnn_577 {
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  left: 8px;
  top: 8px;
  position: absolute;
  z-index: 3;
  background-color: var(--bg-block, #2f2f33);
  border-radius: 50%;
}
._item_circle_inner_gucnn_587 {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  animation: _rotate_gucnn_1 1s linear infinite;
}
._item_circle_inner_block_gucnn_594 {
  position: absolute;
  left: 50%;
  bottom: 50%;
  width: 50%;
  height: 50%;
  background-color: #0088cb;
}

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

._btn_gucnn_612 {
  border-radius: 12px;
  background-color: #0088cb;
  color: var(--text-white, #fff);
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 48px;
  cursor: pointer;
  user-select: none;
  transition: 0.15s ease-out;
  font-size: 14px;
  font-style: normal;
}

._btn_gucnn_612:hover {
  background-color: #00a1f0;
  /* color: rgb(255, 255, 255); */
}

._btn_disabled_gucnn_636 {
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 48px;
  user-select: none;
  transition: 0.15s ease-out;
  background-color: #363639;
  color: #6e6e71;
  cursor: default;
  font-size: 14px;
  font-style: normal;
  pointer-events: none;
}

._steps_gucnn_656 {
  padding: 0px 60px;
  width: 100%;
  display: flex;
  align-items: center;
}
._steps_text_gucnn_662 {
  color: var(--Text-White, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

._step_gucnn_656 {
  display: flex;
  align-items: center;
  position: relative;
  flex-grow: 1;
}

._step_gucnn_656:last-child {
  flex-grow: 0;
}

._step_circle_gucnn_683 {
  min-width: 24px;
  min-height: 24px;
  border-radius: 50%;
  background-color: #3c3f41;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

._step_circle_inner_gucnn_694 {
  transition: 0.15s ease;
  opacity: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
}

._step_line_gucnn_703 {
  width: 100%;
  height: 2px;
  background-color: #49494e;
  position: relative;
  transition: 0.15s ease;
}

._step_gucnn_656:last-child ._step_line_gucnn_703 {
  display: none;
}

._active_gucnn_715 ._step_circle_inner_gucnn_694 {
  animation: _blink_gucnn_1 3s infinite cubic-bezier(1, 1, 1, 1);
  opacity: 1;
  background-color: #43d26c;
}

._done_gucnn_547 ._step_circle_gucnn_683 {
  background-color: #43d26c;
}

._step_line_gucnn_703::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #43d26c;
  transition: width 1s cubic-bezier(0.5, 1, 0.5, 1);
}

._done_gucnn_547 ._step_line_gucnn_703::before {
  width: 100%;
}

@keyframes _blink_gucnn_1 {
  0% {
    opacity: 1;
    outline: 0px solid rgba(67, 210, 108, 0.4);
    border: 0px solid rgba(255, 255, 255, 0);
  }
  35% {
    opacity: 0.6;
    text-shadow: #0088cb 0px 0px 10px;
    outline: 15px solid rgba(67, 210, 108, 0);
    border: 0px solid rgb(0, 0, 0);
  }
  100% {
    opacity: 1;
    outline: 0px solid rgba(67, 210, 108, 0);
    border: 0px solid rgba(255, 255, 255, 0);
  }
}._smallModal_hf0sv_1 {
  scale: 0.5 !important;
}

._title_hf0sv_5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 12px;
  margin-top: 10px;
}

._text_hf0sv_15 {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #C6C6C7;
  margin-bottom: 30px;
}

._image_hf0sv_24 {
  display: flex;
  justify-content: center;
}

._btns_hf0sv_29 {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 600px) {
  ._btns_hf0sv_29 {
    flex-direction: column;
    row-gap: 10px;
  }
}

._btn_hf0sv_29 {
  width: calc((100% - 10px) / 2);
}
@media (max-width: 600px) {
  ._btn_hf0sv_29 {
    width: 100%;
  }
}

._grey_hf0sv_50 {
  background-color: #3B3B3F;
}
._grey_hf0sv_50:hover {
  background-color: #49494E;
}
._grey_hf0sv_50:active {
  background-color: #363639;
}
._grey_hf0sv_50[disabled] {
  background-color: #363639;
  color: #6E6E71;
}@keyframes _fadeInWithBlurScaleNftLaunch_1ogge_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1ogge_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1ogge_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1ogge_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1ogge_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1ogge_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1ogge_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1ogge_410 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1ogge_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1ogge_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1ogge_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1ogge_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1ogge_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1ogge_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1ogge_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1ogge_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1ogge_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1ogge_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1ogge_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1ogge_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1ogge_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1ogge_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1ogge_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1ogge_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1ogge_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1ogge_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1ogge_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1ogge_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1ogge_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1ogge_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1ogge_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1ogge_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1ogge_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1ogge_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1ogge_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1ogge_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1ogge_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1ogge_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1ogge_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1ogge_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1ogge_1 {}
@keyframes _wave-animation_1ogge_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1ogge_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1ogge_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1ogge_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._fadeIn_1ogge_410 {
  animation-name: _fadeIn_1ogge_410;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._fadeIn_1ogge_410 {
    animation-duration: 0.4s;
  }
}

._gradient_1ogge_422 {
  border-radius: 6px;
  background: linear-gradient(270deg, #29292f 0%, rgb(48, 48, 53) 30%, rgba(255, 255, 255, 0.15) 31.5%, rgba(255, 255, 255, 0.15) 68.5%, rgb(48, 48, 53) 70%, #29292f 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  animation: _wave-animation1_1ogge_1 2.5s ease-in-out infinite;
}

._grey_1ogge_428 {
  background: #2f2f33;
}@keyframes _fadeInWithBlurScaleNftLaunch_9dulp_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_9dulp_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_9dulp_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_9dulp_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_9dulp_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_9dulp_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_9dulp_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_9dulp_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_9dulp_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_9dulp_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_9dulp_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_9dulp_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_9dulp_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_9dulp_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_9dulp_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_9dulp_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_9dulp_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_9dulp_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_9dulp_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_9dulp_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_9dulp_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_9dulp_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_9dulp_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_9dulp_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_9dulp_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_9dulp_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_9dulp_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_9dulp_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_9dulp_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_9dulp_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_9dulp_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_9dulp_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_9dulp_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_9dulp_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_9dulp_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_9dulp_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_9dulp_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_9dulp_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_9dulp_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_9dulp_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_9dulp_1 {}
@keyframes _wave-animation_9dulp_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_9dulp_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_9dulp_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_9dulp_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._wrapper_9dulp_410 {
  animation: _fadeInInfoColorful_9dulp_1 0.15s cubic-bezier(0.05, 0.1, 0.4, 1);
  animation-duration: 150ms !important;
  width: 100%;
  display: flex;
  align-self: stretch;
  gap: 6px;
}
@keyframes _fadeInInfoColorful_9dulp_1 {
  from {
    opacity: 0;
    height: 0;
  }
  to {
    opacity: 1;
    height: 20px;
  }
}
._wrapper_l_9dulp_428 {
  min-height: 20px;
  min-width: 20px;
  z-index: 10;
}
._wrapper_l_9dulp_428 ._info_wrapper_9dulp_433 {
  background-color: rgba(0, 136, 203, 0.2);
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
._wrapper_l_9dulp_428 svg path {
  transition: 0.2s cubic-bezier(0.1, 0.2, 0.4, 1);
}
._wrapper_r_9dulp_442 {
  transition: 0.4s cubic-bezier(0, 0.2, 0.4, 1);
  overflow: hidden;
  z-index: 5;
  display: flex;
  align-items: center;
}

._text_9dulp_450 {
  transition: 0.3s cubic-bezier(0.2, 0.5, 0.2, 1), color 0.15s cubic-bezier(0.4, 0.2, 0.4, 1);
  color: var(--Text-White, #fff);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

._hidden_9dulp_461 {
  transition: 0.5s cubic-bezier(0.05, 0.1, 0.2, 1);
  opacity: 0;
  scale: 0.9;
  line-height: 50%;
  transform: translateX(-20px);
}
._hidden_9dulp_461 ._wrapper_r_9dulp_442 {
  border-radius: 100%;
}

._yellow_9dulp_472 svg path {
  fill: var(--Color-Yellow, #e9be50);
}

._grey_9dulp_476 svg path {
  fill: var(--Color-Grey, #6e6e71);
}

._red_9dulp_480 svg path {
  fill: var(--Color-Yellow, #d24343);
}
._red_9dulp_480 ._text_9dulp_450 {
  color: #d24343;
}

._plain_9dulp_487 svg {
  fill: transparent;
  border: 1px solid var(--Color-Yellow, rgb(150, 150, 150));
  border-radius: 50%;
}
._plain_9dulp_487 svg path:first-child {
  fill: var(--Color-Yellow, transparent);
}
._plain_9dulp_487 svg path:nth-child(2) {
  fill: var(--Color-Yellow, rgb(180, 180, 180));
}
._plain_9dulp_487 ._text_9dulp_450 {
  color: #fff;
}

._spinner_9dulp_502 {
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  max-width: 0px;
  min-width: 0px;
  opacity: 0;
}
._spinner_show_9dulp_509 {
  transition: 0.4s cubic-bezier(0, 0.3, 0.2, 1);
  max-width: 20px;
  min-width: 15px;
  opacity: 1;
}

._text_blue_9dulp_516 {
  color: #0088cb;
}

._text_yellow_9dulp_520 {
  color: #e9be50;
}@keyframes _fadeInWithBlurScaleNftLaunch_12dii_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_12dii_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_12dii_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_12dii_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_12dii_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_12dii_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_12dii_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_12dii_458 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_12dii_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_12dii_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_12dii_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_12dii_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_12dii_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_12dii_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_12dii_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_12dii_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_12dii_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_12dii_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_12dii_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_12dii_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_12dii_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_12dii_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_12dii_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_12dii_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_12dii_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_12dii_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_12dii_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_12dii_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_12dii_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_12dii_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_12dii_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_12dii_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_12dii_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_12dii_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_12dii_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_12dii_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_12dii_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_12dii_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_12dii_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_12dii_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_12dii_1 {}
@keyframes _wave-animation_12dii_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_12dii_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_12dii_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_12dii_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._shinyText_12dii_410 {
  animation-name: _shinyTextShortPeriod_12dii_1;
  animation-duration: 3s;
  animation-timing-function: cubic-bezier(0.3, 1, 0.2, 1);
  animation-fill-mode: both;
  display: inline;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 0;
}
@keyframes _shinyTextShortPeriod_12dii_1 {
  30%, 50% {
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.9), 0px 0px 20px rgba(255, 255, 255, 0.5);
  }
}

._max_12dii_426 {
  position: absolute;
  right: 20px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: #6e6e71;
  cursor: pointer;
  transition: 0.15s ease;
}
._max_12dii_426:active {
  color: #444448;
}

._heightChanger_12dii_441 {
  transition: 0.3s ease;
}

._fieldsBlock_12dii_445 {
  animation-name: _fadeIn_12dii_458;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-delay: 0.15s;
}
@media (max-width: 600px) {
  ._fieldsBlock_12dii_445 {
    animation-duration: 0.4s;
  }
}

._fadeIn_12dii_458 {
  animation-name: _fadeIn_12dii_458;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.4s;
  animation-timing-function: ease;
}
@media (max-width: 600px) {
  ._fadeIn_12dii_458 {
    animation-duration: 0.4s;
  }
}

._datepicker_12dii_472 {
  opacity: 1 !important;
}

._wrapperResetAnimation_12dii_476 {
  animation-timing-function: ease;
  transition: 0.5s ease;
}

._no_scroll_12dii_481::-webkit-inner-spin-button,
._no_scroll_12dii_481::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

._no_scroll_12dii_481 {
  -moz-appearance: textfield;
  appearance: textfield;
}

._select_item_inactive_12dii_492 {
  opacity: 0.5 !important;
  cursor: default !important;
}
._select_item_inactive_12dii_492:hover {
  background-color: var(--Button-Gray, transparent) !important;
}

._field_12dii_445 {
  display: flex;
  position: relative;
}
._field_row_12dii_504 {
  transition: 0.2s cubic-bezier(0.1, 0.2, 0.8, 1);
  margin-bottom: 30px;
}
._field_row_12dii_504:last-child {
  margin-bottom: 0;
}
._field_selector_12dii_511 {
  margin-top: -30px;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: 100%;
  z-index: 20000;
  border-radius: 8px;
  border: 1px solid var(--Stroke-Main, #444448);
  background: var(--Button-Gray_Act, #363639);
  overflow: scroll;
  max-height: 290px;
}
._field_selector_item_12dii_524 {
  animation-name: _fadeIn_12dii_458;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  cursor: pointer;
  user-select: none;
  transition: 0.3s;
}
@media (max-width: 600px) {
  ._field_selector_item_12dii_524 {
    animation-duration: 0.4s;
  }
}
._field_selector_item_12dii_524:hover {
  background: var(--Button-Gray, #3b3b3f);
}
._field_selector_item_l_12dii_545 {
  display: flex;
  align-items: center;
}
._field_selector_item_l_12dii_545 img {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
._field_selector_item_l_12dii_545 span {
  color: var(--Text-White, #fff);
  font-size: 16px;
  font-weight: 600;
}
._field_selector_item_r_12dii_560 {
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 16px;
  font-weight: 400;
}
._field_half_12dii_565 {
  width: calc((100% - 10px) / 2);
}
@media (max-width: 600px) {
  ._field_half_12dii_565 {
    width: 100%;
    margin-bottom: 20px;
  }
}
._field_wrapper_12dii_574 {
  animation-duration: 0.4s;
  animation-timing-function: ease;
  margin-bottom: 20px;
  transition: 0.5s ease;
  position: relative;
}
._field_12dii_445 span {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-gray, #6e6e71);
  font-size: 16px;
  font-weight: 400;
}
._field_12dii_445 span svg {
  width: 20px;
}
._field_12dii_445 input {
  padding: 14px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 8px;
  background: var(--bg-primary, #232328);
  border: none;
  width: 100%;
  border: 1px solid transparent;
  transition: 0.15s ease-out;
}
._field_12dii_445 input:hover {
  border-color: #444448;
  background-color: transparent;
}
._field_12dii_445 input:active, ._field_12dii_445 input:focus {
  border-color: #6e6e71;
}
._field_12dii_445 input._error_12dii_612 {
  border: 1px solid var(--text-error, #d24343);
  background: var(--bg-primary, #232328);
}
._field_12dii_445 input[disabled] {
  border-color: #444448;
  color: #444448;
  background: var(--bg-primary, #232328);
}
._field_12dii_445 input[disabled]::placeholder {
  color: #444448;
}
._field_12dii_445 input::placeholder {
  color: var(--text-gray, #6e6e71);
}
._field_title_12dii_627 {
  display: flex;
  color: var(--text-light-grey, #c6c6c7);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 10px;
}
._field_title_12dii_627 span {
  animation-name: _fadeIn_12dii_458;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  color: #d24343;
}
@media (max-width: 600px) {
  ._field_title_12dii_627 span {
    animation-duration: 0.4s;
  }
}
._field_title_12dii_627 ._spanWarning_12dii_647 {
  animation-name: _fadeIn_12dii_458;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  color: rgba(210, 67, 67, 0.8666666667);
}
@media (max-width: 600px) {
  ._field_title_12dii_627 ._spanWarning_12dii_647 {
    animation-duration: 0.4s;
  }
}
._field_title_12dii_627 sup {
  color: var(--Text-Error, #d24343);
  font-size: 16px;
  font-weight: 700;
}
._field_title_12dii_627 svg {
  width: 24px;
  margin-right: 10px;
}
._field_descr_12dii_668 {
  color: var(--text-link, #0088cb);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-top: 10px;
}

._fields_row_12dii_676 {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 420px) {
  ._fields_row_12dii_676 {
    margin-bottom: 0;
  }
}
._fields_row_12dii_676 ._field_wrapper_12dii_574 {
  margin-bottom: 0;
}
._fields_row_12dii_676 ._field_wrapper_12dii_574 ._react-datepicker-popper_12dii_690 {
  min-width: 400px;
}
._fields_row_12dii_676 ._field_wrapper_12dii_574 ._react-datepicker-wrapper_12dii_693 {
  background-color: black !important;
}

._checkbox_12dii_697 {
  margin-right: 12px;
  border-radius: 4px;
  border: 1px solid var(--stroke-main, #444448);
  background: var(--tab-menu, #232328);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
._checkbox_12dii_697 svg {
  width: 100%;
  display: none;
  animation-name: _fadeIn_12dii_458;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.15s;
}
@media (max-width: 600px) {
  ._checkbox_12dii_697 svg {
    animation-duration: 0.4s;
  }
}
._checkbox_wrapper_12dii_722 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
  user-select: none;
  max-width: 200px;
}
._checkbox_wrapper_12dii_722._active_12dii_730 svg {
  display: block;
}
._checkbox_text_12dii_733 {
  color: var(--text-light-grey, #c6c6c7);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

._warning_12dii_740 {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid var(--text-warning, #e9be50);
  background: rgba(233, 190, 80, 0.1);
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  transition: 0.3s ease;
}
._warning_l_12dii_750 {
  width: 24px;
}
._warning_r_12dii_753 {
  width: calc(100% - 36px);
  color: var(--text-white, #fff);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  overflow: hidden;
}
._warning_text_12dii_761 {
  font-size: 16px;
  font-weight: 400;
  padding: 6px;
  color: rgb(205, 92, 92);
  max-height: 100px;
}
._warning_text_12dii_761 {
  font-size: 16px;
  font-weight: 400;
  padding: 6px;
  color: rgb(205, 92, 92);
  max-height: 100px;
}

._btn_12dii_776 {
  margin: 0 auto;
  width: 214px;
}
@media (max-width: 420px) {
  ._btn_12dii_776 {
    width: 100%;
  }
}

._disabled_btn_12dii_786 {
  background-color: rgb(229, 229, 229);
}
._disabled_btn_12dii_786:hover {
  background-color: rgb(229, 229, 229);
}

._hidden_12dii_793 {
  display: none;
  max-height: 0px;
}

._center_12dii_798 {
  text-align: center;
}

._tokenFromAddress_12dii_802 {
  display: flex;
  height: 20px;
  animation-name: _fadeIn_12dii_458;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
}
@media (max-width: 600px) {
  ._tokenFromAddress_12dii_802 {
    animation-duration: 0.4s;
  }
}
._tokenFromAddress_12dii_802 img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  border-radius: 50%;
}
._tokenFromAddress_12dii_802 span {
  white-space: nowrap;
  height: 20px;
  color: var(--text-white, #c6c6c7);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

._selector_arrow_12dii_833 {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 20px;
  top: 12px;
}
._selector_arrow_12dii_833 svg {
  transition: 0.4s cubic-bezier(0.5, 1, 0.2, 1);
  transform: rotate(-180deg);
  width: 24px;
  height: 24px;
}
._selector_arrow_12dii_833._rotated_12dii_846 svg {
  transform: rotate(0deg) !important;
}

input {
  touch-action: none;
}

._feeText_12dii_854 {
  display: flex;
  align-items: center;
  gap: 6px;
  align-self: stretch;
}
._feeText_12dii_854 svg {
  width: 20px;
}
._feeText_12dii_854 span {
  color: var(--Text-Link, #0088cb);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}

._fieldWrapper_12dii_873 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}@keyframes _fadeInWithBlurScaleNftLaunch_19nff_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_19nff_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_19nff_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_19nff_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_19nff_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_19nff_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_19nff_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_19nff_410 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_19nff_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_19nff_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_19nff_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_19nff_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_19nff_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_19nff_429 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_19nff_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_19nff_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_19nff_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_19nff_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_19nff_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_19nff_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_19nff_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_19nff_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_19nff_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_19nff_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_19nff_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_19nff_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_19nff_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_19nff_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_19nff_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_19nff_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_19nff_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_19nff_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_19nff_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_19nff_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_19nff_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_19nff_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_19nff_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_19nff_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_19nff_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_19nff_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_19nff_1 {}
@keyframes _wave-animation_19nff_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_19nff_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_19nff_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_19nff_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._fadeInStep_19nff_410 {
  animation-name: _fadeIn_19nff_410;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.05, 0.01, 0.4, 1) !important;
  animation-duration: 0.22s !important;
}
@media (max-width: 600px) {
  ._fadeInStep_19nff_410 {
    animation-duration: 0.4s;
  }
}

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

._fadeOutStep_19nff_429 {
  animation-name: _fadeOut_19nff_429;
  animation-fill-mode: both;
  animation-duration: 0.34s;
  animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  animation-duration: 200ms !important;
  animation-timing-function: cubic-bezier(0, 0.1, 0.6, 1) !important;
}

._fadeInIntro_19nff_438 {
  animation-name: _fadeIn_19nff_410;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  animation-duration: 0.3s !important;
}
@media (max-width: 600px) {
  ._fadeInIntro_19nff_438 {
    animation-duration: 0.4s;
  }
}

._fadeIn_19nff_410 {
  animation-name: _fadeIn_19nff_410;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.5, 0.05, 0.6, 1) !important;
  animation-duration: 0.32s !important;
}
@media (max-width: 600px) {
  ._fadeIn_19nff_410 {
    animation-duration: 0.4s;
  }
}
@media (min-width: 600px) {
  ._fadeIn_19nff_410 {
    animation-duration: 0.22s !important;
  }
}

._fadeOut_19nff_429 {
  animation-name: _fadeOut_19nff_429;
  animation-fill-mode: both;
  animation-duration: 0.34s;
  animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  animation-duration: 150ms !important;
  animation-timing-function: cubic-bezier(0.1, 0.1, 0.6, 1) !important;
}
@media (min-width: 600px) {
  ._fadeOut_19nff_429 {
    animation-duration: 110ms !important;
    animation-timing-function: cubic-bezier(0, 0.1, 1, 1) !important;
  }
}

._banner_19nff_486 {
  position: relative;
  padding: 44px 0;
}
@media (max-width: 600px) {
  ._banner_19nff_486 {
    padding: 30px 0;
  }
}
._banner_title_19nff_495 {
  color: var(--Text-White, #fff);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  ._banner_title_19nff_495 {
    font-size: 24px;
  }
}
._banner_bg_19nff_508 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
._banner_bg_19nff_508 img {
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  ._sticky_19nff_522 {
    top: 95px;
    position: -webkit-sticky;
    position: sticky;
  }
}
@media (max-width: 768px) {
  ._sticky_19nff_522 {
    width: 100%;
  }
}

._body_19nff_534 {
  padding-top: 30px;
  display: flex;
  position: relative;
  align-items: flex-start;
}
@media (max-width: 768px) {
  ._body_19nff_534 {
    flex-direction: column;
    padding: 20px 0;
  }
}

._l_19nff_547 {
  width: 360px;
  margin-right: 115px;
  position: relative;
  /* Adjust height as necessary */
  overflow: auto;
}
._l_inner_19nff_554 {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1000px) {
  ._l_19nff_547 {
    margin-right: 20px;
  }
}
@media (max-width: 900px) {
  ._l_19nff_547 {
    width: 300px;
  }
}
@media (max-width: 768px) {
  ._l_19nff_547 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

._r_19nff_576 {
  transition: 1s cubic-bezier(0, 0.1, 0.3, 1), max-height 1s cubic-bezier(0, 0.1, 0.3, 1);
  width: calc(100% - 475px);
}
@media (max-width: 900px) {
  ._r_19nff_576 {
    width: calc(100% - 320px);
  }
}
@media (max-width: 768px) {
  ._r_19nff_576 {
    max-width: 100%;
    width: 100%;
  }
}

._field_transition_checkbox_default_19nff_592 {
  transition: 0.2s cubic-bezier(0.1, 0.2, 0.8, 1);
}

._double_field_wrapper_19nff_596 {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
._double_field_wrapper_19nff_596 ._field_row_19nff_601 {
  width: calc(50% - 5px);
  margin-right: 10px;
}
._double_field_wrapper_19nff_596 ._field_row_19nff_601:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  ._double_field_wrapper_19nff_596 ._field_row_19nff_601 {
    width: 100%;
    margin-right: 0;
  }
}

._field_19nff_592 {
  margin-top: 15px;
}
._field_row_19nff_601 {
  transition: 0.2s cubic-bezier(0.1, 0.2, 0.8, 1);
  margin-bottom: 32px;
}
._field_row_19nff_601:last-child {
  margin-bottom: 0;
}
._field_btn_19nff_625 {
  color: var(--Text-Link, #0088cb);
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  padding: 8px 20px;
  border-radius: 8px;
  border: 1px solid var(--Stroke-Blue, #0088cb);
  display: inline-block;
  margin-top: 15px;
  cursor: pointer;
  user-select: none;
}
._field_title_19nff_638 {
  color: var(--Text-White, #fff);
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
._field_title_19nff_638 svg {
  width: 24px;
  margin-right: 10px;
}
._field_title_19nff_638 sup {
  color: var(--Text-Error, #d24343);
  font-size: 16px;
  font-weight: 700;
}
._field_text_19nff_654 {
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 10px;
}
._field_19nff_592 input {
  border-radius: 8px;
  border: 1px solid var(--Stroke-Main, #444448);
  height: 60px;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  width: 100%;
  transition: 0.3s;
}
._field_19nff_592 input:hover {
  border-color: #6e6e71;
}
._field_19nff_592 input:focus {
  border-color: #6e6e71;
}
._field_19nff_592 input::placeholder {
  color: var(--Text-Gray, #6e6e71);
}
._field_19nff_592 input:disabled {
  border: 1px solid var(--Stroke-Main, #444448) !important;
}
._field_19nff_592 textarea {
  border-radius: 8px;
  border: 1px solid var(--Stroke-Main, #444448);
  height: 115px;
  padding: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  width: 100%;
  transition: 0.3s;
}
._field_19nff_592 textarea:hover {
  border-color: #6e6e71;
}
._field_19nff_592 textarea:focus {
  border-color: #6e6e71;
}
._field_19nff_592 textarea::placeholder {
  color: var(--Text-Gray, #6e6e71);
}
._field_textarea_19nff_706 {
  border-radius: 8px;
  border: 1px solid var(--Stroke-Main, #444448);
  height: 214px;
  resize: none;
  padding: 20px;
  color: var(--Text-Gray, #6e6e71);
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._field_bottom_19nff_721 {
  margin-top: 14px;
}
._field_bottom_text_19nff_724 {
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 15px;
}
._field_bottom_item_19nff_731 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid var(--Stroke-Dark, #2c2c2f);
}
._field_bottom_item_19nff_731:last-child {
  border-bottom: none;
}
._field_bottom_item_19nff_731 p {
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
._field_bottom_item_19nff_731 p:last-child {
  text-align: right;
}
._field_bottom_item_19nff_731 p._blue_19nff_750 {
  color: #0088cb;
}
._field_btns_19nff_753 {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
@media (max-width: 340px) {
  ._field_btns_19nff_753 {
    flex-direction: column;
    align-items: flex-start;
  }
}
._field_radios_19nff_764 {
  margin-top: 15px;
}
._field_radio_19nff_764 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  width: max-content;
  cursor: pointer;
  user-select: none;
}
._field_radio_19nff_764._active_19nff_775 ._field_radio_cir_19nff_775 {
  border-color: #0088cb;
}
._field_radio_19nff_764._active_19nff_775 ._field_radio_cir_19nff_775::before {
  opacity: 1;
  scale: 1;
  transition: 0.35s cubic-bezier(0.4, 0.8, 0.1, 1);
}
._field_radio_cir_19nff_775 {
  transition: 0.1s cubic-bezier(0.5, 0.3, 0.1, 1);
  border: 1px solid #444448;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
._field_radio_cir_19nff_775::before {
  transition: 0.2s cubic-bezier(0.4, 0.3, 0.1, 1);
  opacity: 0;
  scale: 0.8;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 50%;
  background-color: #0088cb;
}
._field_radio_text_19nff_804 {
  color: var(--Text-White, #fff);
  font-size: 16px;
  font-weight: 400;
  width: calc(100% - 34px);
}

._choose_19nff_811 {
  padding: 8px 20px;
  color: var(--Text-White, #fff);
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  border-radius: 8px;
  border: 1px solid var(--Stroke-Blue, #0088cb);
  cursor: pointer;
  user-select: none;
  margin-right: 15px;
}
@media (max-width: 340px) {
  ._choose_19nff_811 {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

._sample_19nff_830 {
  color: var(--Text-Link, #0088cb);
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  cursor: pointer;
  user-select: none;
}

._next_19nff_839 {
  width: 100%;
  margin-top: 20px;
}
._next_19nff_839._mob_19nff_843 {
  display: none;
}
@media (max-width: 600px) {
  ._next_19nff_839 {
    display: none;
  }
  ._next_19nff_839._mob_19nff_843 {
    display: flex;
  }
}

._steps_19nff_855 {
  padding: 20px;
  border-radius: 12px;
  border: 1px solid var(--Stroke-Main, #444448);
}
._steps_19nff_855._mob_19nff_843 {
  display: none;
}
@media (max-width: 768px) {
  ._steps_19nff_855 {
    display: none;
  }
  ._steps_19nff_855._mob_19nff_843 {
    display: block;
  }
}
._steps_bottom_19nff_871 {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  position: relative;
}
._steps_bottom_19nff_871::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  height: 2px;
  width: 100%;
  background-color: #fff;
  opacity: 0.12;
}
._steps_bottom_item_19nff_890 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 16px;
  font-weight: 600;
  background-color: #6e6e71;
  position: relative;
  z-index: 2;
}
._steps_bottom_item_19nff_890._active_19nff_775 {
  color: #fff;
  background-color: #43d26c;
}
._steps_bottom_item_19nff_890._done_19nff_908 {
  border: 1px solid #43d26c;
  background-color: #232328;
}
._steps_item_19nff_912 {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 768px) {
  ._steps_item_19nff_912 {
    display: none;
    padding-bottom: 0;
  }
  ._steps_item_19nff_912._active_19nff_775 {
    display: block;
  }
}
._steps_item_19nff_912::after {
  content: "";
  display: block;
  width: 2px;
  height: 50%;
  background-color: #fff;
  opacity: 0.12;
  position: absolute;
  left: 16px;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  ._steps_item_19nff_912::after {
    display: none;
  }
}
._steps_item_19nff_912::before {
  content: "";
  display: block;
  width: 2px;
  height: 50%;
  background-color: #fff;
  opacity: 0.12;
  position: absolute;
  left: 16px;
  transform: translateX(-50%);
  top: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  ._steps_item_19nff_912::before {
    display: none;
  }
}
._steps_item_19nff_912:first-child::before {
  display: none;
}
._steps_item_19nff_912:last-child {
  padding-bottom: 0;
}
._steps_item_19nff_912:last-child::after {
  display: none;
}
._steps_item_title_19nff_972 {
  transition: 0.5s cubic-bezier(0.3, 1, 0.1, 1);
  color: var(--Text-Gray, #6e6e71);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}
._steps_item_text_19nff_979 {
  color: var(--Text-Gray, #6e6e71);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
._steps_item_l_19nff_985 {
  transition: 0.5s cubic-bezier(0.3, 1, 0.1, 1);
  width: 32px;
  height: 32px;
  background-color: #6e6e71;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 16px;
  font-weight: 600;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  ._steps_item_l_19nff_985 {
    margin-right: 18px;
  }
}
._steps_item_r_19nff_1006 {
  width: calc(100% - 50px);
}
._steps_item_19nff_912._active_19nff_775 ._steps_item_l_19nff_985 {
  background-color: #43d26c;
  color: #fff;
}
._steps_item_19nff_912._active_19nff_775 ._steps_item_title_19nff_972 {
  color: #fff;
}
._steps_item_19nff_912._done_19nff_908 ._steps_item_l_19nff_985 {
  border: 1px solid #43d26c;
  background-color: #232328;
}

._fadeInCancel_19nff_1021 {
  animation-name: _ScaleUoBtn_19nff_1;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.1, 0.5, 0.1, 1);
  animation-fill-mode: both;
}
@keyframes _ScaleUoBtn_19nff_1 {
  from {
    scale: 0.8;
    transform: translateY(40px) translateX(0px);
  }
  20% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

._fadeOutCancel_19nff_1040 {
  animation-name: _ScaleDownBtn_19nff_1;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.8, 1, 0.3, 1.5);
  animation-fill-mode: both;
}
@keyframes _ScaleDownBtn_19nff_1 {
  from {
    opacity: 1;
  }
  to {
    scale: 0.8;
    transform: translateY(40px) translateX(0px);
  }
}

._cancel_19nff_1056 {
  border-radius: 12px;
  border: 1px solid var(--Stroke-Main, #444448);
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 16px;
  margin-bottom: 20px;
  transition: 0.4s cubic-bezier(0.1, 0.6, 0.1, 1);
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  background: none;
  cursor: pointer;
}
._cancel_19nff_1056:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
._cancel_19nff_1056:hover svg path {
  fill: rgba(255, 255, 255, 0.9);
}
._cancel_19nff_1056:hover span {
  color: rgb(255, 255, 255);
}
@media (max-width: 768px) {
  ._cancel_19nff_1056 {
    order: 1;
    margin-bottom: 10px;
  }
}
._cancel_19nff_1056 svg {
  width: 24px;
  margin-right: 6px;
}
._cancel_19nff_1056 svg path {
  transition: 0.4s cubic-bezier(0.1, 0.6, 0.1, 1);
}
._cancel_19nff_1056 span {
  transition: 0.4s cubic-bezier(0.1, 0.6, 0.1, 1);
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 16px;
  font-weight: 400;
}

._warn_19nff_1099 {
  display: flex;
  border-radius: 8px;
  border: 1px solid var(--Text-Warning, #e9be50);
  background: rgba(233, 190, 80, 0.1);
  padding: 20px;
  margin-top: 20px;
}
._warn_19nff_1099._mob_19nff_843 {
  display: none;
}
@media (max-width: 600px) {
  ._warn_19nff_1099._mob_19nff_843 {
    display: flex;
  }
}
@media (max-width: 600px) {
  ._warn_19nff_1099 {
    display: none;
  }
}
._warn_icon_19nff_1120 {
  width: 24px;
  margin-right: 6px;
}
._warn_19nff_1099 p {
  width: calc(100% - 30px);
  color: var(--Text-White, #fff);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

._table_item_19nff_1132 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid var(--Stroke-Dark, #2c2c2f);
}
._table_item_19nff_1132:last-child {
  border: none;
}
._table_item_col_19nff_1142 {
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
._table_item_col_19nff_1142 a {
  color: #0088cb;
}
._table_item_col_19nff_1142._green_19nff_1151 {
  color: #43d26c;
}
._table_item_col_19nff_1142:last-child {
  text-align: right;
}

._sidebar_btns_19nff_1158 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
._sidebar_btns_19nff_1158._mob_19nff_843 {
  display: none;
}
@media (max-width: 600px) {
  ._sidebar_btns_19nff_1158._mob_19nff_843 {
    display: flex;
  }
}
@media (max-width: 600px) {
  ._sidebar_btns_19nff_1158 {
    display: none;
  }
}
._sidebar_btns_19nff_1158 ._next_half_19nff_1176 {
  width: calc((100% - 10px) / 2);
}
._sidebar_btns_19nff_1158 ._back_19nff_1179 {
  width: calc((100% - 10px) / 2);
  background: var(--Button-Gray, #3b3b3f);
}
._sidebar_btns_19nff_1158 ._back_19nff_1179:hover {
  background: var(--Button-Gray_Hov, #49494e);
}
._sidebar_btns_19nff_1158 ._back_19nff_1179:active {
  background: var(--Button-Gray_Act, #363639);
}

._whitelist_19nff_1190 {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._whitelist_text_19nff_1196 {
  color: var(--Text-White, #fff);
  font-size: 16px;
  font-weight: 700;
}
._whitelist_radio_19nff_1201 {
  background-color: #3b3b3f;
  width: 40px;
  height: 20px;
  border-radius: 10px;
  margin-left: 8px;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
  user-select: none;
}
._whitelist_radio_19nff_1201::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.3s;
  position: absolute;
  left: 1px;
  top: 1px;
}
._whitelist_radio_19nff_1201._active_19nff_775 {
  background-color: #43d26c;
}
._whitelist_radio_19nff_1201._active_19nff_775::before {
  left: calc(100% - 1px);
  transform: translateX(-100%);
}

._times_block_19nff_1232 {
  margin-bottom: 32px;
}
._times_block_title_19nff_1235 {
  color: var(--Text-White, #fff);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
._times_block_text_19nff_1241 {
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 15px;
}
._times_block_items_19nff_1248 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
._times_block_item_19nff_1248 {
  width: calc((100% - 10px) / 2);
}
@media (max-width: 600px) {
  ._times_block_item_19nff_1248 {
    width: 100%;
    margin-bottom: 15px;
  }
  ._times_block_item_19nff_1248:last-child {
    margin-bottom: 0;
  }
}
._times_block_item_title_19nff_1265 {
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 10px;
}
._times_block_item_title_19nff_1265 sup {
  color: var(--Text-Error, #d24343);
  font-size: 16px;
  font-weight: 700;
}
._times_block_item_field_19nff_1277 {
  position: relative;
}
._times_block_item_field_19nff_1277 input {
  border-radius: 8px;
  border: 1px solid var(--Stroke-Main, #444448);
  background: var(--BG-Primary, #232328);
  height: 48px;
  width: 100%;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
._times_block_item_field_19nff_1277 input::placeholder {
  color: var(--Text-Gray, #6e6e71);
}
._times_block_item_field_19nff_1277 span {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  z-index: 2;
}

._InputError_19nff_1303 {
  border: 1px solid var(--Stroke-Main, #d24343) !important;
}

._calendar_19nff_1307 {
  border: 1px solid var(--Stroke-Main, #444448);
  background: var(--BG-Primary, #232328) !important;
  cursor: pointer !important;
  transition: 0.13s ease-out;
  overflow: hidden !important;
}
._calendar_19nff_1307:hover {
  border: 1px solid var(--Stroke-Blue, #6e6e71);
}
._calendar_19nff_1307:hover span svg {
  filter: brightness(0.9);
}
._calendar_19nff_1307 div input {
  background: var(--BG-Primary, #232328) !important;
  border-radius: 8px;
  height: 48px !important;
  width: 100%;
  padding: 0 20px;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  width: 100%;
}
._calendar_19nff_1307 div input::placeholder {
  color: var(--Text-Gray, #6e6e71) !important;
}
._calendar_19nff_1307 div svg {
  fill: #fff;
}

._calendar_styles_19nff_1338 {
  position: relative;
  background: var(--BG-Primary, #232328) !important;
}
._calendar_styles_19nff_1338._error_19nff_1342 div {
  border: 1px solid var(--Stroke-Error, #d24343) !important;
}
._calendar_styles_19nff_1338 div {
  border: 1px solid var(--Stroke-Main, #444448) !important;
  background: var(--BG-Primary, #232328) !important;
  cursor: pointer !important;
  transition: 0.13s ease-out;
}
._calendar_styles_19nff_1338 div span {
  cursor: pointer !important;
}
._calendar_styles_19nff_1338 div span svg {
  fill: var(--Text-White, #fff) !important;
  transition: 0.13s ease-out;
}
._calendar_styles_19nff_1338:hover div {
  border: 1px solid var(--Stroke-Blue, #6e6e71);
}
._calendar_styles_19nff_1338:hover div span svg {
  filter: brightness(0.9);
}
._calendar_styles_19nff_1338 input {
  background: var(--BG-Primary, #232328);
  border-radius: 8px;
  border: 1px solid var(--Stroke-Main, #444448);
  height: 48px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
}
._calendar_styles_19nff_1338 input::placeholder {
  color: white;
}

._errors_top_19nff_1379 {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
._errors_top_19nff_1379 svg {
  width: 20px;
  margin-right: 6px;
}
._errors_top_19nff_1379 p {
  max-width: calc(100% - 26px);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
}
._errors_items_19nff_1395 {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
._errors_item_19nff_1395 {
  display: flex;
  align-items: center;
  padding-left: 7px;
}
._errors_item_cir_19nff_1405 {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #6e6e71;
  margin-right: 13px;
}
._errors_item_text_19nff_1412 {
  width: calc(100% - 19px);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #c6c6c7;
}

._loadingLockAnimation_19nff_1420 {
  animation: _smallBlockFadeInWithHeight_19nff_1 0.2s cubic-bezier(0.2, 0, 0.4, 1);
}
@keyframes _smallBlockFadeInWithHeight_19nff_1 {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    opacity: 1;
    height: 100px;
  }
}

._locks_19nff_1434 {
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 10px;
  align-self: stretch;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 768px) {
  ._locks_19nff_1434 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
  }
}
._locks_19nff_1434 ._block_19nff_1453 {
  width: 48%;
}
@media (max-width: 768px) {
  ._locks_19nff_1434 ._block_19nff_1453 {
    width: 100%;
  }
}

._lock_19nff_1434 {
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.1, 0.2, 0.8, 1);
  animation-name: _loadedMiddle_19nff_1;
  animation-timing-function: cubic-bezier(0.1, 0.1, 0.5, 1.2);
  animation-duration: 0.4s;
  animation-fill-mode: both;
  display: flex;
  width: 100%;
  padding: 14px;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid var(--Stroke-Main, #444448);
}
@media (max-width: 600px) {
  ._lock_19nff_1434 {
    animation-duration: 0.35s;
    animation-timing-function: cubic-bezier(0.1, 0.1, 0.5, 1.15);
    animation-name: _loadedMiddleMobile_19nff_1;
  }
}
@keyframes _loadedMiddle_19nff_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _loadedMiddleMobile_19nff_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
._lock_19nff_1434:hover {
  border: 1px solid var(--Stroke-Active, #6e6e71);
}
._lock_active_19nff_1503 {
  border: 1px solid var(--Stroke-Blue, #0088cb);
}
._lock_active_19nff_1503:hover {
  border: 1px solid var(--Stroke-Blue, #00a1f0);
}
@media (max-width: 768px) {
  ._lock_19nff_1434 {
    width: 100%;
    display: flex;
    padding: 14px;
    align-items: center;
    gap: 10px;
  }
}
._lock_img_19nff_1518 {
  transition: 0.2s cubic-bezier(0.1, 0.2, 0.8, 1);
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background-color: #2f2f33;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
._lock_img_active_19nff_1529 {
  background-color: rgba(0, 136, 203, 0.14);
}
._lock_r_19nff_1532 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
._lock_r_19nff_1532 p {
  min-height: 19.5px;
  align-self: stretch;
  color: var(--Text-Gray, #6e6e71);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  transition: 0s cubic-bezier(0, 0, 0.6, 1);
}
._lock_r_19nff_1532 p:nth-child(1) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
._lock_r_19nff_1532 p:nth-child(2) {
  color: var(--Text-White, #fff);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

._text_blue_19nff_1565 {
  color: var(--Text-Link, #0088cb) !important;
  font-weight: 700 !important;
}

._reload_19nff_1570 {
  position: absolute;
  top: 0px;
  right: 30px;
}

._info_wrapper_text_19nff_1576 {
  display: flex;
  flex-wrap: wrap;
}
._info_wrapper_text_19nff_1576 span {
  display: flex;
  flex-wrap: nowrap;
  text-wrap: nowrap;
  align-items: center;
}
._info_wrapper_text_highlight_19nff_1586 {
  gap: 6px !important;
  margin: 0px 6px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

._infoTextFadeIn_19nff_1598 {
  animation-duration: 0.15s !important;
  animation: _fadeInInfoColorful_19nff_1 0.15s cubic-bezier(0.05, 0.1, 0.4, 1);
}
@keyframes _fadeInInfoColorful_19nff_1 {
  from {
    opacity: 0;
    height: 0;
  }
  to {
    opacity: 1;
    height: 20px;
  }
}

._mobileHidden_19nff_1613 {
  display: none;
}
@media (max-width: 768px) {
  ._mobileHidden_19nff_1613 {
    display: none;
  }
}

._mob_19nff_843 {
  width: 100%;
  display: none;
}
@media (max-width: 768px) {
  ._mob_19nff_843 {
    display: flex;
  }
}

._step_wrapper_19nff_1632 {
  transition: height 0.6s cubic-bezier(0.1, 0.2, 0.8, 1);
}
@media (max-width: 768px) {
  ._step_wrapper_19nff_1632 {
    height: fit-content !important;
  }
}

._desktop_19nff_1641 {
  display: none;
}
@media (min-width: 768px) {
  ._desktop_19nff_1641 {
    display: flex;
  }
}

@media (max-width: 768px) {
  ._max_contribution_19nff_1651 {
    margin-top: 15px;
  }
}

._spinner_19nff_1656 {
  position: absolute;
  right: 10px;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  max-width: 0px;
  min-width: 0px;
  opacity: 0;
}
._spinner_show_19nff_1665 {
  transition: 0.4s cubic-bezier(0, 0.3, 0.2, 1);
  max-width: 20px;
  min-width: 15px;
  opacity: 1;
}

._blinking_button_19nff_1672 {
  animation: _blinking_button_19nff_1672 2s cubic-bezier(0.25, 0.5, 0.75, 1) infinite;
}
._blinking_button_19nff_1672:hover {
  animation: none;
}

@keyframes _blinking_button_19nff_1672 {
  from {
    background-color: rgba(0, 136, 203, 0.18);
  }
  40% {
    background-color: rgba(0, 136, 203, 0.05);
  }
  to {
    background-color: rgba(0, 136, 203, 0.18);
  }
}._field_checkbox_4ie66_1 {
  display: flex;
  align-items: center;
  width: max-content;
  cursor: pointer;
  user-select: none;
  margin-top: 15px;
  transition: 0.15s ease;
}
._field_checkbox_item_4ie66_10 {
  border-radius: 4px;
  border: 1px solid var(--Stroke-Main, #444448);
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.15s ease;
}
._field_checkbox_item_4ie66_10 svg {
  width: 16px;
  transition: 0.15s ease;
}
._field_checkbox_text_4ie66_25 {
  width: calc(100% - 28px);
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

._disabled_4ie66_33 {
  cursor: not-allowed;
}._InputError_1pgm0_1 {
  border: 1px solid var(--Stroke-Main, #d24343) !important;
}

._input_wrapper_1pgm0_5 {
  margin-top: 15px;
}

._wrapper_1pgm0_9 {
  -webkit-tap-highlight-color: transparent;
  transition: 0.3s ease;
}

._checkbox_wrapper_1pgm0_14 {
  transition: 2.2s ease !important;
}._input_b6hk9_1 {
  overflow: hidden;
}

._error_b6hk9_5 {
  border: 1px solid var(--Stroke-Main, #d24343) !important;
}@keyframes _fadeInWithBlurScaleNftLaunch_17pxf_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_17pxf_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_17pxf_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_17pxf_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_17pxf_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_17pxf_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_17pxf_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_17pxf_414 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_17pxf_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_17pxf_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_17pxf_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_17pxf_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_17pxf_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_17pxf_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_17pxf_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_17pxf_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_17pxf_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_17pxf_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_17pxf_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_17pxf_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_17pxf_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_17pxf_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_17pxf_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_17pxf_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_17pxf_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_17pxf_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_17pxf_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_17pxf_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_17pxf_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_17pxf_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_17pxf_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_17pxf_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_17pxf_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_17pxf_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_17pxf_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_17pxf_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_17pxf_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_17pxf_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_17pxf_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_17pxf_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_17pxf_1 {}
@keyframes _wave-animation_17pxf_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_17pxf_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_17pxf_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_17pxf_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._wrapper_17pxf_410 {
  margin-top: 30px;
}

._fadeIn_17pxf_414 {
  animation-name: _fadeIn_17pxf_414;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.4s;
  animation-timing-function: ease;
}
@media (max-width: 600px) {
  ._fadeIn_17pxf_414 {
    animation-duration: 0.4s;
  }
}

._selector_fadeOut_17pxf_428 {
  background: black;
  animation-name: _selectorLargeFadeOut_17pxf_1;
  animation-duration: 0.25s !important;
  animation-timing-function: cubic-bezier(0.5, 0.3, 0.1, 1);
  animation-fill-mode: both;
}
@keyframes _selectorLargeFadeOut_17pxf_1 {
  from {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  to {
    scale: 0.95;
    transform: translateY(-6px);
    opacity: 0;
  }
}

._selector_fadeIn_17pxf_449 {
  animation-name: _selectorFadeIn_17pxf_1;
  animation-duration: 0.23s;
  animation-timing-function: cubic-bezier(0.5, 0.8, 0.1, 1);
  animation-fill-mode: both;
}
@keyframes _selectorFadeIn_17pxf_1 {
  from {
    scale: 0.97;
    transform: translateY(-3px);
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

._select_item_inactive_17pxf_469 {
  opacity: 0.5 !important;
  cursor: default !important;
}
._select_item_inactive_17pxf_469:hover {
  background-color: var(--Button-Gray, transparent) !important;
}

._field_17pxf_477 {
  display: flex;
  position: relative;
}
._field_row_17pxf_481 {
  transition: 0.2s cubic-bezier(0.1, 0.2, 0.8, 1);
  margin-bottom: 30px;
}
._field_row_17pxf_481:last-child {
  margin-bottom: 0;
}
._field_selector_17pxf_488 {
  margin-top: -30px;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: 100%;
  z-index: 20000;
  border-radius: 8px;
  border: 1px solid var(--Stroke-Main, #444448);
  background: var(--Button-Gray_Act, #363639);
  overflow: scroll;
  max-height: 290px;
}
._field_selector_item_17pxf_501 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  cursor: pointer;
  user-select: none;
}
._field_selector_item_17pxf_501:hover {
  background: var(--Button-Gray, #3b3b3f);
}
._field_selector_item_l_17pxf_512 {
  display: flex;
  align-items: center;
}
._field_selector_item_l_17pxf_512 img {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
._field_selector_item_l_17pxf_512 span {
  color: var(--Text-White, #fff);
  font-size: 16px;
  font-weight: 600;
}
._field_selector_item_r_17pxf_527 {
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 16px;
  font-weight: 400;
}
._field_half_17pxf_532 {
  width: calc((100% - 10px) / 2);
}
@media (max-width: 600px) {
  ._field_half_17pxf_532 {
    width: 100%;
    margin-bottom: 20px;
  }
}
._field_wrapper_17pxf_541 {
  animation-duration: 0.4s;
  animation-timing-function: ease;
  margin-bottom: 20px;
  transition: 0.5s ease;
  position: relative;
}
._field_17pxf_477 span {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-gray, #6e6e71);
  font-size: 16px;
  font-weight: 400;
}
._field_17pxf_477 span svg {
  width: 20px;
}
._field_title_17pxf_560 {
  display: flex;
  color: var(--text-light-grey, #c6c6c7);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 10px;
}
._field_title_17pxf_560 span {
  animation-name: _fadeIn_17pxf_414;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  color: #d24343;
}
@media (max-width: 600px) {
  ._field_title_17pxf_560 span {
    animation-duration: 0.4s;
  }
}
._field_title_17pxf_560 ._spanWarning_17pxf_580 {
  animation-name: _fadeIn_17pxf_414;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  color: rgba(210, 67, 67, 0.8666666667);
}
@media (max-width: 600px) {
  ._field_title_17pxf_560 ._spanWarning_17pxf_580 {
    animation-duration: 0.4s;
  }
}
._field_title_17pxf_560 sup {
  color: var(--Text-Error, #d24343);
  font-size: 16px;
  font-weight: 700;
}
._field_title_17pxf_560 svg {
  width: 24px;
  margin-right: 10px;
}
._field_descr_17pxf_601 {
  color: var(--text-link, #0088cb);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-top: 10px;
}

._tokenFromAddress_17pxf_609 {
  display: flex;
  height: 20px;
  animation-name: _fadeIn_17pxf_414;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
}
@media (max-width: 600px) {
  ._tokenFromAddress_17pxf_609 {
    animation-duration: 0.4s;
  }
}
._tokenFromAddress_17pxf_609 img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  border-radius: 50%;
}
._tokenFromAddress_17pxf_609 span {
  white-space: nowrap;
  height: 20px;
  color: var(--text-white, #c6c6c7);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

._selector_arrow_17pxf_640 {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 20px;
  top: 44px;
}
._selector_arrow_17pxf_640 svg {
  transition: 0.4s cubic-bezier(0.5, 1, 0.2, 1);
  transform: rotate(-180deg);
  width: 24px;
  height: 24px;
}
._selector_arrow_17pxf_640._rotated_17pxf_653 svg {
  transform: rotate(0deg) !important;
}

._danger_border_17pxf_657 {
  border: 1px solid var(--text-error, #d24343) !important;
}

input {
  touch-action: none;
}

._feeText_17pxf_665 {
  display: flex;
  align-items: center;
  gap: 6px;
  align-self: stretch;
}
._feeText_17pxf_665 svg {
  width: 20px;
}
._feeText_17pxf_665 span {
  color: var(--Text-Link, #0088cb);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}

._fieldWrapper_17pxf_684 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

._input_wrapper_17pxf_690 ._input_17pxf_690 {
  width: 100% !important;
  margin-bottom: 10px;
}
._input_wrapper_17pxf_690 svg {
  margin-top: 43px;
  position: absolute;
}._modalInner_9c8r6_1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  min-width: 500px;
}
._container_9c8r6_9 {
  position: relative;
}

._closeImg_9c8r6_13 {
  position: absolute;
  top: -16px;
  right: -16px;
  cursor: pointer;
}

._transparentBackground_9c8r6_20 {
  background-color: rgba(0, 0, 0, 0);
}@keyframes _fadeInWithBlurScaleNftLaunch_pmtfy_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_pmtfy_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_pmtfy_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_pmtfy_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_pmtfy_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_pmtfy_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_pmtfy_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_pmtfy_920 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_pmtfy_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_pmtfy_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_pmtfy_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_pmtfy_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_pmtfy_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_pmtfy_939 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_pmtfy_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_pmtfy_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_pmtfy_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_pmtfy_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_pmtfy_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_pmtfy_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_pmtfy_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_pmtfy_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_pmtfy_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_pmtfy_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_pmtfy_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_pmtfy_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_pmtfy_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_pmtfy_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_pmtfy_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_pmtfy_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_pmtfy_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_pmtfy_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_pmtfy_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_pmtfy_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_pmtfy_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_pmtfy_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_pmtfy_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_pmtfy_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_pmtfy_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_pmtfy_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_pmtfy_1 {}
@keyframes _wave-animation_pmtfy_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_pmtfy_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_pmtfy_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_pmtfy_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._content_pmtfy_410 {
  animation-name: _fadeIn_pmtfy_920;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._content_pmtfy_410 {
    animation-duration: 0.4s;
  }
}

@media (min-width: 768px) {
  ._sticky_pmtfy_423 {
    top: 95px;
    position: -webkit-sticky;
    position: sticky;
  }
}
@media (max-width: 768px) {
  ._sticky_pmtfy_423 {
    width: 100%;
  }
}

._body_pmtfy_435 {
  padding-top: 30px;
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  ._body_pmtfy_435 {
    flex-direction: column;
    padding: 20px 0;
  }
}

._l_pmtfy_447 {
  width: 360px;
  margin-right: 115px;
}
._l_inner_pmtfy_451 {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1000px) {
  ._l_pmtfy_447 {
    margin-right: 20px;
  }
}
@media (max-width: 900px) {
  ._l_pmtfy_447 {
    width: 300px;
  }
}
@media (max-width: 768px) {
  ._l_pmtfy_447 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

._r_pmtfy_473 {
  width: calc(100% - 475px);
}
@media (max-width: 900px) {
  ._r_pmtfy_473 {
    width: calc(100% - 320px);
  }
}
@media (max-width: 768px) {
  ._r_pmtfy_473 {
    max-width: 100%;
    width: 100%;
  }
}

._field_pmtfy_488 {
  margin-top: 15px;
}
._field_row_pmtfy_491 {
  margin-bottom: 32px;
}
._field_row_pmtfy_491:last-child {
  margin-bottom: 0;
}
._field_title_pmtfy_497 {
  color: var(--Text-White, #fff);
  font-size: 16px;
  font-weight: 700;
}
._field_title_pmtfy_497 sup {
  color: var(--Text-Error, #d24343);
  font-size: 16px;
  font-weight: 700;
}
._field_text_pmtfy_507 {
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 10px;
}
._field_pmtfy_488 input {
  border-radius: 8px;
  border: 1px solid var(--Stroke-Main, #444448);
  height: 60px;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  width: 100%;
  transition: 0.3s;
}
._field_pmtfy_488 input:hover {
  border-color: #6e6e71;
}
._field_pmtfy_488 input:focus {
  border-color: #6e6e71;
}
._field_pmtfy_488 input::placeholder {
  color: var(--Text-Gray, #6e6e71);
}
._field_textarea_pmtfy_535 {
  border-radius: 8px;
  border: 1px solid var(--Stroke-Main, #444448);
  height: 214px;
  resize: none;
  padding: 20px;
  color: var(--Text-Gray, #6e6e71);
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._field_bottom_pmtfy_550 {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
._field_bottom_pmtfy_550 svg {
  width: 20px;
  margin-right: 6px;
}
._field_bottom_pmtfy_550 p {
  color: var(--Text-Link, #0088cb);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  max-width: calc(100% - 26px);
}
._field_btns_pmtfy_566 {
  display: flex;
  align-items: center;
}
@media (max-width: 340px) {
  ._field_btns_pmtfy_566 {
    flex-direction: column;
    align-items: flex-start;
  }
}

._choose_pmtfy_577 {
  padding: 8px 20px;
  color: var(--Text-White, #fff);
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  border-radius: 8px;
  border: 1px solid var(--Stroke-Blue, #0088cb);
  cursor: pointer;
  user-select: none;
  margin-right: 15px;
}
@media (max-width: 340px) {
  ._choose_pmtfy_577 {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

._sample_pmtfy_596 {
  color: var(--Text-Link, #0088cb);
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  cursor: pointer;
  user-select: none;
}

._secondBtn_pmtfy_605 {
  width: 100%;
  display: grid;
  margin-top: 20px;
}
._secondBtn_pmtfy_605 p {
  padding-top: 5px;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 200%;
  color: var(--Text-White, #fff);
}
._secondBtn_pmtfy_605 span {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: var(--Text-White, #6e6e71);
}

._steps_pmtfy_625 {
  padding: 20px;
  border-radius: 12px;
  border: 1px solid var(--Stroke-Main, #444448);
}
._steps_pmtfy_625._mob_pmtfy_630 {
  display: none;
}
@media (max-width: 768px) {
  ._steps_pmtfy_625 {
    display: none;
  }
  ._steps_pmtfy_625._mob_pmtfy_630 {
    display: block;
  }
}
._steps_bottom_pmtfy_641 {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  position: relative;
}
._steps_bottom_pmtfy_641::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  height: 2px;
  width: 100%;
  background-color: #fff;
  opacity: 0.12;
}
._steps_bottom_item_pmtfy_660 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 16px;
  font-weight: 600;
  background-color: #6e6e71;
  position: relative;
  z-index: 2;
}
._steps_bottom_item_pmtfy_660._active_pmtfy_674 {
  color: #fff;
  background-color: #43d26c;
}
._steps_item_pmtfy_678 {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 768px) {
  ._steps_item_pmtfy_678 {
    display: none;
    padding-bottom: 0;
  }
  ._steps_item_pmtfy_678._active_pmtfy_674 {
    display: block;
  }
}
._steps_item_pmtfy_678::after {
  content: "";
  display: block;
  width: 2px;
  height: 50%;
  background-color: #fff;
  opacity: 0.12;
  position: absolute;
  left: 16px;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  ._steps_item_pmtfy_678::after {
    display: none;
  }
}
._steps_item_pmtfy_678::before {
  content: "";
  display: block;
  width: 2px;
  height: 50%;
  background-color: #fff;
  opacity: 0.12;
  position: absolute;
  left: 16px;
  transform: translateX(-50%);
  top: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  ._steps_item_pmtfy_678::before {
    display: none;
  }
}
._steps_item_pmtfy_678:first-child::before {
  display: none;
}
._steps_item_pmtfy_678:last-child {
  padding-bottom: 0;
}
._steps_item_pmtfy_678:last-child::after {
  display: none;
}
._steps_item_title_pmtfy_738 {
  transition: 0.4s cubic-bezier(0.4, 0.3, 0.3, 1);
  color: var(--Text-Gray, #6e6e71);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}
._steps_item_text_pmtfy_745 {
  color: var(--Text-Gray, #6e6e71);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
._steps_item_l_pmtfy_751 {
  transition: 0.3s cubic-bezier(0.4, 0.3, 0.1, 1);
  width: 32px;
  height: 32px;
  background-color: #6e6e71;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 16px;
  font-weight: 600;
  border-radius: 50%;
  margin-right: 18px;
  position: relative;
  z-index: 2;
}
._steps_item_r_pmtfy_767 {
  width: calc(100% - 50px);
}
._steps_item_pmtfy_678._active_pmtfy_674 ._steps_item_l_pmtfy_751 {
  background-color: #43d26c;
  color: #fff;
}
._steps_item_pmtfy_678._active_pmtfy_674 ._steps_item_title_pmtfy_738 {
  color: #fff;
}

._token_pmtfy_778 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
._token_btn_pmtfy_784 {
  width: 100%;
  margin-top: 32px;
  display: none;
}
@media (max-width: 600px) {
  ._token_btn_pmtfy_784 {
    display: flex;
  }
}
._token_title_pmtfy_794 {
  color: var(--Text-White, #fff);
  font-size: 16px;
  font-weight: 700;
}
._token_img_pmtfy_799 {
  width: 52px;
  height: 52px;
  margin-right: 10px;
}
._token_img_pmtfy_799 img {
  height: 100%;
  border-radius: 50%;
}
._token_l_pmtfy_808 {
  display: flex;
  align-items: center;
}
._token_content_pmtfy_812 {
  width: calc(100% - 62px);
}
._token_name_pmtfy_815 {
  margin-bottom: 4px;
  color: var(--Text-White, #fff);
  font-size: 16px;
  font-weight: 600;
}
._token_descr_pmtfy_821 {
  color: var(--Text-Gray, #6e6e71);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
._token_balance_pmtfy_827 {
  color: var(--Text-White, #fff);
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}
._token_balance_text_pmtfy_834 {
  color: var(--Text-Gray, #6e6e71);
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

._search_pmtfy_842 {
  margin-bottom: 20px;
  position: relative;
}
._search_title_pmtfy_846 {
  margin-top: 32px;
  margin-bottom: 15px;
  color: var(--Text-White, #fff);
  font-size: 16px;
  font-weight: 700;
}
._search_pmtfy_842 input {
  height: 60px;
  border-radius: 8px;
  border: 1px solid var(--Stroke-Main, #444448);
  padding: 0 15px;
  padding-left: 47px;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  background-color: transparent;
  width: 100%;
  transition: 0.3s;
}
._search_pmtfy_842 input:hover {
  border-color: #6e6e71;
}
._search_pmtfy_842 input:focus {
  border-color: #6e6e71;
}
._search_icon_pmtfy_875 {
  width: 24px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

._table_pmtfy_883 {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
._table_h_pmtfy_888 {
  display: table-header-group;
}
._table_h_col_pmtfy_891 {
  display: table-cell;
  padding: 12px 0;
  color: var(--Text-Gray, #6e6e71);
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  /* You can add width if you want to fix column sizes, e.g. width: 40%; */
}
._table_row_pmtfy_900 {
  display: table-row;
  border-bottom: 1px solid var(--Stroke-Dark, #2c2c2f);
}
._table_row_pmtfy_900:last-child {
  border-bottom: none;
}
._table_row_col_pmtfy_907 {
  display: table-cell;
  padding: 12px 0;
  color: var(--Text-White, #fff);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  cursor: pointer;
}
._table_row_col_pmtfy_907:first-child {
  color: #43d26c;
}

._fadeInCancel_pmtfy_920 {
  animation-name: _ScaleUoBtn_pmtfy_1;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.1, 0.5, 0.1, 1);
  animation-fill-mode: both;
}
@keyframes _ScaleUoBtn_pmtfy_1 {
  from {
    scale: 0.8;
    transform: translateY(40px) translateX(0px);
  }
  20% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

._fadeOutCancel_pmtfy_939 {
  animation-name: _ScaleDownBtn_pmtfy_1;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.8, 1, 0.3, 1.5);
  animation-fill-mode: both;
}
@keyframes _ScaleDownBtn_pmtfy_1 {
  from {
    opacity: 1;
  }
  to {
    scale: 0.8;
    transform: translateY(40px) translateX(0px);
  }
}

._cancel_pmtfy_955 {
  border-radius: 12px;
  border: 1px solid var(--Stroke-Main, #444448);
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 16px;
  margin-bottom: 20px;
  transition: 0.21s cubic-bezier(0.15, 0.15, 0.3, 1) !important;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  background: none;
  cursor: pointer;
}
._cancel_pmtfy_955:hover {
  border-color: rgba(255, 255, 255, 0.5);
  transition: 0.28s cubic-bezier(0.15, 0.15, 0.3, 1) !important;
}
._cancel_pmtfy_955:hover * {
  transition: 0.28s cubic-bezier(0.15, 0.15, 0.3, 1) !important;
}
._cancel_pmtfy_955:hover svg path {
  fill: rgba(255, 255, 255, 0.9);
}
._cancel_pmtfy_955:hover span {
  color: rgb(255, 255, 255);
}
@media (max-width: 768px) {
  ._cancel_pmtfy_955 {
    order: 1;
    margin-bottom: 10px;
  }
}
._cancel_pmtfy_955 svg {
  width: 24px;
  margin-right: 6px;
}
._cancel_pmtfy_955 svg path {
  transition: 0.21s cubic-bezier(0.15, 0.15, 0.3, 1) !important;
}
._cancel_pmtfy_955 span {
  transition: 0.21s cubic-bezier(0.15, 0.15, 0.3, 1) !important;
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 16px;
  font-weight: 400;
}

._errors_pmtfy_1002 {
  margin-top: 15px;
}
._errors_top_pmtfy_1005 {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
._errors_top_pmtfy_1005 svg {
  width: 20px;
  margin-right: 6px;
}
._errors_top_pmtfy_1005 p {
  max-width: calc(100% - 26px);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
}
._errors_items_pmtfy_1021 {
  display: flex;
  flex-direction: column;
}
._errors_items_list_pmtfy_1025 {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  overflow: scroll;
  max-height: 142px;
  padding-bottom: 12px;
}
._errors_item_pmtfy_1021 {
  display: flex;
  align-items: center;
  padding-left: 7px;
}
._errors_item_cir_pmtfy_1038 {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #6e6e71;
  margin-right: 13px;
}
._errors_item_text_pmtfy_1045 {
  width: calc(100% - 19px);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #c6c6c7;
}

._error_fragment_fadeIn_pmtfy_1053 {
  animation: _fadeInInfoSubitem_pmtfy_1 0.15s cubic-bezier(0.05, 0.1, 0.4, 1);
}
@keyframes _fadeInInfoSubitem_pmtfy_1 {
  from {
    opacity: 0;
    min-height: 0;
    margin-left: -50px;
  }
  to {
    opacity: 1;
    min-height: 20px;
  }
}

@media (min-width: 600px) {
  ._mobile_pmtfy_1069 {
    display: none;
  }
}

@media (max-width: 600px) {
  ._pc_pmtfy_1075 {
    display: none;
  }
}

._step_wrapper_pmtfy_1080 {
  transition: 0.5s ease;
}

._token_pmtfy_778 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
._token_btn_pmtfy_784 {
  width: 100%;
  margin-top: 32px;
  display: none;
}
@media (max-width: 600px) {
  ._token_btn_pmtfy_784 {
    display: flex;
  }
}
._token_title_pmtfy_794 {
  color: var(--Text-White, #fff);
  font-size: 16px;
  font-weight: 700;
}
._token_img_pmtfy_799 {
  width: 52px;
  height: 52px;
  margin-right: 10px;
}
._token_img_pmtfy_799 img {
  height: 100%;
  border-radius: 50%;
}
._token_l_pmtfy_808 {
  display: flex;
  align-items: center;
}
._token_content_pmtfy_812 {
  width: calc(100% - 62px);
}
._token_name_pmtfy_815 {
  margin-bottom: 4px;
  color: var(--Text-White, #fff);
  font-size: 16px;
  font-weight: 600;
}
._token_descr_pmtfy_821 {
  color: var(--Text-Gray, #6e6e71);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
._token_balance_pmtfy_827 {
  color: var(--Text-White, #fff);
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}
._token_balance_text_pmtfy_834 {
  color: var(--Text-Gray, #6e6e71);
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}._wrapper_fsuv2_1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  ._wrapper_fsuv2_1 {
    align-items: flex-end;
  }
}

._bg_fsuv2_17 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}

._block_fsuv2_27 {
  border-radius: 20px;
  background: var(--BG-Block, #2F2F33);
  padding: 20px;
  position: relative;
  z-index: 2;
  max-width: 450px;
  width: 100%;
}
@media (max-width: 600px) {
  ._block_fsuv2_27 {
    padding: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    max-width: 100%;
  }
}

._top_fsuv2_45 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

._title_fsuv2_52 {
  color: var(--Text-White, #FFF);
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

._close_fsuv2_59 {
  cursor: pointer;
  border-radius: 50%;
  background-color: #232328;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
._close_fsuv2_59 svg {
  width: 24px;
}

._jetton_fsuv2_73 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
._jetton_icon_fsuv2_79 {
  width: 52px;
}
._jetton_info_fsuv2_82 {
  width: calc(100% - 70px);
}
._jetton_name_fsuv2_85 {
  color: var(--Text-White, #FFF);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}
._jetton_text_fsuv2_91 {
  color: var(--Text-Gray, #6E6E71);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

._field_fsuv2_98 {
  margin-bottom: 15px;
  margin-top: 10px;
}
._field_fsuv2_98 input {
  border-radius: 8px;
  background: var(--BG-Primary, #232328);
  border: none;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  padding: 0 20px;
  transition: 0.3s;
  border: 1px solid transparent;
}
._field_fsuv2_98 input:hover {
  border: 1px solid var(--Stroke-Main, #444448);
}
._field_fsuv2_98 input:focus {
  border: 1px solid var(--Stroke-Active, #6E6E71);
}
._field_fsuv2_98 input::placeholder {
  color: var(--Text-Gray, #6E6E71);
}

._text_fsuv2_125 {
  margin-bottom: 20px;
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

._smallText_fsuv2_133 {
  margin-top: 10px;
  color: #6E6E71;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

._btn_fsuv2_141 {
  margin-top: 20px;
  width: 100%;
}

._total_fsuv2_146 {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid var(--Stroke-Main, #444448);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 20px;
}
._total_item_fsuv2_156 {
  display: flex;
  align-items: center;
}
._total_item_fsuv2_156 img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 6px;
}
._total_item_fsuv2_156 span {
  color: var(--Text-White, #FFF);
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

._menuItem_fsuv2_173 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 52px;
  align-items: center;
}
._menuItem_fsuv2_173 ._leftContent_fsuv2_180 {
  display: flex;
  gap: 8px;
}
._menuItem_fsuv2_173 ._leftContent_fsuv2_180 img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}/* TooltipGlobal.module.scss */
._tooltip_1cvt5_2 {
  padding: 15px;
  position: fixed;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  z-index: 9999;
  transition: opacity 0.2s ease;
  display: flex;
  padding: 5px 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 8px;
  background: var(--BG-Dark, #18181c);
  color: var(--Text-Light_grey, #c6c6c7);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
@media (max-width: 768px) {
  ._tooltip_1cvt5_2 {
    padding: 8px 16px;
    font-size: 13px;
    min-width: 280px;
    max-width: calc(100vw - 32px);
  }
}

._visible_1cvt5_36 {
  opacity: 1;
}

._hidden_1cvt5_40 {
  opacity: 0;
}

._start_1cvt5_44 {
  transform: translateX(0%);
}

._middle_1cvt5_48 {
  transform: translateX(-50%);
}

._end_1cvt5_52 {
  transform: translateX(-100%);
}

._fit_1cvt5_56 {
  transform: translateX(-50%);
  max-width: calc(100vw - 32px);
}
@media (max-width: 768px) {
  ._fit_1cvt5_56 {
    max-width: calc(100vw - 32px);
    min-width: 280px;
  }
}

._visible_1cvt5_36 {
  opacity: 1;
  transition: 0.5s cubic-bezier(0.1, 0.65, 0.1, 1);
}

._hidden_1cvt5_40 {
  transition: 0.5s cubic-bezier(0.1, 0.65, 0.1, 1);
  opacity: 0;
}@keyframes _fadeInWithBlurScaleNftLaunch_1rzls_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1rzls_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1rzls_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1rzls_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1rzls_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1rzls_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1rzls_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1rzls_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1rzls_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1rzls_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1rzls_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1rzls_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1rzls_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1rzls_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1rzls_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1rzls_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1rzls_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1rzls_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1rzls_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1rzls_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1rzls_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1rzls_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1rzls_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1rzls_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1rzls_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1rzls_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1rzls_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1rzls_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1rzls_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1rzls_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1rzls_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1rzls_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1rzls_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1rzls_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1rzls_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1rzls_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1rzls_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1rzls_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1rzls_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1rzls_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1rzls_1 {}
@keyframes _wave-animation_1rzls_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1rzls_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1rzls_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1rzls_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._devSpot_1rzls_410 {
  white-space: nowrap;
  display: inline-block;
  transition: 0.3s cubic-bezier(0.2, 0.6, 0.2, 1), max-width 0.45s cubic-bezier(0.2, 0.6, 0.2, 1);
}

._devCliecked_1rzls_416 {
  transform: scale(0.9);
  /* Scales down to 90% when clicked */
}

._img_1rzls_421 {
  width: 200px;
  height: 150px;
  padding: 15px 42.84px 15px 37.16px;
  min-height: 150px;
}
._img_1rzls_421 img {
  animation-name: _fadeIn_1rzls_1;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  top: 15px;
  left: 37.16px;
  gap: 0px;
  opacity: 0px;
}
@media (max-width: 600px) {
  ._img_1rzls_421 img {
    animation-duration: 0.4s;
  }
}

._inner_1rzls_446 {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
  gap: 30px;
}

._subtitle_1rzls_456 {
  -webkit-tap-highlight-color: transparent !important;
  user-select: none;
  /* standard syntax */
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  color: var(--text-white, #FFF);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 12px;
}

._text_1rzls_473 {
  color: var(--text-light-grey, #C6C6C7);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  ._block_1rzls_483 {
    padding: 30px 20px;
  }
}._root_h7ti4_1 {
  font-size: 16px;
  font-weight: 400;
  border: 1px solid var(--stroke-main, #444448);
  background: transparent;
  color: var(--text-White, #fff);
  border-radius: 8px;
  transition: 0.15s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
._root_h7ti4_1:hover {
  border-color: #6e6e71;
  background-color: var(--bg-primary, #232328);
}
._root_h7ti4_1:focus {
  border-color: #6e6e71;
  background-color: transparent;
}
._root_h7ti4_1:active {
  border-color: #6e6e71;
  background-color: var(--bg-primary, #232328);
}
._root_h7ti4_1:disabled {
  /* Ensure consistent background color */
  /* Reset appearance to ensure consistent border styles */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Set default border, padding, and margin */
  /* Prevent default opacity changes */
  opacity: 1;
  /* Set consistent text color */
  cursor: not-allowed;
  /* Disable box shadow for consistent appearance */
  box-shadow: none;
  /* Prevent mobile browsers from adding focus outlines */
  outline: none;
  /* Disable any user-select to ensure consistency */
  user-select: none;
  /* Reset font styles */
  font: inherit;
  /* Remove pointer events */
  cursor: not-allowed !important;
}
._root_h7ti4_1::-webkit-search-clear-button {
  appearance: none;
  margin: 0;
}
._root_h7ti4_1::-webkit-search-decoration, ._root_h7ti4_1::-webkit-search-cancel-button, ._root_h7ti4_1::-webkit-search-results-button, ._root_h7ti4_1::-webkit-search-results-decoration {
  display: none;
}
._root_h7ti4_1::-ms-clear {
  display: none;
}
._root_h7ti4_1::-moz-placeholder {
  opacity: 1;
}
._root_h7ti4_1:focus::-moz-placeholder {
  opacity: 0;
}

._small_h7ti4_64 {
  padding: 15px 16px;
}

._medium_h7ti4_68 {
  padding: 20px 20px 21px 20px;
  height: 60px;
}

._dark_h7ti4_73 {
  padding: 20px;
  border-radius: 8px;
  background: var(--bg-primary, #232328);
  display: flex;
  justify-content: space-between;
  border: 1px solid transparent;
  position: relative;
  transition: 0.15s ease-in-out;
  cursor: text;
}

._dark_h7ti4_73:hover {
  border-color: #444448;
  background-color: transparent;
}

._dark_h7ti4_73._focus_h7ti4_90 {
  /* border-color: #6E6E71; */
  /* background-color: transparent; */
  background-color: var(--bg-primary, #232328);
}._root_1tolm_1 {
  padding: 30px;
  background: #2f2f33;
  border-radius: 20px;
}._root_r4nh6_1 {
  height: 34px;
  padding: 4px 11px;
  border-radius: 8px;
  background-color: var(--bg-primary, #232328);
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  transition: 0.11s cubic-bezier(0.67, 0.5, 0.4, 0.47);
  color: var(--text-white, #fff);
  font-size: 14px;
  font-weight: 600;
}
._root_r4nh6_1:hover, ._root_r4nh6_1:active {
  background: transparent !important;
  border: 1px solid #444448;
}
._root_r4nh6_1:active {
  scale: 0.95;
}._root_ti1fj_1 {
  cursor: pointer;
  width: 100%;
}
._root_ti1fj_1._isLoading_ti1fj_5 {
  display: flex;
  align-items: center;
  justify-content: center;
}
._root_ti1fj_1._full_ti1fj_10 {
  min-width: 100% !important;
}
._root_ti1fj_1._primary_ti1fj_13 {
  transition: 0.2s cubic-bezier(0.3, 0.3, 0.3, 1), scale 0.2s cubic-bezier(0.3, 0.3, 0.3, 1), background-color 500ms cubic-bezier(0.2, 0.8, 0.2, 1) !important;
}
._root_ti1fj_1._primary_ti1fj_13:disabled {
  transition: 0.2s cubic-bezier(0.3, 0.3, 0.3, 1), scale 0.2s cubic-bezier(0.3, 0.3, 0.3, 1), background-color 600ms cubic-bezier(0.2, 0.8, 0.6, 1) !important;
  color: rgba(255, 255, 255, 0.24);
  background-color: rgba(0, 136, 203, 0.24);
  user-select: none;
}
._root_ti1fj_1._primary_ti1fj_13:disabled:active {
  color: rgba(255, 255, 255, 0.66);
}
._root_ti1fj_1._secondary_ti1fj_25 {
  border: 1px solid #444448;
  background-color: transparent;
  color: #c6c6c7;
}
._root_ti1fj_1._secondary_ti1fj_25:hover {
  border-color: #6e6e71;
}
._root_ti1fj_1._secondary_ti1fj_25:active {
  border-color: #0088cb;
}
._root_ti1fj_1._secondary_ti1fj_25._isActive_ti1fj_36 {
  border-color: #0088cb;
}
._root_ti1fj_1._none_ti1fj_39 {
  border: 0;
  color: #0088cb;
}
._root_ti1fj_1._icon_ti1fj_43 {
  padding: 0;
  background: none;
  border: 0;
  transition: 0.2s cubic-bezier(0.5, 0.5, 0.5, 1);
}
._root_ti1fj_1._icon_ti1fj_43:hover {
  filter: brightness(1.3);
  scale: 1.05;
}
._root_ti1fj_1._icon_ti1fj_43:active {
  filter: brightness(1.3);
  scale: 0.98;
}
._loader_ti1fj_57 {
  text-align: center;
  width: 100%;
}@keyframes _fadeInWithBlurScaleNftLaunch_1gr86_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1gr86_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1gr86_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1gr86_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1gr86_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1gr86_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1gr86_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1gr86_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1gr86_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1gr86_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1gr86_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1gr86_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1gr86_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1gr86_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1gr86_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1gr86_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1gr86_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1gr86_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1gr86_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1gr86_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1gr86_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1gr86_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1gr86_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1gr86_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1gr86_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1gr86_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1gr86_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1gr86_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1gr86_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1gr86_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1gr86_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1gr86_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1gr86_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1gr86_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1gr86_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1gr86_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1gr86_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1gr86_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1gr86_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1gr86_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1gr86_1 {}
@keyframes _wave-animation_1gr86_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1gr86_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1gr86_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1gr86_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._image_1gr86_410 {
  width: 100%;
  height: 100%;
  transition: 0.2s ease;
}

._gradient_1gr86_416 {
  border-radius: 6px;
  background: linear-gradient(270deg, #29292f 0%, rgb(48, 48, 53) 30%, rgba(255, 255, 255, 0.15) 31.5%, rgba(255, 255, 255, 0.15) 68.5%, rgb(48, 48, 53) 70%, #29292f 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  animation: _wave-animation1_1gr86_1 2.5s ease-in-out infinite;
}._root_pp8k3_1 {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  position: relative;
  animation: _rotate_pp8k3_1 0.35s linear infinite;
}
._root_pp8k3_1::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 5px solid #fff;
  animation: _prixClipFix_pp8k3_1 3.5s cubic-bezier(0.35, 0.1, 0.5, 1) infinite;
}

@keyframes _rotate_pp8k3_1 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes _prixClipFix_pp8k3_1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 100% 100%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 100% 100%);
  }
}._root_1h88j_1 {
  position: relative;
}
._root_1h88j_1 ._icon_1h88j_4 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--Text-Gray, #6e6e71);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
._root_1h88j_1._iconPositionLeft_1h88j_16 ._icon_1h88j_4 {
  left: 18px;
}
._root_1h88j_1._iconPositionLeft_1h88j_16 ._input_1h88j_19 {
  padding-left: 48px;
}
._root_1h88j_1._iconPositionRight_1h88j_22 ._icon_1h88j_4 {
  right: 18px;
}
._root_1h88j_1._iconPositionRight_1h88j_22 ._input_1h88j_19 {
  padding-right: 48px;
}

._innerWrapper_1h88j_29 {
  position: relative;
  width: 100%;
}

._input_1h88j_19 {
  width: 100%;
  color: var(--Text-White, #fff);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}._root_gcqvs_1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  ._root_gcqvs_1 {
    color: var(--Text-Gray, #6e6e71);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

._rowInfo_gcqvs_17 {
  display: flex;
  color: #6e6e71;
  align-items: center;
}

._question_gcqvs_23 {
  height: 18px;
  width: 18px;
}
@media (max-width: 600px) {
  ._question_gcqvs_23 {
    height: 14px;
    width: 14px;
  }
}

._title_gcqvs_34 {
  margin-right: 4px;
}

._value_gcqvs_38 {
  color: #fff;
}@keyframes _fadeInWithBlurScaleNftLaunch_1bmu2_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1bmu2_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1bmu2_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1bmu2_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1bmu2_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1bmu2_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1bmu2_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1bmu2_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1bmu2_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1bmu2_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1bmu2_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1bmu2_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1bmu2_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1bmu2_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1bmu2_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1bmu2_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1bmu2_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1bmu2_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1bmu2_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1bmu2_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1bmu2_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1bmu2_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1bmu2_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1bmu2_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1bmu2_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1bmu2_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1bmu2_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1bmu2_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1bmu2_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1bmu2_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1bmu2_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1bmu2_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1bmu2_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1bmu2_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1bmu2_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1bmu2_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1bmu2_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1bmu2_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1bmu2_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1bmu2_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1bmu2_1 {}
@keyframes _wave-animation_1bmu2_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1bmu2_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1bmu2_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1bmu2_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._root_1bmu2_410 {
  animation-name: _fadeIn_1bmu2_1;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 20px;
  animation-duration: 0.2s;
  background-size: cover;
  background-image: url("/assets/swap-top-bg-403066f0.png");
  padding: 40px 20px;
}
@media (max-width: 600px) {
  ._root_1bmu2_410 {
    animation-duration: 0.4s;
  }
}
@media (max-width: 600px) {
  ._root_1bmu2_410 {
    animation-duration: 0.3s;
    padding: 30px 20px;
  }
}

._title_1bmu2_436 {
  color: var(--text-white, #fff);
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 14px;
}
@media (max-width: 600px) {
  ._title_1bmu2_436 {
    font-size: 24px;
  }
}

._text_1bmu2_449 {
  color: var(--text-light-grey, #c6c6c7);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}._root_14xgh_1 {
  padding: 0 20px;
  margin: 0 auto;
}@keyframes _fadeInWithBlurScaleNftLaunch_149ck_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_149ck_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_149ck_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_149ck_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_149ck_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_149ck_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_149ck_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_149ck_410 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_149ck_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_149ck_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_149ck_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_149ck_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_149ck_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_149ck_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_149ck_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_149ck_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_149ck_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_149ck_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_149ck_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_149ck_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_149ck_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_149ck_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_149ck_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_149ck_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_149ck_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_149ck_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_149ck_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_149ck_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_149ck_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_149ck_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_149ck_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_149ck_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_149ck_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_149ck_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_149ck_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_149ck_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_149ck_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_149ck_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_149ck_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_149ck_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_149ck_1 {}
@keyframes _wave-animation_149ck_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_149ck_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_149ck_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_149ck_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._fadeInWrapper_149ck_410 {
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
  animation-name: _BannerFadeIn_149ck_1;
  position: relative;
  z-index: 1;
}
@keyframes _BannerFadeIn_149ck_1 {
  0% {
    transform: translateY(130px);
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
._wrapper_149ck_430 {
  position: relative;
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.6, 0.15, 0.4, 1);
  margin-top: 30px;
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}
._block_149ck_441 {
  border-radius: 14px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._slider_149ck_448 {
  border-radius: 14px !important;
  overflow: hidden;
  max-height: 100%;
  min-width: 100% !important;
  aspect-ratio: 4/1 !important;
  object-fit: contain;
}
@media (min-width: 768px) {
  ._slider_149ck_448 {
    padding: 0 0;
  }
}
._slider_149ck_448.swiper-slide {
  transition: 2s cubic-bezier(0.3, 1, 0.1, 1), transform 2s cubic-bezier(0.1, 0.6, 0.5, 1.5);
  opacity: 0.05;
  border-radius: 14px;
  background: linear-gradient(117deg, #5921ba 0%, #1879fe 100%);
}
._slider_149ck_448.swiper-slide:nth-child(2n+2) {
  background: linear-gradient(117deg, #1879fe 0%, #15adcf 100%);
}
._slider_149ck_448.swiper-slide-active {
  transition: 1s cubic-bezier(0.3, 1, 0.1, 1), transform 0.6s cubic-bezier(0.1, 1, 0.5, 1);
  opacity: 1;
}
._content_149ck_475 {
  margin: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
._content_image_149ck_482 {
  max-width: 100%;
  /* Maximum width is 100% of the .content */
  max-height: 100%;
  min-width: 100% !important;
  aspect-ratio: 4/1 !important;
  border-radius: 6px;
  background: linear-gradient(270deg, #29292f 0%, rgb(48, 48, 53) 30%, rgba(255, 255, 255, 0.15) 31.5%, rgba(255, 255, 255, 0.15) 68.5%, rgb(48, 48, 53) 70%, #29292f 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  animation: _wave-animation1_149ck_1 2.5s ease-in-out infinite;
  border-radius: 14px;
  object-fit: contain;
}
._pagination_149ck_495 {
  margin-bottom: 10px !important;
  display: flex;
  justify-content: center;
  margin-top: 7px;
}
._pagination_149ck_495 .swiper-pagination-bullet {
  opacity: 1;
  background-color: #49494e;
  width: 10px;
  height: 10px;
}
._pagination_149ck_495 .swiper-pagination-bullet-active {
  background-color: #0088cb;
}
._btn_149ck_511 {
  position: absolute;
  padding: 15px 20px;
  right: 10px;
  color: var(--text-white, #fff);
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  border-radius: 8px;
  border: 1px solid var(--text-white, #fff);
  cursor: pointer;
  user-select: none;
}
._slider_149ck_448 {
  overflow-y: visible;
}@keyframes _fadeInWithBlurScaleNftLaunch_s45il_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_s45il_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_s45il_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_s45il_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_s45il_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_s45il_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_s45il_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_s45il_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_s45il_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_s45il_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_s45il_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_s45il_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_s45il_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_s45il_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_s45il_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_s45il_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_s45il_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_s45il_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_s45il_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_s45il_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_s45il_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_s45il_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_s45il_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_s45il_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_s45il_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_s45il_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_s45il_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_s45il_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_s45il_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_s45il_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_s45il_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_s45il_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_s45il_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_s45il_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_s45il_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_s45il_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_s45il_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_s45il_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_s45il_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_s45il_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_s45il_1 {}
@keyframes _wave-animation_s45il_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_s45il_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_s45il_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_s45il_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._wrapper_s45il_410 {
  padding: 0 20px;
  z-index: 10;
  position: relative;
  animation-name: _BannerFadeIn_s45il_1;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
  animation-duration: 0.75s;
  margin-top: 10px;
  margin-bottom: 15px;
}
@keyframes _BannerFadeIn_s45il_1 {
  0% {
    transform: translateY(130px);
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 420px) {
  ._wrapper_s45il_410 {
    margin-top: 10px;
  }
}

._block_s45il_439 {
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@keyframes _gradientAnimation_s45il_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
._gradient_s45il_457 {
  border-radius: 14px;
  background: linear-gradient(135deg, #5921ba 0%, rgb(24, 121, 254) 50%, #15adcf 100%);
  background-size: 120% 120%;
  animation-duration: 5s !important;
  transition: 1s cubic-bezier(0.5, 1, 0.5, 1) !important;
}

._slider_s45il_465 {
  border-radius: 14px;
}
._slider_s45il_465 .swiper-slide {
  border-radius: 14px;
}

._title_s45il_472 {
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}
._title_s45il_472 svg {
  margin-left: 2px;
}

._pagination_s45il_484 {
  display: none;
}
@media (max-width: 420px) {
  ._pagination_s45il_484 {
    display: flex;
    justify-content: center;
    margin-top: 7px;
  }
}
._pagination_s45il_484 .swiper-pagination-bullet {
  opacity: 1;
  background-color: #49494e;
  width: 10px;
  height: 10px;
}
._pagination_s45il_484 .swiper-pagination-bullet-active {
  background-color: #0088cb;
}

._num_s45il_504 {
  color: var(--text-white, #fff);
  font-size: 16px;
  font-weight: 600;
}

._btn_s45il_510 {
  width: unset !important;
  height: unset !important;
  background-color: unset;
  background: transparent;
  padding: 15px 20px;
  color: var(--text-white, #fff);
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  border-radius: 8px;
  border: 1px solid var(--text-white, #fff);
  cursor: pointer;
  user-select: none;
  transition: 0.2s cubic-bezier(0.5, 0.5, 0.25, 0.5);
}
._btn_s45il_510:hover {
  background: rgba(255, 255, 255, 0.1882352941);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
._btn_s45il_510:active {
  background: rgba(255, 255, 255, 0.2509803922);
  border: 1px solid rgba(255, 255, 255, 0);
}

._slider_s45il_465 {
  overflow-y: visible;
}

._question_s45il_539 {
  margin-top: 1px;
  width: 16px;
  height: 16px;
}
._question_s45il_539 path {
  fill: #c6c6c7;
}@keyframes _fadeInWithBlurScaleNftLaunch_1qa0l_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1qa0l_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1qa0l_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1qa0l_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1qa0l_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1qa0l_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1qa0l_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1qa0l_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1qa0l_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1qa0l_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1qa0l_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1qa0l_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1qa0l_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1qa0l_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1qa0l_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1qa0l_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1qa0l_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1qa0l_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1qa0l_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1qa0l_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1qa0l_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1qa0l_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1qa0l_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1qa0l_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1qa0l_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1qa0l_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1qa0l_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1qa0l_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1qa0l_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1qa0l_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1qa0l_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1qa0l_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1qa0l_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1qa0l_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1qa0l_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1qa0l_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1qa0l_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1qa0l_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1qa0l_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1qa0l_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1qa0l_1 {}
@keyframes _wave-animation_1qa0l_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1qa0l_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1qa0l_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1qa0l_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._info_1qa0l_410 {
  animation: _gradientAnimation_1qa0l_1 10s cubic-bezier(0.5, 1, 0.5, 1) infinite;
  transition: 10s cubic-bezier(0.5, 1, 0.5, 1);
}

@keyframes _gradientAnimation_1qa0l_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}._info_h9ew7_1 {
  bottom: calc(100% + 10px);
  position: absolute;
  left: 50%;
  transform: translate3d(calc(-50% + var(--shifted-left, 0px)), 0, 0);
  color: var(--text-light-grey, #C6C6C7);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  padding: 7px 12px;
  border-radius: 8px;
  background: var(--bg-dark, #18181C);
  text-align: center;
  max-width: 300px;
  min-width: 230px;
  height: fit-content;
  display: none;
  will-change: opacity, transform;
  z-index: 1000;
}
._info_h9ew7_1._top_h9ew7_21 {
  bottom: calc(100% + 10px);
}

._info_h9ew7_1._bottom_h9ew7_25 {
  top: calc(100% + 10px);
  min-height: 50px;
}

._info_h9ew7_1._top_h9ew7_21::after {
  content: "";
  width: 11px;
  height: 11px;
  background: var(--bg-dark, #18181C);
  position: absolute;
  top: 100%;
  left: var(--shifted-left, 0px);
  transform: translate(-50%, -50%) rotate(45deg);
  box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.1);
}

._info_h9ew7_1._bottom_h9ew7_25::after {
  content: "";
  width: 11px;
  height: 11px;
  background: var(--bg-dark, #18181C);
  position: absolute;
  margin-top: -10px;
  top: 0%;
  left: 5%;
  transform: translate(50%, 50%) rotate(45deg);
  box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.1);
}

._info_h9ew7_1._bottom_h9ew7_25 {
  pointer-events: none;
}
@media (max-width: 600px) {
  ._info_h9ew7_1._bottom_h9ew7_25 {
    pointer-events: all;
  }
}

._wrapper_h9ew7_64 {
  width: 18px;
  height: 18px;
  position: relative;
}

._wrapper_h9ew7_64._active_h9ew7_70 ._info_h9ew7_1 {
  display: block;
}

._fadeIn_h9ew7_74 {
  animation: _fadeInInfo_h9ew7_1 0.15s cubic-bezier(0, 0.5, 0.4, 1) forwards;
}
@media (max-width: 600px) {
  ._fadeIn_h9ew7_74 {
    animation: _fadeInInfoMobile_h9ew7_1 0.2s cubic-bezier(0, 0.5, 0.4, 1) forwards;
  }
}

._fadeOut_h9ew7_83 {
  animation: _fadeOutInfo_h9ew7_1 0.2s cubic-bezier(0, 0.5, 0.4, 1.1);
}
@media (max-width: 600px) {
  ._fadeOut_h9ew7_83 {
    animation: _fadeOutInfoMobile_h9ew7_1 0.25s cubic-bezier(0.3, 0.5, 0.4, 1);
  }
}

@keyframes _fadeInInfo_h9ew7_1 {
  0% {
    margin-top: 10px;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInInfoMobile_h9ew7_1 {
  0% {
    margin-top: 5px;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutInfo_h9ew7_1 {
  100% {
    margin-top: 5px;
    opacity: 0;
  }
}
@keyframes _fadeOutInfoMobile_h9ew7_1 {
  100% {
    margin-top: 5px;
    opacity: 0;
  }
}._form_1yrm2_1 {
  display: grid;
  grid-template-rows: max-content 1fr 60px;
}

._header_1yrm2_6 {
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-auto-flow: column;
  color: #fff;
  margin-bottom: 30px;
}
._header_1yrm2_6 h4 {
  color: var(--Text-White, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

._fields_1yrm2_24 {
  display: grid;
  gap: 10px;
  margin-bottom: 30px;
}

._container_1yrm2_30 {
  max-width: 520px;
}

._title_1yrm2_34 {
  color: var(--text-white, #fff);
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
}

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

._buttons_1yrm2_50 {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}._poweredBy_180wp_1 {
  margin-top: 15px;
  animation-duration: 0.15s;
  animation-delay: 0.2s;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--text-gray, #6e6e71);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
._poweredBy_180wp_1 a {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
._poweredBy_180wp_1 a img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  cursor: pointer;
}
._poweredBy_180wp_1 a ._link_180wp_28 {
  color: var(--Text-Gray, #6e6e71);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  cursor: pointer;
}
._poweredBy_180wp_1 a ._link_180wp_28 b {
  font-weight: 300;
}
._poweredBy_180wp_1 a:hover {
  filter: brightness(1.5);
}
@media (max-width: 420px) {
  ._poweredBy_180wp_1 {
    font-size: 14px;
  }
}._root_pzdd4_1 {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  background: none;
  border: none;
  color: #fff;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
}
._root_pzdd4_1 span {
  transition: 0.15s cubic-bezier(0.5, 0.5, 0.5, 1);
}
._root_pzdd4_1:hover span {
  filter: brightness(0.85);
}
._root_pzdd4_1:hover ._arrow_pzdd4_20 {
  filter: brightness(0.85);
}
._root_pzdd4_1:hover ._image_pzdd4_23 {
  filter: brightness(0.85);
}
._root_pzdd4_1:active {
  transition: 0.25s cubic-bezier(0.5, 0.5, 0.5, 1);
  scale: 0.95;
}

._image_pzdd4_23 {
  transition: 0.15s cubic-bezier(0.5, 0.5, 0.5, 1);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 6px;
}

._r_pzdd4_1 {
  display: flex;
  flex-wrap: nowrap;
}

._arrow_pzdd4_20 {
  opacity: 1;
  transition: 0.15s cubic-bezier(0.5, 0.5, 0.5, 1), transform 0.3s cubic-bezier(0.5, 0.5, 0.5, 1), opacity 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
  margin-left: 3px;
}

._hidden_pzdd4_51 {
  transform: translateY(-10px);
  opacity: 0;
}

._loader_wrapper_pzdd4_56 {
  transform: translateX(-20px) translateY(-2px);
}@keyframes _fadeInWithBlurScaleNftLaunch_11bcg_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_11bcg_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_11bcg_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_11bcg_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_11bcg_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_11bcg_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_11bcg_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_11bcg_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_11bcg_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_11bcg_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_11bcg_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_11bcg_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_11bcg_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_11bcg_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_11bcg_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_11bcg_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_11bcg_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_11bcg_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_11bcg_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_11bcg_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_11bcg_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_11bcg_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_11bcg_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_11bcg_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_11bcg_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_11bcg_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_11bcg_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_11bcg_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_11bcg_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_11bcg_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_11bcg_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_11bcg_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_11bcg_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_11bcg_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_11bcg_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_11bcg_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_11bcg_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_11bcg_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_11bcg_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_11bcg_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_11bcg_1 {}
@keyframes _wave-animation_11bcg_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_11bcg_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_11bcg_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_11bcg_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._spinner_11bcg_410 {
  position: absolute;
  transition: 0.2s cubic-bezier(0.3, 1, 0.2, 1), opacity 0.15s cubic-bezier(0.1, 0.5, 0.2, 1);
  margin-top: 15px;
  opacity: 0;
}
._spinner_show_11bcg_416 {
  transition: 0.2s cubic-bezier(0, 0.3, 0.2, 1);
  opacity: 1;
  margin-top: 0px;
}._wrapper_1a11r_1 {
  margin-left: -20px;
  margin-right: -20px;
  max-height: 80vh;
  overflow-y: scroll;
}
@media (min-width: 600px) {
  ._wrapper_1a11r_1 {
    max-height: 65vh;
  }
}

._green_1a11r_13 {
  color: rgba(67, 210, 108, 0.75) !important;
  filter: brightness(1.05);
}
._green_1a11r_13 ._arrow_1a11r_17 {
  fill: rgb(67, 210, 108);
}
._green_1a11r_13 ._arrow_1a11r_17 path {
  scale: 1 !important;
  stroke: rgb(67, 210, 108) !important;
}

._red_1a11r_25 {
  color: rgb(210, 67, 67) !important;
}
._red_1a11r_25 ._arrow_1a11r_17 {
  transform: rotate(180deg);
  fill: rgb(210, 67, 67);
}
._red_1a11r_25 ._arrow_1a11r_17 path {
  scale: 1 !important;
  stroke: rgb(210, 67, 67) !important;
}

._item_root_1a11r_37 {
  transition: 0.65s cubic-bezier(0.2, 0.8, 0.2, 1);
}
._item_root_1a11r_37:hover {
  transition: 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  background-color: #363639;
}
._item_root_1a11r_37._active_1a11r_44 {
  transition: 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  background-color: rgba(54, 54, 57, 0.4) !important;
  pointer-events: none;
  opacity: 0.75;
}

._item_1a11r_37 {
  transition: 0.2s cubic-bezier(0.3, 0.8, 0.3, 1);
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  cursor: pointer;
  user-select: none;
}
._item_1a11r_37:active {
  transition: 0.3s cubic-bezier(0.3, 0.8, 0.3, 1);
  scale: 0.98;
  opacity: 0.75;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  /* standard syntax */
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
}
._item_1a11r_37 ._arrow_1a11r_17 {
  margin-left: 1px;
  max-width: 13px;
  max-height: 13px;
}
._item_1a11r_37 ._arrow_1a11r_17 path {
  stroke: #2f2f33;
  scale: 0;
}
._item_1a11r_37 ._content_1a11r_83 {
  display: flex;
  align-items: center;
}
._item_1a11r_37 ._content_r_1a11r_87 {
  display: flex;
  flex-direction: column;
}
._item_1a11r_37 ._content_1a11r_83 ._token_name_1a11r_91 {
  color: var(--text-white, #fff);
  font-size: 16px;
  font-weight: 600;
}
._item_1a11r_37 ._content_1a11r_83 ._usd_price_1a11r_96 {
  color: var(--text-light-grey, rgba(198, 198, 199, 0.85));
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
._item_1a11r_37 ._balance_1a11r_103 {
  color: var(--text-light-grey, rgba(255, 255, 255, 0.9058823529));
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
._item_1a11r_37 ._icon_1a11r_110 {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  overflow: hidden;
}

._jetons_1a11r_118 {
  padding-right: 10px;
}
._jetons_items_1a11r_121 {
  height: 360px;
  overflow: auto;
}
@media (max-width: 380px) {
  ._jetons_items_1a11r_121 {
    height: 260px;
  }
}
._jetons_items_1a11r_121::-webkit-scrollbar-track {
  border-radius: 30px;
  background-color: #232328;
}
._jetons_items_1a11r_121::-webkit-scrollbar {
  width: 6px;
}
._jetons_items_1a11r_121::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background: #3b3b3f;
}

._inactive_1a11r_142 {
  opacity: 0.55;
}
._inactive_1a11r_142:hover {
  background-color: rgba(54, 54, 57, 0.462745098);
}

._title_1a11r_149 {
  color: var(--text-light-grey, #c6c6c7);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 10px;
  padding: 0 20px;
}

._empty_1a11r_158 {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px;
}
._emptyText_1a11r_163 {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #6e6e71;
}

._loading_1a11r_172 {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  height: 100px;
}

._block_1a11r_179 {
  display: flex;
  flex-direction: column;
  align-items: end;
}

._usd_1a11r_96 {
  color: var(--text-light-grey, #6e6e71);
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
}._root_j28kr_1 {
  width: fit-content;
}
._root_j28kr_1:focus:hover {
  background: transparent !important;
}

._image_j28kr_8 {
  display: block;
  overflow: hidden;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-right: 6px;
}._header_wxuwu_1 {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}

._title_wxuwu_7 {
  color: var(--text-light-grey, #c6c6c7);
  font-size: 16px;
  font-weight: 400;
  margin-right: 4px;
  line-height: 150%;
}

._list_wxuwu_15 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
  margin-bottom: 20px;
}._search_pg5vx_1 {
  margin-bottom: 30px;
}

._tokensList_pg5vx_5 {
  margin-left: -20px;
  margin-right: -20px;
}._container_1njrh_1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

._token_1njrh_8 {
  display: flex;
  padding: 12px 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  border: 1px solid var(--Stroke-Main, #444448);
  background: var(--BG-Block, #2f2f33);
  width: 100%;
}
._token__l_1njrh_18 {
  display: flex;
  align-items: center;
  gap: 8px;
}
._token__l__img_1njrh_23 {
  width: 30px;
  height: 30px;
  border-radius: 30px;
}
._token__l_1njrh_18 :nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
}
._token__l__name_1njrh_35 {
  color: var(--Text-White, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
._token__l__address_1njrh_44 {
  color: var(--Text-Gray, #6e6e71);
  text-align: start;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
._token__r_1njrh_53 {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

._warning_1njrh_59 {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--Text-Warning, #e9be50);
  background: rgba(233, 190, 80, 0.1);
}
._warning__header_1njrh_70 {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}
._warning__header__title_1njrh_76 {
  color: var(--Text-White, #fff);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
._warning__content_1njrh_84 {
  display: flex;
  padding-left: 36px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
._warning__content__text_1njrh_91 {
  flex: 1 0 0;
  color: var(--Text-Light_grey, #c6c6c7);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

._check_1njrh_101 {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
._check_1njrh_101 :first-child {
  cursor: pointer;
}
._check__text_1njrh_110 {
  color: var(--Text-Light_grey, #c6c6c7);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

._button_1njrh_119 {
  width: 100%;
}@keyframes _fadeInWithBlurScaleNftLaunch_167mx_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_167mx_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_167mx_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_167mx_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_167mx_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_167mx_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_167mx_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_167mx_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_167mx_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_167mx_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_167mx_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_167mx_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_167mx_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_167mx_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_167mx_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_167mx_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_167mx_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_167mx_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_167mx_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_167mx_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_167mx_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_167mx_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_167mx_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_167mx_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_167mx_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_167mx_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_167mx_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_167mx_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_167mx_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_167mx_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_167mx_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_167mx_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_167mx_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_167mx_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_167mx_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_167mx_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_167mx_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_167mx_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_167mx_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_167mx_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_167mx_1 {}
@keyframes _wave-animation_167mx_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_167mx_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_167mx_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_167mx_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._loading_167mx_410 {
  animation-name: _fadeIn0to65_167mx_1;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  animation-fill-mode: both;
}

._loaded_167mx_417 {
  animation-duration: 0.1s;
  animation-timing-function: cubic-bezier(0.1, 0.4, 0.2, 1);
  animation-fill-mode: both;
}

._radio_167mx_423 {
  overflow: hidden;
  width: 24px;
  max-width: 24px;
  height: 24px;
  max-height: 24px;
  transition: 0.3s cubic-bezier(0.2, 0.5, 0.5, 1);
}
._radio_167mx_423:active ._circle_167mx_431 {
  filter: brightness(0.9);
}

._check_167mx_435 {
  transition: cubic-bezier(0.4, 0.4, 0.4, 1);
}

._hidden_167mx_439 {
  max-width: 0px;
  max-height: 0px;
}._field_19fu1_1 {
  display: grid;
  gap: 10px;
}
._field_top_19fu1_5 {
  min-height: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._field_top_l_19fu1_11 {
  display: flex;
  align-items: center;
}
._field_top_r_19fu1_15 {
  color: var(--text-gray, #6e6e71);
  font-size: 14px;
  font-weight: 400;
  gap: 4px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 420px) {
  ._field_top_r_19fu1_15 {
    display: flex;
    align-items: center;
  }
}
._field_top_r_inner_19fu1_30 {
  display: flex;
  flex-wrap: nowrap;
}
._field_top_r_19fu1_15 svg {
  display: none;
}
@media (max-width: 420px) {
  ._field_top_r_19fu1_15 svg {
    display: block;
    margin-right: 4px;
    width: 18px;
  }
}
@media (max-width: 420px) {
  ._field_top_r_19fu1_15 ._balance_title_19fu1_45 {
    display: none;
  }
}
._field_top_r_19fu1_15 span._max_19fu1_49 {
  background-color: rgba(255, 255, 255, 0.231372549);
  margin-left: 9px;
  border-radius: 8px;
  background: rgba(67, 210, 108, 0.18);
  color: var(--text-success, #43d26c);
  padding: 2px 8px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  user-select: none;
  transition: 0.15s ease-in-out;
}
._field_top_r_19fu1_15 span._max_19fu1_49:hover {
  background: rgba(67, 210, 108, 0.4);
}
@media (max-width: 600px) {
  ._field_top_r_19fu1_15 span._max_19fu1_49 {
    transition: 0.15s ease-in-out;
  }
}
._field_top_r_19fu1_15 span._max_19fu1_49:active {
  background: rgba(67, 210, 108, 0.3);
}
._field_top_text_19fu1_73 {
  color: var(--text-gray, #6e6e71);
  font-size: 14px;
  font-weight: 400;
  margin-right: 8px;
}
._field_top_selector_h_19fu1_79 {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
._field_top_selector_h_19fu1_79 p {
  display: flex;
  align-items: center;
  color: var(--text-white, #fff);
  font-size: 16px;
  font-weight: 600;
}
._field_top_selector_h_19fu1_79 p img {
  border-radius: 100%;
  width: 24px;
  margin-right: 6px;
}
._field_top_selector_h_19fu1_79 svg {
  width: 20px;
  margin-left: 3px;
}

._maxButton_19fu1_102 {
  border: none;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  user-select: none;
  transition: 0.15s ease-in-out;
  color: #43d26c;
  background: rgba(67, 210, 108, 0.18);
  border-radius: 8px;
  margin-left: 8px;
}
._maxButton_19fu1_102:disabled {
  opacity: 0.54 !important;
  cursor: not-allowed;
}
._maxButton_19fu1_102:active {
  filter: brightness(0.9) !important;
  scale: 0.98;
}
._maxButton_19fu1_102:hover {
  filter: brightness(1.2);
}

._usd_19fu1_127 {
  display: inline-block;
  width: max-content;
  color: var(--Text-Gray, #6e6e71);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

._price_19fu1_139 {
  display: grid;
  justify-content: flex-end;
  align-items: center;
  margin: 10px 0 0;
  color: #6e6e71;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: right;
}

._mobile_19fu1_151 {
  display: none;
}
@media (max-width: 420px) {
  ._mobile_19fu1_151 {
    display: block;
  }
}._root_1d5hq_1 {
  border-radius: 8px;
  border: 1px solid #0088cb;
  background: rgba(0, 136, 203, 0.1);
  padding: 20px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 420px) {
  ._root_1d5hq_1 {
    padding: 14px;
  }
}

._info_1d5hq_17 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

._icon_1d5hq_25 {
  width: 24px;
  margin: 0 14px 0 0;
}

._acceptButton_1d5hq_30 {
  width: 110px;
  height: 48px;
  font-size: 14px;
  border-radius: 8px;
}

._bottom_1d5hq_37 {
  margin-top: 20px;
  align-self: stretch;
  color: var(--Text-Gray, #6e6e71);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
._bottom_1d5hq_37 b {
  color: var(--Text-Link, #0088cb);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}._root_1otrw_1 {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #232328;
  margin: 0 auto;
  user-select: none;
  transition: 0.3s cubic-bezier(0.5, 0.9, 0.5, 1), background-color 0.2s cubic-bezier(0.5, 0.5, 0.25, 0.5);
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  /* standard syntax */
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
}
@media (max-width: 600px) {
  ._root_1otrw_1 {
    transition: 0.35s cubic-bezier(0.5, 0.9, 0.5, 1), background-color 0.2s cubic-bezier(0.5, 0.5, 0.25, 0.5);
  }
}
._root_1otrw_1 svg {
  transition: 0.3s cubic-bezier(0.5, 1, 0.5, 1);
}
._root_1otrw_1:hover {
  background-color: rgba(35, 35, 40, 0.6745098039);
}
@media (min-width: 600px) {
  ._root_1otrw_1:hover {
    background-color: #3b3b3f;
  }
}
@media (min-width: 600px) {
  ._root_1otrw_1:active {
    background-color: #3b3b3f;
  }
}
._root_1otrw_1:active svg {
  scale: 0.95;
  filter: brightness(0.8);
}

._clicked_1otrw_47 {
  background-color: white;
}._root_1bk4q_1 {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid #444448;
  border-radius: 8px;
  margin-bottom: 30px;
  margin-top: 30px;
}

._priceImpact_1bk4q_11._danger_1bk4q_11 {
  color: #d24343;
}
._priceImpact_1bk4q_11._warning_1bk4q_14 {
  color: #e9be50;
}
._priceImpact_1bk4q_11._success_1bk4q_17 {
  color: #43d26c;
}

._tradeFee_1bk4q_21 {
  display: grid;
  grid-auto-flow: column;
}
._tradeFee_1bk4q_21 > ._loader_1bk4q_25 {
  margin-right: 4px;
}@keyframes _fadeInWithBlurScaleNftLaunch_1d3oe_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1d3oe_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1d3oe_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1d3oe_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1d3oe_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1d3oe_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1d3oe_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1d3oe_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1d3oe_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1d3oe_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1d3oe_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1d3oe_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1d3oe_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1d3oe_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1d3oe_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1d3oe_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1d3oe_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1d3oe_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1d3oe_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1d3oe_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1d3oe_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1d3oe_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1d3oe_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1d3oe_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1d3oe_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1d3oe_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1d3oe_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1d3oe_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1d3oe_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1d3oe_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1d3oe_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1d3oe_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1d3oe_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1d3oe_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1d3oe_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1d3oe_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1d3oe_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1d3oe_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1d3oe_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1d3oe_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1d3oe_1 {}
@keyframes _wave-animation_1d3oe_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1d3oe_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1d3oe_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1d3oe_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._gradient_1d3oe_410 {
  border-radius: 6px;
  background: linear-gradient(270deg, #29292f 0%, rgb(48, 48, 53) 30%, rgba(255, 255, 255, 0.15) 31.5%, rgba(255, 255, 255, 0.15) 68.5%, rgb(48, 48, 53) 70%, #29292f 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  animation: _wave-animation1_1d3oe_1 2.5s ease-in-out infinite;
}

._root_1d3oe_416 {
  display: grid;
  border-radius: 8px;
  border: 1px solid #444448;
  padding: 20px;
}

._header_1d3oe_423 {
  margin-bottom: 20px;
  display: flex;
  color: #fff;
  align-items: center;
}

._title_1d3oe_430 {
  margin-right: 8px;
}

._steps_1d3oe_434 {
  display: flex;
  gap: 20px;
}
@media (max-width: 600px) {
  ._steps_1d3oe_434 {
    flex-direction: column;
    gap: 15px;
  }
}

._substeps_1d3oe_445 {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.4s ease;
}

._route_1d3oe_454 {
  max-height: 28px;
  display: flex;
  padding: 2px 12px 2px 2px;
  align-items: center;
  gap: 8px;
  border-radius: 60px;
  background: rgba(198, 198, 199, 0.18);
  width: fit-content;
}
._route_loading_1d3oe_464 {
  border-radius: 6px;
  background: linear-gradient(270deg, #29292f 0%, rgb(48, 48, 53) 30%, rgba(255, 255, 255, 0.15) 31.5%, rgba(255, 255, 255, 0.15) 68.5%, rgb(48, 48, 53) 70%, #29292f 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  animation: _wave-animation1_1d3oe_1 2.5s ease-in-out infinite;
  border-radius: 60px;
}
._route_loading_1d3oe_464 ._img_wrapper_1d3oe_470 {
  background: linear-gradient(112deg, #29292f 8.69%, #303035 50.64%, #26262b 95.29%), linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-size: 1000% 1000%, 1000% 1000% !important;
  animation: _wave-animation_1d3oe_1 2s ease-in-out infinite, _wave-reverse-animation_1d3oe_1 2s ease-in-out infinite;
}
._route_loading_1d3oe_464 img {
  opacity: 0;
}
._route_loading_1d3oe_464 span {
  opacity: 0;
}
._route_1d3oe_454 ._img_wrapper_1d3oe_470 {
  display: flex;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
._route_1d3oe_454 ._img_wrapper_1d3oe_470 img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transition: 0.15s ease-in-out;
  object-fit: contain;
}
._route_1d3oe_454 span {
  transition: 0.15s ease-in-out;
  color: #c6c6c7;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

._step_1d3oe_434 {
  z-index: 100;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-grow: 1;
  overflow: hidden;
}
._step_1d3oe_434 ._imageWrapper_1d3oe_514 {
  border-radius: 50%;
  background: var(--BG-Block, #2f2f33);
  padding: 0 12px;
  transition: 0.4s ease, padding 0.4s cubic-bezier(0, 0.5, 0.5, 1);
}
._step_1d3oe_434 ._imageWrapper_loading_1d3oe_520 {
  padding: 0 0;
}
._step_1d3oe_434 ._image_1d3oe_514 {
  width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 50%;
}
._step_1d3oe_434:last-child {
  flex: none;
}

._line_1d3oe_533 {
  margin: 0 20px;
  z-index: 10;
  position: absolute;
  width: 80%;
  border-bottom: 1px dashed #6e6e71;
  margin-top: -20px;
}._root_7wt9h_1 {
  display: grid;
  padding: 0 !important;
}

._arrow_7wt9h_6 {
  width: 20px;
}

._tokens_7wt9h_10 {
  margin-top: 10px;
  display: grid;
  gap: 12px;
}._root_1361g_1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

._info_1361g_10 {
  display: flex;
  align-items: center;
}

._image_1361g_15 {
  margin-right: 8px;
  border-radius: 50%;
  overflow: hidden;
  width: 30px;
  height: 30px;
}._icon_ykki3_1 {
  max-width: 20px;
  max-height: 20px;
  padding: 0;
  background: none;
  border: 0;
  transition: 0.2s cubic-bezier(0.5, 0.5, 0.5, 1), opacity 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
  cursor: pointer;
}
._icon_ykki3_1:hover {
  opacity: 1;
  scale: 1.05;
}
._icon_ykki3_1:active {
  opacity: 1;
  scale: 0.98;
}
._disabled_ykki3_18 {
  opacity: 0 !important;
}

._rotate_ykki3_22 {
  transition: 0.2s cubic-bezier(0.5, 0.5, 0.5, 1), opacity 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
  animation: _rotate_ykki3_22 900ms cubic-bezier(0.5, 1.2, 0.5, 1) infinite;
}

@keyframes _rotate_ykki3_22 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}._info_ro9ex_1 {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

._subTitle_ro9ex_7 {
  margin-right: 4px;
  color: var(--Text-Light_grey, #c6c6c7);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

._fields_ro9ex_17 {
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
}

._options_ro9ex_23 {
  display: grid;
  grid-template-rows: 48px;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 10px;
}

._option_ro9ex_23 {
  transition: 0.15s ease;
  border-radius: 8px;
}

._buttonSubmit_ro9ex_36 {
  width: 100%;
  height: 60px;
}

._panel_ro9ex_41 {
  padding: 0 !important;
}

._tooltip_ro9ex_45 {
  z-index: 1000;
}
._tooltip_ro9ex_45 :nth-child(2) {
  position: static;
}._footer_1axso_1 {
  background-color: #2F2F33;
  z-index: 9999;
}
._footer_top_1axso_5 {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 40px;
  flex-wrap: wrap;
}
._footer_col_1axso_12 {
  max-width: 195px;
  width: 100%;
}
._footer_col_first_1axso_16 {
  max-width: 360px;
}
._footer_col_1axso_12._mob_1axso_19 {
  display: none;
}
@media (max-width: 1000px) {
  ._footer_col_1axso_12 {
    max-width: 120px;
  }
  ._footer_col_1axso_12._desc_1axso_26 {
    display: none;
  }
  ._footer_col_1axso_12._mob_1axso_19 {
    display: block;
  }
  ._footer_col_last_1axso_32 {
    max-width: 100px;
  }
  ._footer_col_first_1axso_16 {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  ._footer_col_1axso_12 {
    max-width: 100%;
    margin-bottom: 24px;
  }
  ._footer_col_1axso_12:last-child {
    margin-bottom: 0;
  }
  ._footer_col_last_1axso_32 {
    max-width: 100%;
  }
  ._footer_col_first_1axso_16 {
    max-width: 100%;
    margin-bottom: 30px;
  }
}@keyframes _fadeInWithBlurScaleNftLaunch_1cpw2_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1cpw2_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1cpw2_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1cpw2_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1cpw2_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1cpw2_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1cpw2_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1cpw2_417 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1cpw2_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1cpw2_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1cpw2_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1cpw2_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1cpw2_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1cpw2_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1cpw2_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1cpw2_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1cpw2_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1cpw2_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1cpw2_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1cpw2_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1cpw2_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1cpw2_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1cpw2_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1cpw2_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1cpw2_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1cpw2_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1cpw2_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1cpw2_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1cpw2_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1cpw2_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1cpw2_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1cpw2_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1cpw2_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1cpw2_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1cpw2_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1cpw2_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1cpw2_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1cpw2_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1cpw2_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1cpw2_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1cpw2_1 {}
@keyframes _wave-animation_1cpw2_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1cpw2_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1cpw2_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1cpw2_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._p_gradient_1cpw2_410 {
  border-radius: 6px;
  background: linear-gradient(270deg, #29292f 0%, rgb(48, 48, 53) 30%, rgba(255, 255, 255, 0.15) 31.5%, rgba(255, 255, 255, 0.15) 68.5%, rgb(48, 48, 53) 70%, #29292f 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  animation: _wave-animation1_1cpw2_1 2.5s ease-in-out infinite;
  border-radius: 20px;
}

._fadeIn_1cpw2_417 {
  animation-name: _fadeIn_1cpw2_417;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._fadeIn_1cpw2_417 {
    animation-duration: 0.4s;
  }
}

._raff_1cpw2_429 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
._raff_l_1cpw2_435 {
  display: flex;
  align-items: center;
}
._raff_l_1cpw2_435 img {
  border-radius: 50%;
  width: 40px;
  margin-right: 10px;
}
._raff_l_1cpw2_435 span {
  display: flex;
  flex-wrap: nowrap;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: #fff;
}
._raff_btn_1cpw2_452 {
  width: 105px;
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
}@keyframes _fadeInWithBlurScaleNftLaunch_qdrg9_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_qdrg9_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_qdrg9_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_qdrg9_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_qdrg9_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_qdrg9_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_qdrg9_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_qdrg9_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_qdrg9_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_qdrg9_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_qdrg9_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_qdrg9_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_qdrg9_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_qdrg9_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_qdrg9_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_qdrg9_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_qdrg9_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_qdrg9_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_qdrg9_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_qdrg9_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_qdrg9_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_qdrg9_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_qdrg9_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_qdrg9_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_qdrg9_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_qdrg9_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_qdrg9_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_qdrg9_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_qdrg9_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_qdrg9_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_qdrg9_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_qdrg9_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_qdrg9_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_qdrg9_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_qdrg9_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_qdrg9_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_qdrg9_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_qdrg9_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_qdrg9_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_qdrg9_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_qdrg9_1 {}
@keyframes _wave-animation_qdrg9_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_qdrg9_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_qdrg9_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_qdrg9_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._table_qdrg9_410 {
  width: 100%;
  border-radius: 8px;
  background-color: #363639;
  padding: 20px;
}
._table_qdrg9_410 div {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._table_qdrg9_410 div:last-child {
  margin-bottom: 0;
}
._table_qdrg9_410 div span {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
._table_qdrg9_410 div span:first-child {
  color: rgb(110, 110, 113);
}
._table_qdrg9_410 div span:last-child {
  animation-name: _fadeIn_qdrg9_1;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 600px) {
  ._table_qdrg9_410 div span:last-child {
    animation-duration: 0.4s;
  }
}._title_1r7di_1 {
  cursor: pointer;
  margin-bottom: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
._title_1r7di_1 svg {
  display: none;
  transition: 0.3s;
}
@media (max-width: 768px) {
  ._title_1r7di_1 {
    justify-content: space-between;
    margin-bottom: 0;
  }
  ._title_1r7di_1._active_1r7di_19 svg {
    transform: rotate(180deg);
  }
  ._title_1r7di_1 svg {
    display: block;
    width: 24px;
  }
}

._menu_1r7di_28 {
  margin-top: 20px;
}
._menu_item_1r7di_31 {
  cursor: pointer;
  display: flex;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #C6C6C7;
  transition: 0.3s;
}
._menu_item_1r7di_31:hover {
  color: #fff;
}
._menu_item_1r7di_31:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  ._menu_1r7di_28 {
    margin-top: 20px;
  }
}._title_1exqd_1 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
._title_1exqd_1 svg {
  display: none;
  transition: 0.3s;
}

._menu_item_1exqd_14 {
  cursor: pointer;
  display: flex;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #C6C6C7;
  transition: 0.3s;
}
._menu_item_1exqd_14:hover {
  color: #fff;
}
._menu_item_1exqd_14:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  ._menu_1exqd_14 {
    margin-top: 20px;
  }
}._title_1lxoi_1 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  ._title_1lxoi_1 {
    margin-bottom: 14px;
  }
}

._soc_1lxoi_15 {
  display: flex;
  flex-wrap: wrap;
  width: 80px;
  gap: 8px;
}
@media (max-width: 768px) {
  ._soc_1lxoi_15 {
    width: 100%;
    margin-top: 20px;
  }
}

._item_1lxoi_28 {
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  background-color: #3b3b3f;
  display: block;
  transition: 0.3s;
}
._item_1lxoi_28:hover {
  background-color: #49494e;
}
._item_1lxoi_28:nth-child(2n+2) {
  margin-right: 0;
}
._item_1lxoi_28 svg {
  width: 20px;
}

._svg_1lxoi_46 svg {
  max-height: 20px;
  max-width: 20px;
  fill: white;
}._wrapper_1bmmc_1 {
  padding: 30px 0;
  border-top: 1px solid #444448;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._wrapper_1bmmc_1 p {
  color: #6E6E71;
  font-size: 14px;
  font-weight: 400;
}
._wrapper_1bmmc_1 p a {
  margin-right: 20px;
  transition: 0.3s;
}
._wrapper_1bmmc_1 p a:hover {
  color: #C6C6C7;
}
._wrapper_1bmmc_1 p a:last-child {
  margin-right: 0;
}
@media (max-width: 600px) {
  ._wrapper_1bmmc_1 {
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
  }
  ._wrapper_1bmmc_1 p {
    margin-bottom: 10px;
  }
  ._wrapper_1bmmc_1 p:last-child {
    margin-bottom: 0;
  }
  ._wrapper_1bmmc_1 p a {
    margin-right: 0;
    margin-top: 10px;
    display: block;
    text-align: center;
  }
}@keyframes _fadeInWithBlurScaleNftLaunch_zz83q_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_zz83q_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_zz83q_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_zz83q_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_zz83q_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_zz83q_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_zz83q_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_zz83q_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_zz83q_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_zz83q_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_zz83q_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_zz83q_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_zz83q_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_zz83q_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_zz83q_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_zz83q_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_zz83q_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_zz83q_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_zz83q_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_zz83q_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_zz83q_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_zz83q_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_zz83q_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_zz83q_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_zz83q_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_zz83q_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_zz83q_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_zz83q_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_zz83q_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_zz83q_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_zz83q_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_zz83q_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_zz83q_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_zz83q_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_zz83q_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_zz83q_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_zz83q_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_zz83q_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_zz83q_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_zz83q_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_zz83q_1 {}
@keyframes _wave-animation_zz83q_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_zz83q_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_zz83q_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_zz83q_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._wrapper_zz83q_410 {
  transition: 0.8s cubic-bezier(0.2, 0.8, 0.6, 1);
}

._header_zz83q_414 {
  -webkit-tap-highlight-color: transparent;
  animation-name: _fadeInHeader_zz83q_1;
  animation-duration: 0.45s;
  animation-timing-function: cubic-bezier(0.3, 1, 0.5, 1);
  animation-fill-mode: both;
  border-bottom: 1px solid var(--Stroke-Dark, #2c2c2f);
  background-color: #232328;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 101;
}
._header_inner_zz83q_428 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
._header_r_zz83q_434 {
  display: flex;
  align-items: center;
}._logo_10gvq_1 {
  display: flex;
  align-items: center;
  transition: 0.5s cubic-bezier(0.4, 0.1, 0.8, 1);
}
._logo_10gvq_1:hover div:nth-child(2) svg path:nth-child(1) {
  transition-duration: 0.165s;
  opacity: 0.76 !important;
  transition-duration: 0.15s;
  opacity: 0.8 !important;
}
._logo_10gvq_1:hover div:nth-child(2) svg path:nth-child(2) {
  transition-duration: 0.18s;
  opacity: 0.77 !important;
  transition-duration: 0.15s;
  opacity: 0.8 !important;
}
._logo_10gvq_1:hover div:nth-child(2) svg path:nth-child(3) {
  transition-duration: 0.195s;
  opacity: 0.78 !important;
  transition-duration: 0.15s;
  opacity: 0.8 !important;
}
._logo_10gvq_1:hover div:nth-child(2) svg path:nth-child(4) {
  transition-duration: 0.21s;
  opacity: 0.79 !important;
}
._logo_10gvq_1:hover div:nth-child(2) svg path:nth-child(5) {
  transition-duration: 0.225s;
  opacity: 0.8 !important;
}
._logo_10gvq_1:hover div:nth-child(2) svg path:nth-child(6) {
  transition-duration: 0.24s;
  opacity: 0.81 !important;
}
._logo_10gvq_1:hover div:nth-child(2) svg path:nth-child(7) {
  transition-duration: 0.255s;
  opacity: 0.82 !important;
}
._logo_10gvq_1:hover div:nth-child(2) svg path:nth-child(8) {
  transition-duration: 0.27s;
  opacity: 0.83 !important;
}
._logo_10gvq_1:hover div:nth-child(2) svg path:nth-child(9) {
  transition-duration: 0.285s;
  opacity: 0.84 !important;
}
._logo_10gvq_1:hover div:nth-child(2) svg path:nth-child(10) {
  transition-duration: 0.3s;
  opacity: 0.85 !important;
}
._logo_10gvq_1:hover div:nth-child(2) svg path:nth-child(11) {
  transition-duration: 0.315s;
  opacity: 0.86 !important;
}
._logo_10gvq_1:hover div:nth-child(2) svg path:nth-child(12) {
  transition-duration: 0.33s;
  opacity: 0.87 !important;
}
._logo_10gvq_1:hover div:nth-child(2) svg path:nth-child(13) {
  transition-duration: 0.345s;
  opacity: 0.88 !important;
}
._logo_10gvq_1:hover div:nth-child(2) svg path:nth-child(14) {
  transition-duration: 0.36s;
  opacity: 0.89 !important;
}
._logo_10gvq_1:hover div:nth-child(2) svg path:nth-child(15) {
  transition-duration: 0.375s;
  opacity: 0.9 !important;
}
._logo_10gvq_1 svg path {
  transition: 0.15s cubic-bezier(0.1, 0.1, 0.8, 1);
}
._logo_10gvq_1 ._svg1_10gvq_75 {
  width: 47px;
  margin-right: 14px;
}
._logo_10gvq_1 ._svg2_10gvq_79 {
  width: 127px;
}
@media (max-width: 600px) {
  ._logo_10gvq_1 ._svg1_10gvq_75 {
    width: 38px;
    margin-right: 0;
  }
  ._logo_10gvq_1 ._svg2_10gvq_79 {
    display: none;
  }
}

._hover_10gvq_92 {
  opacity: 0.6;
}
@media (max-width: 600px) {
  ._hover_10gvq_92 {
    opacity: 0.4;
  }
}

._adjacent_10gvq_101 {
  opacity: 0.7;
}
@media (max-width: 600px) {
  ._adjacent_10gvq_101 {
    opacity: 0.5;
  }
}

._adjacent2_10gvq_110 {
  opacity: 0.8;
}
@media (max-width: 600px) {
  ._adjacent2_10gvq_110 {
    opacity: 0.6;
  }
}@keyframes _fadeInWithBlurScaleNftLaunch_h3g7b_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_h3g7b_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_h3g7b_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_h3g7b_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_h3g7b_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_h3g7b_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_h3g7b_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_h3g7b_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_h3g7b_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_h3g7b_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_h3g7b_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_h3g7b_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_h3g7b_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_h3g7b_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_h3g7b_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_h3g7b_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_h3g7b_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_h3g7b_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_h3g7b_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_h3g7b_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_h3g7b_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_h3g7b_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_h3g7b_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_h3g7b_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_h3g7b_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_h3g7b_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_h3g7b_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_h3g7b_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_h3g7b_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_h3g7b_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_h3g7b_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_h3g7b_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_h3g7b_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_h3g7b_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_h3g7b_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_h3g7b_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_h3g7b_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_h3g7b_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_h3g7b_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_h3g7b_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_h3g7b_1 {}
@keyframes _wave-animation_h3g7b_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_h3g7b_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_h3g7b_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_h3g7b_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._menu_h3g7b_410 {
  margin-left: 14px;
  margin-right: 10px;
}
._menu__onHover_h3g7b_414 {
  padding: 24px 0px;
  box-shadow: inset -4px 0 0 0 #232328, inset 4px 0 0 0 #232328;
  position: absolute;
  background-color: #27272B;
  transition: 0.2s cubic-bezier(0.3, 0.3, 0.3, 1), left 0.18s cubic-bezier(0, 0.4, 0.6, 1.1), width 0.1s linear, filter 0.2s cubic-bezier(0.3, 0.3, 0.3, 1);
  border-radius: 8px;
  z-index: -100;
}

._link_h3g7b_424 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 14px 18px;
  border-radius: 8px;
  display: inline-block;
  transition: 1s cubic-bezier(0.8, 0.4, 0.4, 1);
}
._link_h3g7b_424._active_h3g7b_433 {
  background-color: #2f2f33;
}
._link_h3g7b_424:active {
  background-color: #2f2f33;
}

._menu_h3g7b_410 {
  display: flex;
}
@media (max-width: 900px) {
  ._menu_h3g7b_410 {
    display: none;
  }
}
._menu_item_h3g7b_448 {
  border-radius: 8px;
  padding-right: 4px;
  padding-left: 4px;
  position: relative;
  transition: 0.25s cubic-bezier(0.42, 0, 0.58, 1);
}
._menu_item_h3g7b_448:hover ._submenu_wrapper_h3g7b_455 {
  transition: 1s;
  display: block;
}
._menu_h3g7b_410:last-child {
  margin-right: 0;
}

._submenu_wrapper_h3g7b_455 {
  transform: translateY(-15px);
  padding-top: 15px;
}

._submenuFadeIn_h3g7b_468 {
  animation-name: _fadeInHeaderMenu_h3g7b_1;
  animation-duration: 0.15s;
  animation-timing-function: cubic-bezier(0, 0.1, 0.8, 1);
  animation-fill-mode: both;
}
@keyframes _fadeInHeaderMenu_h3g7b_1 {
  from {
    scale: 0.995;
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

._submenuFadeOut_h3g7b_487 {
  animation-name: _fadeOutHeaderMenu_h3g7b_1;
  animation-duration: 0.15s;
  animation-timing-function: cubic-bezier(0, 0.05, 0.5, 1);
  animation-fill-mode: both;
}
@keyframes _fadeOutHeaderMenu_h3g7b_1 {
  from {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  to {
    scale: 0.98;
    opacity: 0;
  }
}

._submenu_h3g7b_455 {
  transition: opacity 0.3s ease-in-out;
  transition: max-height 0.25s cubic-bezier(0.25, 0.5, 0.3, 1), min-height 0.25s cubic-bezier(0.25, 0.5, 0.3, 1), min-width 0.25s cubic-bezier(0.3, 0.4, 0.3, 1), max-width 0.25s cubic-bezier(0.3, 0.4, 0.3, 1);
  overflow: hidden;
  border-radius: 8px;
  background: var(--bg-block, #2f2f33);
  border: 1px solid #444448;
  padding: 20px;
  width: 380px;
}
._submenu_wrapper_h3g7b_455 {
  padding-top: -30px !important;
  position: absolute;
  left: 0;
  top: 90%;
  opacity: 0;
  transition: left 0.3s cubic-bezier(0.2, 0.3, 0.2, 1), opacity 0.3s cubic-bezier(0.05, 0.46, 0.45, 1.5);
}
._submenu_h3g7b_455 ._inactive_h3g7b_524 {
  opacity: 0.5 !important;
  cursor: default;
}
._submenu_item_h3g7b_528 {
  display: flex;
  align-items: center;
  transition: 0.3s cubic-bezier(0.3, 0.8, 0.8, 1);
}
._submenu_item_h3g7b_528 ._arrow_h3g7b_533 {
  width: 24px;
  opacity: 0;
  scale: 0.8;
  transition: 0.2s cubic-bezier(0.4, 0.4, 0.4, 1), scale 0.2s cubic-bezier(0.3, 0.3, 0.3, 1);
}
._submenu_item_h3g7b_528 ._arrow_h3g7b_533 svg path {
  transition: 0.15s cubic-bezier(0.3, 0.3, 0.3, 1);
}
._submenu_item_h3g7b_528:active {
  transition: 0.3s cubic-bezier(0.3, 0.8, 0.3, 1);
  scale: 0.98;
  opacity: 0.85;
}
._submenu_item_h3g7b_528:active ._arrow_h3g7b_533 {
  scale: 0.9 !important;
  transition: opacity 0.15s cubic-bezier(0.2, 0.2, 0.2, 1), scale 0.4s cubic-bezier(0.3, 0.3, 0.3, 1);
  opacity: 0 !important;
}
._submenu_item_h3g7b_528:hover ._arrow_h3g7b_533 {
  opacity: 1;
  scale: 1;
}
._submenu_item_h3g7b_528:hover ._submenu_item_icon_h3g7b_556 {
  background: var(--main-blue, #00a1f0);
}
._submenu_item_h3g7b_528:last-child {
  margin-bottom: 0;
}
._submenu_item_icon_h3g7b_556 {
  animation-name: _fadeIn_h3g7b_1;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.3, 0.8, 0.3, 1);
  animation-duration: 0.6s;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--main-blue, #0088cb);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  transition: 0.15s ease-out;
}
@media (max-width: 600px) {
  ._submenu_item_icon_h3g7b_556 {
    animation-duration: 0.4s;
  }
}
._submenu_item_icon_h3g7b_556 svg {
  width: 24px;
}
._submenu_item_content_h3g7b_587 {
  animation-name: _fadeIn_h3g7b_1;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.3, 0.8, 0.3, 1);
  animation-duration: 0.6s;
  width: calc(100% - 80px);
}
@media (max-width: 600px) {
  ._submenu_item_content_h3g7b_587 {
    animation-duration: 0.4s;
  }
}
._submenu_item_content_h3g7b_587 p:first-child {
  margin-bottom: 4px;
  color: var(--text-white, #fff);
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}
._submenu_item_content_h3g7b_587 p:last-child {
  color: var(--text-gray, #6e6e71);
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}
._submenu_item_content_title_h3g7b_614 {
  display: flex;
}
._submenu_item_content_title_soon_h3g7b_617 {
  height: 20px;
  width: 65px;
}._burger_ps639_1 {
  padding: 13px 10px;
  border-radius: 8px;
  background: #2f2f33;
  display: none;
  transition: 0.4s cubic-bezier(0.2, 0.6, 0.8, 1), rotate 0.45s cubic-bezier(0.2, 0.6, 0.6, 1.2), scale 0.3s cubic-bezier(0.2, 0.5, 0.5, 1);
}
._burger_ps639_1._active_ps639_8 {
  filter: brightness(1.1);
}
._burger_ps639_1:active {
  filter: brightness(1.2);
  scale: 0.93;
}
._burger_icon_ps639_15 {
  width: 20px;
  height: 14px;
  position: relative;
  scale: 1;
  transition: 0.4s cubic-bezier(0.2, 1, 0.8, 1);
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  /* standard syntax */
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
}
._burger_icon_line_ps639_30 {
  transition: 0.3 ease, rotate 0.25s cubic-bezier(0.1, 0.5, 0.6, 1), scale 0.3s cubic-bezier(0.2, 0.5, 0.5, 1), opacity 0.3s ease-out;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #c6c6c7;
  position: absolute;
  left: 0;
  top: 0;
}
._burger_icon_line_ps639_30:nth-child(1) {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.2, 0.8, 0.4, 1);
}
._burger_icon_line_ps639_30:nth-child(2) {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.2, 0.4, 0.4, 1);
  top: 50%;
  transform: translateY(-50%);
}
._burger_icon_line_ps639_30:nth-child(3) {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.2, 0.8, 0.4, 1);
  top: 100%;
  transform: translateY(-100%);
}
._burger_icon_line_ps639_30:nth-child(4) {
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 0.4, 0.4, 1);
  opacity: 0;
  top: 50%;
  transform: rotate(90deg);
}
._burger_icon_line_ps639_30:nth-child(5) {
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 0.4, 0.4, 1);
  opacity: 0;
  top: 100%;
  transform: rotate(0deg);
}
._burger_icon_ps639_15._active_ps639_8 {
  rotate: 90deg;
}
._burger_icon_ps639_15._active_ps639_8 ._burger_icon_line_ps639_30:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
  opacity: 0;
  scale: 1;
  transition-duration: 0.25s;
}
._burger_icon_ps639_15._active_ps639_8 ._burger_icon_line_ps639_30:nth-child(2) {
  transform: rotate(45deg);
  transition-duration: 0.25s;
}
._burger_icon_ps639_15._active_ps639_8 ._burger_icon_line_ps639_30:nth-child(3) {
  top: 50%;
  opacity: 1;
  opacity: 0;
  transform: rotate(45deg);
  transition-duration: 0.25s;
}
._burger_icon_ps639_15._active_ps639_8 ._burger_icon_line_ps639_30:nth-child(4) {
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.2, 0.4, 0.4, 1);
  transform: rotate(135deg);
  top: 50%;
  opacity: 1;
  scale: 1;
  top: none;
}
._burger_icon_ps639_15._active_ps639_8 ._burger_icon_line_ps639_30:nth-child(5) {
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.2, 0.4, 0.4, 1);
  top: 50%;
  transform: rotate(45deg);
  opacity: 1;
  scale: 1;
}
@media (max-width: 900px) {
  ._burger_ps639_1 {
    display: block;
  }
}._wrapper_5um27_1 {
  display: none;
  z-index: 1000000;
}
@media (max-width: 1000px) {
  ._wrapper_5um27_1 {
    display: block;
    position: fixed;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background-color: #232328;
    z-index: 100;
    padding: 30px 24px;
    padding-top: 75px;
    transition: 0.12s cubic-bezier(0.5, 0.5, 0.5, 1), opacity 0.75s cubic-bezier(0.25, 1, 0, 1), margin-left 0.35s cubic-bezier(0.25, 1, 0.15, 1), scale 0.15s cubic-bezier(0.5, 0.8, 0.15, 1) 0s;
  }
  ._wrapper_5um27_1._active_5um27_19 {
    margin-left: 0px;
    transition: 0.3s cubic-bezier(0.15, 1, 0.1, 0.975), opacity 0s, margin-left 0s cubic-bezier(0.25, 1, 0.15, 1), scale 0s cubic-bezier(0.5, 0.8, 0.15, 1), opacity 0.15s !important;
    top: 0;
    opacity: 1;
    scale: 1;
  }
}

._inner_5um27_28 {
  height: 100%;
  overflow: auto;
  padding-top: 20px;
}
@media (max-width: 1000px) {
  ._inner_5um27_28 {
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    /* standard syntax */
    -webkit-user-select: none;
    /* Safari 3.1+ */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
  }
}

._addit_links_5um27_46 {
  margin-top: 30px;
}

._addit_link_5um27_46 {
  color: #6e6e71;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 14px;
  display: block;
  transition: 0.25s cubic-bezier(0.2, 0.6, 0.4, 1);
}
._addit_link_5um27_46:focus {
  filter: brightness(1.2);
  scale: 0.99;
}
._addit_link_5um27_46:active {
  filter: brightness(1.2);
  scale: 0.99;
}
._addit_link_5um27_46:last-child {
  margin-bottom: 0;
}

._socials_5um27_70 {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  border-top: 1px solid #444448;
  margin-top: 30px;
}

._soc_item_5um27_78 {
  padding: 8px;
  border-radius: 8px;
  background-color: #3b3b3f;
  display: block;
  margin-right: 8px;
  margin-bottom: 8px;
  transition: 0.2s cubic-bezier(0.5, 0.5, 0.5, 1);
}
._soc_item_5um27_78:focus {
  background-color: #49494e;
}
._soc_item_5um27_78:active {
  background-color: #49494e;
}
._soc_item_5um27_78 svg {
  width: 20px;
}
._soc_item_5um27_78:last-child {
  margin-right: 0;
}@keyframes _fadeInWithBlurScaleNftLaunch_tkc2o_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_tkc2o_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_tkc2o_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_tkc2o_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_tkc2o_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_tkc2o_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_tkc2o_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_tkc2o_410 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_tkc2o_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_tkc2o_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_tkc2o_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_tkc2o_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_tkc2o_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_tkc2o_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_tkc2o_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_tkc2o_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_tkc2o_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_tkc2o_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_tkc2o_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_tkc2o_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_tkc2o_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_tkc2o_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_tkc2o_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_tkc2o_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_tkc2o_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_tkc2o_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_tkc2o_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_tkc2o_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_tkc2o_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_tkc2o_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_tkc2o_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_tkc2o_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_tkc2o_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_tkc2o_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_tkc2o_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_tkc2o_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_tkc2o_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_tkc2o_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_tkc2o_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_tkc2o_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_tkc2o_1 {}
@keyframes _wave-animation_tkc2o_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_tkc2o_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_tkc2o_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_tkc2o_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._fadeIn_tkc2o_410 {
  animation-name: _fadeIn_tkc2o_410;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.25, 1, 0.25, 1) !important;
}
@media (max-width: 600px) {
  ._fadeIn_tkc2o_410 {
    animation-duration: 0.4s;
  }
}

._wrapperLink_tkc2o_423 {
  transition-timing-function: cubic-bezier(0.2, 0.4, 0.2, 1);
  margin-bottom: 14px;
}
._wrapperLink_tkc2o_423:last-child {
  margin-bottom: 0;
}

._inactive_tkc2o_431:active {
  scale: 0.99 !important;
  opacity: 0.4 !important;
}

._item_tkc2o_436 {
  -webkit-tap-highlight-color: transparent;
  transition: 0.35s cubic-bezier(0.5, 0.5, 0.5, 1);
}
._item_tkc2o_436._low_tkc2o_440 {
  opacity: 0.75;
}
._item_groupName_tkc2o_443 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
._item_title_tkc2o_448 {
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._item_title_tkc2o_448._active_tkc2o_454 {
  opacity: 1 !important;
}
._item_title_tkc2o_448._active_tkc2o_454 svg {
  transform: rotate(180deg);
}
._item_title_tkc2o_448 a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
._item_title_tkc2o_448 svg {
  width: 20px;
  transition: 0.3s;
}
._item_sub_tkc2o_469 {
  margin: 10px 0;
}
._item_link_tkc2o_472 {
  display: flex;
  align-items: center;
  transition: 0.3s cubic-bezier(0.4, 0.6, 0.4, 1);
}
._item_link_tkc2o_472:active {
  transition: 0.3s cubic-bezier(0.1, 0.5, 0.6, 1);
  scale: 0.985;
  opacity: 0.75;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  /* standard syntax */
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
}
._item_link_r_tkc2o_490 p:first-child {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4px;
  transition: 1.5s cubic-bezier(0.1, 1, 0.1, 1);
}
._item_link_r_tkc2o_490 p:last-child {
  font-size: 14px;
  font-weight: 400;
  color: #6e6e71;
  transition: 1.5s cubic-bezier(0.1, 1, 0.1, 1);
}
._item_link_r_title_tkc2o_503 {
  display: flex;
}
._item_link_r_title_soon_tkc2o_506 {
  height: 20px;
  width: 65px;
}
._item_link_icon_tkc2o_510 {
  border-radius: 8px;
  background-color: #0088cb;
  padding: 10px;
  margin-right: 12px;
  transition: 0.6s cubic-bezier(0.1, 1, 0.1, 1);
}
._item_link_icon_tkc2o_510 svg {
  width: 24px;
  transition: 0.4s cubic-bezier(0.1, 1, 0.1, 1);
}@keyframes _fadeInWithBlurScaleNftLaunch_12mbd_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_12mbd_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_12mbd_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_12mbd_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_12mbd_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_12mbd_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_12mbd_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_12mbd_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_12mbd_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_12mbd_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_12mbd_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_12mbd_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_12mbd_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_12mbd_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_12mbd_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_12mbd_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_12mbd_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_12mbd_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_12mbd_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_12mbd_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_12mbd_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_12mbd_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_12mbd_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_12mbd_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_12mbd_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_12mbd_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_12mbd_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_12mbd_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_12mbd_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_12mbd_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_12mbd_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_12mbd_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_12mbd_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_12mbd_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_12mbd_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_12mbd_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_12mbd_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_12mbd_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_12mbd_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_12mbd_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_12mbd_1 {}
@keyframes _wave-animation_12mbd_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_12mbd_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_12mbd_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_12mbd_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._selector_fadeOut_12mbd_410 {
  animation-name: _selectorLargeFadeOut_12mbd_1;
  animation-duration: 0.25s !important;
  animation-timing-function: cubic-bezier(0.5, 0.3, 0.1, 1);
  animation-fill-mode: both;
}
@keyframes _selectorLargeFadeOut_12mbd_1 {
  from {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  to {
    scale: 0.95;
    transform: translateY(-6px);
    opacity: 0;
  }
}

._selector_fadeIn_12mbd_430 {
  animation-name: _selectorFadeIn_12mbd_1;
  animation-duration: 0.23s;
  animation-timing-function: cubic-bezier(0.5, 0.8, 0.1, 1);
  animation-fill-mode: both;
}
@keyframes _selectorFadeIn_12mbd_1 {
  from {
    scale: 0.97;
    transform: translateY(-3px);
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

._wrapper_12mbd_450 {
  margin-left: 10px;
  animation-name: _fadeIn_12mbd_1;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.2, 0.2, 0.4, 1);
  animation-fill-mode: both;
  position: relative;
}
@media (max-width: 600px) {
  ._wrapper_12mbd_450 {
    animation-duration: 0.4s;
  }
}

._disabled_button_12mbd_464 {
  border-radius: 8px;
  background: var(--Button-Disabled, #363639) !important;
}
._disabled_button_12mbd_464 svg path {
  fill: var(--Text-Gray, #6e6e71) !important;
}
._disabled_button_12mbd_464:hover {
  background: var(--Button-Blue_Hov, #00a1f0);
}
._disabled_button_12mbd_464:hover p {
  color: var(--Text-White, #7e7e83) !important;
}
._disabled_button_12mbd_464:hover svg path {
  fill: var(--Text-Gray, #7e7e83) !important;
}
._disabled_button_12mbd_464:active p {
  color: var(--Text-White, #7e7e83) !important;
}
._disabled_button_12mbd_464:active svg path {
  fill: var(--Text-Gray, #7e7e83) !important;
}
._disabled_button_12mbd_464 p {
  color: var(--Text-Gray, #6e6e71) !important;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
}

._button_12mbd_496 {
  border-radius: 8px;
  background: var(--Button-Blue, #0088cb);
  display: flex;
  padding: 12px 20px;
  align-items: center;
  gap: 6px;
  transition: 0.2s cubic-bezier(0.3, 0.3, 0.3, 1), background 0.2s cubic-bezier(0.3, 0.6, 0.3, 1);
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  /* standard syntax */
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  cursor: pointer;
}
@media (max-width: 1000px) {
  ._button_12mbd_496 {
    display: flex;
    padding: 10px 16px !important;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    max-height: 40px;
    margin-right: 10px;
  }
}
._button_12mbd_496:hover {
  background: var(--Button-Blue_Hov, #00a1f0);
}
._button_12mbd_496:hover div {
  color: var(--Text-White, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
}
._button_12mbd_496:hover svg path {
  fill: var(--Text-Gray, #fff);
}
._button_12mbd_496:active {
  border-radius: 8px;
  background: var(--Button-Blue_Act, #0177b0);
}
._button_12mbd_496:active div {
  color: var(--Text-White, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
}
._button_12mbd_496:active svg path {
  fill: var(--Text-Gray, #fff);
}
._button_12mbd_496 span {
  animation-name: _fadeIn_12mbd_1;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  min-width: 80px;
  color: var(--Text-White, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  transition: 0.3s cubic-bezier(0.4, 1, 0.4, 1.2);
}
@media (max-width: 600px) {
  ._button_12mbd_496 span {
    animation-duration: 0.4s;
  }
}
._button_12mbd_496 svg path {
  transition: 0.3s cubic-bezier(0.4, 0.6, 0.4, 1);
}

._walletIcon_12mbd_580 {
  width: 24px;
  height: 24px;
}

._selector_12mbd_410 {
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  padding: 4px 8px;
  width: 100%;
  z-index: 2;
  border-radius: 8px;
  border: 1px solid var(--stroke-main, rgba(68, 68, 72, 0.109));
  background: var(--BG-Dark, #18181c);
  width: 260px;
}
@media (max-width: 1000px) {
  ._selector_12mbd_410 {
    margin-right: -40px;
    width: 250px;
  }
}
._selector_item_12mbd_603 {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  user-select: none;
  padding: 12px 8px;
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  transition: 0.2s ease-out;
  text-align: center;
}
._selector_item_12mbd_603 p {
  animation-name: _fadeIn_12mbd_1;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.2s !important;
  transition: 0.2s ease-out;
}
@media (max-width: 600px) {
  ._selector_item_12mbd_603 p {
    animation-duration: 0.4s;
  }
}
._selector_item_12mbd_603._active_12mbd_628 {
  border-radius: 8px;
  background: var(--button-gray, #3b3b3f) !important;
}
._selector_item_12mbd_603._active_12mbd_628 p {
  transform: none !important;
}
._selector_item_12mbd_603:active p {
  transform: scale(0.95);
}
@media (max-width: 1000px) {
  ._selector_item_12mbd_603:active p {
    transform: scale(0.97);
  }
}
._selector_item_12mbd_603:hover {
  border-radius: 8px;
  background: var(--button-gray, rgba(68, 68, 72, 0.15));
}
._selector_item_12mbd_603:last-child {
  margin-bottom: 1px;
}

._balance_12mbd_651 {
  color: var(--Text-Light_grey, #c6c6c7);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  margin-bottom: 10px;
}@keyframes _fadeInWithBlurScaleNftLaunch_1h7t1_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1h7t1_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1h7t1_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1h7t1_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1h7t1_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1h7t1_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1h7t1_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1h7t1_418 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1h7t1_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1h7t1_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1h7t1_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1h7t1_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1h7t1_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1h7t1_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1h7t1_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1h7t1_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1h7t1_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1h7t1_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1h7t1_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1h7t1_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1h7t1_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1h7t1_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1h7t1_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1h7t1_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1h7t1_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1h7t1_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1h7t1_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1h7t1_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1h7t1_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1h7t1_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1h7t1_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1h7t1_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1h7t1_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1h7t1_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1h7t1_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1h7t1_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1h7t1_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1h7t1_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1h7t1_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1h7t1_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1h7t1_1 {}
@keyframes _wave-animation_1h7t1_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1h7t1_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1h7t1_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1h7t1_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes _rotate_1h7t1_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._fadeIn_1h7t1_418 {
  animation-name: _fadeIn_1h7t1_418;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.15s;
}
@media (max-width: 600px) {
  ._fadeIn_1h7t1_418 {
    animation-duration: 0.4s;
  }
}

._wrapper_1h7t1_431 {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 201;
  width: 100%;
  height: 100%;
}
._wrapper_1h7t1_431._active_1h7t1_442 {
  display: flex;
}
@media (max-width: 420px) {
  ._wrapper_1h7t1_431 {
    align-items: flex-end;
  }
}

._bg_1h7t1_451 {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

._block_1h7t1_461 {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  background: var(--bg-block, #2f2f33);
  padding: 20px;
  max-width: 450px;
  width: 100%;
  max-height: 100%;
  overflow: auto;
}
@media (max-width: 420px) {
  ._block_1h7t1_461 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

._top_1h7t1_479 {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: space-between;
}

._title_1h7t1_486 {
  color: var(--text-white, #fff);
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

._close_1h7t1_493 {
  cursor: pointer;
  user-select: none;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #232328;
  border-radius: 50%;
}
._close_1h7t1_493 svg {
  width: 24px;
}

._info_1h7t1_508 {
  cursor: default;
  padding: 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, #5921ba 0%, #1879fe 49.38%, #15adcf 100%);
  background-size: 120% 120%;
  margin-bottom: 20px;
}
._info_1h7t1_508:active {
  background-size: 150% 150%;
}
._info_top_1h7t1_519 {
  margin-bottom: 6px;
}
._info_top_1h7t1_519 p:first-child {
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
}
._info_top_1h7t1_519 p:last-child {
  color: var(--text-white, #fff);
  font-size: 24px;
  font-weight: 600;
}
._info_bottom_1h7t1_533 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._info_items_1h7t1_538 {
  display: flex;
}
._info_item_1h7t1_538 {
  transition: 0.2s cubic-bezier(0.2, 0.2, 0.2, 1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px;
  margin-right: 8px;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  /* standard syntax */
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
}
._info_item_1h7t1_538:hover {
  background: rgba(255, 255, 255, 0.4);
}
._info_item_1h7t1_538:last-child {
  margin-right: 0;
}
._info_item_1h7t1_538 svg {
  width: 20px;
}
._info_btn_1h7t1_567 {
  color: var(--text-white, #fff);
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  padding: 15px 20px;
  border-radius: 8px;
  border: 1px solid var(--text-white, #fff);
  cursor: pointer;
  user-select: none;
}

._recent_1h7t1_579 {
  margin-bottom: 20px;
  color: var(--text-white, #fff);
  font-size: 20px;
  font-weight: 600;
}

._transactions_1h7t1_586 {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid var(--stroke-main, #444448);
}
._transactions_all_1h7t1_591 {
  margin: 20px 0;
  color: var(--text-light-grey, #c6c6c7);
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  user-select: none;
  display: inline-block;
}
._transactions_all_1h7t1_591:hover {
  color: #fff;
}
._transactions_item_1h7t1_603 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
._transactions_item_1h7t1_603:last-child {
  margin-bottom: 0;
}
._transactions_item_1h7t1_603 p {
  cursor: pointer;
  user-select: none;
  color: var(--text-link, #0088cb);
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
._transactions_item_1h7t1_603 p:hover {
  color: #00a1f0;
}
._transactions_item_1h7t1_603 p:hover svg path {
  fill: #00a1f0;
}
._transactions_item_1h7t1_603 p svg {
  width: 16px;
  margin-left: 4px;
}
._transactions_item_icon_1h7t1_631 {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #43d26c;
}
._transactions_item_icon_1h7t1_631._red_1h7t1_640 {
  background-color: #d24343;
}
._transactions_item_icon_1h7t1_631._progress_1h7t1_643 {
  background-color: transparent;
}
._transactions_item_icon_1h7t1_631._progress_1h7t1_643 svg {
  width: 18px;
}
._transactions_item_icon_1h7t1_631 svg {
  width: 14px;
}

._btn_1h7t1_653 {
  width: 100%;
  margin-top: 20px;
}

@keyframes _blink_1h7t1_1 {
  0% {
    opacity: 1;
    outline: 0px solid rgba(67, 210, 108, 0.4);
    border: 0px solid rgba(255, 255, 255, 0);
  }
  35% {
    opacity: 0.6;
    text-shadow: #0088cb 0px 0px 10px;
    outline: 15px solid rgba(67, 210, 108, 0);
    border: 0px solid rgb(0, 0, 0);
  }
  100% {
    opacity: 1;
    outline: 0px solid rgba(67, 210, 108, 0);
    border: 0px solid rgba(255, 255, 255, 0);
  }
}@keyframes _fadeInWithBlurScaleNftLaunch_11e2g_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_11e2g_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_11e2g_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_11e2g_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_11e2g_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_11e2g_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_11e2g_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_11e2g_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_11e2g_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_11e2g_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_11e2g_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_11e2g_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_11e2g_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_11e2g_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_11e2g_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_11e2g_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_11e2g_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_11e2g_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_11e2g_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_11e2g_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_11e2g_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_11e2g_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_11e2g_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_11e2g_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_11e2g_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_11e2g_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_11e2g_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_11e2g_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_11e2g_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_11e2g_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_11e2g_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_11e2g_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_11e2g_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_11e2g_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_11e2g_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_11e2g_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_11e2g_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_11e2g_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_11e2g_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_11e2g_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_11e2g_1 {}
@keyframes _wave-animation_11e2g_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_11e2g_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_11e2g_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_11e2g_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._block_11e2g_410 {
  position: fixed;
  top: 112px;
  max-width: 340px;
  right: 40px;
  z-index: 10000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 500px) {
  ._block_11e2g_410 {
    right: 20px;
    top: 90px;
    max-width: calc(100% - 40px);
  }
}

._modal_11e2g_426 {
  -webkit-tap-highlight-color: transparent;
  transition: 0.4s cubic-bezier(0, 1, 0.1, 1), scale 0.3s cubic-bezier(0.1, 1, 0.1, 1);
  cursor: pointer;
  padding: 12px 18px 21px 18px;
  border-radius: 14px;
  border: 1px solid var(--stroke-main, #444448);
  background: var(--bg-block, #2f2f33);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  ._modal_11e2g_426._active_11e2g_442 {
    transition: 0.5s cubic-bezier(0.1, 0.2, 0.1, 1), scale 0.3s cubic-bezier(0.1, 0.6, 0.1, 1) !important;
  }
}
._modal_11e2g_426:active {
  scale: 0.99 !important;
}
._modal_11e2g_426:active ._close_11e2g_449 svg path {
  fill: rgba(255, 255, 255, 0.6);
}
._modal_11e2g_426:last-child {
  margin-bottom: 0;
}
._modal_load_11e2g_455 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: #49494e;
}
._modal_load_line_11e2g_463 {
  height: 100%;
  transition-timing-function: cubic-bezier(0.3, 0.3, 0.3, 1) !important;
}
._modal_load_line_11e2g_463._active_11e2g_442 {
  max-width: 340px;
}
._modal_load_line_11e2g_463._blue_11e2g_470 {
  background-color: #0088cb;
}
._modal_load_line_11e2g_463._green_11e2g_473 {
  background-color: #43d26c;
}
._modal_load_line_11e2g_463._orange_11e2g_476 {
  background-color: #e9be50;
}
._modal_load_line_11e2g_463._red_11e2g_479 {
  background-color: #d24343;
}

._icon_11e2g_483 {
  width: 32px;
  margin-right: 12px;
  transition-timing-function: cubic-bezier(0.2, 0.6, 0.2, 1) !important;
}

@keyframes _blinking_11e2g_1 {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
._content_11e2g_500 {
  width: calc(100% - 80px);
}
._content_11e2g_500 p:first-child {
  color: var(--text-white, #fff);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}
._content_11e2g_500 p:last-child {
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

._close_11e2g_449 {
  margin-left: 12px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #6e6e71;
  cursor: pointer;
  user-select: none;
  transition: 0.3s cubic-bezier(0.1, 0.6, 0.1, 1);
}
._close_11e2g_449 svg {
  width: 18px;
}
._close_11e2g_449 svg path {
  transition: 0.3s cubic-bezier(0.1, 0.6, 0.1, 1);
}@keyframes _fadeInWithBlurScaleNftLaunch_h06r8_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_h06r8_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_h06r8_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_h06r8_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_h06r8_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_h06r8_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_h06r8_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_h06r8_447 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_h06r8_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_h06r8_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_h06r8_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_h06r8_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_h06r8_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_h06r8_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_h06r8_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_h06r8_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_h06r8_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_h06r8_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_h06r8_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_h06r8_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_h06r8_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_h06r8_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_h06r8_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_h06r8_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_h06r8_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_h06r8_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_h06r8_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_h06r8_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_h06r8_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_h06r8_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_h06r8_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_h06r8_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_h06r8_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_h06r8_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_h06r8_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_h06r8_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_h06r8_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_h06r8_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_h06r8_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_h06r8_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_h06r8_1 {}
@keyframes _wave-animation_h06r8_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_h06r8_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_h06r8_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_h06r8_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._wrapper_h06r8_410 {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 45%;
  z-index: 10000000;
  overflow: hidden;
}
._wrapper_h06r8_410 p {
  padding-top: 15px;
  color: var(--Text-White, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  animation-delay: 1s;
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.5, 1);
}
@media (max-width: 600px) {
  ._wrapper_h06r8_410 p {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  ._wrapper_h06r8_410 svg {
    scale: 0.8;
  }
}

._logo_h06r8_442 {
  z-index: 1000000000000;
  overflow: hidden;
}

._fadeIn_h06r8_447 {
  animation-name: _fadeIn_h06r8_447;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.2, 0.2, 0.4, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._fadeIn_h06r8_447 {
    animation-duration: 0.4s;
  }
}

._text_h06r8_459 {
  margin-left: 40px;
}
@media (max-width: 600px) {
  ._text_h06r8_459 {
    scale: 0.8;
  }
}

._word_h06r8_468 {
  animation: _move_h06r8_1 1s cubic-bezier(0.5, 0.8, 0.5, 1);
}
@keyframes _move_h06r8_1 {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}

._char_h06r8_480 {
  scale: 1;
  transition: 1s ease;
  animation: _fadeInLogoChar_h06r8_1 5s cubic-bezier(0.1, 0.8, 0.2, 1);
}
@keyframes _fadeInLogoChar_h06r8_1 {
  0% {
    font-size: 0px;
    opacity: 0;
  }
  100% {
    font-size: 30px;
    opacity: 1;
    scale: 1;
  }
}
._char_h06r8_480:nth-child(1) {
  animation-duration: 0.5s;
}
._char_h06r8_480:nth-child(2) {
  animation-duration: 1s;
}
._char_h06r8_480:nth-child(3) {
  animation-duration: 1.5s;
}
._char_h06r8_480:nth-child(4) {
  animation-duration: 2s;
}
._char_h06r8_480:nth-child(5) {
  animation-duration: 2.5s;
}
._char_h06r8_480:nth-child(6) {
  animation-duration: 3s;
}
._char_h06r8_480:nth-child(7) {
  animation-duration: 3.5s;
}
._char_h06r8_480:nth-child(8) {
  animation-duration: 4s;
}
._char_h06r8_480:nth-child(9) {
  animation-duration: 4.5s;
}
._char_h06r8_480:nth-child(10) {
  animation-duration: 5s;
}

._svg_h06r8_527 {
  transition: 1s cubic-bezier(0.2, 0.8, 0.5, 1);
}@keyframes _fadeInWithBlurScaleNftLaunch_1mbhn_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1mbhn_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1mbhn_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1mbhn_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1mbhn_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1mbhn_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1mbhn_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1mbhn_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1mbhn_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1mbhn_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1mbhn_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1mbhn_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1mbhn_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1mbhn_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1mbhn_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1mbhn_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1mbhn_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1mbhn_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1mbhn_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1mbhn_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1mbhn_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1mbhn_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1mbhn_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1mbhn_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1mbhn_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1mbhn_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1mbhn_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1mbhn_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1mbhn_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1mbhn_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1mbhn_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1mbhn_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1mbhn_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1mbhn_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1mbhn_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1mbhn_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1mbhn_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1mbhn_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1mbhn_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1mbhn_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1mbhn_1 {}
@keyframes _wave-animation_1mbhn_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1mbhn_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1mbhn_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1mbhn_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._loading_1mbhn_410 {
  animation-name: _fadeIn0to65_1mbhn_1;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  animation-fill-mode: both;
}

._loaded_1mbhn_417 {
  animation-duration: 0.1s;
  animation-timing-function: cubic-bezier(0.1, 0.4, 0.2, 1);
  animation-fill-mode: both;
}

._gradient_text_1mbhn_423 {
  border-radius: 55px !important;
}

._wrapper_1mbhn_427 {
  transition: 0.4s cubic-bezier(0.2, 0.6, 0.8, 1);
  padding: 30px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  ._wrapper_1mbhn_427 {
    padding: 40px 0 !important;
  }
}

._title_1mbhn_440 {
  margin-bottom: 14px;
  color: var(--text-white, #FFF);
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 600px) {
  ._title_1mbhn_440 {
    font-size: 24px;
  }
}

._text_1mbhn_452 {
  margin-bottom: 24px;
  color: var(--text-light-grey, #C6C6C7);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

._inner_1mbhn_460 {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  ._inner_1mbhn_460 {
    flex-direction: column;
  }
}

._btn_1mbhn_474 {
  width: 125px;
  height: 48px;
  border-radius: 8px;
  font-size: 14px;
}
._btn_1mbhn_474 svg {
  width: 20px;
  margin-left: 6px;
}

._content_1mbhn_485 {
  width: 100%;
  margin-right: 10px;
}
@media (max-width: 900px) {
  ._content_1mbhn_485 {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  ._content_1mbhn_485 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

._img_1mbhn_503 {
  animation-name: _fadeIn_1mbhn_1;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  max-width: 415px;
  width: 100%;
}
@media (max-width: 600px) {
  ._img_1mbhn_503 {
    animation-duration: 0.4s;
  }
}
@media (max-width: 600px) {
  ._img_1mbhn_503 {
    max-width: 236px;
    margin-top: 20px;
    animation-duration: 0.15s;
  }
}

._items_1mbhn_524 {
  display: flex;
}
@media (max-width: 900px) {
  ._items_1mbhn_524 {
    max-width: 645px;
    width: 100%;
    margin-top: 24px;
    flex-wrap: wrap;
  }
}
@media (min-width: 600px) {
  ._items_1mbhn_524 {
    min-height: 160px;
  }
}
@media (max-width: 599px) {
  ._items_1mbhn_524 {
    min-height: 258px;
  }
}

._itemFadeIn_1mbhn_546 {
  animation-name: _topIconsFadeIn_1mbhn_1;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.5, 0.8, 0.2, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._itemFadeIn_1mbhn_546 {
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.5, 0.8, 0.2, 1);
    animation-name: _topIconsFadeInMobile_1mbhn_1;
  }
}
@keyframes _topIconsFadeIn_1mbhn_1 {
  from {
    scale: 0.6;
    transform: translateY(-150px) translateX(0px);
    max-height: 10px !important;
  }
  to {
    opacity: 1;
  }
}
@keyframes _topIconsFadeInMobile_1mbhn_1 {
  from {
    max-height: 10px !important;
  }
  to {
    opacity: 1;
  }
}

._itemFadeInReverse_1mbhn_578 {
  animation-name: _topIconsFadeIn_1mbhn_1;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.5, 0.8, 0.2, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._itemFadeInReverse_1mbhn_578 {
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.5, 0.8, 0.2, 1);
    animation-name: _topIconsFadeInMobile_1mbhn_1;
  }
}
@keyframes _topIconsFadeIn_1mbhn_1 {
  from {
    scale: 0.6;
    transform: translateY(-150px) translateX(0px);
    max-height: 10px !important;
  }
  to {
    opacity: 1;
  }
}
@keyframes _topIconsFadeInMobile_1mbhn_1 {
  from {
    max-height: 10px !important;
  }
  to {
    opacity: 1;
  }
}

._item_1mbhn_524 {
  background: var(--BG-Primary, #232328);
  margin-right: 20px;
  padding: 44px 30px;
  border-radius: 20px;
  border: 1px solid var(--Stroke-Dark, #2C2C2F);
  width: 265px;
}
@media (max-width: 600px) {
  ._item_1mbhn_524 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 30px;
  }
  ._item_1mbhn_524:last-child {
    margin-bottom: 0;
  }
}
._item_top_1mbhn_629 {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
._item_top_1mbhn_629 span {
  display: flex;
  align-items: center;
  color: var(--Text-White, #FFF);
  font-size: 32px;
  font-weight: 700;
  animation-name: _topIconsTextFadeIn_1mbhn_1;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.5, 1, 0.2, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._item_top_1mbhn_629 span {
    min-height: 31.2 !important;
  }
}
@media (min-width: 600px) {
  ._item_top_1mbhn_629 span {
    min-height: 39.2 !important;
  }
}
@keyframes _topIconsTextFadeIn_1mbhn_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 600px) {
  ._item_top_1mbhn_629 span {
    font-size: 26px;
  }
}
._item_top_1mbhn_629 img {
  width: 31px;
  height: 31px;
  margin-left: 10px;
}
@media (max-width: 600px) {
  ._item_top_1mbhn_629 img {
    width: 28px;
    height: 28px;
    margin-left: 8px;
  }
}
._item_bottom_1mbhn_681 {
  animation-name: _fadeIn_1mbhn_1;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.2, 0.2, 0.4, 1);
  animation-fill-mode: both;
  margin-top: 12px;
  color: var(--Text-Light_grey, #C6C6C7);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 600px) {
  ._item_bottom_1mbhn_681 {
    animation-duration: 0.4s;
  }
}
._item_1mbhn_524:last-child {
  margin-right: 0;
}@keyframes _fadeInWithBlurScaleNftLaunch_1acve_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1acve_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1acve_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1acve_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1acve_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1acve_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1acve_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1acve_491 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1acve_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1acve_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1acve_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1acve_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1acve_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1acve_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1acve_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1acve_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1acve_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1acve_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1acve_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1acve_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1acve_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1acve_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1acve_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1acve_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1acve_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1acve_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1acve_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1acve_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1acve_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1acve_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1acve_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1acve_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1acve_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1acve_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1acve_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1acve_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1acve_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1acve_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1acve_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1acve_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1acve_1 {}
@keyframes _wave-animation_1acve_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1acve_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1acve_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1acve_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._opacity65animation_1acve_410 {
  animation-name: _fadeIn0to65_1acve_1;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  animation-fill-mode: both;
}

._opacity100animation_1acve_417 {
  animation-duration: 0.1s;
  animation-timing-function: cubic-bezier(0.1, 0.4, 0.2, 1);
  animation-fill-mode: both;
}

._tableFadeIn_1acve_423 {
  animation-name: _fadeInWithBorder20px_1acve_1;
  animation-duration: 0.45s;
  animation-timing-function: cubic-bezier(0.2, 0.5, 0.6, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._tableFadeIn_1acve_423 {
    animation-name: _fadeInWithBorder20pxMobile_1acve_1;
  }
}
@keyframes _fadeInWithBorder20px_1acve_1 {
  0% {
    opacity: 1;
    scale: 0.996;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBorder20pxMobile_1acve_1 {
  0% {
    opacity: 1;
    scale: 0.995;
  }
  100% {
    opacity: 1;
  }
}

._tableFadeOut_1acve_453 {
  scale: 0.996;
  animation-name: _fadeOutWithBorder20px_1acve_1;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.2, 0.5, 0.6, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._tableFadeOut_1acve_453 {
    scale: 0.995;
  }
}
@media (max-width: 600px) {
  ._tableFadeOut_1acve_453 {
    animation-name: _fadeOutWithBorder20pxMobile_1acve_1;
  }
}
@keyframes _fadeOutWithBorder20px_1acve_1 {
  0% {
    opacity: 1;
    scale: 1;
  }
  100% {
    opacity: 1;
    scale: 0.996;
  }
}
@keyframes _fadeOutWithBorder20pxMobile_1acve_1 {
  0% {
    opacity: 1;
    scale: 1;
  }
  100% {
    opacity: 1;
    scale: 0.995;
  }
}

._fadeIn_1acve_491 {
  animation-name: _fadeIn_1acve_491;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.3s !important;
  animation-timing-function: cubic-bezier(0.4, 0.5, 0.4, 1);
}
@media (max-width: 600px) {
  ._fadeIn_1acve_491 {
    animation-duration: 0.4s;
  }
}
@media (max-width: 600px) {
  ._fadeIn_1acve_491 {
    animation-duration: 0.2s !important;
  }
}

@media (min-width: 600px) {
  ._mobile_1acve_511 {
    display: none;
  }
}

@media (max-width: 600px) {
  ._pc_1acve_517 {
    display: none;
  }
}

._table_wrapper_1acve_522 {
  transition: 0.2s cubic-bezier(0.5, 1, 0.5, 1);
}

._wrapper_1acve_526 {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}

._transitionHeightTable_1acve_532 {
  transition: 0.3s ease-in-out, min-height 0.25s cubic-bezier(0.3, 1, 0.4, 1), max-height 0.25s cubic-bezier(0.3, 1, 0.4, 1);
}

._tab_1acve_423 {
  color: var(--text-white, #6e6e71);
  font-size: 16px;
  font-weight: 400;
  padding: 11px 20px;
  border-radius: 8px;
  background: var(--tab-light, #1f1f24);
  margin-right: 10px;
  cursor: pointer;
  user-select: none;
  transition: 0.15s ease-out;
}
._tab_1acve_423:hover {
  color: #c6c6c7;
}
._tab_1acve_423:hover span {
  color: #c6c6c7 !important;
}
._tab_1acve_423._active_1acve_554 {
  background-color: #18181c;
  color: #fff !important;
}
._tab_1acve_423._active_1acve_554 span {
  background-color: #0088cb;
  color: #fff;
}
._tab_1acve_423:last-child {
  margin-right: 0;
}
._tab_1acve_423._active_1acve_554 {
  color: #fff;
  background-color: #18181c;
}
._tab_1acve_423._active_1acve_554 span {
  color: #fff;
  background-color: #0088cb;
  transition: 0.15s ease-out;
}
._tab_1acve_423 span {
  border-radius: 5px;
  background: var(--tab-dark-blue, #0f5377);
  padding: 1px 12px;
  color: var(--text-light-grey, #c6c6c7);
  font-size: 12px;
  font-weight: 400;
}

._search_wrapper_1acve_583 {
  margin: 0 20px;
  margin-bottom: 20px;
}
._search_text_1acve_587 {
  margin-bottom: 8px;
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
}

._field_1acve_594 {
  cursor: text;
  height: 48px;
  transition: 0.15s ease-out;
}
._field_1acve_594 input {
  height: 100%;
}

._table_1acve_423 {
  -webkit-tap-highlight-color: transparent;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 600px) {
  ._table_1acve_423 {
    margin: 0 20px;
  }
}
._table_h_1acve_613 {
  display: flex;
  padding: 0 24px;
  margin-bottom: 13px;
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  ._table_h_1acve_613 {
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0 16px;
  }
}
._table_h_col_1acve_627 {
  width: 33.3333333333%;
  color: var(--text-gray, #6e6e71);
  font-size: 14px;
  font-weight: 400;
}
._table_h_col_1acve_627:nth-child(2) {
  text-align: center;
}
@media (max-width: 768px) {
  ._table_h_col_1acve_627:nth-child(2) {
    display: none;
  }
}
._table_h_col_1acve_627:nth-child(3) {
  text-align: right;
}
._table_row_1acve_644 {
  background-color: #2f2f33;
  border-bottom: 1px solid var(--stroke-main, #444448);
  padding: 18px 24px;
  display: flex;
  align-items: center;
  transition: 0.3s cubic-bezier(0.3, 0.3, 0.5, 1), height 0s;
}
@media (max-width: 768px) {
  ._table_row_1acve_644 {
    justify-content: space-between;
    padding: 16px;
  }
}
._table_row_col_1acve_658 {
  display: flex;
  align-items: center;
  color: var(--text-white, #fff);
  font-size: 16px;
  font-weight: 400;
  width: 33.3333333333%;
}
@media (max-width: 768px) {
  ._table_row_col_1acve_658 {
    width: auto;
  }
}
._table_row_col_1acve_658:nth-child(2) {
  justify-content: center;
  margin: 10px 0;
}
@media (max-width: 768px) {
  ._table_row_col_1acve_658:nth-child(2) {
    display: none;
  }
}
._table_row_col_1acve_658:nth-child(3) {
  justify-content: flex-end;
}
@media (max-width: 768px) {
  ._table_row_col_1acve_658:nth-child(3) {
    justify-content: center;
  }
}
._table_row_col_1acve_658 ._view_1acve_688 {
  color: var(--text-link, #0088cb);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  cursor: pointer;
  user-select: none;
  transition: 0.1s ease-out;
  padding: 9px 0px;
}
._table_row_col_1acve_658 ._view_1acve_688:active {
  color: rgba(0, 160, 240, 0.8901960784) !important;
}
@media (max-width: 768px) {
  ._table_row_col_1acve_658 ._view_1acve_688 {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  ._table_row_col_1acve_658 ._view_1acve_688 {
    font-size: 12px;
  }
}
._table_row_col_1acve_658 ._view_1acve_688:hover {
  color: #00a1f0;
}
._table_row_1acve_644:active {
  filter: brightness(1.08);
}

._img_1acve_718 {
  animation-name: _fadeIn_1acve_491;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.2s !important;
  min-width: 42px;
  min-height: 42px;
}
@media (max-width: 600px) {
  ._img_1acve_718 {
    animation-duration: 0.4s;
  }
}
._img_1acve_718 img {
  border-radius: 50%;
}

._content_1acve_736 {
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
._content_1acve_736 span:first-child {
  color: var(--text-white, #fff);
  font-size: 16px;
  font-weight: 400;
  text-wrap: nowrap;
}
@media (max-width: 768px) {
  ._content_1acve_736 span:first-child {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  ._content_1acve_736 span:first-child {
    font-size: 11px;
  }
}
._content_1acve_736 span:last-child {
  color: var(--text-gray, #6e6e71);
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 768px) {
  ._content_1acve_736 span:last-child {
    font-size: 12px;
  }
}
@media (max-width: 350px) {
  ._content_1acve_736 span:last-child {
    font-size: 12px;
  }
}

._hidden_1acve_774 {
  display: none;
}

._imgToken_1acve_778 {
  border-radius: 10rem;
}

._radio_1acve_782 {
  margin-left: 8px;
  width: 40px;
  height: 20px;
  background-color: #6e6e71;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
._radio_1acve_782._active_1acve_554 {
  background-color: #43d26c;
}
._radio_1acve_782._active_1acve_554::after {
  left: calc(100% - 1px);
  transform: translateY(-50%) translateX(-100%);
}
._radio_1acve_782::after {
  content: "";
  background-color: #fff;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  left: 1px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
._radio_wrapper_1acve_812 {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  ._radio_wrapper_1acve_812 {
    margin-bottom: 20px;
  }
}
._radio_wrapper_1acve_812 span {
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
}

._top_1acve_827 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 600px) {
  ._top_1acve_827 {
    flex-direction: column;
    align-items: flex-start;
  }
}

._faq_1acve_839 {
  margin: 0 20px;
  z-index: -1;
  padding: 30px;
  border-radius: 20px;
  background: var(--BG-Block, #2f2f33);
  margin-top: 30px;
}
@media (max-width: 650px) {
  ._faq_1acve_839 {
    padding: 20px;
  }
}
._faq_title_1acve_852 {
  color: var(--Text-White, #fff);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 650px) {
  ._faq_title_1acve_852 {
    margin-bottom: 20px;
  }
}
._faq_items_1acve_863 {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
}
._faq_items_col_1acve_868 {
  width: calc((100% - 20px) / 2);
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media (max-width: 650px) {
  ._faq_items_col_1acve_868:first-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 650px) {
  ._faq_items_col_1acve_868 {
    width: 100%;
  }
}@keyframes _fadeInWithBlurScaleNftLaunch_ngs2c_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_ngs2c_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_ngs2c_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_ngs2c_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_ngs2c_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_ngs2c_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_ngs2c_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_ngs2c_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_ngs2c_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_ngs2c_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_ngs2c_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_ngs2c_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_ngs2c_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_ngs2c_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_ngs2c_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_ngs2c_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_ngs2c_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_ngs2c_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_ngs2c_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_ngs2c_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_ngs2c_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_ngs2c_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_ngs2c_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_ngs2c_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_ngs2c_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_ngs2c_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_ngs2c_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_ngs2c_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_ngs2c_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_ngs2c_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_ngs2c_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_ngs2c_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_ngs2c_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_ngs2c_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_ngs2c_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_ngs2c_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_ngs2c_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_ngs2c_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_ngs2c_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_ngs2c_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_ngs2c_1 {}
@keyframes _wave-animation_ngs2c_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_ngs2c_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_ngs2c_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_ngs2c_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._tab_ngs2c_410 {
  user-select: none;
  animation-name: _fadeInNotFullyTransparent_ngs2c_1;
  animation-duration: 0.2s;
  animation-timing-function: ease-in;
  animation-fill-mode: both;
  -webkit-tap-highlight-color: transparent;
  animation-duration: 0.25s;
  padding: 11px 20px;
  color: #6e6e71;
  font-size: 16px;
  font-weight: 400;
  border-radius: 8px;
  background-color: #1f1f24;
  margin-right: 10px;
  cursor: pointer;
  display: flex;
  padding: 11px 20px;
  align-items: center;
  gap: 6px;
  transition: 0.5s cubic-bezier(0.2, 0.8, 0.1, 1), scale 0.3s cubic-bezier(0.4, 0.1, 0.2, 1);
}
@media (max-width: 600px) {
  ._tab_ngs2c_410 {
    transition: 0.45s cubic-bezier(0.3, 0.8, 0.2, 1), scale 0.3s cubic-bezier(0.4, 0.1, 0.2, 1);
  }
}
._tab_ngs2c_410 p,
._tab_ngs2c_410 div,
._tab_ngs2c_410 span {
  user-select: none !important;
  pointer-events: none !important;
}
._tab_ngs2c_410._active_ngs2c_443 {
  background: var(--Tab-Dark, #18181c);
  scale: 1 !important;
}
._tab_ngs2c_410._active_ngs2c_443:hover {
  background: var(--Tab-Dark, #18181c);
}
._tab_ngs2c_410._active_ngs2c_443 p {
  color: var(--Text-White, #fff) !important;
}
._tab_ngs2c_410._active_ngs2c_443 div {
  background: var(--Main-Blue, #0088cb) !important;
}
._tab_ngs2c_410._active_ngs2c_443 div span {
  color: var(--Text-White, #fff) !important;
}
._tab_ngs2c_410:active {
  scale: 0.97;
}
@media (max-width: 600px) {
  ._tab_ngs2c_410:active p {
    color: rgba(255, 255, 255, 0.6);
  }
  ._tab_ngs2c_410:active div span {
    color: var(--Text-Gray, rgb(198, 198, 199));
  }
}
._tab_ngs2c_410:hover p,
._tab_ngs2c_410:hover div,
._tab_ngs2c_410:hover span {
  user-select: none;
  pointer-events: none;
}
@media (min-width: 600px) {
  ._tab_ngs2c_410:hover {
    background: var(--Tab-Light, #1f1f24);
  }
  ._tab_ngs2c_410:hover p {
    color: rgba(255, 255, 255, 0.6);
  }
  ._tab_ngs2c_410:hover div span {
    color: var(--Text-Gray, rgb(198, 198, 199));
  }
}
._tab_ngs2c_410 p {
  user-select: none;
  transition: 0.5s cubic-bezier(0.2, 0.8, 0.1, 1);
  user-select: none;
  color: var(--Text-Gray, #6e6e71);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
._tab_ngs2c_410 div {
  user-select: none;
  transition: 0.5s cubic-bezier(0.2, 0.8, 0.1, 1);
  padding-left: 6px;
  padding-right: 6px;
  min-width: 32px;
  height: 17px;
  flex-shrink: 0;
  border-radius: 5px;
  background: var(--Tab-DarkBlue, #0f5377);
  display: flex;
}
._tab_ngs2c_410 div span {
  transition: 0.5s cubic-bezier(0.2, 0.8, 0.1, 1);
  user-select: none;
  align-self: center;
  display: flex;
  margin: auto;
  color: var(--Text-Gray, rgba(198, 198, 199, 0.8));
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

._tabs_ngs2c_525 {
  user-select: none;
  /* standard syntax */
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  margin: 20px 0;
}
._tabs_ngs2c_525 .swiper-slide {
  width: auto !important;
}

._secondary_ngs2c_539 {
  border-radius: 8px;
  border: 1px solid var(--Stroke-Main, #444448) !important;
  background-color: transparent;
  color: var(--Text-Light_grey, #c6c6c7);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
._secondary_ngs2c_539._active_ngs2c_443 {
  border-radius: 8px;
  background: var(--Button-Gray, #3b3b3f) !important;
  color: var(--Text-White, #fff);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid transparent !important;
}@keyframes _fadeInWithBlurScaleNftLaunch_1oai9_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1oai9_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1oai9_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1oai9_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1oai9_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1oai9_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1oai9_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1oai9_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1oai9_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1oai9_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1oai9_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1oai9_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1oai9_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1oai9_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1oai9_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1oai9_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1oai9_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1oai9_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1oai9_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1oai9_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1oai9_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1oai9_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1oai9_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1oai9_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1oai9_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1oai9_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1oai9_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1oai9_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1oai9_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1oai9_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1oai9_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1oai9_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1oai9_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1oai9_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1oai9_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1oai9_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1oai9_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1oai9_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1oai9_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1oai9_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1oai9_1 {}
@keyframes _wave-animation_1oai9_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1oai9_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1oai9_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1oai9_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._item_1oai9_410 {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  /* standard syntax */
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  padding: 20px;
  border-radius: 14px;
  background: var(--Button-Gray_Act, #363639);
  transition: 0.6s cubic-bezier(0.4, 1, 0.2, 1), outline 0.6s cubic-bezier(0, 0.8, 0.2, 1);
  cursor: pointer;
  outline: 1px solid var(--Stroke-Main, transparent);
}
._item_active_1oai9_426 {
  border-radius: 14px;
  outline: 1px solid var(--Stroke-Main, #444448);
  background: transparent;
}
@media (max-width: 650px) {
  ._item_1oai9_410 {
    padding: 14px;
    transition: 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), outline 0.75s cubic-bezier(0.2, 0.8, 0.2, 1);
  }
}
._item_top_1oai9_437 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._item_top_1oai9_437 p {
  width: calc(100% - 44px);
  color: var(--Text-White, #fff);
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}
._item_top_1oai9_437 svg {
  width: 24px;
  transition: 0.4s cubic-bezier(0.5, 1, 0.2, 1);
}
._item_top_1oai9_437 ._rotated_1oai9_453 {
  transform: rotate(180deg);
}
._item_bottom_1oai9_456 {
  margin-top: 20px;
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 650px) {
  ._item_bottom_1oai9_456 {
    margin-top: 18px;
  }
}
._item_bottom_1oai9_456 p {
  animation-name: _fadeIn_1oai9_1;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.2, 0.2, 0.4, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._item_bottom_1oai9_456 p {
    animation-duration: 0.4s;
  }
}
._item_bottom_1oai9_456 p a {
  color: var(--Text-Link, #0088cb);
  text-decoration: underline;
}
._item_bottom_1oai9_456 p ul {
  margin-top: 10px !important;
}
._item_bottom_1oai9_456 p ul li {
  margin-left: 15px;
  animation-name: _fadeIn_1oai9_1;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.2, 0.2, 0.4, 1);
  animation-fill-mode: both;
  list-style: circle;
  list-style-type: disc;
}
@media (max-width: 600px) {
  ._item_bottom_1oai9_456 p ul li {
    animation-duration: 0.4s;
  }
}
._item_bottom_1oai9_456 ul {
  margin-top: 10px !important;
}
._item_bottom_1oai9_456 ul li {
  margin-left: 15px;
  animation-name: _fadeIn_1oai9_1;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.2, 0.2, 0.4, 1);
  animation-fill-mode: both;
  list-style: circle;
  list-style-type: disc;
}
@media (max-width: 600px) {
  ._item_bottom_1oai9_456 ul li {
    animation-duration: 0.4s;
  }
}@keyframes _fadeInWithBlurScaleNftLaunch_13dtb_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_13dtb_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_13dtb_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_13dtb_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_13dtb_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_13dtb_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_13dtb_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_13dtb_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_13dtb_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_13dtb_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_13dtb_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_13dtb_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_13dtb_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_13dtb_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_13dtb_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_13dtb_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_13dtb_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_13dtb_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_13dtb_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_13dtb_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_13dtb_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_13dtb_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_13dtb_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_13dtb_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_13dtb_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_13dtb_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_13dtb_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_13dtb_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_13dtb_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_13dtb_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_13dtb_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_13dtb_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_13dtb_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_13dtb_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_13dtb_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_13dtb_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_13dtb_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_13dtb_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_13dtb_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_13dtb_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_13dtb_1 {}
@keyframes _wave-animation_13dtb_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_13dtb_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_13dtb_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_13dtb_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._paginationFadeIn_13dtb_410 {
  animation-name: _fadeInWithWidth_13dtb_1;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.2, 0.9, 0.2, 1.07);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._paginationFadeIn_13dtb_410 {
    animation-duration: 0.4s;
  }
}
@keyframes _fadeInWithWidth_13dtb_1 {
  from {
    opacity: 0;
    scale: 0;
    max-width: 0px;
    min-width: 0px;
  }
  to {
    scale: 1;
    max-width: 42px;
    min-width: 42px;
    opacity: 1;
  }
}

._paginationFadeOut_13dtb_436 {
  animation-name: _fadeOutWithWidth_13dtb_1;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.2, 0.9, 0.2, 1.07);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._paginationFadeOut_13dtb_436 {
    animation-duration: 0.4s;
  }
}
@keyframes _fadeOutWithWidth_13dtb_1 {
  from {
    scale: 1;
    max-width: 42px;
    min-width: 42px;
    opacity: 1;
  }
  to {
    opacity: 0;
    scale: 0;
    max-width: 0px;
    min-width: 0px;
  }
}

._activePagination_13dtb_462 {
  background-color: var(--Tab-Menu, rgb(28, 28, 33)) !important;
}

._pagination_13dtb_410 {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}
@media (max-width: 768px) {
  ._pagination_13dtb_410 {
    margin-top: 20px;
  }
}
@media (min-width: 600px) {
  ._pagination_13dtb_410 {
    margin-bottom: 30px;
  }
}
._pagination_item_13dtb_481 {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #18181c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
  cursor: pointer;
  user-select: none;
  transition: 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  border: 1px solid transparent;
}
._pagination_item_13dtb_481._notlink_13dtb_498 {
  cursor: default;
  pointer-events: none;
}
._pagination_item_13dtb_481:last-child {
  margin-right: 0;
}
._pagination_item_13dtb_481:active {
  border-color: rgba(255, 255, 255, 0.408) !important;
}
._pagination_item_13dtb_481:hover {
  background-color: #2f2f33;
}@keyframes _fadeInWithBlurScaleNftLaunch_jn86l_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_jn86l_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_jn86l_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_jn86l_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_jn86l_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_jn86l_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_jn86l_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_jn86l_410 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_jn86l_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_jn86l_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_jn86l_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_jn86l_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_jn86l_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_jn86l_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_jn86l_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_jn86l_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_jn86l_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_jn86l_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_jn86l_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_jn86l_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_jn86l_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_jn86l_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_jn86l_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_jn86l_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_jn86l_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_jn86l_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_jn86l_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_jn86l_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_jn86l_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_jn86l_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_jn86l_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_jn86l_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_jn86l_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_jn86l_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_jn86l_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_jn86l_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_jn86l_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_jn86l_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_jn86l_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_jn86l_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_jn86l_1 {}
@keyframes _wave-animation_jn86l_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_jn86l_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_jn86l_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_jn86l_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._fadeIn_jn86l_410 {
  animation-name: _fadeIn_jn86l_410;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 200ms !important;
  animation-timing-function: cubic-bezier(0.4, 0.5, 0.4, 1) !important;
}
@media (max-width: 600px) {
  ._fadeIn_jn86l_410 {
    animation-duration: 0.4s;
  }
}
@media (max-width: 600px) {
  ._fadeIn_jn86l_410 {
    animation-duration: 0.25s !important;
  }
}

._gradient_jn86l_429 {
  border-radius: 6px;
  background: linear-gradient(270deg, #29292f 0%, rgb(48, 48, 53) 30%, rgba(255, 255, 255, 0.15) 31.5%, rgba(255, 255, 255, 0.15) 68.5%, rgb(48, 48, 53) 70%, #29292f 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  animation: _wave-animation1_jn86l_1 2.5s ease-in-out infinite;
}

._grey_jn86l_435 {
  background: #2f2f33;
}

._wrapper_jn86l_439 {
  transition: 0.2s ease;
}

._img_jn86l_443 {
  aspect-ratio: 1/1;
  width: fit-content;
  height: fit-content;
}

._empty_jn86l_449 {
  opacity: 0;
}._fadeInWrapper_lj8s4_1 {
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.2, 1, 0.2, 1);
}

@keyframes _BannerFadeIn_lj8s4_1 {
  0% {
    transform: translateY(130px);
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
._wrapper_lj8s4_18 {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.6, 0.15, 0.4, 1);
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 600px) {
  ._wrapper_lj8s4_18 {
    border-radius: 0px !important;
  }
}
@media (min-width: 600px) {
  ._wrapper_lj8s4_18 {
    padding: 0 20px;
  }
}

._block_lj8s4_37 {
  border-radius: 14px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

._slider_lj8s4_44 {
  border-radius: 20px !important;
  overflow: hidden;
}
@media (max-width: 600px) {
  ._slider_lj8s4_44 {
    border-radius: 0px !important;
  }
}
._slider_lj8s4_44.swiper-slide {
  transition: 2s cubic-bezier(0.3, 1, 0.1, 1), transform 2s cubic-bezier(0.1, 0.6, 0.5, 1.5);
  opacity: 0.05;
  border-radius: 14px;
  background: linear-gradient(117deg, #5921ba 0%, #1879fe 100%);
}
._slider_lj8s4_44.swiper-slide:nth-child(2n+2) {
  background: linear-gradient(117deg, #1879fe 0%, #15adcf 100%);
}
._slider_lj8s4_44.swiper-slide-active {
  transition: 1s cubic-bezier(0.3, 1, 0.1, 1), transform 0.6s cubic-bezier(0.1, 1, 0.5, 1);
  opacity: 1;
}

._content_lj8s4_67 {
  display: flex;
  justify-content: center;
  align-items: center;
}

._content_image_lj8s4_73 {
  border-radius: 14px;
  max-width: 100%;
  /* Maximum width is 100% of the .content */
  max-height: 100%;
  min-width: 100% !important;
  aspect-ratio: 4/1 !important;
  /* Maximum height is 100% of the .content */
  object-fit: contain;
  /* Ensures the image is fully visible, preserved aspect ratio */
}

._pagination_lj8s4_85 {
  margin-bottom: 10px !important;
  display: flex;
  justify-content: center;
  margin-top: 7px;
}
._pagination_lj8s4_85 .swiper-pagination-bullet {
  opacity: 1;
  background-color: #49494e;
  width: 10px;
  height: 10px;
}
._pagination_lj8s4_85 .swiper-pagination-bullet-active {
  background-color: #0088cb;
}

._btn_lj8s4_101 {
  position: absolute;
  padding: 15px 20px;
  right: 10px;
  color: var(--text-white, #fff);
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  border-radius: 8px;
  border: 1px solid var(--text-white, #fff);
  cursor: pointer;
  user-select: none;
}

._slider_lj8s4_44 {
  overflow-y: visible;
}@keyframes _fadeInWithBlurScaleNftLaunch_hx0yp_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_hx0yp_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_hx0yp_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_hx0yp_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_hx0yp_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_hx0yp_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_hx0yp_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_hx0yp_430 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_hx0yp_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_hx0yp_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_hx0yp_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_hx0yp_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_hx0yp_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_hx0yp_598 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_hx0yp_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_hx0yp_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_hx0yp_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_hx0yp_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_hx0yp_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_hx0yp_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_hx0yp_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_hx0yp_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_hx0yp_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_hx0yp_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_hx0yp_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_hx0yp_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_hx0yp_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_hx0yp_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_hx0yp_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_hx0yp_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_hx0yp_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_hx0yp_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_hx0yp_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_hx0yp_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_hx0yp_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_hx0yp_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_hx0yp_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_hx0yp_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_hx0yp_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_hx0yp_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_hx0yp_1 {}
@keyframes _wave-animation_hx0yp_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_hx0yp_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_hx0yp_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_hx0yp_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._loading_hx0yp_410 {
  animation-name: _fadeIn0to65_hx0yp_1;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  animation-fill-mode: both;
}

._loaded_hx0yp_417 {
  animation-duration: 0.1s;
  animation-timing-function: cubic-bezier(0.1, 0.4, 0.2, 1);
  animation-fill-mode: both;
}

._p_gradient_hx0yp_423 {
  border-radius: 6px;
  background: linear-gradient(270deg, #29292f 0%, rgb(48, 48, 53) 30%, rgba(255, 255, 255, 0.15) 31.5%, rgba(255, 255, 255, 0.15) 68.5%, rgb(48, 48, 53) 70%, #29292f 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  animation: _wave-animation1_hx0yp_1 2.5s ease-in-out infinite;
  border-radius: 20px;
}

._fadeIn_hx0yp_430 {
  animation-name: _fadeIn_hx0yp_430;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.13s !important;
}
@media (max-width: 600px) {
  ._fadeIn_hx0yp_430 {
    animation-duration: 0.4s;
  }
}

._wrapper_hx0yp_443 {
  -webkit-tap-highlight-color: transparent;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  transition: 0.3s ease;
}

._activeItem_hx0yp_452 ._copy_hx0yp_452 {
  color: #0088cb;
}

._info_hx0yp_456 {
  animation-name: _fadeIn_hx0yp_430;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.25, 0.5, 0.25, 1);
  animation-duration: 0.3s;
  margin-top: 30px;
  padding: 30px;
  padding-bottom: 20px;
  border-radius: 20px;
  background: var(--bg-block, #2f2f33);
}
@media (max-width: 600px) {
  ._info_hx0yp_456 {
    animation-duration: 0.4s;
  }
}
._info_hx0yp_456 ._active_hx0yp_452 {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  /* standard syntax */
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  ._info_hx0yp_456 ._active_hx0yp_452:hover {
    filter: brightness(0.85);
  }
}
._info_hx0yp_456 ._active_hx0yp_452:active {
  filter: brightness(0.75);
}
@media (max-width: 768px) {
  ._info_hx0yp_456 {
    padding: 20px;
    padding-bottom: 10px;
  }
}
._info_title_hx0yp_499 {
  width: fit-content;
  display: flex;
  gap: 10px;
  transition: 0.25s cubic-bezier(0.3, 0.4, 0.3, 1);
}
._info_title_hx0yp_499 svg {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
._info_title_hx0yp_499 span {
  white-space: nowrap;
  margin-bottom: 20px;
  color: var(--text-white, #fff);
  font-size: 20px;
  font-weight: 600;
  transition: 0.15s ease-out;
}
._info_row_hx0yp_518 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid var(--stroke-main, #444448);
}
._info_row_hx0yp_518:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  ._info_row_hx0yp_518 p:first-child {
    width: 40%;
  }
  ._info_row_hx0yp_518 p:last-child {
    width: 60%;
    width: fit-content;
  }
}
._info_row_hx0yp_518 p:first-child {
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
._info_row_hx0yp_518 p:last-child {
  color: var(--text-white, #fff);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 768px) {
  ._info_row_hx0yp_518 p:last-child {
    text-align: right;
  }
}
._info_row_hx0yp_518 p._copy_hx0yp_452 {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
@media (min-width: 601px) {
  ._info_row_hx0yp_518 p._copy_hx0yp_452:hover span {
    color: #5aec84;
  }
  ._info_row_hx0yp_518 p._copy_hx0yp_452:hover svg path {
    fill: #5aec84;
  }
}
@media (max-width: 601px) {
  ._info_row_hx0yp_518 p._copy_hx0yp_452:active span {
    color: #5aec84;
  }
  ._info_row_hx0yp_518 p._copy_hx0yp_452:active svg path {
    fill: #5aec84;
  }
}
._info_row_hx0yp_518 p._copy_hx0yp_452:active span {
  color: rgba(90, 236, 131, 0.8274509804);
}
._info_row_hx0yp_518 p._copy_hx0yp_452:active svg path {
  fill: rgba(90, 236, 131, 0.8274509804);
}
._info_row_hx0yp_518 p._copy_hx0yp_452 span {
  color: #43d26c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.15s ease-out;
}
._info_row_hx0yp_518 p._copy_hx0yp_452 svg {
  width: 18px;
  margin-left: 6px;
}
._info_row_hx0yp_518 p._copy_hx0yp_452 svg path {
  transition: 0.15s ease-out;
}

._fadeOut_hx0yp_598 {
  animation-name: _fadeOut_hx0yp_598;
  animation-fill-mode: both;
  animation-duration: 0.34s;
  animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  animation-duration: 0.2s !important;
  animation-timing-function: cubic-bezier(0.5, 0.35, 0.2, 1);
}

._fadeIn_hx0yp_430 {
  animation-name: _fadeIn_hx0yp_430;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.2s !important;
  animation-timing-function: cubic-bezier(0.5, 0.35, 0.2, 1);
}
@media (max-width: 600px) {
  ._fadeIn_hx0yp_430 {
    animation-duration: 0.4s;
  }
}

._fadeInItem_hx0yp_621 {
  animation-name: _fadeIn_hx0yp_430;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.2s !important;
}
@media (max-width: 600px) {
  ._fadeInItem_hx0yp_621 {
    animation-duration: 0.4s;
  }
}

._fadeOutItem_hx0yp_634 {
  animation-name: _fadeOut_hx0yp_598;
  animation-fill-mode: both;
  animation-duration: 0.34s;
  animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  animation-duration: 0.2s !important;
  animation-timing-function: cubic-bezier(0.4, 0.4, 0.2, 1);
}

._records_hx0yp_643 {
  animation-name: _loadedTable_hx0yp_1;
  animation-timing-function: cubic-bezier(0.2, 0.2, 0.6, 1);
  animation-duration: 0.4s;
  animation-duration: 0.35s;
  transition: 0.3s ease;
  padding: 30px;
  padding-bottom: 20px;
  border-radius: 20px;
  background: var(--bg-block, #2f2f33);
  margin-top: 30px;
}
@media (max-width: 600px) {
  ._records_hx0yp_643 {
    animation-duration: 0.4s;
    animation-timing-function: cubic-bezier(0.2, 0.2, 0.4, 1);
    animation-name: _loadedTableMobile_hx0yp_1;
  }
}
@keyframes _loadedTable_hx0yp_1 {
  0% {
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _loadedTableMobile_hx0yp_1 {
  0% {
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  ._records_hx0yp_643 {
    padding: 20px;
    margin-top: 20px;
  }
}
._records_top_hx0yp_684 {
  display: flex;
  justify-content: space-between;
  align-self: stretch;
}
._records_top_r_hx0yp_689 {
  max-height: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
._records_top_r_hx0yp_689 p {
  color: var(--Text-Light_grey, #c6c6c7);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
._records_top_r_hx0yp_689 ._radio_hx0yp_703 {
  top: 0;
}
._records_title_hx0yp_706 {
  color: var(--text-white, #fff);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
._records_h_hx0yp_712 {
  display: flex;
  padding: 0 20px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  ._records_h_hx0yp_712 {
    padding: 0 12px;
  }
}
._records_h_col_hx0yp_722 {
  display: flex;
  justify-content: center;
  width: 15%;
  color: var(--text-gray, #6e6e71);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
._records_h_col_hx0yp_722:first-child {
  justify-content: start;
}
._records_h_col_hx0yp_722:last-child {
  justify-content: end;
}
@media (max-width: 1000px) {
  ._records_h_col_hx0yp_722:nth-child(1) {
    width: 20%;
  }
}
@media (max-width: 768px) {
  ._records_h_col_hx0yp_722:nth-child(1) {
    text-justify: start;
    width: 33.3333333333%;
  }
}
@media (max-width: 1000px) {
  ._records_h_col_hx0yp_722:nth-child(2) {
    width: 14%;
  }
}
@media (max-width: 768px) {
  ._records_h_col_hx0yp_722:nth-child(2) {
    text-justify: start;
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  ._records_h_col_hx0yp_722:nth-child(3) {
    display: none;
  }
}
@media (max-width: 768px) {
  ._records_h_col_hx0yp_722:nth-child(4) {
    display: none;
  }
}
@media (max-width: 768px) {
  ._records_h_col_hx0yp_722:nth-child(5) {
    display: none;
  }
}
@media (max-width: 768px) {
  ._records_h_col_hx0yp_722:nth-child(6) {
    display: none;
  }
}
._records_h_col_hx0yp_722:last-child {
  width: 4%;
  display: none;
}
@media (max-width: 768px) {
  ._records_h_col_hx0yp_722:last-child {
    width: 33.3333333333%;
    text-align: end;
    display: block;
  }
}
._records_pagination_hx0yp_790 {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
._records_pagination_item_hx0yp_795 {
  border-radius: 8px;
  background: var(--tab-menu, #232328);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: var(--text-white, #fff);
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  user-select: none;
}
._records_pagination_item_hx0yp_795._notlink_hx0yp_810 {
  cursor: default;
}
._records_pagination_item_hx0yp_795:last-child {
  margin-right: 0;
}
._records_text_hx0yp_816 {
  animation-name: _fadeInText_hx0yp_1;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  animation-fill-mode: both;
  animation-duration: 0.3s;
  animation-delay: 0.11s;
  color: var(--text-gray, #6e6e71);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 30px;
}
@media (max-width: 768px) {
  ._records_text_hx0yp_816 {
    margin-top: 20px;
  }
}
._records_text_hx0yp_816 a {
  color: #c6c6c7;
  text-decoration: underline;
}
._records_items_hx0yp_838 {
  border-radius: 8px;
  overflow: hidden;
}
._records_item_hx0yp_838 {
  display: flex;
  padding: 12px 20px;
  background: var(--button-gray-act, #363639);
}
@media (max-width: 768px) {
  ._records_item_hx0yp_838 {
    padding: 12px 14px;
  }
}
._records_item_hx0yp_838:nth-child(2n+2) {
  background-color: #3b3b3f;
}
._records_item_col_hx0yp_855 {
  display: flex;
  justify-content: center;
  width: 16%;
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
._records_item_col_hx0yp_855:first-child {
  justify-content: start;
}
._records_item_col_hx0yp_855 svg {
  width: 18px;
  margin-left: 6px;
}
@media (max-width: 768px) {
  ._records_item_col_hx0yp_855 svg {
    display: none;
  }
}
@media (max-width: 768px) {
  ._records_item_col_hx0yp_855:nth-child(1) {
    text-justify: start;
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  ._records_item_col_hx0yp_855:nth-child(2) {
    text-align: start;
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  ._records_item_col_hx0yp_855:nth-child(3) {
    display: none;
  }
}
@media (max-width: 768px) {
  ._records_item_col_hx0yp_855:nth-child(4) {
    display: none;
  }
}
@media (max-width: 768px) {
  ._records_item_col_hx0yp_855:nth-child(5) {
    display: none;
  }
}
@media (max-width: 768px) {
  ._records_item_col_hx0yp_855:nth-child(6) {
    display: none;
  }
}
._records_item_col_hx0yp_855:last-child {
  display: flex;
  justify-content: end;
  text-align: end;
  width: 10%;
}
@media (max-width: 768px) {
  ._records_item_col_hx0yp_855:last-child {
    width: 33.3333333333%;
    margin-right: 5px;
  }
}

._copy_hx0yp_452 {
  z-index: 100 !important;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
._copy_hx0yp_452 span {
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  ._copy_hx0yp_452 span {
    max-width: 150px;
  }
}
@media (max-width: 768px) {
  ._copy_hx0yp_452 {
    color: #43d26c;
  }
}
._copy_hx0yp_452 svg path {
  transition: 0.15s ease-out;
}
._copy_hx0yp_452:hover span {
  color: #5aec84;
}
._copy_hx0yp_452:hover svg path {
  fill: #5aec84;
}
._copy_hx0yp_452:active span {
  color: rgba(90, 236, 131, 0.8274509804);
}
._copy_hx0yp_452:active svg path {
  fill: rgba(90, 236, 131, 0.8274509804);
}

._link_hx0yp_957 {
  color: var(--text-link, #0088cb);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  cursor: pointer;
  user-select: none;
  transition: 0.2s ease-out, scale 0.2s ease;
}
._link_hx0yp_957:active {
  scale: 0.975;
}
@media (min-width: 600px) {
  ._link_hx0yp_957:hover {
    color: #00a1f0;
  }
}
._link_hx0yp_957:active {
  color: rgba(0, 160, 240, 0.8196078431) !important;
}
@media (max-width: 768px) {
  ._link_hx0yp_957 {
    font-size: 14px;
  }
}

._spinner_wrapper_hx0yp_983 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

._tokenViewer_hx0yp_991 {
  z-index: 1000;
  max-width: 20px;
  max-height: 20px;
  margin-left: 5px;
  transition: 0.2s cubic-bezier(0.4, 0.4, 0.4, 1);
  cursor: pointer;
}
@media (min-width: 768px) {
  ._tokenViewer_hx0yp_991:hover {
    filter: brightness(1.2);
  }
}
._tokenViewer_hx0yp_991:active {
  scale: 1.1;
  filter: brightness(0.9) !important;
}

._hovered_viewer_hx0yp_1009 span {
  color: rgba(146, 138, 255, 0.6) !important;
}

._copy_wrapper_hx0yp_1013 {
  display: flex;
}
._copy_wrapper_hx0yp_1013 ._copy_hx0yp_452 {
  width: 100% !important;
}@keyframes _fadeInWithBlurScaleNftLaunch_15dc5_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_15dc5_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_15dc5_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_15dc5_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_15dc5_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_15dc5_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_15dc5_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_15dc5_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_15dc5_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_15dc5_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_15dc5_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_15dc5_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_15dc5_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_15dc5_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_15dc5_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_15dc5_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_15dc5_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_15dc5_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_15dc5_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_15dc5_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_15dc5_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_15dc5_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_15dc5_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_15dc5_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_15dc5_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_15dc5_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_15dc5_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_15dc5_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_15dc5_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_15dc5_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_15dc5_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_15dc5_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_15dc5_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_15dc5_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_15dc5_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_15dc5_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_15dc5_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_15dc5_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_15dc5_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_15dc5_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_15dc5_1 {}
@keyframes _wave-animation_15dc5_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_15dc5_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_15dc5_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_15dc5_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._loading_15dc5_410 {
  animation-name: _fadeIn0to65_15dc5_1;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  animation-fill-mode: both;
}

._loaded_15dc5_417 {
  animation-duration: 0.1s;
  animation-timing-function: cubic-bezier(0.1, 0.4, 0.2, 1);
  animation-fill-mode: both;
}

._radio_15dc5_423 {
  width: 40px;
  height: 20px;
  position: relative;
  background-color: #4f4f4f;
  border-radius: 10px;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
}
._radio_15dc5_423:active ._circle_15dc5_433 {
  filter: brightness(0.9);
}

._wrapper_15dc5_437 {
  position: relative;
  width: 60px;
  height: 20px;
  border-radius: 10px;
  transition: cubic-bezier(0.4, 0.4, 0.4, 1);
  transition-duration: 0.25s;
}
._wrapper_15dc5_437 ._l_15dc5_410 {
  position: absolute;
  width: 40px;
  height: 20px;
  border-radius: 10px;
  background-color: #43d26c;
}
._wrapper_15dc5_437 ._r_15dc5_423 {
  position: absolute;
  right: 0;
  width: 40px;
  height: 20px;
  border-radius: 10px;
  background-color: transparent;
  transition: 0.2s cubic-bezier(0.4, 0.4, 0.4, 1);
}
._wrapper_15dc5_437 ._r_15dc5_423 ._circle_15dc5_433 {
  transition: 0.2s cubic-bezier(0.4, 0.4, 0.4, 1);
  top: 1px;
  left: 1px;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
}
._wrapper_15dc5_437._active_15dc5_471 {
  transform: translateX(-20px);
  transition-duration: 0.3s;
}
._wrapper_15dc5_437._active_15dc5_471 ._r_15dc5_423 {
  background-color: #4f4f4f;
  transition-duration: 1.2s;
}@keyframes _fadeInWithBlurScaleNftLaunch_v6yl2_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_v6yl2_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_v6yl2_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_v6yl2_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_v6yl2_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_v6yl2_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_v6yl2_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_v6yl2_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_v6yl2_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_v6yl2_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_v6yl2_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_v6yl2_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_v6yl2_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_v6yl2_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_v6yl2_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_v6yl2_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_v6yl2_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_v6yl2_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_v6yl2_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_v6yl2_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_v6yl2_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_v6yl2_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_v6yl2_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_v6yl2_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_v6yl2_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_v6yl2_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_v6yl2_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_v6yl2_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_v6yl2_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_v6yl2_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_v6yl2_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_v6yl2_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_v6yl2_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_v6yl2_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_v6yl2_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_v6yl2_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_v6yl2_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_v6yl2_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_v6yl2_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_v6yl2_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_v6yl2_1 {}
@keyframes _wave-animation_v6yl2_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_v6yl2_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_v6yl2_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_v6yl2_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._wrapper_v6yl2_410 {
  animation-duration: 0.3s;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  min-height: 500px;
}

@media (min-width: 600px) {
  ._mobile_v6yl2_420 {
    display: none;
  }
}

@media (max-width: 600px) {
  ._pc_v6yl2_426 {
    display: none;
  }
}

._pult_v6yl2_431 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  ._pult_v6yl2_431 {
    flex-wrap: wrap;
  }
}
._pult_r_v6yl2_442 {
  display: flex;
  justify-content: space-between;
  width: 360px;
}
@media (max-width: 600px) {
  ._pult_r_v6yl2_442 {
    width: 100%;
  }
}

._search_wrapper_v6yl2_453 {
  width: calc(100% - 380px);
  margin-right: 10px;
}
@media (max-width: 600px) {
  ._search_wrapper_v6yl2_453 {
    width: 100%;
    margin-bottom: 10px;
  }
}
._search_text_v6yl2_463 {
  color: var(--text-light-grey, #C6C6C7);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}

._items_v6yl2_470 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
._items_empty_v6yl2_475 {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
._items_empty_v6yl2_475 img {
  max-width: 280px;
  width: 100%;
  margin-bottom: 10px;
}
._items_empty_title_v6yl2_486 {
  color: var(--text-gray, #6E6E71);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 6px;
}
._items_empty_link_v6yl2_493 {
  color: var(--stroke-blue, #0088CB);
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  cursor: pointer;
  user-select: none;
}
._items_empty_link_v6yl2_493:hover {
  color: #00A1F0;
}

._item_v6yl2_470 {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  border-radius: 20px;
  background: var(--bg-block, #2F2F33);
  padding: 20px;
  margin-bottom: 20px;
}
._item_v6yl2_470:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 900px) {
  ._item_v6yl2_470 {
    width: calc((100% - 20px) / 2);
  }
  ._item_v6yl2_470:nth-child(3n+3) {
    margin-right: 20px;
  }
  ._item_v6yl2_470:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 700px) {
  ._item_v6yl2_470 {
    width: 100%;
    margin-right: 0;
  }
  ._item_v6yl2_470:nth-child(3n+3) {
    margin-right: 0;
  }
}
._item_per_v6yl2_536 {
  display: flex;
  align-items: center;
  color: var(--text-link, #0088CB);
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  padding: 3px 11px;
  border-radius: 20px;
  background: rgba(0, 136, 203, 0.14);
  margin-left: 8px;
}
._item_per_v6yl2_536 svg {
  width: 18px;
  margin-right: 5px;
}
._item_top_v6yl2_552 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
._item_top_l_v6yl2_558 {
  width: 62px;
}
._item_top_r_v6yl2_561 {
  display: flex;
  align-items: center;
}
._item_status_v6yl2_565 {
  border-radius: 20px;
  background: rgba(198, 198, 199, 0.18);
  padding: 3px 11px;
  display: flex;
  align-items: center;
  color: var(--text-light-grey, #C6C6C7);
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
._item_status_v6yl2_565 span {
  margin-right: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #C6C6C7;
}
._item_status_v6yl2_565._green_v6yl2_583 {
  background: rgba(67, 210, 108, 0.18);
  color: #43D26C;
}
._item_status_v6yl2_565._green_v6yl2_583 span {
  background-color: #43D26C;
}
._item_status_v6yl2_565._orange_v6yl2_590 {
  background: rgba(233, 190, 80, 0.18);
  color: #E9BE50;
}
._item_status_v6yl2_565._orange_v6yl2_590 span {
  background-color: #E9BE50;
}
._item_name_v6yl2_597 {
  margin-bottom: 8px;
  color: var(--text-white, #FFF);
  font-size: 22px;
  font-weight: 600;
}
._item_conv_v6yl2_603 {
  color: var(--text-light-grey, #C6C6C7);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
._item_range_v6yl2_609 {
  margin-bottom: 8px;
  color: var(--button-blue, #0088CB);
  font-size: 18px;
  font-weight: 600;
}
._item_sh_v6yl2_615 {
  color: var(--text-light-grey, #C6C6C7);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
._item_info_v6yl2_621 {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid var(--stroke-main, #444448);
  margin-bottom: 20px;
}
._item_info_row_v6yl2_627 {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._item_info_row_v6yl2_627 p:first-child {
  color: var(--text-gray, #6E6E71);
  font-size: 16px;
  font-weight: 400;
}
._item_info_row_v6yl2_627 p:last-child {
  color: var(--text-white, #FFF);
  font-size: 16px;
  font-weight: 400;
}
._item_info_row_v6yl2_627:last-child {
  margin-bottom: 0;
}
._item_bottom_v6yl2_646 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._item_btn_v6yl2_651 {
  width: 109px;
  height: 48px;
  font-size: 14px;
  border-radius: 8px;
}
._item_btn_v6yl2_651._disabled_v6yl2_657 {
  background-color: #3B3B3F;
  color: #C6C6C7;
  opacity: 0.24;
  cursor: default;
}
._item_time_v6yl2_663 {
  padding: 12px;
  width: calc(100% - 120px);
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-white, #FFF);
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  border-radius: 8px;
  border: 1px solid var(--stroke-main, #444448);
  backdrop-filter: blur(10px);
}
._item_progress_v6yl2_678 {
  border-radius: 10px;
  background: var(--bg-primary, #232328);
  margin-bottom: 20px;
  height: 10px;
}
._item_progress_line_v6yl2_684 {
  border-radius: 10px;
  background: var(--text-success, #43D26C);
  height: 100%;
}
._item_progress_top_v6yl2_689 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
._item_progress_top_v6yl2_689 p:first-child span:first-child {
  color: var(--text-light-grey, #C6C6C7);
  font-size: 16px;
  font-weight: 400;
}
._item_progress_top_v6yl2_689 p:first-child span:last-child {
  color: var(--text-white, #FFF);
  font-size: 16px;
  font-weight: 600;
}
._item_progress_top_v6yl2_689 p:last-child span:first-child {
  color: var(--text-white, #FFF);
  font-size: 16px;
  font-weight: 600;
}
._item_progress_top_v6yl2_689 p:last-child span:last-child {
  color: var(--text-light-grey, #C6C6C7);
  font-size: 14px;
  font-weight: 400;
}

._pagination_v6yl2_716 {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
._pagination_item_v6yl2_721 {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #18181C;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  user-select: none;
}
._pagination_item_v6yl2_721:hover {
  background-color: #2F2F33;
}
._pagination_item_v6yl2_721._active_v6yl2_739 {
  background-color: #2F2F33;
}
._pagination_item_v6yl2_721._notactive_v6yl2_742 {
  cursor: default;
}
._pagination_item_v6yl2_721._notactive_v6yl2_742:hover {
  background: #18181C;
}
._pagination_item_v6yl2_721:last-child {
  margin-right: 0;
}@keyframes _fadeInWithBlurScaleNftLaunch_89ohq_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_89ohq_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_89ohq_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_89ohq_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_89ohq_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_89ohq_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_89ohq_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_89ohq_410 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_89ohq_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_89ohq_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_89ohq_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_89ohq_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_89ohq_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_89ohq_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_89ohq_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_89ohq_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_89ohq_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_89ohq_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_89ohq_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_89ohq_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_89ohq_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_89ohq_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_89ohq_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_89ohq_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_89ohq_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_89ohq_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_89ohq_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_89ohq_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_89ohq_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_89ohq_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_89ohq_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_89ohq_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_89ohq_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_89ohq_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_89ohq_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_89ohq_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_89ohq_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_89ohq_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_89ohq_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_89ohq_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_89ohq_1 {}
@keyframes _wave-animation_89ohq_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_89ohq_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_89ohq_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_89ohq_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._fadeIn_89ohq_410 {
  animation-name: _fadeIn_89ohq_410;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._fadeIn_89ohq_410 {
    animation-duration: 0.4s;
  }
}

._loading_89ohq_422 {
  animation-name: _fadeIn0to65_89ohq_1;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  animation-fill-mode: both;
}

._loaded_89ohq_429 {
  animation-duration: 0.1s;
  animation-timing-function: cubic-bezier(0.1, 0.4, 0.2, 1);
  animation-fill-mode: both;
}

._wrapper_89ohq_435 {
  position: relative;
}

._bg_89ohq_439 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
._bg_89ohq_439 img {
  animation-name: _fadeIn_89ohq_410;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.4s !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  ._bg_89ohq_439 img {
    animation-duration: 0.4s;
  }
}
@media (min-width: 768px) {
  ._bg_89ohq_439 img {
    animation-duration: 0.3s !important;
  }
}

._inner_89ohq_467 {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}
@media (max-width: 768px) {
  ._inner_89ohq_467 {
    padding: 30px 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 600px) {
  ._l_89ohq_422 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

._r_89ohq_492 {
  max-width: 415px;
  animation-name: _fadeIn_89ohq_410;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.2, 0.2, 0.4, 1);
  animation-fill-mode: both;
  animation-duration: 0.2s !important;
}
@media (max-width: 600px) {
  ._r_89ohq_492 {
    animation-duration: 0.4s;
  }
}
._r_89ohq_492 img {
  min-height: 224px;
  animation-name: _loaded_89ohq_429;
  animation-timing-function: cubic-bezier(0.33, 0.3, 0.67, 1);
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.2, 0.1, 0.5, 1.1) !important;
}
@media (max-width: 600px) {
  ._r_89ohq_492 img {
    animation-timing-function: cubic-bezier(0.1, 0.8, 0.5, 1);
    animation-duration: 0.5s;
  }
}
@keyframes _loaded_89ohq_429 {
  0% {
    opacity: 0;
    scale: 0.95;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  ._r_89ohq_492 img {
    animation-name: _loadedSmall_89ohq_1;
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-duration: 0.3s !important;
  }
}
@media (max-width: 768px) and (max-width: 600px) {
  ._r_89ohq_492 img {
    animation-timing-function: cubic-bezier(0.1, 1, 0.5, 1);
    animation-duration: 1s;
  }
}
@media (max-width: 768px) {
  @keyframes _loadedSmall_89ohq_1 {
    0% {
      scale: 0.94;
    }
    100% {
      opacity: 1;
    }
  }
}
@media (max-width: 768px) {
  ._r_89ohq_492 img {
    min-height: 127.38px;
  }
}
@media (max-width: 768px) {
  ._r_89ohq_492 {
    max-width: 236px;
    margin-top: 20px;
  }
}

._title_89ohq_565 {
  color: var(--text-white, #fff);
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 14px;
}
@media (max-width: 600px) {
  ._title_89ohq_565 {
    text-align: center;
    font-size: 24px;
  }
}

._text_89ohq_578 {
  color: var(--text-light-grey, #c6c6c7);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
  max-width: 450px;
}
@media (max-width: 600px) {
  ._text_89ohq_578 {
    text-align: center;
  }
}

._btn_89ohq_592 {
  max-width: 144px;
  max-height: 48px;
  font-size: 14px !important;
  border-radius: 8px;
}
._btn_89ohq_592 svg {
  width: 20px;
  margin-left: 6px;
}@keyframes _fadeInWithBlurScaleNftLaunch_1f5j4_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1f5j4_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1f5j4_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1f5j4_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1f5j4_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1f5j4_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1f5j4_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1f5j4_441 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1f5j4_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1f5j4_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1f5j4_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1f5j4_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1f5j4_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1f5j4_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1f5j4_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1f5j4_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1f5j4_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1f5j4_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1f5j4_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1f5j4_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1f5j4_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1f5j4_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1f5j4_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1f5j4_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1f5j4_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1f5j4_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1f5j4_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1f5j4_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1f5j4_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1f5j4_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1f5j4_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1f5j4_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1f5j4_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1f5j4_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1f5j4_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1f5j4_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1f5j4_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1f5j4_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1f5j4_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1f5j4_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1f5j4_1 {}
@keyframes _wave-animation_1f5j4_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1f5j4_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1f5j4_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1f5j4_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._coinFadeIn_1f5j4_410 {
  animation: _flipCoin_1f5j4_1 1s ease-in-out;
}

@media (min-width: 768px) {
  ._content_1f5j4_415 {
    height: 224px;
  }
}

@keyframes _flipCoin_1f5j4_1 {
  0% {
    margin-bottom: -40px;
  }
  100% {
    margin-bottom: 0;
    color: #ffcb7e;
  }
}
._group_1f5j4_429 {
  transition: 0.5s cubic-bezier(0.2, 0.6, 0.4, 1);
}

._ship_1f5j4_433 {
  transition: 0.6s cubic-bezier(0.1, 0.6, 0.3, 1);
}

._shipFadeIn_1f5j4_437 {
  animation: _spinShip_1f5j4_1 0.5s cubic-bezier(0.2, 0.6, 0.4, 1);
}

._fadeIn_1f5j4_441 {
  animation-name: _fadeIn_1f5j4_441;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._fadeIn_1f5j4_441 {
    animation-duration: 0.4s;
  }
}

._line_1f5j4_453 {
  transition: 0.7s cubic-bezier(0.2, 0.6, 0.4, 1);
}

._fadeInBox_1f5j4_457 {
  animation: _fadeInBox_1f5j4_457 0.3s ease-in-out;
}

@keyframes _spinShip_1f5j4_1 {
  0% {
    transform: translateX(30px);
    transform: translateY(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes _fadeInBox_1f5j4_457 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}@keyframes _fadeInWithBlurScaleNftLaunch_1w8ql_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1w8ql_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1w8ql_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1w8ql_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1w8ql_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1w8ql_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1w8ql_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1w8ql_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1w8ql_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1w8ql_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1w8ql_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1w8ql_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1w8ql_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1w8ql_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1w8ql_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1w8ql_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1w8ql_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1w8ql_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1w8ql_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1w8ql_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1w8ql_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1w8ql_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1w8ql_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1w8ql_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1w8ql_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1w8ql_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1w8ql_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1w8ql_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1w8ql_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1w8ql_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1w8ql_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1w8ql_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1w8ql_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1w8ql_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1w8ql_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1w8ql_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1w8ql_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1w8ql_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1w8ql_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1w8ql_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1w8ql_1 {}
@keyframes _wave-animation_1w8ql_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1w8ql_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1w8ql_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1w8ql_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._inner_1w8ql_410 {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}

._item_1w8ql_417 {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  border-radius: 20px;
  background: var(--bg-block, #2F2F33);
  padding: 20px;
  margin-bottom: 20px;
}
._item_1w8ql_417:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 900px) {
  ._item_1w8ql_417 {
    width: calc((100% - 20px) / 2);
  }
  ._item_1w8ql_417:nth-child(3n+3) {
    margin-right: 20px;
  }
  ._item_1w8ql_417:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 700px) {
  ._item_1w8ql_417 {
    width: 100%;
    margin-right: 0;
  }
  ._item_1w8ql_417:nth-child(3n+3) {
    margin-right: 0;
  }
}
._item_per_1w8ql_448 {
  display: flex;
  align-items: center;
  color: var(--text-link, #0088CB);
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  padding: 3px 11px;
  border-radius: 20px;
  background: rgba(0, 136, 203, 0.14);
  margin-left: 8px;
}
._item_per_1w8ql_448 svg {
  width: 18px;
  margin-right: 5px;
}
._item_top_1w8ql_464 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
._item_top_l_1w8ql_470 {
  width: 62px;
}
._item_top_r_1w8ql_473 {
  display: flex;
  align-items: center;
}
._item_status_1w8ql_477 {
  border-radius: 20px;
  background: rgba(198, 198, 199, 0.18);
  padding: 3px 11px;
  display: flex;
  align-items: center;
  color: var(--text-light-grey, #C6C6C7);
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
._item_status_1w8ql_477 span {
  margin-right: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #C6C6C7;
}
._item_status_1w8ql_477._green_1w8ql_495 {
  background: rgba(67, 210, 108, 0.18);
  color: #43D26C;
}
._item_status_1w8ql_477._green_1w8ql_495 span {
  background-color: #43D26C;
}
._item_status_1w8ql_477._orange_1w8ql_502 {
  background: rgba(233, 190, 80, 0.18);
  color: #E9BE50;
}
._item_status_1w8ql_477._orange_1w8ql_502 span {
  background-color: #E9BE50;
}
._item_name_1w8ql_509 {
  margin-bottom: 8px;
  color: var(--text-white, #FFF);
  font-size: 22px;
  font-weight: 600;
}
._item_conv_1w8ql_515 {
  color: var(--text-light-grey, #C6C6C7);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
._item_range_1w8ql_521 {
  margin-bottom: 8px;
  color: var(--button-blue, #0088CB);
  font-size: 18px;
  font-weight: 600;
}
._item_sh_1w8ql_527 {
  color: var(--text-light-grey, #C6C6C7);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
._item_info_1w8ql_533 {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid var(--stroke-main, #444448);
  margin-bottom: 20px;
}
._item_info_row_1w8ql_539 {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._item_info_row_1w8ql_539 p:first-child {
  color: var(--text-gray, #6E6E71);
  font-size: 16px;
  font-weight: 400;
}
._item_info_row_1w8ql_539 p:last-child {
  color: var(--text-white, #FFF);
  font-size: 16px;
  font-weight: 400;
}
._item_info_row_1w8ql_539:last-child {
  margin-bottom: 0;
}
._item_bottom_1w8ql_558 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._item_btn_1w8ql_563 {
  width: 109px;
  height: 48px;
  font-size: 14px;
  border-radius: 8px;
}
._item_btn_1w8ql_563._disabled_1w8ql_569 {
  background-color: #3B3B3F;
  color: #C6C6C7;
  opacity: 0.24;
  cursor: default;
}
._item_time_1w8ql_575 {
  padding: 12px;
  width: calc(100% - 120px);
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-white, #FFF);
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  border-radius: 8px;
  border: 1px solid var(--stroke-main, #444448);
  backdrop-filter: blur(10px);
}
._item_progress_1w8ql_590 {
  border-radius: 10px;
  background: var(--bg-primary, #232328);
  margin-bottom: 20px;
  height: 10px;
}
._item_progress_line_1w8ql_596 {
  border-radius: 10px;
  background: var(--text-success, #43D26C);
  height: 100%;
}
._item_progress_top_1w8ql_601 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
._item_progress_top_1w8ql_601 p:first-child span:first-child {
  color: var(--text-light-grey, #C6C6C7);
  font-size: 16px;
  font-weight: 400;
}
._item_progress_top_1w8ql_601 p:first-child span:last-child {
  color: var(--text-white, #FFF);
  font-size: 16px;
  font-weight: 600;
}
._item_progress_top_1w8ql_601 p:last-child span:first-child {
  color: var(--text-white, #FFF);
  font-size: 16px;
  font-weight: 600;
}
._item_progress_top_1w8ql_601 p:last-child span:last-child {
  color: var(--text-light-grey, #C6C6C7);
  font-size: 14px;
  font-weight: 400;
}

._items_empty_1w8ql_628 {
  margin: 0 auto;
  min-height: 292px;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation-duration: 0.15s !important;
  animation-timing-function: cubic-bezier(0.2, 0.1, 0.2, 1) !important;
}
._items_empty_1w8ql_628 svg {
  max-width: 280px;
  width: 100%;
  margin-bottom: 10px;
  min-height: 228px;
  transition: 200ms cubic-bezier(0.3, 0.3, 0.3, 1);
}
._items_empty_title_1w8ql_644 {
  transition: 200ms cubic-bezier(0.3, 0.3, 0.3, 1);
  color: var(--text-gray, #6E6E71);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 6px;
}
._items_empty_link_1w8ql_652 {
  color: var(--stroke-blue, #0088CB);
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  cursor: pointer;
  user-select: none;
  transition: 0.15s ease;
}
._items_empty_link_1w8ql_652:hover {
  color: #00A1F0;
}

._pagination_1w8ql_665 {
  width: 100%;
  display: flex;
  justify-content: center;
}
._pagination_inner_1w8ql_670 {
  padding: 20px;
  border-radius: 20px;
}

._pagination_styles_reset_1w8ql_675 {
  padding: 0 !important;
  margin: 0 !important;
}@keyframes _fadeInWithBlurScaleNftLaunch_1lc2l_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1lc2l_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1lc2l_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1lc2l_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1lc2l_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1lc2l_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1lc2l_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1lc2l_410 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1lc2l_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1lc2l_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1lc2l_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1lc2l_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1lc2l_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1lc2l_532 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1lc2l_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1lc2l_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1lc2l_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1lc2l_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1lc2l_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1lc2l_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1lc2l_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1lc2l_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1lc2l_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1lc2l_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1lc2l_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1lc2l_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1lc2l_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1lc2l_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1lc2l_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1lc2l_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1lc2l_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1lc2l_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1lc2l_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1lc2l_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1lc2l_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1lc2l_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1lc2l_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1lc2l_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1lc2l_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1lc2l_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1lc2l_1 {}
@keyframes _wave-animation_1lc2l_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1lc2l_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1lc2l_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1lc2l_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._fadeInWrapper_1lc2l_410 {
  animation-name: _fadeIn_1lc2l_410;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.3s !important;
  transition: opacity 0.6s cubic-bezier(0.4, 0.8, 0.1, 1);
}
@media (max-width: 600px) {
  ._fadeInWrapper_1lc2l_410 {
    animation-duration: 0.4s;
  }
}

._white_line_1lc2l_424 {
  background: white;
  width: 100%;
  height: 2px;
}

._purple_border_1lc2l_430 {
  border: 1px solid var(--stroke-main, #444448);
}

._cashback_tap_1lc2l_434 {
  width: 24px;
  padding: 3px 0px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  border-radius: 20px;
  background: rgba(233, 190, 80, 0.14);
}

._gradient_1lc2l_445 {
  background: linear-gradient(112deg, #29292f 8.69%, #303035 50.64%, #26262b 95.29%), linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-size: 1000% 1000%, 1000% 1000% !important;
  animation: _wave-animation_1lc2l_1 2s ease-in-out infinite, _wave-reverse-animation_1lc2l_1 2s ease-in-out infinite;
}

._loading_1lc2l_451 {
  scale: 0.985;
  animation-name: _fadeInEmptyScale_1lc2l_1;
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 1);
}
@media (max-width: 600px) {
  ._loading_1lc2l_451 {
    animation-name: _fadeInEmptyScaleMobile_1lc2l_1;
  }
}
@keyframes _fadeInEmptyScale_1lc2l_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.985;
  }
}
@keyframes _fadeInEmptyScaleMobile_1lc2l_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.985;
  }
}

._loaded_1lc2l_483 {
  animation-name: _loadedMiddle_1lc2l_1;
  animation-timing-function: cubic-bezier(0.1, 0.1, 0.5, 1.2);
  animation-duration: 0.4s;
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._loaded_1lc2l_483 {
    animation-duration: 0.35s;
    animation-timing-function: cubic-bezier(0.1, 0.1, 0.5, 1.15);
    animation-name: _loadedMiddleMobile_1lc2l_1;
  }
}
@keyframes _loadedMiddle_1lc2l_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _loadedMiddleMobile_1lc2l_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}

._fadeIn_1lc2l_410 {
  animation-name: _fadeIn_1lc2l_410;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.4, 0.1, 0.4, 1) !important;
  animation-duration: 0.22s !important;
}
@media (max-width: 600px) {
  ._fadeIn_1lc2l_410 {
    animation-duration: 0.4s;
  }
}
@media (max-width: 600px) {
  ._fadeIn_1lc2l_410 {
    animation-duration: 0.32s !important;
  }
}

._fadeOut_1lc2l_532 {
  animation-name: _fadeOut_1lc2l_532;
  animation-fill-mode: both;
  animation-duration: 0.34s;
  animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  animation-duration: 150ms !important;
  animation-timing-function: cubic-bezier(0.1, 0.1, 0.6, 1) !important;
}
@media (min-width: 600px) {
  ._fadeOut_1lc2l_532 {
    animation-duration: 130ms !important;
    animation-timing-function: cubic-bezier(0.4, 0.2, 0.6, 1);
  }
}

._none_1lc2l_547 {
  display: none;
}

._blockDelay_1lc2l_551 {
  display: block !important;
}

._opacity0_1lc2l_555 {
  opacity: 0 !important;
}

._opacity1_1lc2l_559 {
  opacity: 1 !important;
}

._transitionIn_1lc2l_563 {
  transition: opacity 0ms cubic-bezier(0.1, 0.1, 1, 1), max-width 0.6s cubic-bezier(0.1, 1, 0, 1), min-width 0.45s cubic-bezier(0.1, 1, 0.2, 1), max-height 1s cubic-bezier(0.1, 1, 0.2, 1), background 200ms cubic-bezier(0.1, 0.1, 1, 1) !important;
}

._transitionOut_1lc2l_567 {
  transition: opacity 0ms cubic-bezier(0.1, 0.1, 1, 1), max-width 1s cubic-bezier(0.1, 1, 0, 1), min-width 1s cubic-bezier(0.1, 1, 0.2, 1), max-height 0s cubic-bezier(0.1, 1, 0.2, 1), background 0.15s cubic-bezier(0.4, 0.8, 0.1, 1);
}

._opacityOutTransition_1lc2l_571 {
  transition: opacity 150ms cubic-bezier(0.1, 0.1, 1, 1);
}

._duration_1lc2l_575 {
  animation-timing-function: cubic-bezier(0.4, 0.8, 0.1, 1) !important;
  animation-duration: 0.6s !important;
}
@media (max-width: 600px) {
  ._duration_1lc2l_575 {
    animation-duration: 0.6s !important;
  }
}

._liq_and_offered_1lc2l_585 {
  border-radius: 8px;
  border: 1px solid var(--stroke-main, #444448);
  margin-bottom: 20px;
  transition: 0.22s ease;
}

._gradient_border_1lc2l_592 {
  border: 1px solid var(--stroke-main, rgba(41, 41, 47, 0.5411764706));
}

._item_1lc2l_596 {
  opacity: 1;
  transition: 1s cubic-bezier(0.2, 0.1, 0.4, 1);
}
._item_per_1lc2l_600 {
  text-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
  color: var(--text-link, #0088cb);
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  padding: 3px 11px;
  border-radius: 20px;
  background: rgba(0, 136, 203, 0.14);
  transition: 0.15s ease;
}
._item_per_1lc2l_600 svg {
  width: 18px;
}
._item_top_1lc2l_617 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
._item_top_l_1lc2l_623 {
  border-radius: 50%;
  width: 62px;
  height: 62px;
  background: #2f2f33;
}
._item_top_l_1lc2l_623 img {
  border-radius: 50%;
}
._item_top_r_1lc2l_632 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
._item_status_1lc2l_638 {
  overflow: hidden;
  border-radius: 20px;
  background: rgba(198, 198, 199, 0.18);
  padding: 3px 11px;
  display: flex;
  align-items: center;
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  transition: 0.15s ease;
  text-wrap: nowrap;
}
._item_status_1lc2l_638 span {
  margin-right: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c6c6c7;
  transition: 0.15s ease;
}
._item_status_1lc2l_638._green_1lc2l_660 {
  background: rgba(67, 210, 108, 0.18);
  color: #43d26c;
}
._item_status_1lc2l_638._green_1lc2l_660 span {
  background-color: #43d26c;
}
._item_status_1lc2l_638._orange_1lc2l_667 {
  background: rgba(233, 190, 80, 0.18);
  color: #e9be50;
}
._item_status_1lc2l_638._orange_1lc2l_667 span {
  background-color: #e9be50;
}
._item_name_1lc2l_674 {
  margin-bottom: 8px;
  color: var(--text-white, #fff);
  font-size: 22px;
  font-weight: 600;
}
._item_conv_1lc2l_680 {
  color: var(--text-light-grey, #c6c6c7);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
._item_range_1lc2l_686 {
  margin-bottom: 8px;
  color: var(--button-blue, #0088cb);
  font-size: 18px;
  font-weight: 600;
}
._item_sh_1lc2l_692 {
  color: var(--text-light-grey, #c6c6c7);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
._item_info_1lc2l_698 {
  animation-name: _fadeIn_1lc2l_410;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  padding: 16px;
}
@media (max-width: 600px) {
  ._item_info_1lc2l_698 {
    animation-duration: 0.4s;
  }
}
._item_info_row_1lc2l_710 {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
._item_info_row_1lc2l_710 p:first-child {
  color: var(--text-gray, #6e6e71);
  font-size: 16px;
  font-weight: 400;
}
._item_info_row_1lc2l_710 p:last-child {
  display: flex;
  text-align: end;
  color: var(--text-white, #fff);
  font-size: 16px;
  font-weight: 400;
  display: flex;
  justify-content: flex-end;
}
._item_info_row_1lc2l_710:last-child {
  margin-bottom: 0;
}
._item_bottom_1lc2l_734 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._item_btn_1lc2l_739 {
  width: 109px;
  height: 48px;
  font-size: 14px;
  border-radius: 8px;
  background: #0088cb;
  opacity: 1;
  color: white;
  transition: 0.3s cubic-bezier(0.3, 0.3, 0.3, 1) !important;
}
._item_time_1lc2l_749 {
  padding: 12px;
  width: calc(100% - 120px);
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-white, #fff);
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  border-radius: 8px;
  border: 1px solid var(--stroke-main, #444448);
  backdrop-filter: blur(10px);
}
._item_progress_1lc2l_764 {
  border-radius: 10px;
  background: var(--bg-primary, #232328);
  margin-bottom: 20px;
  height: 10px;
}
._item_progress_line_1lc2l_770 {
  transition: all 0.7s cubic-bezier(0.1, 0.6, 0.1, 1);
  border-radius: 10px;
  background: var(--text-success, #43d26c);
  height: 100%;
}
._item_progress_top_1lc2l_776 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
._item_progress_top_1lc2l_776 div:first-child span:first-child {
  color: var(--text-light-grey, #c6c6c7);
  font-size: 16px;
  font-weight: 400;
}
._item_progress_top_1lc2l_776 div:first-child span:last-child {
  color: var(--text-white, #fff);
  font-size: 16px;
  font-weight: 600;
}
._item_progress_top_1lc2l_776 div:last-child span:first-child {
  color: var(--text-white, #fff);
  font-size: 16px;
  font-weight: 600;
}
._item_progress_top_1lc2l_776 div:last-child span:last-child {
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
}

._solidBlue_1lc2l_803 {
  background-color: #0088cb;
  color: white;
}

._blinking_1lc2l_808 {
  animation: _blink_1lc2l_808 2.85s infinite cubic-bezier(0.5, 1, 1, 1);
}
@keyframes _blink_1lc2l_808 {
  0% {
    opacity: 1;
    outline: 0px solid rgba(67, 210, 108, 0.6);
    border: 0px solid rgba(255, 255, 255, 0.12);
  }
  35% {
    opacity: 0.75;
    text-shadow: #0088cb 0px 0px 10px;
    outline: 5px solid rgba(67, 210, 108, 0);
    border: 0px solid rgba(255, 255, 255, 0);
  }
  100% {
    opacity: 1;
    outline: 0px solid rgba(67, 210, 108, 0);
    border: 0px solid rgba(255, 255, 255, 0);
  }
}

._skeleton_1lc2l_830 {
  border-radius: 6px;
  background: linear-gradient(270deg, #29292f 0%, rgb(48, 48, 53) 30%, rgba(255, 255, 255, 0.15) 31.5%, rgba(255, 255, 255, 0.15) 68.5%, rgb(48, 48, 53) 70%, #29292f 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  animation: _wave-animation1_1lc2l_1 2.5s ease-in-out infinite;
  opacity: 0;
  scale: 0;
}
._skeleton_1lc2l_830 * {
  opacity: 0 !important;
}@keyframes _fadeInWithBlurScaleNftLaunch_1uaj9_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1uaj9_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1uaj9_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1uaj9_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1uaj9_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1uaj9_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1uaj9_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1uaj9_416 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1uaj9_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1uaj9_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1uaj9_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1uaj9_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1uaj9_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1uaj9_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1uaj9_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1uaj9_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1uaj9_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1uaj9_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1uaj9_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1uaj9_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1uaj9_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1uaj9_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1uaj9_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1uaj9_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1uaj9_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1uaj9_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1uaj9_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1uaj9_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1uaj9_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1uaj9_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1uaj9_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1uaj9_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1uaj9_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1uaj9_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1uaj9_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1uaj9_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1uaj9_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1uaj9_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1uaj9_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1uaj9_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1uaj9_1 {}
@keyframes _wave-animation_1uaj9_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1uaj9_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1uaj9_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1uaj9_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._gradient_1uaj9_410 {
  border-radius: 6px;
  background: linear-gradient(270deg, #29292f 0%, rgb(48, 48, 53) 30%, rgba(255, 255, 255, 0.15) 31.5%, rgba(255, 255, 255, 0.15) 68.5%, rgb(48, 48, 53) 70%, #29292f 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  animation: _wave-animation1_1uaj9_1 2.5s ease-in-out infinite;
}

._fadeIn_1uaj9_416 {
  animation-name: _fadeIn_1uaj9_416;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.2s !important;
}
@media (max-width: 600px) {
  ._fadeIn_1uaj9_416 {
    animation-duration: 0.4s;
  }
}

._time_1uaj9_429 {
  padding: 12px;
  width: calc(100% - 120px);
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-white, #fff);
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  border-radius: 8px;
  border: 1px solid var(--stroke-main, #444448);
}

._timePart_1uaj9_444 {
  display: inline-block;
  width: 30px;
  text-align: center;
  flex-wrap: nowrap;
}

._grey_1uaj9_451 {
  background-color: #2f2f33;
}@keyframes _fadeInWithBlurScaleNftLaunch_57v45_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_57v45_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_57v45_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_57v45_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_57v45_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_57v45_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_57v45_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_57v45_502 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_57v45_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_57v45_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_57v45_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_57v45_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_57v45_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_57v45_514 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_57v45_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_57v45_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_57v45_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_57v45_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_57v45_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_57v45_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_57v45_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_57v45_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_57v45_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_57v45_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_57v45_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_57v45_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_57v45_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_57v45_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_57v45_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_57v45_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_57v45_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_57v45_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_57v45_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_57v45_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_57v45_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_57v45_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_57v45_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_57v45_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_57v45_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_57v45_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_57v45_1 {}
@keyframes _wave-animation_57v45_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_57v45_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_57v45_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_57v45_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._loading_57v45_410 {
  scale: 0.99;
  animation-name: _animatedWrapperScaleDown_57v45_1;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.4, 0.8, 0.4, 1);
  scale: 0.99;
}
@media (max-width: 600px) {
  ._loading_57v45_410 {
    animation-name: _animatedWrapperScaleDownMobile_57v45_1;
    animation-duration: 0.5s;
  }
}
@keyframes _animatedWrapperScaleDown_57v45_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.99;
  }
}
@keyframes _animatedWrapperScaleDownMobile_57v45_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.9875;
  }
}
@media (max-width: 600px) {
  ._loading_57v45_410 {
    scale: 0.9875;
  }
}

._purpleGradient_57v45_449 {
  border: 1px solid;
  /* Set the width of the border */
  border-image-slice: 1;
  border-width: 10px;
  border-image-source: linear-gradient(89deg, rgba(89, 33, 186, 0.3) 1.56%, rgba(24, 121, 254, 0.3) 99.22%);
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 20px;
  /* Add the border radius */
}

._loaded_57v45_462 {
  animation-name: _animatedWrapperScaleUp_57v45_1;
  animation-timing-function: cubic-bezier(0.4, 0.8, 0.4, 1);
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._loaded_57v45_462 {
    animation-name: _animatedWrapperScaleUpMobile_57v45_1;
    animation-duration: 0.4s;
  }
}
@keyframes _animatedWrapperScaleUp_57v45_1 {
  0% {
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _animatedWrapperScaleUpMobile_57v45_1 {
  0% {
    scale: 0.9875;
  }
  100% {
    opacity: 1;
  }
}

._gradient_57v45_491 {
  background: linear-gradient(112deg, #29292f 8.69%, #303035 50.64%, #26262b 95.29%), linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-size: 1000% 1000%, 1000% 1000% !important;
  animation: _wave-animation_57v45_1 2s ease-in-out infinite, _wave-reverse-animation_57v45_1 2s ease-in-out infinite;
}

._animated_wrapper_57v45_497 {
  overflow: hidden;
  border-radius: 20px;
}

._fadeIn_57v45_502 {
  animation: _fadeIn_57v45_502 0.15s cubic-bezier(0.15, 0.1, 0.8, 1);
}
@keyframes _fadeIn_57v45_502 {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

._fadeOut_57v45_514 {
  animation: _fadeOut_57v45_514 0.17s cubic-bezier(0, 0.1, 0.3, 1);
}
@keyframes _fadeOut_57v45_514 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

._listElement_57v45_526 {
  width: calc((100% - 40px) / 3);
  border-radius: 20px;
}
._listElement_57v45_526:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 900px) {
  ._listElement_57v45_526 {
    width: calc((100% - 20px) / 2);
  }
  ._listElement_57v45_526:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 700px) {
  ._listElement_57v45_526 {
    width: 100%;
    margin-right: 0;
  }
  ._listElement_57v45_526:nth-child(3n+3) {
    margin-right: 0;
  }
}

._wrapper_57v45_551 {
  transition: 0.15s ease;
}

._content_57v45_555 {
  transition: background 0.15s ease;
  padding: 20px;
}
@media (max-width: 700px) {
  ._content_57v45_555 {
    width: 100%;
  }
}

._paddingReset_57v45_565 {
  padding: 0;
}

._mainColorBg_57v45_569 {
  background: var(--bg-block, #2f2f33);
}._progress_pxvnn_1 {
  overflow: hidden;
  border-radius: 10px;
  background: var(--bg-primary, #232328);
  height: 10px;
  position: relative;
  color: rgba(102, 185, 142, 0.3411764706);
}
._progress__line_pxvnn_9 {
  transition: 0.5s cubic-bezier(0.2, 0.6, 0.2, 1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 1;
}
._progress__line__hard_pxvnn_19 {
  transition: 0.5s cubic-bezier(0.2, 0.6, 0.2, 1);
  z-index: 2;
}

._zero_pxvnn_24 {
  max-width: 0% !important;
  min-width: 0% !important;
  background-color: #0088cb;
}@keyframes _fadeInWithBlurScaleNftLaunch_r7wtv_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_r7wtv_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_r7wtv_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_r7wtv_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_r7wtv_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_r7wtv_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_r7wtv_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_r7wtv_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_r7wtv_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_r7wtv_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_r7wtv_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_r7wtv_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_r7wtv_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_r7wtv_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_r7wtv_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_r7wtv_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_r7wtv_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_r7wtv_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_r7wtv_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_r7wtv_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_r7wtv_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_r7wtv_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_r7wtv_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_r7wtv_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_r7wtv_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_r7wtv_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_r7wtv_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_r7wtv_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_r7wtv_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_r7wtv_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_r7wtv_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_r7wtv_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_r7wtv_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_r7wtv_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_r7wtv_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_r7wtv_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_r7wtv_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_r7wtv_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_r7wtv_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_r7wtv_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_r7wtv_1 {}
@keyframes _wave-animation_r7wtv_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_r7wtv_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_r7wtv_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_r7wtv_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._selector_fadeOut_r7wtv_410 {
  animation-name: _selectorLargeFadeOut_r7wtv_1;
  animation-duration: 0.25s !important;
  animation-timing-function: cubic-bezier(0.5, 0.3, 0.1, 1);
  animation-fill-mode: both;
}
@keyframes _selectorLargeFadeOut_r7wtv_1 {
  from {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  to {
    scale: 0.95;
    transform: translateY(-6px);
    opacity: 0;
  }
}

._selector_fadeIn_r7wtv_430 {
  animation-name: _selectorFadeIn_r7wtv_1;
  animation-duration: 0.23s;
  animation-timing-function: cubic-bezier(0.5, 0.8, 0.1, 1);
  animation-fill-mode: both;
}
@keyframes _selectorFadeIn_r7wtv_1 {
  from {
    scale: 0.97;
    transform: translateY(-3px);
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

._sort_r7wtv_450 {
  user-select: none;
  /* standard syntax */
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
._sort_wrapper_r7wtv_461 {
  transition: 0.5s cubic-bezier(0.3, 0.2, 0.2, 1);
  width: calc((100% - 20px) / 2);
}
@media (max-width: 350px) {
  ._sort_wrapper_r7wtv_461 {
    width: calc((100% - 10px) / 2);
  }
}
._sort_text_r7wtv_470 {
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  transition: 0.15s ease-in-out;
}
._sort_top_r7wtv_477 {
  transition: 0.15s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  border-radius: 8px;
  border: 1px solid var(--stroke-main, #444448);
  cursor: pointer;
  user-select: none;
}
._sort_top_r7wtv_477:hover {
  transition: 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
  border-color: #6e6e71;
}
._sort_top_r7wtv_477._active_r7wtv_492 {
  border-color: #6e6e71;
}
._sort_top_r7wtv_477._active_r7wtv_492 ._sort_top_l_r7wtv_495 {
  filter: brightness(0.75);
}
._sort_top_l_r7wtv_495 {
  color: var(--text-light-grey, #c6c6c7);
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.15s ease-in-out;
}
._sort_top_r_r7wtv_507 {
  width: 20px;
  transition: all 0.2s cubic-bezier(0.15, 0.5, 0.5, 1);
}
._sort_top_r_r7wtv_507._active_r7wtv_492 {
  transform: rotate(180deg);
}
._sort_bottom_r7wtv_514 {
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  padding: 4px 8px;
  width: 100%;
  z-index: 2;
  border-radius: 8px;
  border: 1px solid var(--stroke-main, #444448);
  background: var(--bg-block, #2f2f33);
  width: 281px;
}
@media (max-width: 600px) {
  ._sort_bottom_r7wtv_514 {
    width: 100%;
  }
}
._sort_bottom_item_r7wtv_531 {
  -webkit-tap-highlight-color: transparent;
  max-height: fit-content;
  cursor: pointer;
  user-select: none;
  padding: 12px 8px;
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  transition: 0.25s cubic-bezier(0.2, 0.2, 0.2, 1);
}
._sort_bottom_item_r7wtv_531 p {
  transition: 0.2s cubic-bezier(0.2, 0.2, 0.4, 1);
}
._sort_bottom_item_r7wtv_531._active_r7wtv_492 {
  border-radius: 8px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  scale: 1 !important;
  background: var(--button-gray, #3b3b3f) !important;
}
._sort_bottom_item_r7wtv_531._active_r7wtv_492:active {
  scale: 0.99 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
._sort_bottom_item_r7wtv_531._active_r7wtv_492 p {
  transform: none !important;
}
._sort_bottom_item_r7wtv_531:active {
  scale: 0.98;
  margin-top: 0.8px;
  margin-bottom: 0.8px;
  border-radius: 8px !important;
  background: var(--button-gray, rgba(59, 59, 63, 0.4705882353));
}
._sort_bottom_item_r7wtv_531:active p {
  transform: translateX(2px);
  opacity: 0.7;
}
._sort_bottom_item_r7wtv_531:hover {
  border-radius: 8px;
  background: var(--button-gray, rgba(59, 59, 63, 0.4705882353));
}
._sort_bottom_item_r7wtv_531:last-child {
  margin-bottom: 0;
}._search_wrapper_ffb7l_1 {
  width: calc(100% - 380px);
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 600px) {
  ._search_wrapper_ffb7l_1 {
    width: 100%;
    margin-bottom: 10px;
  }
}
._search_text_ffb7l_12 {
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}

._field_ffb7l_19 {
  padding: 20px;
  border-radius: 8px;
  background: var(--bg-primary, #232328);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--Stroke-Main, #444448);
  transition: 0.3s ease;
}
._field_ffb7l_19:hover {
  border-color: #6e6e71;
}
._field_ffb7l_19._focus_ffb7l_32 {
  border-color: #6e6e71;
}
._field_ffb7l_19._bg_none_ffb7l_35 {
  background-color: transparent;
  background: transparent;
}
._field_ffb7l_19 input {
  background-color: transparent;
  color: var(--text-gray, #6e6e71) !important;
  font-size: 16px;
  font-weight: 400;
  border: none;
  width: 100%;
  outline: none;
  cursor: text;
  user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
}
._field_ffb7l_19 input::placeholder {
  color: var(--text-gray, #6e6e71);
}
._field_ffb7l_19 input._has-value_ffb7l_56 {
  color: var(--text-white, #fff) !important;
}

._input_ffb7l_60 {
  background-color: transparent;
  color: var(--text-gray, #6e6e71) !important;
  font-size: 16px;
  font-weight: 400;
  border: none;
  width: 100%;
  outline: none;
}
._input_ffb7l_60::placeholder {
  color: var(--text-gray, #6e6e71);
}
._input_ffb7l_60._has-value_ffb7l_56 {
  color: var(--text-white, #fff) !important;
}

._bg_none_ffb7l_35 {
  background-color: transparent;
  background: transparent;
}@keyframes _fadeInWithBlurScaleNftLaunch_153vv_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_153vv_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_153vv_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_153vv_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_153vv_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_153vv_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_153vv_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_153vv_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_153vv_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_153vv_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_153vv_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_153vv_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_153vv_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_153vv_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_153vv_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_153vv_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_153vv_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_153vv_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_153vv_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_153vv_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_153vv_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_153vv_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_153vv_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_153vv_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_153vv_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_153vv_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_153vv_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_153vv_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_153vv_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_153vv_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_153vv_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_153vv_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_153vv_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_153vv_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_153vv_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_153vv_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_153vv_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_153vv_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_153vv_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_153vv_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_153vv_1 {}
@keyframes _wave-animation_153vv_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_153vv_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_153vv_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_153vv_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._warning_153vv_410 {
  color: #ff0000;
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

._wrapper_153vv_419 {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  padding-top: 30px;
  justify-content: space-between;
}

._l_153vv_429 {
  max-width: 740px;
  width: 100%;
  margin-right: 20px;
}
@media (max-width: 900px) {
  ._l_153vv_429 {
    max-width: 100%;
    margin-right: 0;
  }
}

._r_153vv_441 {
  max-width: 360px;
  width: 100%;
}
@media (max-width: 900px) {
  ._r_153vv_441 {
    display: none;
  }
}

._jeton_presales_mob_153vv_451 {
  display: none;
}
@media (max-width: 900px) {
  ._jeton_presales_mob_153vv_451 {
    display: block;
  }
}@keyframes _fadeInWithBlurScaleNftLaunch_1bvlo_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1bvlo_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1bvlo_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1bvlo_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1bvlo_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1bvlo_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1bvlo_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1bvlo_410 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1bvlo_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1bvlo_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1bvlo_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1bvlo_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1bvlo_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1bvlo_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1bvlo_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1bvlo_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1bvlo_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1bvlo_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1bvlo_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1bvlo_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1bvlo_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1bvlo_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1bvlo_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1bvlo_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1bvlo_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1bvlo_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1bvlo_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1bvlo_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1bvlo_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1bvlo_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1bvlo_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1bvlo_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1bvlo_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1bvlo_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1bvlo_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1bvlo_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1bvlo_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1bvlo_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1bvlo_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1bvlo_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1bvlo_1 {}
@keyframes _wave-animation_1bvlo_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1bvlo_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1bvlo_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1bvlo_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._fadeIn_1bvlo_410 {
  animation-name: _fadeIn_1bvlo_410;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.2, 0.2, 0.4, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._fadeIn_1bvlo_410 {
    animation-duration: 0.4s;
  }
}

._fadeInDescription_1bvlo_422 {
  animation-name: _fadeIn_1bvlo_410;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.3s !important;
  animation-timing-function: cubic-bezier(0.25, 0.5, 0.25, 0.25);
}
@media (max-width: 600px) {
  ._fadeInDescription_1bvlo_422 {
    animation-duration: 0.4s;
  }
}

._video_1bvlo_436 {
  background: linear-gradient(112deg, #29292f 8.69%, #303035 50.64%, #26262b 95.29%), linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-size: 1000% 1000%, 1000% 1000% !important;
  animation: _wave-animation_1bvlo_1 2s ease-in-out infinite, _wave-reverse-animation_1bvlo_1 2s ease-in-out infinite;
  margin-top: 20px;
  border-radius: 14px;
  border: 0px solid transparent;
  width: 100%;
  aspect-ratio: 1.7;
}
@media (max-width: 900px) {
  ._video_1bvlo_436 {
    border-radius: 10px;
  }
}

._loading_1bvlo_452 {
  background: #2f2f33;
}
@media (max-width: 900px) {
  ._loading_1bvlo_452 {
    background: linear-gradient(112deg, #29292f 8.69%, #303035 50.64%, #26262b 95.29%), linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-size: 1000% 1000%, 1000% 1000% !important;
    animation: _wave-animation_1bvlo_1 2s ease-in-out infinite, _wave-reverse-animation_1bvlo_1 2s ease-in-out infinite;
  }
}
._loading_1bvlo_452 ._top_1bvlo_462 {
  min-height: 110px;
}
._img_loading_1bvlo_465 {
  border-radius: 50%;
}
@media (min-width: 601px) {
  ._img_loading_1bvlo_465 {
    border-radius: 6px;
    background: linear-gradient(270deg, #29292f 0%, rgb(48, 48, 53) 30%, rgba(255, 255, 255, 0.15) 31.5%, rgba(255, 255, 255, 0.15) 68.5%, rgb(48, 48, 53) 70%, #29292f 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    animation: _wave-animation1_1bvlo_1 2.5s ease-in-out infinite;
    min-width: 62px;
    min-height: 62px;
  }
}
@media (max-width: 600px) {
  ._img_loading_1bvlo_465 {
    background: #2f2f33;
    min-width: 50px;
    min-height: 50px;
  }
}

._p_gradient_1bvlo_485 {
  border-radius: 20px;
}
@media (min-width: 601px) {
  ._p_gradient_1bvlo_485 {
    border-radius: 6px;
    background: linear-gradient(270deg, #29292f 0%, rgb(48, 48, 53) 30%, rgba(255, 255, 255, 0.15) 31.5%, rgba(255, 255, 255, 0.15) 68.5%, rgb(48, 48, 53) 70%, #29292f 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    animation: _wave-animation1_1bvlo_1 2.5s ease-in-out infinite;
  }
}
@media (max-width: 600px) {
  ._p_gradient_1bvlo_485 {
    background: #2f2f33;
  }
}

._loaded_1bvlo_501 {
  background: var(--bg-block, #2f2f33);
  border-radius: 20px;
}
@media (max-width: 600px) {
  ._loaded_1bvlo_501 {
    animation-name: _loadedMiddle_1bvlo_1;
    animation-timing-function: cubic-bezier(0.1, 0.1, 0.5, 1.2);
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-duration: 1.15s;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  ._loaded_1bvlo_501 {
    animation-duration: 0.35s;
    animation-timing-function: cubic-bezier(0.1, 0.1, 0.5, 1.15);
    animation-name: _loadedMiddleMobile_1bvlo_1;
  }
}
@media (max-width: 600px) {
  @keyframes _loadedMiddle_1bvlo_1 {
    0% {
      scale: 0.985;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes _loadedMiddleMobile_1bvlo_1 {
    0% {
      scale: 0.985;
    }
    100% {
      opacity: 1;
    }
  }
}

@media (min-width: 601px) {
  ._w_loading_1bvlo_541 {
    animation-duration: 0.25s;
  }
}
@media (max-width: 600px) {
  ._w_loading_1bvlo_541 {
    scale: 0.985;
    animation-name: _fadeInEmptyScale_1bvlo_1;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 1);
    animation-duration: 0.75s;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  ._w_loading_1bvlo_541 {
    animation-name: _fadeInEmptyScaleMobile_1bvlo_1;
  }
}
@media (max-width: 600px) {
  @keyframes _fadeInEmptyScale_1bvlo_1 {
    from {
      opacity: 1;
      scale: 1;
    }
    to {
      opacity: 1;
      scale: 0.985;
    }
  }
  @keyframes _fadeInEmptyScaleMobile_1bvlo_1 {
    from {
      opacity: 1;
      scale: 1;
    }
    to {
      opacity: 1;
      scale: 0.985;
    }
  }
}

._block_1bvlo_582 {
  padding: 30px;
  border-radius: 20px;
}
@media (max-width: 900px) {
  ._block_1bvlo_582 {
    padding: 20px;
  }
}

._top_1bvlo_462 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--stroke-main, #444448);
}
@media (max-width: 900px) {
  ._top_1bvlo_462 {
    position: relative;
  }
}
._top_l_1bvlo_604 {
  display: flex;
}
@media (max-width: 900px) {
  ._top_l_1bvlo_604 {
    flex-direction: column;
    width: 100%;
  }
}

._icon_1bvlo_614 {
  width: 62px;
  margin-right: 24px;
}
@media (max-width: 900px) {
  ._icon_1bvlo_614 {
    margin-right: 0;
    width: 50px;
    margin-bottom: 14px;
  }
}
._icon_1bvlo_614 img {
  border-radius: 50%;
}
._icon_1bvlo_614 ._img_loaded_1bvlo_628 {
  animation-name: _fadeIn_1bvlo_410;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  border-radius: 50%;
}
@media (max-width: 600px) {
  ._icon_1bvlo_614 ._img_loaded_1bvlo_628 {
    animation-duration: 0.4s;
  }
}
@media (max-width: 900px) {
  ._icon_1bvlo_614 ._img_loaded_1bvlo_628 {
    min-height: 50px;
  }
}

._title_1bvlo_646 {
  color: var(--text-white, #fff);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 14px;
  min-height: 28.8px;
}

._socs_1bvlo_654 {
  display: flex;
  flex-wrap: wrap;
  min-height: 36px;
}
._socs_item_1bvlo_659 {
  animation-name: _fadeIn_1bvlo_410;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  border-radius: 8px;
  background: var(--button-gray, #3b3b3f);
  padding: 8px;
  margin-right: 8px;
  transition: 0.2s cubic-bezier(0.3, 0.3, 0.3, 1);
}
@media (max-width: 600px) {
  ._socs_item_1bvlo_659 {
    animation-duration: 0.4s;
  }
}
._socs_item_1bvlo_659:last-child {
  margin-right: 0;
}
._socs_item_1bvlo_659 svg {
  width: 20px;
}
._socs_item_1bvlo_659:hover {
  background-color: #49494e;
}

._status_1bvlo_685 {
  overflow: hidden;
  animation-name: _fadeIn_1bvlo_410;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  white-space: nowrap;
  animation-duration: 0.33s;
  border-radius: 20px;
  background: rgba(198, 198, 199, 0.18);
  padding: 3px 11px;
  display: flex;
  align-items: center;
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 600px) {
  ._status_1bvlo_685 {
    animation-duration: 0.4s;
  }
}
@media (max-width: 900px) {
  ._status_1bvlo_685 {
    position: absolute;
    top: 0;
    right: 0;
  }
}
._status_1bvlo_685._green_1bvlo_715 {
  background: rgba(67, 210, 108, 0.18);
  color: #43d26c;
}
._status_1bvlo_685._green_1bvlo_715 span {
  background-color: #43d26c;
}
._status_1bvlo_685._orange_1bvlo_722 {
  background: rgba(233, 190, 80, 0.18);
  color: #e9be50;
}
._status_1bvlo_685._orange_1bvlo_722 span {
  background-color: #e9be50;
}
._status_1bvlo_685 span {
  margin-right: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c6c6c7;
}

._hoverable_1bvlo_737 {
  cursor: pointer;
  transition: 0.25s cubic-bezier(0.5, 0.5, 0.5, 1);
}
._hoverable_1bvlo_737:active {
  filter: brightness(0.8);
}

._text_1bvlo_745 {
  animation-name: _fadeIn_1bvlo_410;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  color: #c6c6c7;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin: 20px 0;
}
@media (max-width: 600px) {
  ._text_1bvlo_745 {
    animation-duration: 0.4s;
  }
}
@media (max-width: 900px) {
  ._text_1bvlo_745 {
    margin-bottom: 0;
  }
}

@media (max-width: 900px) {
  ._table_1bvlo_768 {
    display: none;
  }
}

._description_1bvlo_773 {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: 100%;
}

._blinking_1bvlo_780 {
  animation: _blink_1bvlo_780 4.5s infinite cubic-bezier(0.5, 1, 1, 1);
}
@keyframes _blink_1bvlo_780 {
  0% {
    opacity: 0.6;
    outline: 0px solid rgba(67, 210, 108, 0.075);
    border: 0px solid rgba(255, 255, 255, 0.22);
  }
  15% {
    opacity: 1;
    outline: 11px solid rgba(67, 210, 108, 0.075);
    border: 0px solid rgba(255, 255, 255, 0.22);
  }
  50% {
    opacity: 0.6;
    text-shadow: #0088cb 0px 0px 10px;
    outline: 100px solid rgba(67, 210, 108, 0);
    border: 0px solid rgba(255, 255, 255, 0.23);
  }
  100% {
    opacity: 0.6;
    outline: 0px solid rgba(67, 210, 108, 0);
    border: 0px solid rgba(255, 255, 255, 0);
  }
}@keyframes _fadeInWithBlurScaleNftLaunch_18zt5_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_18zt5_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_18zt5_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_18zt5_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_18zt5_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_18zt5_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_18zt5_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_18zt5_464 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_18zt5_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_18zt5_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_18zt5_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_18zt5_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_18zt5_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_18zt5_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_18zt5_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_18zt5_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_18zt5_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_18zt5_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_18zt5_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_18zt5_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_18zt5_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_18zt5_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_18zt5_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_18zt5_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_18zt5_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_18zt5_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_18zt5_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_18zt5_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_18zt5_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_18zt5_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_18zt5_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_18zt5_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_18zt5_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_18zt5_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_18zt5_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_18zt5_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_18zt5_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_18zt5_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_18zt5_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_18zt5_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_18zt5_1 {}
@keyframes _wave-animation_18zt5_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_18zt5_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_18zt5_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_18zt5_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._loaded_18zt5_410 {
  animation-name: _loaded_18zt5_410;
  animation-timing-function: cubic-bezier(0.33, 0.3, 0.67, 1);
  animation-duration: 0.3s;
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._loaded_18zt5_410 {
    animation-timing-function: cubic-bezier(0.1, 0.8, 0.5, 1);
    animation-duration: 0.5s;
  }
}
@keyframes _loaded_18zt5_410 {
  0% {
    opacity: 0;
    scale: 0.95;
  }
  100% {
    opacity: 1;
  }
}

._loading_18zt5_432 {
  animation-name: _fadeInEmptyScale_18zt5_1;
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.1, 0.8, 1, 1);
}
@keyframes _fadeInEmptyScale_18zt5_1 {
  from {
    opacity: 1;
    scale: 0.85;
  }
  to {
    opacity: 1;
    scale: 0.96;
  }
}
._p_gradient_18zt5_449 {
  border-radius: 6px;
  background: linear-gradient(270deg, #29292f 0%, rgb(48, 48, 53) 30%, rgba(255, 255, 255, 0.15) 31.5%, rgba(255, 255, 255, 0.15) 68.5%, rgb(48, 48, 53) 70%, #29292f 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  animation: _wave-animation1_18zt5_1 2.5s ease-in-out infinite;
  border-radius: 20px;
}

._p_gradient_green_18zt5_456 {
  border-radius: 6px;
  background: linear-gradient(270deg, #29292f 0%, rgb(48, 48, 53) 30%, rgba(255, 255, 255, 0.15) 31.5%, rgba(255, 255, 255, 0.15) 68.5%, rgb(48, 48, 53) 70%, #29292f 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  animation: _wave-animation1_18zt5_1 2.5s ease-in-out infinite;
  width: 100%;
  height: 20px;
}

._fadeIn_18zt5_464 {
  animation-name: _fadeIn_18zt5_464;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.2s !important;
}
@media (max-width: 600px) {
  ._fadeIn_18zt5_464 {
    animation-duration: 0.4s;
  }
}

._item_18zt5_477 {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid var(--stroke-main, #444448);
}
@media (max-width: 900px) {
  ._item_18zt5_477 {
    padding-bottom: 8px;
    flex-wrap: wrap;
  }
}
._item_18zt5_477:last-child {
  border: none;
}
._item_l_18zt5_492 {
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 900px) {
  ._item_l_18zt5_492 {
    margin-bottom: 4px;
  }
}
._item_r_18zt5_503 {
  animation-name: _fadeIn_18zt5_464;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  max-width: 100%;
  width: auto;
  color: var(--text-white, #fff);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 600px) {
  ._item_r_18zt5_503 {
    animation-duration: 0.4s;
  }
}
@media (max-width: 600px) {
  ._item_r_18zt5_503 {
    align-items: flex-start;
  }
}
@media (max-width: 900px) {
  ._item_r_18zt5_503 {
    margin-bottom: 4px;
  }
}
._item_r_18zt5_503 ._green_18zt5_533 {
  -webkit-tap-highlight-color: transparent;
  color: var(--text-success, #43d26c);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
._item_r_18zt5_503 ._green_18zt5_533._link_18zt5_544 {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
@media (min-width: 601px) {
  ._item_r_18zt5_503 ._green_18zt5_533._link_18zt5_544:hover span {
    user-select: none;
    color: #5aec84;
  }
  ._item_r_18zt5_503 ._green_18zt5_533._link_18zt5_544:hover svg {
    user-select: none;
  }
  ._item_r_18zt5_503 ._green_18zt5_533._link_18zt5_544:hover svg path {
    fill: #5aec84;
  }
  ._item_r_18zt5_503 ._green_18zt5_533._link_18zt5_544:active span {
    color: rgba(90, 236, 131, 0.8274509804);
  }
  ._item_r_18zt5_503 ._green_18zt5_533._link_18zt5_544:active svg path {
    fill: rgba(90, 236, 131, 0.8274509804);
  }
}
@media (max-width: 600px) {
  ._item_r_18zt5_503 ._green_18zt5_533._link_18zt5_544:active span {
    color: rgba(90, 236, 131, 0.6784313725);
  }
  ._item_r_18zt5_503 ._green_18zt5_533._link_18zt5_544:active svg path {
    fill: rgba(90, 236, 131, 0.6784313725);
  }
}
._item_r_18zt5_503 ._green_18zt5_533._link_18zt5_544 span {
  color: #43d26c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 24px);
  transition: 0.2s cubic-bezier(0.3, 0.3, 0.3, 1);
}
@media (max-width: 600px) {
  ._item_r_18zt5_503 ._green_18zt5_533._link_18zt5_544 span {
    transition: 0.2s cubic-bezier(0.3, 0.3, 0.3, 1);
  }
}
._item_r_18zt5_503 ._green_18zt5_533._link_18zt5_544 svg {
  width: 18px;
  margin-left: 6px;
}
._item_r_18zt5_503 ._green_18zt5_533._link_18zt5_544 svg path {
  transition: 0.2s cubic-bezier(0.3, 0.3, 0.3, 1);
}
@media (max-width: 600px) {
  ._item_r_18zt5_503 ._green_18zt5_533._link_18zt5_544 svg path {
    transition: 0.2s cubic-bezier(0.3, 0.3, 0.3, 1);
  }
}
._item_r_18zt5_503 ._green_18zt5_533 span {
  width: calc(100% - 24px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}
._item_r_18zt5_503 ._green_18zt5_533 svg {
  width: 18px;
  margin-left: 6px;
  cursor: pointer;
  user-select: none;
}
._item_r_18zt5_503 ._grey_18zt5_614 {
  color: var(--text-gray, #6e6e71);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-top: 4px;
}

._svg_arrow_18zt5_622 {
  margin-left: 6px;
  width: 18px;
  height: 18px;
  fill: #43d26c;
}
._svg_arrow_18zt5_622 path {
  fill: #43d26c;
}

._listingOn_18zt5_632 {
  color: var(--text-success, #43d26c);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  transition: 0.2s cubic-bezier(0.3, 0.3, 0.3, 1);
  cursor: pointer;
}
@media (max-width: 600px) {
  ._listingOn_18zt5_632 {
    transition: 0.2s cubic-bezier(0.3, 0.3, 0.3, 1);
  }
}
@media (min-width: 601px) {
  ._listingOn_18zt5_632:hover {
    color: #5aec84;
  }
  ._listingOn_18zt5_632:hover svg path {
    fill: #5aec84;
  }
  ._listingOn_18zt5_632:active {
    color: rgba(90, 236, 131, 0.8274509804);
  }
  ._listingOn_18zt5_632:active svg path {
    fill: rgba(90, 236, 131, 0.8274509804);
  }
}
@media (max-width: 600px) {
  ._listingOn_18zt5_632:active {
    color: rgba(90, 236, 131, 0.6784313725);
  }
  ._listingOn_18zt5_632:active svg path {
    fill: rgba(90, 236, 131, 0.6784313725);
  }
}

@media (max-width: 900px) {
  ._items_18zt5_673 {
    padding: 20px;
    border-radius: 20px;
    background: var(--bg-block, #2f2f33);
    margin-top: 20px;
  }
}@keyframes _fadeInWithBlurScaleNftLaunch_rui0o_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_rui0o_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_rui0o_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_rui0o_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_rui0o_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_rui0o_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_rui0o_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_rui0o_410 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_rui0o_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_rui0o_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_rui0o_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_rui0o_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_rui0o_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_rui0o_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_rui0o_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_rui0o_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_rui0o_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_rui0o_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_rui0o_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_rui0o_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_rui0o_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_rui0o_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_rui0o_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_rui0o_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_rui0o_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_rui0o_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_rui0o_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_rui0o_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_rui0o_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_rui0o_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_rui0o_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_rui0o_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_rui0o_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_rui0o_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_rui0o_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_rui0o_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_rui0o_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_rui0o_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_rui0o_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_rui0o_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_rui0o_1 {}
@keyframes _wave-animation_rui0o_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_rui0o_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_rui0o_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_rui0o_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._fadeInWrapper_rui0o_410 {
  animation-name: _fadeIn_rui0o_410;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.3s !important;
}
@media (max-width: 600px) {
  ._fadeInWrapper_rui0o_410 {
    animation-duration: 0.4s;
  }
}

._block_rui0o_423 {
  padding: 30px;
  border-radius: 20px;
}
@media (max-width: 900px) {
  ._block_rui0o_423 {
    margin-top: 20px;
    padding: 20px;
  }
}

._fadeIn_rui0o_410 {
  animation-name: _fadeIn_rui0o_410;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._fadeIn_rui0o_410 {
    animation-duration: 0.4s;
  }
}

._fadeInSlow_rui0o_446 {
  animation-name: _fadeIn_rui0o_410;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.3s !important;
}
@media (max-width: 600px) {
  ._fadeInSlow_rui0o_446 {
    animation-duration: 0.4s;
  }
}

._fadeInPult_rui0o_459 {
  animation-name: _fadeIn_rui0o_410;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.6s !important;
}
@media (max-width: 600px) {
  ._fadeInPult_rui0o_459 {
    animation-duration: 0.4s;
  }
}

._p_gradient_rui0o_472 {
  border-radius: 6px;
  background: linear-gradient(270deg, #29292f 0%, rgb(48, 48, 53) 30%, rgba(255, 255, 255, 0.15) 31.5%, rgba(255, 255, 255, 0.15) 68.5%, rgb(48, 48, 53) 70%, #29292f 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  animation: _wave-animation1_rui0o_1 2.5s ease-in-out infinite;
  border-radius: 20px;
}

._fast_transition_rui0o_479 {
  transition: 0.15s ease;
}

._wrapper_rui0o_483 {
  border-radius: 20px;
  background: var(--bg-block, #2f2f33);
}

._btn_green_rui0o_488 {
  background: var(--button-green, #43d26c) !important;
}

._btn_green_rui0o_488:hover {
  background: #5aec84 !important;
}

._btn_green_rui0o_488:active {
  background: #33ae56 !important;
  /* a subtle 'press' effect */
}

._loading_rui0o_501 {
  scale: 0.99;
  animation-name: _animatedWrapperScaleDown_rui0o_1;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.4, 0.8, 0.4, 1);
}
@media (max-width: 600px) {
  ._loading_rui0o_501 {
    animation-name: _animatedWrapperScaleDownMobile_rui0o_1;
    animation-duration: 0.5s;
  }
}
@keyframes _animatedWrapperScaleDown_rui0o_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.99;
  }
}
@keyframes _animatedWrapperScaleDownMobile_rui0o_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.9875;
  }
}

._loaded_rui0o_534 {
  animation-name: _animatedWrapperScaleUp_rui0o_1;
  animation-timing-function: cubic-bezier(0.4, 0.8, 0.4, 1);
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._loaded_rui0o_534 {
    animation-name: _animatedWrapperScaleUpMobile_rui0o_1;
    animation-duration: 0.4s;
  }
}
@keyframes _animatedWrapperScaleUp_rui0o_1 {
  0% {
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _animatedWrapperScaleUpMobile_rui0o_1 {
  0% {
    scale: 0.9875;
  }
  100% {
    opacity: 1;
  }
}

._gradient_rui0o_563 {
  background: linear-gradient(112deg, #29292f 8.69%, #303035 50.64%, #26262b 95.29%), linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-size: 1000% 1000%, 1000% 1000% !important;
  animation: _wave-animation_rui0o_1 2s ease-in-out infinite, _wave-reverse-animation_rui0o_1 2s ease-in-out infinite;
}
._gradient_rui0o_563 ._range_rui0o_568 {
  background-color: #2f2f33;
  height: 10px;
  border-radius: 10px;
}

._top_rui0o_574 {
  transition: 0.3s ease;
}
._top_text_rui0o_577 {
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
  min-height: 20px;
}
._top_items_rui0o_584 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
._top_item_rui0o_584 {
  transition: 0.2s cubic-bezier(0.2, 0.2, 0.2, 1);
  padding: 10px;
  margin-right: 8px;
  margin-top: 8px;
  border-radius: 8px;
  border: 1px solid var(--stroke-main, #444448);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 24px) / 4);
}
._top_item_rui0o_584:nth-child(4n+4) {
  margin-right: 0;
}
._top_item_rui0o_584 p:first-child {
  color: var(--text-white, #fff);
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 2px;
}
._top_item_rui0o_584 p:last-child {
  color: var(--text-white, #fff);
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}

._range_rui0o_568 {
  border-radius: 10px;
  background: var(--bg-primary, #232328);
  height: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
._range_inner_rui0o_626 {
  height: 100%;
  border-radius: 10px;
  background: var(--text-success, #43d26c);
  z-index: 1;
  transition: all 0.7s cubic-bezier(0.1, 0.6, 0.1, 1);
}
._range_text_rui0o_633 {
  display: flex;
  align-items: center;
  color: var(--text-light-grey, #c6c6c7);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
._range_block_rui0o_641 {
  display: flex;
  margin-bottom: 30px;
}
._range_percent_rui0o_645 {
  color: var(--Text-Success, #43d26c);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

._detail_rui0o_654 {
  color: var(--text-link, #0088cb);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  user-select: none;
}
._detail_rui0o_654:hover {
  color: #00a1f0;
}

._pult_rui0o_666 {
  min-height: 36px;
}
._pult_content_rui0o_669 {
  display: flex;
  margin-top: 16px;
}
._pult_item_rui0o_673 {
  margin-right: 8px;
  border-radius: 8px;
  background: var(--Button-Gray, rgb(59, 59, 63));
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  transition: 0.2s cubic-bezier(0.3, 0.3, 0.3, 1), background 0.2s cubic-bezier(0.3, 0.3, 0.3, 1);
}
._pult_item_rui0o_673 svg {
  transition: 0.2s cubic-bezier(0.3, 0.3, 0.3, 1);
  width: 20px;
}
._pult_item_rui0o_673:hover {
  background: var(--Button-Gray, rgba(59, 59, 63, 0.8));
}
._pult_item_rui0o_673:hover svg {
  filter: brightness(0.8);
}
._pult_item_rui0o_673:active {
  background: var(--Button-Gray, rgba(59, 59, 63, 0.6));
}
._pult_item_rui0o_673:active svg {
  filter: brightness(1);
}

._sale_ended_rui0o_703 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
._sale_ended_rui0o_703 span {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 28.64px;
  text-align: left;
}
._sale_ended_soldout_rui0o_716 {
  animation-name: _fadeIn_rui0o_410;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  padding: 3px 8px 3px 8px;
  gap: 10px;
  border-radius: 13px;
  opacity: 0px;
  background: rgba(67, 210, 108, 0.18);
  font-family: Inter;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.52px;
  text-align: center;
  color: #43d26c;
}
@media (max-width: 600px) {
  ._sale_ended_soldout_rui0o_716 {
    animation-duration: 0.4s;
  }
}@keyframes _fadeInWithBlurScaleNftLaunch_jscek_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_jscek_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_jscek_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_jscek_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_jscek_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_jscek_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_jscek_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_jscek_410 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_jscek_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_jscek_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_jscek_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_jscek_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_jscek_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_jscek_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_jscek_410 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_jscek_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_jscek_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_jscek_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_jscek_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_jscek_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_jscek_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_jscek_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_jscek_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_jscek_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_jscek_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_jscek_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_jscek_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_jscek_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_jscek_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_jscek_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_jscek_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_jscek_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_jscek_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_jscek_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_jscek_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_jscek_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_jscek_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_jscek_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_jscek_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_jscek_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_jscek_1 {}
@keyframes _wave-animation_jscek_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_jscek_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_jscek_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_jscek_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._fadeInText_jscek_410 {
  animation-name: _fadeIn_jscek_410;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.2s !important;
}
@media (max-width: 600px) {
  ._fadeInText_jscek_410 {
    animation-duration: 0.4s;
  }
}

._field_jscek_423 {
  transition: background-color 0.4s cubic-bezier(0.2, 0.4, 0.2, 1);
}

._amount_text_jscek_427 {
  margin-bottom: 10px;
}
._amount_text_to_claim_jscek_430 {
  color: var(--Text-Light_grey, #c6c6c7);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
._amount_text_title_jscek_438 {
  min-height: 20px;
  color: var(--text-white, #fff);
  font-size: 16px;
  font-weight: 600;
}
._amount_field_jscek_444 {
  position: relative;
  margin-bottom: 10px;
  user-select: none;
  background: var(--bg-primary, #232328);
  border-radius: 8px;
}
._amount_field_jscek_444 input {
  user-select: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
  width: 100%;
  border: 1px solid transparent;
  transition: 0.3s cubic-bezier(0.2, 0.4, 0.2, 1);
}
._amount_field_jscek_444 input::placeholder {
  color: var(--text-gray, #6e6e71);
}
._amount_field_jscek_444 input:hover {
  border-color: #444448;
  background-color: transparent;
}
._amount_field_jscek_444 input:focus {
  border-color: #6e6e71;
  background-color: transparent;
}
._amount_field_jscek_444 input._error_jscek_472 {
  border: 1px solid var(--text-error, #d24343);
  background: var(--bg-primary, #232328);
}
._amount_field_jscek_444 input._error_jscek_472::placeholder {
  color: #fff;
}
._amount_field_jscek_444 input[disabled] {
  border-color: #444448 !important;
  color: #444448 !important;
  background-color: transparent !important;
}
._amount_field_jscek_444 input[disabled]::placeholder {
  color: #444448 !important;
}
._amount_field_jscek_444 span {
  color: var(--text-success, #43d26c);
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  user-select: none;
  transition: 0.12s ease-out;
}
@media (min-width: 601px) {
  ._amount_field_jscek_444 span:hover {
    color: #5aec84;
  }
  ._amount_field_jscek_444 span:active {
    color: rgba(90, 236, 131, 0.8274509804);
  }
}
@media (max-width: 600px) {
  ._amount_field_jscek_444 span:active {
    color: rgba(90, 236, 131, 0.8274509804);
  }
}

._claim_field_jscek_513 {
  background-color: #232328;
  border-radius: 8px;
  background: var(--button-gray-act, #363639);
  display: flex;
  padding: 20px 14px;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
  margin-bottom: 10px;
  min-height: 59.2px;
}
._claim_field_flex_jscek_526 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
._claim_field_flex_jscek_526 p:first-child {
  color: var(--text-white, #fff);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
._claim_field_flex_jscek_526 p:last-child {
  color: var(--text-gray, #6e6e71);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}@keyframes _fadeInWithBlurScaleNftLaunch_2bl5y_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_2bl5y_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_2bl5y_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_2bl5y_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_2bl5y_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_2bl5y_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_2bl5y_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_2bl5y_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_2bl5y_414 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_2bl5y_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_2bl5y_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_2bl5y_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_2bl5y_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_2bl5y_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_2bl5y_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_2bl5y_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_2bl5y_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_2bl5y_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_2bl5y_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_2bl5y_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_2bl5y_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_2bl5y_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_2bl5y_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_2bl5y_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_2bl5y_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_2bl5y_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_2bl5y_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_2bl5y_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_2bl5y_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_2bl5y_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_2bl5y_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_2bl5y_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_2bl5y_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_2bl5y_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_2bl5y_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_2bl5y_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_2bl5y_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_2bl5y_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_2bl5y_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_2bl5y_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_2bl5y_1 {}
@keyframes _wave-animation_2bl5y_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_2bl5y_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_2bl5y_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_2bl5y_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._btn_2bl5y_410 {
  width: 100%;
}

._btnFadeIn_2bl5y_414 {
  animation-name: _fadeIn_2bl5y_1;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.8s !important;
  animation-timing-function: cubic-bezier(0.2, 0.2, 0.2, 1) !important;
}
@media (max-width: 600px) {
  ._btnFadeIn_2bl5y_414 {
    animation-duration: 0.4s;
  }
}

._buttonText_2bl5y_428 {
  animation-name: _fadeIn_2bl5y_1;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._buttonText_2bl5y_428 {
    animation-duration: 0.4s;
  }
}
@media (max-width: 600px) {
  ._buttonText_2bl5y_428 {
    animation-duration: 0.2s;
  }
}

._btn_green_2bl5y_445 {
  background: var(--button-green, #43d26c) !important;
}

._tonConnectBtn_2bl5y_449 {
  width: 150px;
  margin-right: 10px;
}
@media (max-width: 600px) {
  ._tonConnectBtn_2bl5y_449 {
    margin-right: 20px;
  }
}
._tonConnectBtn__btn_2bl5y_458 div tc-root button {
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 10px;
  height: 48px;
  background-color: #0088cb;
  border-radius: 12px;
  display: flex;
  align-items: center;
  transition: 0.15s ease-out;
}
._tonConnectBtn__btn_2bl5y_458 div tc-root button svg {
  display: none;
  width: 12px;
  fill: rgb(255, 255, 255);
}
._tonConnectBtn__btn_2bl5y_458 div tc-root button svg path {
  fill: rgb(255, 255, 255);
  stroke: white !important;
}
._tonConnectBtn__btn_2bl5y_458 div tc-root button div {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
._tonConnectBtn__btn_2bl5y_458 div tc-root button:hover {
  transform: none;
  background-color: #00a1f0;
}
._tonConnectBtn__btn_2bl5y_458 div tc-root button:active {
  background-color: #0177b0;
}
@media (max-width: 1000px) {
  ._tonConnectBtn__btn_2bl5y_458 div tc-root button {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  ._tonConnectBtn__btn_2bl5y_458 div tc-root button {
    margin-left: 10px;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}@keyframes _fadeInWithBlurScaleNftLaunch_dkufk_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_dkufk_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_dkufk_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_dkufk_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_dkufk_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_dkufk_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_dkufk_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_dkufk_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_dkufk_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_dkufk_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_dkufk_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_dkufk_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_dkufk_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_dkufk_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_dkufk_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_dkufk_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_dkufk_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_dkufk_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_dkufk_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_dkufk_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_dkufk_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_dkufk_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_dkufk_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_dkufk_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_dkufk_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_dkufk_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_dkufk_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_dkufk_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_dkufk_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_dkufk_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_dkufk_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_dkufk_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_dkufk_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_dkufk_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_dkufk_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_dkufk_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_dkufk_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_dkufk_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_dkufk_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_dkufk_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_dkufk_1 {}
@keyframes _wave-animation_dkufk_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_dkufk_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_dkufk_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_dkufk_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._btn_dkufk_410 {
  animation-duration: 0.6s !important;
  animation-timing-function: cubic-bezier(0.2, 0.2, 0.2, 1) !important;
  width: 100%;
}@keyframes _fadeInWithBlurScaleNftLaunch_vfkk2_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_vfkk2_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_vfkk2_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_vfkk2_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_vfkk2_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_vfkk2_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_vfkk2_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_vfkk2_496 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_vfkk2_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_vfkk2_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_vfkk2_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_vfkk2_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_vfkk2_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_vfkk2_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_vfkk2_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_vfkk2_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_vfkk2_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_vfkk2_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_vfkk2_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_vfkk2_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_vfkk2_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_vfkk2_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_vfkk2_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_vfkk2_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_vfkk2_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_vfkk2_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_vfkk2_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_vfkk2_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_vfkk2_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_vfkk2_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_vfkk2_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_vfkk2_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_vfkk2_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_vfkk2_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_vfkk2_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_vfkk2_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_vfkk2_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_vfkk2_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_vfkk2_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_vfkk2_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_vfkk2_1 {}
@keyframes _wave-animation_vfkk2_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_vfkk2_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_vfkk2_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_vfkk2_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._loaded_vfkk2_410 {
  animation-name: _loadedCashback_vfkk2_1;
  animation-timing-function: cubic-bezier(0.2, 0.2, 0.5, 1);
  animation-duration: 0.25s;
  animation-delay: 100ms !important;
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._loaded_vfkk2_410 {
    animation-duration: 0.3s;
    animation-name: _loadedCashbackMobile_vfkk2_1;
    animation-delay: 150ms !important;
  }
}
@keyframes _loadedCashback_vfkk2_1 {
  0% {
    opacity: 0;
    transform: translateY(10%);
    scale: 0.9;
  }
  100% {
    scale: 1;
  }
}
@keyframes _loadedCashbackMobile_vfkk2_1 {
  0% {
    opacity: 0;
    transform: translateY(5%);
    scale: 0.9;
  }
  100% {
    scale: 1;
  }
}

._wrapper_vfkk2_445 {
  transition: scale 0.3s cubic-bezier(0.1, 0.1, 0.5, 1);
}

._cashback_vfkk2_449 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(89.09deg, rgba(89, 33, 186, 0.3) 1.56%, rgba(24, 121, 254, 0.3) 99.22%);
  animation: _gradientAnimation_vfkk2_1 6s cubic-bezier(0.5, 1, 0.5, 1) infinite;
  background-size: 120% 120%;
  transition: 1s cubic-bezier(0.5, 1, 0.5, 1);
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  ._cashback_vfkk2_449 {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
._cashback_l_vfkk2_467 {
  display: flex;
  align-items: center;
}
._cashback_text_vfkk2_471 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2142857143;
  color: #c6c6c7;
}
._cashback_info_vfkk2_477 {
  width: 20px;
  margin-right: 4px;
}
._cashback_r_vfkk2_481 {
  display: flex;
  align-items: center;
}
._cashback_r_vfkk2_481 img {
  width: 24px;
  margin-right: 8px;
}
._cashback_r_vfkk2_481 span {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1875;
  color: #ffffff;
}

._fadeInSlow_vfkk2_496 {
  animation-name: _fadeIn_vfkk2_496;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.3s !important;
}
@media (max-width: 600px) {
  ._fadeInSlow_vfkk2_496 {
    animation-duration: 0.4s;
  }
}

@keyframes _gradientAnimation_vfkk2_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}@keyframes _fadeInWithBlurScaleNftLaunch_1wt4u_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1wt4u_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1wt4u_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1wt4u_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1wt4u_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1wt4u_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1wt4u_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1wt4u_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1wt4u_410 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1wt4u_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1wt4u_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1wt4u_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1wt4u_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1wt4u_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1wt4u_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1wt4u_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1wt4u_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1wt4u_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1wt4u_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1wt4u_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1wt4u_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1wt4u_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1wt4u_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1wt4u_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1wt4u_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1wt4u_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1wt4u_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1wt4u_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1wt4u_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1wt4u_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1wt4u_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1wt4u_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1wt4u_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1wt4u_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1wt4u_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1wt4u_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1wt4u_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1wt4u_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1wt4u_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1wt4u_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1wt4u_1 {}
@keyframes _wave-animation_1wt4u_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1wt4u_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1wt4u_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1wt4u_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._btnFadeIn_1wt4u_410 {
  animation-name: _fadeIn_1wt4u_1;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.8s !important;
  animation-timing-function: cubic-bezier(0.2, 0.2, 0.2, 1) !important;
}
@media (max-width: 600px) {
  ._btnFadeIn_1wt4u_410 {
    animation-duration: 0.4s;
  }
}

._buttonText_1wt4u_424 {
  animation-name: _fadeIn_1wt4u_1;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._buttonText_1wt4u_424 {
    animation-duration: 0.4s;
  }
}
@media (max-width: 600px) {
  ._buttonText_1wt4u_424 {
    animation-duration: 0.2s;
  }
}

._btn_wrapper_1wt4u_441 {
  display: flex;
  height: 36px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 8px 20px;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 8px !important;
}
._btn_wrapper_1wt4u_441 p {
  color: var(--Text-Link, #0088cb);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  width: 60px;
}

._hiddenButton_1wt4u_463 {
  transition: scale, opacity 0.2s cubic-bezier(0, 0.3, 0.2, 1.2);
  opacity: 0;
  scale: 0;
  cursor: default;
}

._disabled_button_1wt4u_470 {
  opacity: 0.6 !important;
}._smallModal_177ye_1 {
  scale: 0.5 !important;
}

._title_177ye_5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 12px;
  margin-top: 10px;
}

._text_177ye_15 {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #C6C6C7;
  margin-bottom: 30px;
}

._btns_177ye_23 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  ._btns_177ye_23 {
    flex-direction: column;
    row-gap: 10px;
  }
}

._btn_177ye_23 {
  width: calc((100% - 10px) / 2);
}
@media (max-width: 600px) {
  ._btn_177ye_23 {
    width: 100%;
  }
}

._grey_177ye_43 {
  background-color: #3B3B3F;
}
._grey_177ye_43:hover {
  background-color: #49494E;
}
._grey_177ye_43:active {
  background-color: #363639;
}
._grey_177ye_43[disabled] {
  background-color: #363639;
  color: #6E6E71;
}
._container_lf5au_2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
  height: fit-content;
  position: relative;
}

._title_lf5au_12 {
  color: var(--Text-Light_grey, #c6c6c7);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

._list_lf5au_22 {
  display: flex;
  flex-wrap: nowrap; /* keep all items in one row (no wrapping → no vertical overflow) */
  overflow-x: auto; /* enable horizontal scrolling */
  overflow-y: visible;
  display: flex;
  flex-direction: row;
  height: 28px;
  max-width: 100%;
  align-items: center;
}
._list__separator_lf5au_33 {
  width: 50px;
  min-width: 25px;
  height: 1px;
  background-color: #6e6e71;
}
._list__separator_lf5au_33:last-child {
  display: none;
}._wrapper_r5g5e_1 {
  width: fit-content;
}

._container_r5g5e_5 {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  padding: 4px 10px;
  align-items: center;
  width: fit-content;
  gap: 4px;
  border-radius: 36px;
  border-radius: 36px;
  background: rgba(198, 198, 199, 0.18);
}
._container_r5g5e_5 > span {
  color: var(--Text-Light_grey, #c6c6c7);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

._icon_r5g5e_26 {
  height: 16px;
  width: 13px;
}

._active_r5g5e_31 {
  background: rgba(67, 210, 108, 0.3);
}
._active_r5g5e_31 > span {
  color: var(--Text-Success, #43d26c);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}@keyframes _fadeInWithBlurScaleNftLaunch_pa6qe_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_pa6qe_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_pa6qe_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_pa6qe_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_pa6qe_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_pa6qe_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_pa6qe_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_pa6qe_410 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_pa6qe_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_pa6qe_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_pa6qe_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_pa6qe_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_pa6qe_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_pa6qe_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_pa6qe_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_pa6qe_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_pa6qe_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_pa6qe_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_pa6qe_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_pa6qe_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_pa6qe_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_pa6qe_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_pa6qe_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_pa6qe_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_pa6qe_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_pa6qe_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_pa6qe_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_pa6qe_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_pa6qe_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_pa6qe_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_pa6qe_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_pa6qe_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_pa6qe_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_pa6qe_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_pa6qe_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_pa6qe_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_pa6qe_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_pa6qe_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_pa6qe_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_pa6qe_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_pa6qe_1 {}
@keyframes _wave-animation_pa6qe_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_pa6qe_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_pa6qe_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_pa6qe_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._fadeInWrapper_pa6qe_410 {
  animation-name: _fadeIn_pa6qe_410;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.35s !important;
}
@media (max-width: 600px) {
  ._fadeInWrapper_pa6qe_410 {
    animation-duration: 0.4s;
  }
}

._block_pa6qe_423 {
  padding: 30px;
  border-radius: 20px;
  background: var(--bg-block, #2F2F33);
  margin-top: 20px;
}
@media (max-width: 900px) {
  ._block_pa6qe_423 {
    padding: 30px 20px;
  }
}

._fadeIn_pa6qe_410 {
  animation-name: _fadeIn_pa6qe_410;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._fadeIn_pa6qe_410 {
    animation-duration: 0.4s;
  }
}

._loading_pa6qe_447 {
  scale: 0.99;
  animation-name: _animatedWrapperScaleDown_pa6qe_1;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.4, 0.8, 0.4, 1);
}
@media (max-width: 600px) {
  ._loading_pa6qe_447 {
    animation-name: _animatedWrapperScaleDownMobile_pa6qe_1;
    animation-duration: 0.5s;
  }
}
@keyframes _animatedWrapperScaleDown_pa6qe_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.99;
  }
}
@keyframes _animatedWrapperScaleDownMobile_pa6qe_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.9875;
  }
}

._loaded_pa6qe_480 {
  animation-name: _animatedWrapperScaleUp_pa6qe_1;
  animation-timing-function: cubic-bezier(0.4, 0.8, 0.4, 1);
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._loaded_pa6qe_480 {
    animation-name: _animatedWrapperScaleUpMobile_pa6qe_1;
    animation-duration: 0.4s;
  }
}
@keyframes _animatedWrapperScaleUp_pa6qe_1 {
  0% {
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _animatedWrapperScaleUpMobile_pa6qe_1 {
  0% {
    scale: 0.9875;
  }
  100% {
    opacity: 1;
  }
}

._gradient_pa6qe_509 {
  background: linear-gradient(112deg, #29292f 8.69%, #303035 50.64%, #26262b 95.29%), linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-size: 1000% 1000%, 1000% 1000% !important;
  animation: _wave-animation_pa6qe_1 2s ease-in-out infinite, _wave-reverse-animation_pa6qe_1 2s ease-in-out infinite;
}
._gradient_pa6qe_509 ._progress_cir_pa6qe_514 {
  background-color: #232328;
  animation-delay: 0.2s;
}
._gradient_pa6qe_509 ._step_l_pa6qe_518 {
  background-color: #2F2F33;
  width: 10px;
}
._gradient_pa6qe_509 ._step_line_pa6qe_522 {
  background-color: #2F2F33;
  display: none;
}
._gradient_pa6qe_509 ._step_circle_pa6qe_526 {
  background-color: #2F2F33;
}
._gradient_pa6qe_509 ._step_r_pa6qe_529 p:first-child {
  color: transparent;
  background-color: #2F2F33;
  border-radius: 20px;
  width: 70%;
  min-height: 13px;
  max-height: 13px;
}
._gradient_pa6qe_509 ._step_r_pa6qe_529 p:last-child {
  color: transparent;
  background-color: #2F2F33;
  border-radius: 20px;
  width: 99%;
  margin-top: 10px;
  min-height: 13px;
  max-height: 13px;
}
._gradient_pa6qe_509 ._step_pa6qe_518._active_pa6qe_546 p:first-child {
  color: transparent;
}
._gradient_pa6qe_509 ._step_pa6qe_518._active_pa6qe_546 p:last-child {
  color: transparent;
}
._gradient_pa6qe_509 ._step_pa6qe_518._active_pa6qe_546 ._step_line_pa6qe_522 {
  opacity: 0;
}
._gradient_pa6qe_509 ._step_pa6qe_518._active_pa6qe_546 ._step_circle_pa6qe_526 {
  background-color: transparent;
}
._gradient_pa6qe_509 ._info_item_r_pa6qe_558 p {
  color: transparent;
  background-color: #2F2F33;
  min-height: 12px;
  max-height: 12px;
}
._gradient_pa6qe_509 ._info_item_r_pa6qe_558 p._green_pa6qe_564 {
  color: transparent;
  border-radius: 6px;
  background: linear-gradient(270deg, #29292f 0%, rgb(48, 48, 53) 30%, rgba(255, 255, 255, 0.15) 31.5%, rgba(255, 255, 255, 0.15) 68.5%, rgb(48, 48, 53) 70%, #29292f 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  animation: _wave-animation1_pa6qe_1 2.5s ease-in-out infinite;
  background: linear-gradient(112deg, rgba(67, 210, 108, 0.2431372549) 8.69%, rgba(67, 210, 108, 0.3882352941) 50.64%, rgba(67, 210, 108, 0.262745098) 95.29%), linear-gradient(0deg, rgba(66, 209, 107, 0.2) 0%, rgba(66, 209, 107, 0.3) 100%);
  min-height: 12px;
  max-height: 12px;
}

._progress_pa6qe_514 {
  border-radius: 10px;
  background: var(--bg-primary, #232328);
  height: 4px;
  position: relative;
  margin-bottom: 30px;
}
._progress_inner_pa6qe_581 {
  height: 100%;
  border-radius: 10px;
  background: var(--text-success, #43D26C);
  position: relative;
  z-index: 1;
  transition: all 0.6s cubic-bezier(0.2, 0.5, 0.1, 1);
}
._progress_cir_pa6qe_514 {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  outline: 3px solid #2F2F33;
  background-color: #43D26C;
  z-index: 2;
  transition: all 0.6s cubic-bezier(0.2, 0.5, 0.1, 1);
}

._info_pa6qe_558 {
  padding: 14px;
  border-radius: 8px;
  border: 1px solid var(--stroke-main, #444448);
}
._info_item_pa6qe_558 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
._info_item_pa6qe_558:last-child {
  margin-bottom: 0;
}
._info_item_l_pa6qe_616 {
  color: var(--text-light-grey, #C6C6C7);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  width: auto;
}
._info_item_l_pa6qe_616 p._addit_pa6qe_623 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4px;
  margin-top: 4px;
  color: var(--text-white, #FFF);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
._info_item_r_pa6qe_558 {
  animation-name: _fadeIn_pa6qe_410;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  color: var(--text-white, #FFF);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 600px) {
  ._info_item_r_pa6qe_558 {
    animation-duration: 0.4s;
  }
}
._info_item_r_pa6qe_558 p._green_pa6qe_564 {
  color: #43D26C;
}

._steps_pa6qe_654 {
  overflow: hidden;
  margin-bottom: 20px;
  transition: all 0.45s cubic-bezier(0.3, 0.6, 0.3, 1);
}

._step_pa6qe_518 {
  padding-top: 30px;
  display: flex;
  align-items: center;
  position: relative;
}
._step_line_pa6qe_522 {
  content: "";
  display: block;
  width: 2px;
  position: absolute;
  height: 1000px;
  background: #48484c;
  left: 8px;
  bottom: 50%;
  transform: translate(-50%, 0);
}
._step_pa6qe_518:first-child {
  padding-top: 0;
}
._step_pa6qe_518:first-child ._step_line_pa6qe_522 {
  background-color: #2F2F33;
  bottom: 50%;
}
._step_l_pa6qe_518 {
  width: 16px;
  position: relative;
  margin-right: 16px;
}
._step_circle_pa6qe_526 {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #6E6E71;
  position: relative;
}
._step_pa6qe_518._active_pa6qe_546 p:first-child {
  color: var(--text-white, #FFF);
}
._step_pa6qe_518._active_pa6qe_546 p:last-child {
  color: var(--text-light-grey, #C6C6C7);
}
._step_pa6qe_518._active_pa6qe_546 ._step_line_pa6qe_522 {
  background-color: #43D26C;
  opacity: 1;
}
._step_pa6qe_518._active_pa6qe_546:first-child {
  padding-top: 0;
}
._step_pa6qe_518._active_pa6qe_546:first-child ._step_line_pa6qe_522 {
  background-color: #2F2F33;
  bottom: 50%;
  width: 10px;
}
._step_pa6qe_518._active_pa6qe_546 ._step_circle_pa6qe_526 {
  background-color: #43D26C;
}
._step_r_pa6qe_529 {
  width: calc(100% - 32px);
  animation-name: _fadeIn_pa6qe_410;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
}
@media (max-width: 600px) {
  ._step_r_pa6qe_529 {
    animation-duration: 0.4s;
  }
}
._step_r_pa6qe_529 p:first-child {
  color: var(--text-white, #6E6E71);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}
._step_r_pa6qe_529 p:last-child {
  color: var(--text-light-grey, #6E6E71);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}@keyframes _fadeInWithBlurScaleNftLaunch_850c9_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_850c9_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_850c9_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_850c9_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_850c9_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_850c9_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_850c9_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_850c9_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_850c9_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_850c9_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_850c9_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_850c9_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_850c9_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_850c9_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_850c9_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_850c9_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_850c9_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_850c9_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_850c9_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_850c9_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_850c9_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_850c9_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_850c9_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_850c9_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_850c9_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_850c9_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_850c9_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_850c9_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_850c9_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_850c9_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_850c9_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_850c9_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_850c9_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_850c9_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_850c9_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_850c9_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_850c9_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_850c9_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_850c9_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_850c9_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_850c9_1 {}
@keyframes _wave-animation_850c9_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_850c9_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_850c9_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_850c9_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._wrapper_850c9_410 {
  transition: 1s cubic-bezier(0.1, 0.6, 0.3, 1);
}

._p_gradient_850c9_414 {
  border-radius: 6px;
  background: linear-gradient(270deg, #29292f 0%, rgb(48, 48, 53) 30%, rgba(255, 255, 255, 0.15) 31.5%, rgba(255, 255, 255, 0.15) 68.5%, rgb(48, 48, 53) 70%, #29292f 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  animation: _wave-animation1_850c9_1 2.5s ease-in-out infinite;
  border-radius: 20px;
}

._anchorClicked_850c9_421 {
  background: rgb(40, 40, 44) !important;
}

._anchorDelay_850c9_425 {
  animation-delay: 250ms;
  transition-delay: 250ms;
}

._block_850c9_430 {
  transition: 0.4s cubic-bezier(0.1, 0.1, 0.5, 1);
  padding: 30px;
  border-radius: 20px;
  background: var(--bg-block, #2F2F33);
  margin-top: 20px;
}
@media (max-width: 900px) {
  ._block_850c9_430 {
    padding: 20px;
  }
}

._loading_850c9_443 {
  scale: 0.985;
  animation-name: _fadeInEmptyScale_850c9_1;
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 1);
}
@media (max-width: 600px) {
  ._loading_850c9_443 {
    animation-name: _fadeInEmptyScaleMobile_850c9_1;
  }
}
@keyframes _fadeInEmptyScale_850c9_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.985;
  }
}
@keyframes _fadeInEmptyScaleMobile_850c9_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.985;
  }
}

._loaded_850c9_475 {
  animation-name: _loadedMiddle_850c9_1;
  animation-timing-function: cubic-bezier(0.1, 0.1, 0.5, 1.2);
  animation-duration: 0.4s;
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._loaded_850c9_475 {
    animation-duration: 0.35s;
    animation-timing-function: cubic-bezier(0.1, 0.1, 0.5, 1.15);
    animation-name: _loadedMiddleMobile_850c9_1;
  }
}
@keyframes _loadedMiddle_850c9_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _loadedMiddleMobile_850c9_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}

._title_850c9_505 {
  color: var(--text-white, #FFF);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

._copy_850c9_512 {
  user-select: none;
}
._copy_850c9_512:active_wrapper {
  user-select: none;
}
._copy_850c9_512:active_wrapper svg {
  user-select: none;
}
._copy_850c9_512:active_wrapper svg path {
  transition: 0.1s ease-out;
  fill: rgba(0, 0, 0, 0.8274509804);
}
@media (min-width: 601px) {
  ._copy_wrapper_850c9_526:hover svg path {
    fill: #5AEC84;
  }
  ._copy_wrapper_850c9_526:active svg path {
    fill: rgba(90, 236, 131, 0.8274509804);
  }
}
@media (max-width: 600px) {
  ._copy_wrapper_850c9_526:active svg path {
    fill: rgba(90, 236, 131, 0.6784313725);
  }
}
._copy_wrapper_850c9_526 {
  cursor: pointer;
  border-radius: 8px;
  background: var(--bg-primary, #232328);
  padding: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
._copy_wrapper_850c9_526 svg {
  user-select: none;
}
._copy_wrapper_850c9_526 svg path {
  transition: 0.13s ease-out;
  fill: #43D26C;
}
._copy_icon_850c9_554 {
  width: 24px;
  user-select: none;
  margin-left: 20px;
}
._copy_icon_850c9_554 svg path {
  fill: #43D26C;
}
._copy_text_850c9_562 {
  user-select: none;
  color: var(--text-light-grey, #C6C6C7);
  font-size: 16px;
  font-weight: 400;
  margin-right: 20px;
  width: 88px;
}
._copy_val_850c9_570 {
  user-select: none;
  color: var(--text-gray, #6E6E71);
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 152px);
}

._info_item_850c9_581 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid var(--stroke-main, #444448);
}
._info_item_850c9_581 p {
  color: var(--text-light-grey, #C6C6C7);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
._info_item_850c9_581 p._green_850c9_594 {
  color: #43D26C;
}
._info_item_850c9_581:last-child {
  border: none;
}

._table_850c9_601 {
  transition: 0.3s ease-in-out;
}
._table_title_850c9_604 {
  color: var(--Text-White, #FFF);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
._table_h_850c9_610 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 20px;
}
._table_h_col_850c9_616 {
  width: calc((100% - 24px) / 3);
  color: var(--Text-Gray, #6E6E71);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 600px) {
  ._table_h_col_850c9_616 {
    width: calc((100% - 4px) / 2);
  }
}
@media (max-width: 600px) {
  ._table_h_col_850c9_616:nth-child(2) {
    display: none;
  }
}
@media (max-width: 600px) {
  ._table_h_col_850c9_616:nth-child(3) {
    text-align: right;
  }
}
._table_rows_850c9_638 {
  border-radius: 8px;
  background: var(--Button-Gray_Act, #363639);
  overflow: hidden;
}
._table_row_850c9_638 {
  display: flex;
  justify-content: space-between;
  padding: 12px 20px;
}
._table_row_850c9_638:nth-child(2n+2) {
  background: var(--Button-Gray, #3B3B3F);
}
._table_row_col_850c9_651 {
  width: calc((100% - 24px) / 3);
  color: var(--Text-Light_grey, #C6C6C7);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  ._table_row_col_850c9_651 {
    width: calc((100% - 4px) / 2);
  }
}
@media (max-width: 600px) {
  ._table_row_col_850c9_651:nth-child(2) {
    display: none;
  }
}
@media (max-width: 600px) {
  ._table_row_col_850c9_651:nth-child(3) {
    text-align: right;
    justify-content: flex-end;
  }
}
._table_row_col_850c9_651 svg {
  width: 18px;
  margin-left: 6px;
}
._table_link_850c9_680 {
  -webkit-tap-highlight-color: transparent;
  color: var(--Text-Link, #0088CB);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.2, 0.2, 0.2, 1);
}
._table_link_850c9_680:hover {
  filter: brightness(1.1);
}
._table_link_850c9_680:active {
  filter: brightness(0.9);
}

._copyTable_850c9_698 {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
@media (min-width: 601px) {
  ._copyTable_850c9_698:hover span {
    color: #5AEC84;
  }
  ._copyTable_850c9_698:hover svg path {
    fill: #5AEC84;
  }
}
@media (max-width: 601px) {
  ._copyTable_850c9_698:active span {
    color: #5AEC84;
  }
  ._copyTable_850c9_698:active svg path {
    fill: #5AEC84;
  }
}
._copyTable_850c9_698:active span {
  color: rgba(90, 236, 131, 0.8274509804);
}
._copyTable_850c9_698:active svg path {
  fill: rgba(90, 236, 131, 0.8274509804);
}
._copyTable_850c9_698 span {
  color: #43D26C;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 24px);
  transition: 0.15s ease-out;
}
._copyTable_850c9_698 svg {
  width: 18px;
  margin-left: 6px;
}
._copyTable_850c9_698 svg path {
  transition: 0.15s ease-out;
}@keyframes _fadeInWithBlurScaleNftLaunch_1m7zq_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1m7zq_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1m7zq_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1m7zq_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1m7zq_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1m7zq_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1m7zq_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1m7zq_446 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1m7zq_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1m7zq_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1m7zq_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1m7zq_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1m7zq_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1m7zq_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1m7zq_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1m7zq_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1m7zq_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1m7zq_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1m7zq_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1m7zq_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1m7zq_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1m7zq_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1m7zq_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1m7zq_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1m7zq_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1m7zq_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1m7zq_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1m7zq_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1m7zq_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1m7zq_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1m7zq_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1m7zq_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1m7zq_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1m7zq_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1m7zq_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1m7zq_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1m7zq_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1m7zq_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1m7zq_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1m7zq_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1m7zq_1 {}
@keyframes _wave-animation_1m7zq_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1m7zq_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1m7zq_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1m7zq_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._p_gradient_1m7zq_410 {
  border-radius: 6px;
  background: linear-gradient(270deg, #29292f 0%, rgb(48, 48, 53) 30%, rgba(255, 255, 255, 0.15) 31.5%, rgba(255, 255, 255, 0.15) 68.5%, rgb(48, 48, 53) 70%, #29292f 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  animation: _wave-animation1_1m7zq_1 2.5s ease-in-out infinite;
  width: 100%;
  height: 20px;
  margin-right: 10px;
  border-radius: 20px;
}

._anchorClicked_1m7zq_420 {
  background: rgb(40, 40, 44) !important;
}

._anchorDelay_1m7zq_424 {
  animation-delay: 350ms;
  transition-delay: 350ms;
}

._delayTable_1m7zq_429 {
  animation-delay: 0.4s;
}

._block_1m7zq_433 {
  transition: 0.4s cubic-bezier(0.1, 0.1, 0.5, 1);
  padding: 30px;
  border-radius: 20px;
  background: var(--bg-block, #2f2f33);
  margin-top: 20px;
}
@media (max-width: 900px) {
  ._block_1m7zq_433 {
    padding: 20px;
  }
}

._fadeIn_1m7zq_446 {
  animation-name: _fadeIn_1m7zq_446;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._fadeIn_1m7zq_446 {
    animation-duration: 0.4s;
  }
}

._loading_1m7zq_458 {
  scale: 0.985;
  animation-name: _fadeInEmptyScale_1m7zq_1;
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 1);
}
@media (max-width: 600px) {
  ._loading_1m7zq_458 {
    animation-name: _fadeInEmptyScaleMobile_1m7zq_1;
  }
}
@keyframes _fadeInEmptyScale_1m7zq_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.985;
  }
}
@keyframes _fadeInEmptyScaleMobile_1m7zq_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.985;
  }
}

._loaded_1m7zq_490 {
  animation-name: _loadedMiddle_1m7zq_1;
  animation-timing-function: cubic-bezier(0.1, 0.1, 0.5, 1.2);
  animation-duration: 0.4s;
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._loaded_1m7zq_490 {
    animation-duration: 0.35s;
    animation-timing-function: cubic-bezier(0.1, 0.1, 0.5, 1.15);
    animation-name: _loadedMiddleMobile_1m7zq_1;
  }
}
@keyframes _loadedMiddle_1m7zq_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _loadedMiddleMobile_1m7zq_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}

._block_1m7zq_433 {
  padding: 30px;
  border-radius: 20px;
  background: var(--bg-block, #2f2f33);
  margin-top: 20px;
}
@media (max-width: 900px) {
  ._block_1m7zq_433 {
    padding: 20px;
  }
}

._top_1m7zq_532 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

._title_1m7zq_539 {
  animation-name: _fadeIn_1m7zq_446;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  color: var(--text-white, #fff);
  font-size: 20px;
  font-weight: 600;
  max-width: 70%;
}
@media (max-width: 600px) {
  ._title_1m7zq_539 {
    animation-duration: 0.4s;
  }
}

._viewall_1m7zq_555 {
  transition: 0.15s cubic-bezier(0.3, 0.3, 0.3, 1);
  color: var(--text-link, #0088cb);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  cursor: pointer;
  user-select: none;
}
._viewall_1m7zq_555:hover {
  color: #00a1f0;
}

._table_h_1m7zq_568 {
  display: flex;
  padding: 0 20px;
  margin-bottom: 10px;
}
._table_h_col_1m7zq_573 {
  transition: 0.15s ease-in-out;
  width: 33.3333333333%;
  color: var(--text-gray, #6e6e71);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  justify-content: center;
  width: 100%;
}
._table_h_col_1m7zq_573:first-child {
  justify-content: flex-start;
}
@media (max-width: 500px) {
  ._table_h_col_1m7zq_573:first-child {
    width: 100%;
  }
}
@media (max-width: 500px) {
  ._table_h_col_1m7zq_573:first-child {
    white-space: nowrap;
    min-width: 40%;
  }
}
@media (max-width: 500px) {
  ._table_h_col_1m7zq_573:nth-child(2) {
    white-space: nowrap;
    min-width: 40%;
  }
}
@media (max-width: 380px) {
  ._table_h_col_1m7zq_573:nth-child(2) {
    padding-left: 30px;
  }
}
._table_h_col_1m7zq_573:last-child {
  justify-content: flex-end;
}
@media (max-width: 500px) {
  ._table_h_col_1m7zq_573:last-child {
    color: rgba(255, 255, 255, 0);
  }
}
._table_rows_1m7zq_617 {
  border-radius: 8px;
  overflow: hidden;
}
._table_row_1m7zq_617 {
  transition: 0.15s ease-in-out;
  display: flex;
  padding: 12px 20px;
  display: flex;
  background: var(--button-gray-act, #363639);
}
@media (max-width: 500px) {
  ._table_row_1m7zq_617 {
    padding: 12px 14px;
  }
}
._table_row_1m7zq_617:nth-child(2n+2) {
  background: var(--button-gray, #3b3b3f);
}
._table_row_col_1m7zq_636 {
  transition: 0.15s ease-in-out;
  width: 33.3333333333%;
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  justify-content: center;
  align-items: center;
}
._table_row_col_1m7zq_636:first-child {
  justify-content: flex-start;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 500px) {
  ._table_row_col_1m7zq_636:first-child {
    min-width: 40%;
  }
}
@media (max-width: 500px) {
  ._table_row_col_1m7zq_636:nth-child(2) {
    min-width: 40%;
  }
}
._table_row_col_1m7zq_636:last-child {
  justify-content: flex-end;
}
@media (max-width: 500px) {
  ._table_row_col_1m7zq_636:last-child {
    width: 20%;
  }
}

._time_1m7zq_671 {
  display: flex;
  transition: 0.15s ease-in-out;
}
@media (max-width: 380px) {
  ._time_1m7zq_671 {
    margin-left: 20px;
  }
}
@media (max-width: 500px) {
  ._time_1m7zq_671 {
    flex-direction: column;
    align-items: center;
  }
  ._time_1m7zq_671 p {
    margin-right: 0;
  }
}
._time_1m7zq_671 p {
  margin-right: 5px;
}
._time_1m7zq_671 p:last-child {
  margin-right: 0;
}

._link_1m7zq_696 {
  color: #0088cb;
  cursor: pointer;
  user-select: none;
  transition: 0.15s cubic-bezier(0.3, 0.3, 0.3, 1);
}
._link_1m7zq_696:hover {
  color: #00a1f0;
}._item_19j18_1 {
  padding: 16px 0;
  border-bottom: 1px solid var(--stroke-main, #444448);
}
._item_top_19j18_5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
}
._item_bottom_19j18_12 {
  margin-top: 16px;
}
._item_bottom_19j18_12 p {
  color: #C6C6C7;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
._item_bottom_19j18_12 p a {
  color: #0088CB;
  margin-left: 4px;
  margin-right: 4px;
}
._item_19j18_1:last-child {
  border-bottom: none;
}

._title_19j18_30 {
  color: var(--text-white, #FFF);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  max-width: 90%;
}

._icon_19j18_38 {
  width: 20px;
  transition: 0.3s;
}
._icon_19j18_38._active_19j18_42 {
  transform: rotate(180deg);
}@keyframes _fadeInWithBlurScaleNftLaunch_1v3zu_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1v3zu_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1v3zu_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1v3zu_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1v3zu_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1v3zu_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1v3zu_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1v3zu_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1v3zu_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1v3zu_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1v3zu_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1v3zu_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1v3zu_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1v3zu_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1v3zu_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1v3zu_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1v3zu_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1v3zu_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1v3zu_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1v3zu_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1v3zu_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1v3zu_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1v3zu_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1v3zu_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1v3zu_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1v3zu_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1v3zu_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1v3zu_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1v3zu_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1v3zu_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1v3zu_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1v3zu_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1v3zu_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1v3zu_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1v3zu_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1v3zu_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1v3zu_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1v3zu_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1v3zu_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1v3zu_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1v3zu_1 {}
@keyframes _wave-animation_1v3zu_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1v3zu_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1v3zu_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1v3zu_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._block_1v3zu_410 {
  animation-name: _loadedMiddle_1v3zu_1;
  animation-timing-function: cubic-bezier(0.1, 0.1, 0.5, 1.2);
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-delay: 0.28s;
  padding: 30px;
  border-radius: 20px;
  background: var(--bg-block, #2F2F33);
  margin-top: 20px;
}
@media (max-width: 600px) {
  ._block_1v3zu_410 {
    animation-duration: 0.35s;
    animation-timing-function: cubic-bezier(0.1, 0.1, 0.5, 1.15);
    animation-name: _loadedMiddleMobile_1v3zu_1;
  }
}
@keyframes _loadedMiddle_1v3zu_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _loadedMiddleMobile_1v3zu_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 900px) {
  ._block_1v3zu_410 {
    padding: 20px;
  }
}

._title_1v3zu_450 {
  color: var(--text-white, #FFF);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

._bottomtext_1v3zu_457 {
  color: var(--text-gray, #6E6E71);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 20px;
}
._bottomtext_1v3zu_457 a {
  color: #C6C6C7;
  text-decoration: underline;
}@keyframes _fadeInWithBlurScaleNftLaunch_pf8nl_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_pf8nl_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_pf8nl_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_pf8nl_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_pf8nl_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_pf8nl_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_pf8nl_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_pf8nl_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_pf8nl_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_pf8nl_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_pf8nl_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_pf8nl_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_pf8nl_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_pf8nl_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_pf8nl_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_pf8nl_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_pf8nl_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_pf8nl_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_pf8nl_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_pf8nl_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_pf8nl_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_pf8nl_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_pf8nl_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_pf8nl_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_pf8nl_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_pf8nl_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_pf8nl_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_pf8nl_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_pf8nl_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_pf8nl_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_pf8nl_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_pf8nl_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_pf8nl_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_pf8nl_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_pf8nl_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_pf8nl_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_pf8nl_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_pf8nl_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_pf8nl_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_pf8nl_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_pf8nl_1 {}
@keyframes _wave-animation_pf8nl_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_pf8nl_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_pf8nl_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_pf8nl_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._p_gradient_pf8nl_410 {
  border-radius: 6px;
  background: linear-gradient(270deg, #29292f 0%, rgb(48, 48, 53) 30%, rgba(255, 255, 255, 0.15) 31.5%, rgba(255, 255, 255, 0.15) 68.5%, rgb(48, 48, 53) 70%, #29292f 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  animation: _wave-animation1_pf8nl_1 2.5s ease-in-out infinite;
  width: 100%;
  height: 20px;
  margin-right: 10px;
  border-radius: 20px;
}

._wrapper_pf8nl_420 {
  animation-name: _loadedMiddle_pf8nl_1;
  animation-timing-function: cubic-bezier(0.1, 0.1, 0.5, 1.2);
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-delay: 0.14s;
  padding: 30px;
  border-radius: 20px;
  background: var(--bg-block, #2F2F33);
  margin-top: 20px;
}
@media (max-width: 600px) {
  ._wrapper_pf8nl_420 {
    animation-duration: 0.35s;
    animation-timing-function: cubic-bezier(0.1, 0.1, 0.5, 1.15);
    animation-name: _loadedMiddleMobile_pf8nl_1;
  }
}
@keyframes _loadedMiddle_pf8nl_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _loadedMiddleMobile_pf8nl_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 900px) {
  ._wrapper_pf8nl_420 {
    padding: 20px;
  }
}

._title_pf8nl_460 {
  animation-name: _fadeIn_pf8nl_1;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  color: var(--text-white, #FFF);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
  display: flex;
}
@media (max-width: 600px) {
  ._title_pf8nl_460 {
    animation-duration: 0.4s;
  }
}

._inner_pf8nl_477 {
  max-width: 490px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 600px) {
  ._inner_pf8nl_477 {
    flex-direction: column;
    max-width: 100%;
    align-items: flex-start;
  }
}

._l_pf8nl_493 {
  max-width: 205px;
  width: 100%;
}
@media (max-width: 600px) {
  ._l_pf8nl_493 {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

._token_pie_pf8nl_504 {
  width: 205px;
  height: 205px;
  border-radius: 50%;
  position: relative;
}
._token_pie_pf8nl_504::before {
  content: "";
  display: block;
  width: 62px;
  height: 62px;
  background-color: #2F2F33;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
._token_item_pf8nl_522 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
._token_item_pf8nl_522:last-child {
  margin-bottom: 0;
}
._token_item_cir_pf8nl_530 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 10px;
}
._token_item_text_pf8nl_536 {
  color: var(--text-white, #FFF);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  width: calc(100% - 22px);
}._chart_1t13d_1 {
  position: relative;
}
._chart_1t13d_1:hover ._icon_1t13d_4 {
  scale: 1.1;
  opacity: 1;
}

._tooltip_1t13d_9 {
  max-width: 40px !important;
}

._icon_wrapper_1t13d_13 {
  z-index: -100;
  position: absolute;
  padding: auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

._icon_1t13d_4 {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  /* standard syntax */
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  left: auto;
  right: auto;
  width: 68px;
  height: 50.5px;
  opacity: 0.9;
  transition: 0.4s cubic-bezier(0.4, 0.8, 0.4, 1);
}
@media (max-width: 1100px) {
  ._icon_1t13d_4 {
    width: 50px;
    height: 37px;
  }
}

@keyframes _rotate_1t13d_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}@keyframes _fadeInWithBlurScaleNftLaunch_e9itg_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_e9itg_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_e9itg_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_e9itg_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_e9itg_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_e9itg_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_e9itg_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_e9itg_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_e9itg_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_e9itg_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_e9itg_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_e9itg_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_e9itg_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_e9itg_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_e9itg_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_e9itg_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_e9itg_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_e9itg_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_e9itg_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_e9itg_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_e9itg_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_e9itg_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_e9itg_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_e9itg_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_e9itg_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_e9itg_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_e9itg_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_e9itg_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_e9itg_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_e9itg_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_e9itg_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_e9itg_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_e9itg_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_e9itg_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_e9itg_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_e9itg_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_e9itg_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_e9itg_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_e9itg_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_e9itg_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_e9itg_1 {}
@keyframes _wave-animation_e9itg_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_e9itg_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_e9itg_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_e9itg_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._bg_e9itg_410 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}

._block_e9itg_420 {
  border-radius: 20px;
  background: var(--BG-Block, #2F2F33);
  padding: 20px;
  position: relative;
  z-index: 2;
  max-width: 640px;
  width: 100%;
}
@media (max-width: 600px) {
  ._block_e9itg_420 {
    padding: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    max-width: 100%;
  }
}

._modal_block_e9itg_438 {
  max-width: 640px;
}

._top_e9itg_442 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

._title_e9itg_449 {
  color: var(--Text-White, #FFF);
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

._close_e9itg_456 {
  cursor: pointer;
  border-radius: 50%;
  background-color: #232328;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
._close_e9itg_456 svg {
  width: 24px;
}

._table_title_e9itg_470 {
  color: var(--Text-White, #FFF);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
._table_h_e9itg_476 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 20px;
}
._table_h_col_e9itg_482 {
  width: calc((100% - 24px) / 3);
  color: var(--Text-Gray, #6E6E71);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 600px) {
  ._table_h_col_e9itg_482 {
    width: calc((100% - 4px) / 2);
  }
}
@media (max-width: 600px) {
  ._table_h_col_e9itg_482:nth-child(2) {
    display: none;
  }
}
@media (max-width: 600px) {
  ._table_h_col_e9itg_482:nth-child(3) {
    text-align: right;
  }
}
._table_rows_e9itg_504 {
  border-radius: 8px;
  background: var(--Button-Gray_Act, #363639);
  overflow: hidden;
}
._table_row_e9itg_504 {
  display: flex;
  justify-content: space-between;
  padding: 12px 20px;
}
._table_row_e9itg_504:nth-child(2n+2) {
  background: var(--Button-Gray, #3B3B3F);
}
._table_row_col_e9itg_517 {
  width: calc((100% - 24px) / 3);
  color: var(--Text-Light_grey, #C6C6C7);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  ._table_row_col_e9itg_517 {
    width: calc((100% - 4px) / 2);
  }
}
@media (max-width: 600px) {
  ._table_row_col_e9itg_517:nth-child(2) {
    display: none;
  }
}
@media (max-width: 600px) {
  ._table_row_col_e9itg_517:nth-child(3) {
    text-align: right;
    justify-content: flex-end;
  }
}
._table_row_col_e9itg_517 svg {
  width: 18px;
  margin-left: 6px;
}
._table_link_e9itg_546 {
  color: var(--Text-Link, #0088CB);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 10px;
  cursor: pointer;
  user-select: none;
}

._copyTable_e9itg_557 {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
@media (min-width: 601px) {
  ._copyTable_e9itg_557:hover span {
    color: #5AEC84;
  }
  ._copyTable_e9itg_557:hover svg path {
    fill: #5AEC84;
  }
}
@media (max-width: 601px) {
  ._copyTable_e9itg_557:active span {
    color: #5AEC84;
  }
  ._copyTable_e9itg_557:active svg path {
    fill: #5AEC84;
  }
}
._copyTable_e9itg_557:active span {
  color: rgba(90, 236, 131, 0.8274509804);
}
._copyTable_e9itg_557:active svg path {
  fill: rgba(90, 236, 131, 0.8274509804);
}
._copyTable_e9itg_557 span {
  color: #43D26C;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 24px);
  transition: 0.15s ease-out;
}
._copyTable_e9itg_557 svg {
  width: 18px;
  margin-left: 6px;
}
._copyTable_e9itg_557 svg path {
  transition: 0.15s ease-out;
}@keyframes _fadeInWithBlurScaleNftLaunch_lr4qg_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_lr4qg_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_lr4qg_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_lr4qg_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_lr4qg_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_lr4qg_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_lr4qg_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_lr4qg_419 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_lr4qg_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_lr4qg_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_lr4qg_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_lr4qg_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_lr4qg_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_lr4qg_410 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_lr4qg_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_lr4qg_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_lr4qg_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_lr4qg_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_lr4qg_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_lr4qg_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_lr4qg_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_lr4qg_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_lr4qg_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_lr4qg_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_lr4qg_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_lr4qg_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_lr4qg_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_lr4qg_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_lr4qg_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_lr4qg_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_lr4qg_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_lr4qg_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_lr4qg_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_lr4qg_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_lr4qg_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_lr4qg_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_lr4qg_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_lr4qg_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_lr4qg_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_lr4qg_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_lr4qg_1 {}
@keyframes _wave-animation_lr4qg_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_lr4qg_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_lr4qg_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_lr4qg_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._fadeOut_lr4qg_410 {
  animation-name: _fadeOut_lr4qg_410;
  animation-fill-mode: both;
  animation-duration: 0.34s;
  animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  animation-duration: 0.2s !important;
  animation-timing-function: cubic-bezier(0.5, 0.3, 0.3, 1);
}

._fadeIn_lr4qg_419 {
  animation-name: _fadeIn_lr4qg_419;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.2s !important;
}
@media (max-width: 600px) {
  ._fadeIn_lr4qg_419 {
    animation-duration: 0.4s;
  }
}

._fadeInItem_lr4qg_432 {
  animation-name: _fadeIn_lr4qg_419;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.24s !important;
}
@media (max-width: 600px) {
  ._fadeInItem_lr4qg_432 {
    animation-duration: 0.4s;
  }
}

._wrapper_lr4qg_445 {
  transition: 0.3s cubic-bezier(0.4, 0.5, 0.1, 1);
}._wrapper_1mcv1_1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  ._wrapper_1mcv1_1 {
    align-items: flex-end;
  }
}

._bg_1mcv1_17 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}

._block_1mcv1_27 {
  border-radius: 20px;
  background: var(--BG-Block, #2F2F33);
  padding: 20px;
  position: relative;
  z-index: 2;
  max-width: 640px;
  width: 100%;
}
@media (max-width: 600px) {
  ._block_1mcv1_27 {
    padding: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    max-width: 100%;
  }
}

._modal_block_1mcv1_45 {
  max-width: 640px;
}

._top_1mcv1_49 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

._title_1mcv1_56 {
  color: var(--Text-White, #FFF);
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

._close_1mcv1_63 {
  cursor: pointer;
  border-radius: 50%;
  background-color: #232328;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
._close_1mcv1_63 svg {
  width: 24px;
}

._table_h_1mcv1_77 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 20px;
}
._table_h_col_1mcv1_83 {
  color: var(--Text-Gray, #6E6E71);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
._table_h_col_1mcv1_83:nth-child(1) {
  width: 50px;
}
@media (max-width: 600px) {
  ._table_h_col_1mcv1_83:nth-child(1) {
    width: 10px;
  }
}
._table_h_col_1mcv1_83:nth-child(2), ._table_h_col_1mcv1_83:nth-child(3) {
  width: calc((100% - 74px) / 2);
}
@media (max-width: 600px) {
  ._table_h_col_1mcv1_83:nth-child(2), ._table_h_col_1mcv1_83:nth-child(3) {
    width: calc((100% - 34px) / 2);
  }
}
._table_h_col_1mcv1_83:nth-child(3) {
  text-align: right;
}
._table_rows_1mcv1_108 {
  border-radius: 8px;
  background: var(--Button-Gray_Act, #363639);
  overflow: hidden;
}
._table_row_1mcv1_108 {
  display: flex;
  justify-content: space-between;
  padding: 12px 20px;
}
._table_row_1mcv1_108:nth-child(2n+2) {
  background: var(--Button-Gray, #3B3B3F);
}
._table_row_col_1mcv1_121 {
  min-width: fit-content;
  padding-right: 10px;
  color: var(--Text-Light_grey, #C6C6C7);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  align-items: center;
}
._table_row_col_1mcv1_121:nth-child(1) {
  width: 50px;
  color: #6E6E71;
}
@media (max-width: 600px) {
  ._table_row_col_1mcv1_121:nth-child(1) {
    width: 10px;
  }
}
._table_row_col_1mcv1_121:nth-child(2), ._table_row_col_1mcv1_121:nth-child(3) {
  width: calc((100% - 74px) / 2);
}
@media (max-width: 600px) {
  ._table_row_col_1mcv1_121:nth-child(2), ._table_row_col_1mcv1_121:nth-child(3) {
    width: calc((100% - 34px) / 2);
  }
}
._table_row_col_1mcv1_121:nth-child(3) {
  justify-content: flex-end;
}
._table_row_col_1mcv1_121 svg {
  width: 18px;
  margin-left: 6px;
}

._copyTable_1mcv1_156 {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
@media (min-width: 601px) {
  ._copyTable_1mcv1_156:hover span {
    color: #5AEC84;
  }
  ._copyTable_1mcv1_156:hover svg path {
    fill: #5AEC84;
  }
}
@media (max-width: 601px) {
  ._copyTable_1mcv1_156:active span {
    color: #5AEC84;
  }
  ._copyTable_1mcv1_156:active svg path {
    fill: #5AEC84;
  }
}
._copyTable_1mcv1_156:active span {
  color: rgba(90, 236, 131, 0.8274509804);
}
._copyTable_1mcv1_156:active svg path {
  fill: rgba(90, 236, 131, 0.8274509804);
}
._copyTable_1mcv1_156 span {
  color: #43D26C;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 24px);
  transition: 0.15s ease-out;
}
._copyTable_1mcv1_156 svg {
  width: 18px;
  margin-left: 6px;
}
._copyTable_1mcv1_156 svg path {
  transition: 0.15s ease-out;
}._modal_top_1ggbd_1 {
  margin-left: -20px;
  margin-top: -20px;
}

._title_1ggbd_6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 14px;
}

._text_1ggbd_14 {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #C6C6C7;
  margin-bottom: 20px;
}

._btn_1ggbd_22 {
  width: 100%;
  margin-top: 20px;
}

._get_1ggbd_27 {
  border: 1px solid #444448;
  border-radius: 8px;
  padding: 20px;
}
._get_title_1ggbd_32 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1875;
  color: #6E6E71;
  margin-bottom: 10px;
}
._get_top_1ggbd_39 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._get_top_l_1ggbd_44 {
  display: flex;
  align-items: center;
}
._get_top_l_1ggbd_44 img {
  border-radius: 50%;
  width: 26px;
  margin-right: 8px;
}
._get_top_l_1ggbd_44 span {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #FFFFFF;
}
._get_top_r_1ggbd_59 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1875;
  color: #6E6E71;
}
._get_bottom_1ggbd_65 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._get_bottom_l_1ggbd_70 {
  display: flex;
  align-items: center;
}
._get_bottom_l_1ggbd_70 img {
  width: 26px;
  margin-right: 8px;
}
._get_bottom_l_1ggbd_70 span {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #FFFFFF;
}
._get_bottom_r_1ggbd_84 {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #FFFFFF;
  padding: 4px 12px;
  background: #3B3B3F;
  border-radius: 20px;
}
._get_plus_1ggbd_93 {
  width: 24px;
  margin: 8px 0;
}@keyframes _fadeInWithBlurScaleNftLaunch_17mym_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_17mym_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_17mym_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_17mym_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_17mym_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_17mym_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_17mym_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_17mym_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_17mym_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_17mym_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_17mym_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_17mym_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_17mym_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_17mym_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_17mym_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_17mym_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_17mym_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_17mym_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_17mym_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_17mym_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_17mym_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_17mym_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_17mym_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_17mym_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_17mym_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_17mym_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_17mym_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_17mym_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_17mym_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_17mym_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_17mym_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_17mym_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_17mym_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_17mym_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_17mym_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_17mym_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_17mym_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_17mym_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_17mym_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_17mym_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_17mym_1 {}
@keyframes _wave-animation_17mym_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_17mym_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_17mym_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_17mym_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._wrapper_17mym_410 {
  transition: 1s cubic-bezier(0.1, 0.6, 0.3, 1);
}

._block_17mym_414 {
  transition: 0.4s cubic-bezier(0.1, 0.1, 0.5, 1);
  padding: 20px;
  border-radius: 20px;
  background: var(--bg-block, #2f2f33);
  height: fit-content;
}
@media (max-width: 900px) {
  ._block_17mym_414 {
    padding: 20px;
    margin-top: 20px;
  }
}

._wrongIcon_17mym_428 {
  display: flex;
  justify-content: center;
  align-items: center;
}
._wrongIcon_17mym_428 img {
  width: 24px;
  height: 24px;
}

._title_17mym_438 {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  color: var(--text-white, #fff);
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 900px) {
  ._title_17mym_438 {
    font-size: 20px;
  }
}

._subtitle_17mym_452 {
  color: var(--text-white, #fff);
  margin-top: 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}

._btn_17mym_460 {
  margin-top: 20px;
  width: 100%;
}._button_r17mw_1 {
  width: 100%;
}

._button_small_r17mw_5 {
  width: 50%;
}

.__fullWidth_r17mw_9 {
  width: 100%;
}

._single_r17mw_13 button:nth-child(1) {
  position: absolute;
  width: 20%;
  opacity: 0;
  left: 50%;
  scale: 0.5;
}

._double_r17mw_21 button:nth-child(1) {
  position: relative;
  width: 50%;
  left: 0;
  top: 0;
  scale: 1;
}
._double_r17mw_21 button:nth-child(2) {
  margin-left: 10px;
  margin-right: 1px;
  justify-self: end;
  width: 50%;
}

._button_container_r17mw_35 {
  position: relative;
  justify-content: flex-end;
  align-content: center;
  display: flex;
  width: 100%;
}
._button_container_r17mw_35 button:nth-child(1) {
  transition: 0.3s cubic-bezier(0.4, 0.6, 0.1, 1), scale 0.4s cubic-bezier(0.4, 0.6, 0.1, 1) !important;
  background: var(--Button-Gray, #3b3b3f);
}
@media (max-width: 768px) {
  ._button_container_r17mw_35 button:nth-child(1) {
    transition: 0.35s cubic-bezier(0.3, 0.6, 0.1, 1), scale 0.45s cubic-bezier(0.3, 0.6, 0.1, 1) !important;
  }
}
._button_container_r17mw_35 button:nth-child(1):hover {
  background: var(--Button-Gray_Hov, #49494e);
}
._button_container_r17mw_35 button:nth-child(1):active {
  background: var(--Button-Gray_Act, #363639);
}
._button_container_r17mw_35 button:nth-child(2) {
  transition: 0.3s cubic-bezier(0.4, 0.6, 0.1, 1), margin-left 0.3s cubic-bezier(0.8, 0.2, 0.3, 1) !important;
  z-index: 1;
}

._redBorder_r17mw_62 {
  outline: 1px solid #d24343;
}._spinnerWrapper_1sjwi_1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
._spinnerWrapper_1sjwi_1 .MuiCircularProgress-root {
  width: 22px !important;
  height: 22px !important;
}@keyframes _fadeInWithBlurScaleNftLaunch_yrxux_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_yrxux_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_yrxux_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_yrxux_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_yrxux_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_yrxux_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_yrxux_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_yrxux_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_yrxux_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_yrxux_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_yrxux_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_yrxux_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_yrxux_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_yrxux_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_yrxux_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_yrxux_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_yrxux_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_yrxux_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_yrxux_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_yrxux_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_yrxux_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_yrxux_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_yrxux_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_yrxux_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_yrxux_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_yrxux_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_yrxux_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_yrxux_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_yrxux_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_yrxux_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_yrxux_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_yrxux_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_yrxux_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_yrxux_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_yrxux_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_yrxux_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_yrxux_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_yrxux_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_yrxux_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_yrxux_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_yrxux_1 {}
@keyframes _wave-animation_yrxux_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_yrxux_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_yrxux_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_yrxux_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._loaded_yrxux_410 {
  animation-duration: 0.1s;
  animation-timing-function: cubic-bezier(0.1, 0.4, 0.2, 1);
  animation-fill-mode: both;
}

._loading_yrxux_416 {
  animation-name: _fadeIn0to65_yrxux_1;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  animation-fill-mode: both;
}

._content_yrxux_423 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

._top_yrxux_430 {
  padding-top: 50px;
  padding-bottom: 164px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  ._top_yrxux_430 {
    padding: 30px 0;
    animation-duration: 0.35s;
  }
}

._title_yrxux_444 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 768px) {
  ._title_yrxux_444 {
    font-size: 24px;
  }
}

._subtitle_yrxux_456 {
  color: #c6c6c7;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
._subtitle__blue_yrxux_465 {
  color: var(--Text-Link, #0088cb);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: 0.3s cubic-bezier(0.4, 0.8, 0.2, 1);
}
._subtitle__blue_yrxux_465:hover {
  filter: brightness(0.8);
}

._nft20_yrxux_478 {
  display: inline-flex;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 174px;
  border-radius: 60px;
  background: linear-gradient(89deg, #5921ba 1.56%, #1879fe 99.22%), #0088cb;
  color: var(--Text-White, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}@keyframes _fadeInWithBlurScaleNftLaunch_1hav9_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1hav9_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1hav9_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1hav9_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1hav9_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1hav9_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1hav9_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1hav9_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1hav9_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1hav9_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1hav9_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1hav9_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1hav9_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1hav9_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1hav9_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1hav9_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1hav9_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1hav9_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1hav9_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1hav9_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1hav9_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1hav9_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1hav9_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1hav9_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1hav9_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1hav9_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1hav9_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1hav9_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1hav9_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1hav9_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1hav9_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1hav9_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1hav9_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1hav9_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1hav9_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1hav9_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1hav9_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1hav9_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1hav9_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1hav9_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1hav9_1 {}
@keyframes _wave-animation_1hav9_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1hav9_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1hav9_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1hav9_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._loading_1hav9_410 {
  animation-name: _fadeIn0to65_1hav9_1;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  animation-fill-mode: both;
}

._loaded_1hav9_417 {
  animation-duration: 0.1s;
  animation-timing-function: cubic-bezier(0.1, 0.4, 0.2, 1);
  animation-fill-mode: both;
}

._slider_1hav9_423 {
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  ._slider_1hav9_423 {
    margin-top: 30px;
  }
}

._tab_1hav9_435 {
  padding: 11px 20px;
  color: #6E6E71;
  font-size: 16px;
  font-weight: 400;
  border-radius: 8px;
  background-color: #1F1F24;
  margin-right: 10px;
  cursor: pointer;
  user-select: none;
  transition: 0.15s ease-out;
}
._tab_1hav9_435:last-child {
  margin-right: 0;
}
._tab_1hav9_435 span {
  color: rgba(198, 198, 199, 0.7254901961);
  font-size: 12px;
  font-weight: 400;
  border-radius: 5px;
  background-color: #0F5377;
  padding: 1px 12px;
  transition: 0.15s ease-out;
}
._tab_1hav9_435 span span {
  animation-name: _fadeInWithBlurForSales_1hav9_1;
  animation-duration: 0.2s;
  animation-timing-function: ease-in;
  padding: 0 0;
}
._tab_1hav9_435:hover {
  color: #c6c6c7;
}
._tab_1hav9_435:hover span {
  color: #c6c6c7 !important;
}
._tab_1hav9_435._active_1hav9_471 {
  background-color: #18181C;
  color: #fff;
}
._tab_1hav9_435._active_1hav9_471 span {
  background-color: #0088CB;
  color: #fff;
}@keyframes _fadeInWithBlurScaleNftLaunch_jf1ee_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_jf1ee_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_jf1ee_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_jf1ee_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_jf1ee_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_jf1ee_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_jf1ee_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_jf1ee_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_jf1ee_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_jf1ee_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_jf1ee_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_jf1ee_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_jf1ee_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_jf1ee_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_jf1ee_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_jf1ee_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_jf1ee_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_jf1ee_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_jf1ee_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_jf1ee_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_jf1ee_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_jf1ee_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_jf1ee_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_jf1ee_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_jf1ee_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_jf1ee_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_jf1ee_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_jf1ee_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_jf1ee_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_jf1ee_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_jf1ee_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_jf1ee_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_jf1ee_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_jf1ee_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_jf1ee_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_jf1ee_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_jf1ee_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_jf1ee_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_jf1ee_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_jf1ee_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_jf1ee_1 {}
@keyframes _wave-animation_jf1ee_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_jf1ee_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_jf1ee_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_jf1ee_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._items_jf1ee_410 {
  animation-duration: 0.3s;
  display: flex;
  flex-wrap: wrap;
}
._items__spinner_jf1ee_415 {
  position: absolute;
  left: 48%;
}
@media (max-width: 900px) {
  ._items__spinner_jf1ee_415 {
    left: 45%;
  }
}

._empty_jf1ee_425 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  animation-name: _fadeInWithBlurCollectionItem_jf1ee_1;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  animation-fill-mode: both;
}
._empty__title_jf1ee_437 {
  color: var(--Text-Gray, #6e6e71);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
._empty__button_jf1ee_446 {
  color: var(--Stroke-Blue, #0088cb);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  cursor: pointer;
}

._pagination_jf1ee_457 {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
._pagination_item_jf1ee_462 {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #18181c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  user-select: none;
}
._pagination_item_jf1ee_462:hover {
  background-color: #2f2f33;
}
._pagination_item_jf1ee_462._active_jf1ee_480 {
  background-color: #2f2f33;
}
._pagination_item_jf1ee_462._notactive_jf1ee_483 {
  cursor: default;
}
._pagination_item_jf1ee_462._notactive_jf1ee_483:hover {
  background: #18181c;
}
._pagination_item_jf1ee_462:last-child {
  margin-right: 0;
}@keyframes _fadeInWithBlurScaleNftLaunch_dgh1c_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_dgh1c_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_dgh1c_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_dgh1c_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_dgh1c_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_dgh1c_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_dgh1c_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_dgh1c_416 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_dgh1c_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_dgh1c_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_dgh1c_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_dgh1c_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_dgh1c_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_dgh1c_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_dgh1c_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_dgh1c_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_dgh1c_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_dgh1c_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_dgh1c_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_dgh1c_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_dgh1c_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_dgh1c_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_dgh1c_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_dgh1c_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_dgh1c_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_dgh1c_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_dgh1c_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_dgh1c_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_dgh1c_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_dgh1c_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_dgh1c_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_dgh1c_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_dgh1c_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_dgh1c_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_dgh1c_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_dgh1c_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_dgh1c_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_dgh1c_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_dgh1c_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_dgh1c_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_dgh1c_1 {}
@keyframes _wave-animation_dgh1c_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_dgh1c_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_dgh1c_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_dgh1c_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._gradient_dgh1c_410 {
  background: linear-gradient(112deg, #29292f 8.69%, #303035 50.64%, #26262b 95.29%), linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-size: 1000% 1000%, 1000% 1000% !important;
  animation: _wave-animation_dgh1c_1 2s ease-in-out infinite, _wave-reverse-animation_dgh1c_1 2s ease-in-out infinite;
}

._fadeIn_dgh1c_416 {
  animation-name: _fadeIn_dgh1c_416;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._fadeIn_dgh1c_416 {
    animation-duration: 0.4s;
  }
}

._gradient_text_dgh1c_428 {
  width: 50%;
  height: 16px;
  margin-bottom: 10px;
  border-radius: 6px;
  border-radius: 20px;
  background-color: #2f2f33;
}

._empty_dgh1c_437 {
  animation-name: _fadeInEmptyCollectionItem_dgh1c_1;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  scale: 0.96;
}

._active_dgh1c_445 {
  animation-name: _fadeInWithBlurCollectionItem_dgh1c_1;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  animation-fill-mode: both;
}

._item_dgh1c_452 {
  cursor: pointer;
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #2f2f33;
}
._item_dgh1c_452:hover ._item_top_inner_dgh1c_461 {
  width: 100%;
}
._item_dgh1c_452:hover ._item_top_inner_bg_dgh1c_464 {
  scale: 1.1;
}
@media (max-width: 768px) {
  ._item_dgh1c_452:hover ._item_top_inner_bg_dgh1c_464 {
    scale: none;
  }
}
@media (min-width: 1250px) {
  ._item_dgh1c_452:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media (max-width: 820px) and (min-width: 600px) {
  ._item_dgh1c_452 {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  ._item_dgh1c_452:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 600px) and (min-width: 360px) {
  ._item_dgh1c_452 {
    width: calc((100% - 20px) / 2);
  }
  ._item_dgh1c_452:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 360px) {
  ._item_dgh1c_452 {
    width: 100%;
    margin-right: 0;
  }
}
._item_top_dgh1c_461 {
  height: 200px;
  position: relative;
  overflow: hidden;
}
._item_top_inner_dgh1c_461 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
._item_top_inner_bg_dgh1c_464 {
  width: 100%;
  height: 200px;
  transition: 0.15s ease-out;
  background-size: cover;
  background-position: center;
  transition: scale 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width: 768px) {
  ._item_top_inner_bg_dgh1c_464 {
    transition: scale 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
._item_top_inner_bgEmpty_dgh1c_527 {
  width: 100%;
  height: 100%;
  transition: 0.15s ease-out;
  background-size: cover;
  transition: scale 0.37s ease-in-out;
  background: linear-gradient(-45deg, #232328 20%, #333 50%, #232328 80%), linear-gradient(-45deg, #232328 30%, #333 50%, #232328 70%);
  background: linear-gradient(112deg, #29292f 8.69%, #303035 50.64%, #26262b 95.29%), linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-size: 1000% 1000%, 1000% 1000% !important;
  animation: _wave-animation_dgh1c_1 2s ease-in-out infinite, _wave-reverse-animation_dgh1c_1 2s ease-in-out infinite;
  animation-duration: 1.5s;
}
._item_date_dgh1c_539 {
  position: absolute;
  left: 12px;
  top: 12px;
  border-radius: 6px;
  background-color: #232328;
  padding: 4px 12px;
  min-width: 48px;
}
@media (max-width: 768px) {
  ._item_date_dgh1c_539 {
    min-width: 42px;
  }
}
._item_date_active_dgh1c_553 {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 25.63px;
}
._item_date_active_dot_dgh1c_560 {
  height: 12px;
  width: 12px;
  background-color: #43d26c;
  border-radius: 100%;
  margin: 12.2px 0;
}
@media (max-width: 768px) {
  ._item_date_active_dot_dgh1c_560 {
    height: 8px;
    width: 8px;
    margin: 9px 0;
  }
}
._item_date_dgh1c_539 span {
  display: block;
}
._item_date_dgh1c_539 span:first-child {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
}
@media (max-width: 768px) {
  ._item_date_dgh1c_539 span:first-child {
    font-size: 20px;
  }
}
._item_date_dgh1c_539 span:last-child {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: #c6c6c7;
  text-align: center;
}
@media (max-width: 768px) {
  ._item_date_dgh1c_539 span:last-child {
    font-size: 10px;
  }
}
._item_tag_dgh1c_601 {
  position: absolute;
  bottom: 12px;
  left: 12px;
  padding: 4px 11px 2px 11px;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: #232328;
  border-radius: 20px;
  background-color: #e9be50;
}
._item_bottom_dgh1c_613 {
  padding: 16px;
}
._item_bottom_title_dgh1c_616 {
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 600px) {
  ._item_bottom_title_dgh1c_616 {
    margin-bottom: 8px;
  }
}
._item_bottom_titleEmpty_dgh1c_631 {
  border-radius: 10px;
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 50%;
  height: 100%;
  background-color: #232328;
  opacity: 0.8 !important;
  background: linear-gradient(-45deg, #232328 20%, #333 50%, #232328 80%), linear-gradient(-45deg, #232328 30%, #333 50%, #232328 70%);
  background-size: 1000% 1000%, 1000% 1000%;
  animation: _wave-animation_dgh1c_1 2s ease-in-out infinite, _wave-reverse-animation_dgh1c_1 2s ease-in-out infinite;
}
@media (max-width: 600px) {
  ._item_bottom_titleEmpty_dgh1c_631 {
    margin-bottom: 8px;
  }
}
._item_bottom_price_dgh1c_653 {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 12px;
  border-radius: 6px;
  background-color: #232328;
}
._item_bottom_price_dgh1c_653 svg {
  width: 16px;
  margin-right: 4px;
}
@media (max-width: 600px) {
  ._item_bottom_price_dgh1c_653 svg {
    width: 14px;
  }
}
._item_bottom_priceEmpty_dgh1c_672 {
  animation-name: _changeColorTextCollectionItem_dgh1c_1;
  animation-duration: 0.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 12px;
  border-radius: 6px;
  background-color: #232328;
  background: linear-gradient(-45deg, #232328 20%, #333 50%, #232328 80%), linear-gradient(-45deg, #232328 30%, #333 50%, #232328 70%);
  background-size: 1000% 1000%, 1000% 1000%;
  animation: _wave-animation_dgh1c_1 2s ease-in-out infinite, _wave-reverse-animation_dgh1c_1 2s ease-in-out infinite;
}
._item_bottom_priceEmpty_dgh1c_672 svg {
  animation-name: _fadeIn_dgh1c_416;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  width: 16px;
  margin-right: 4px;
}
@media (max-width: 600px) {
  ._item_bottom_priceEmpty_dgh1c_672 svg {
    animation-duration: 0.4s;
  }
}
@media (max-width: 600px) {
  ._item_bottom_priceEmpty_dgh1c_672 svg {
    width: 14px;
  }
}

@keyframes _wave-animation_dgh1c_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_dgh1c_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}@keyframes _fadeInWithBlurScaleNftLaunch_1ji7y_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1ji7y_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1ji7y_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1ji7y_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1ji7y_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1ji7y_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1ji7y_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1ji7y_410 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1ji7y_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1ji7y_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1ji7y_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1ji7y_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1ji7y_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1ji7y_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1ji7y_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1ji7y_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1ji7y_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1ji7y_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1ji7y_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1ji7y_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1ji7y_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1ji7y_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1ji7y_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1ji7y_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1ji7y_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1ji7y_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1ji7y_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1ji7y_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1ji7y_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1ji7y_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1ji7y_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1ji7y_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1ji7y_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1ji7y_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1ji7y_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1ji7y_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1ji7y_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1ji7y_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1ji7y_428 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1ji7y_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1ji7y_1 {}
@keyframes _wave-animation_1ji7y_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1ji7y_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1ji7y_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1ji7y_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._fadeIn_1ji7y_410 {
  animation-name: _fadeIn_1ji7y_410;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.32s !important;
}
@media (max-width: 600px) {
  ._fadeIn_1ji7y_410 {
    animation-duration: 0.4s;
  }
}
@media (min-width: 600px) {
  ._fadeIn_1ji7y_410 {
    animation-duration: 0.22s !important;
  }
}

._scaleFadeIn_1ji7y_428 {
  animation: _scaleIn_1ji7y_1 0.4s cubic-bezier(0.2, 0.8, 0.1, 1);
}
@media (min-width: 600px) {
  ._scaleFadeIn_1ji7y_428 {
    animation-duration: 0.4s !important;
  }
}

._loader_1ji7y_437 {
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: _rotation_1ji7y_1 0.5s linear infinite;
  transition: 0.3s cubic-bezier(0.4, 0.6, 0.2, 1);
}

@keyframes _rotation_1ji7y_1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes _scaleIn_1ji7y_1 {
  0% {
    scale: 0;
  }
  100% {
    scale: 1;
  }
}@keyframes _fadeInWithBlurScaleNftLaunch_l8chm_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_l8chm_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_l8chm_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_l8chm_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_l8chm_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_l8chm_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_l8chm_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_l8chm_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_l8chm_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_l8chm_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_l8chm_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_l8chm_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_l8chm_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_l8chm_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_l8chm_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_l8chm_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_l8chm_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_l8chm_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_l8chm_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_l8chm_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_l8chm_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_l8chm_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_l8chm_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_l8chm_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_l8chm_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_l8chm_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_l8chm_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_l8chm_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_l8chm_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_l8chm_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_l8chm_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_l8chm_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_l8chm_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_l8chm_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_l8chm_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_l8chm_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_l8chm_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_l8chm_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_l8chm_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_l8chm_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_l8chm_1 {}
@keyframes _wave-animation_l8chm_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_l8chm_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_l8chm_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_l8chm_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._loading_l8chm_410 {
  opacity: 0.5;
  animation-name: _fadeInEmptyHeader_l8chm_1;
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0.6, 1, 1, 1);
  animation-fill-mode: both;
}
@media (max-width: 768px) {
  ._loading_l8chm_410 {
    animation-name: _fadeInEmptyHeaderMobile_l8chm_1;
    animation-duration: 0.7s;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-fill-mode: both;
  }
}

._loaded_l8chm_426 {
  animation-name: _fadeInWithBlurScaleNftLaunchHeader_l8chm_1;
  animation-duration: 0.45s;
  animation-timing-function: cubic-bezier(0.42, 1, 0.58, 1);
  animation-fill-mode: both;
}
@media (max-width: 768px) {
  ._loaded_l8chm_426 {
    animation-name: _fadeInWithBlurScaleNftLaunchHeaderMobile_l8chm_1;
    animation-duration: 0.4s;
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    animation-fill-mode: both;
  }
}

._gradient_l8chm_441 {
  background: linear-gradient(112deg, #29292f 8.69%, #303035 50.64%, #26262b 95.29%), linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-size: 1000% 1000%, 1000% 1000% !important;
  animation: _wave-animation_l8chm_1 2s ease-in-out infinite, _wave-reverse-animation_l8chm_1 2s ease-in-out infinite;
  animation-duration: 10s !important;
}

._info_l8chm_448 {
  min-height: 350px !important;
  transition: background-image 0.5s ease-in-out;
  transition: 0.15s ease-in-out;
  display: flex;
  padding: 40px;
  justify-content: space-between;
  align-items: flex-end;
  border-radius: 24px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -114px;
}
@media (max-width: 768px) {
  ._info_l_l8chm_463 {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
  }
}
._info_img_l8chm_471 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 54px;
  height: 54px;
  border-radius: 6px;
  border: 2px solid #fff;
  margin-bottom: 20px;
  margin-top: 45px;
}
@media (max-width: 768px) {
  ._info_img_l8chm_471 {
    margin-top: 0;
  }
}
._info_name_l8chm_487 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  ._info_name_l8chm_487 {
    font-size: 24px;
    text-align: center;
  }
}
._info_name_l8chm_487 svg {
  width: 28px;
  margin-left: 10px;
  display: inline-flex;
  vertical-align: middle;
}
._info_balance_l8chm_507 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
._info_items_l8chm_513 {
  display: flex;
  gap: 8px;
}
._info_active_l8chm_517 {
  display: flex;
  padding: 10px 24px 10px 20px;
  align-items: center;
  align-self: stretch;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  justify-content: center;
  border-radius: 8px;
  gap: 10px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  ._info_active_l8chm_517 {
    height: 46px;
  }
}
._info_active_dot_l8chm_536 {
  width: 12px;
  height: 12px;
  background-color: #43d26c;
  border-radius: 100%;
}
._info_active_l8chm_517 p {
  white-space: nowrap;
  color: var(--text-white, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 768px) {
  ._info_active_l8chm_517 p {
    font-size: 14px;
  }
}
._info_item_l8chm_513 {
  display: flex;
  width: 60px;
  padding: 10px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  animation-name: _fadeInWithBlurScaleNftLaunch_l8chm_1;
  animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  animation-duration: 0.35s;
  animation-fill-mode: both;
  animation-duration: 0.3s;
}
@media (max-width: 600px) {
  ._info_item_l8chm_513 {
    animation-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
    animation-duration: 0.8s;
  }
}
._info_item_l8chm_513:last-child {
  margin-right: 0;
}
._info_item_l8chm_513 span:first-child {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  color: #fff;
  margin-bottom: 2px;
}
._info_item_l8chm_513 span:last-child {
  color: var(--text-white, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  opacity: 0.74;
}
@media (max-width: 768px) {
  ._info_item_l8chm_513 {
    width: 46px;
    height: 46px;
  }
  ._info_item_l8chm_513 span:first-child {
    font-size: 12px;
  }
  ._info_item_l8chm_513 span:last-child {
    font-size: 10px;
  }
}
._info_btn_l8chm_612 {
  border-radius: 12px;
  background-color: #0088cb;
  color: var(--text-white, #fff);
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 208px;
  height: 60px;
  cursor: pointer;
  user-select: none;
  transition: 0.15s ease-out;
}
._info_btn_l8chm_612:hover {
  background-color: #00a1f0;
  /* color: rgb(255, 255, 255); */
}
._info_btn_l8chm_612:active {
  background-color: #0177b0;
}
@media (max-width: 768px) {
  ._info_l8chm_448 {
    margin-top: 0;
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
    padding: 20px;
    flex-direction: column;
    align-items: center;
  }
  ._info_btn_l8chm_612 {
    height: 46px;
    font-size: 14px;
  }
}._container_l0f2x_1 {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  min-height: 60px;
}

._item_l0f2x_9 {
  padding: 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  color: var(--Text-White, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  display: flex;
  width: 50px;
  height: 60px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
}

._separator_l0f2x_31 {
  color: var(--Text-White, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
}@keyframes _fadeInWithBlurScaleNftLaunch_sst33_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_sst33_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_sst33_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_sst33_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_sst33_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_sst33_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_sst33_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_sst33_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_sst33_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_sst33_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_sst33_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_sst33_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_sst33_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_sst33_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_sst33_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_sst33_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_sst33_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_sst33_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_sst33_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_sst33_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_sst33_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_sst33_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_sst33_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_sst33_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_sst33_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_sst33_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_sst33_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_sst33_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_sst33_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_sst33_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_sst33_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_sst33_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_sst33_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_sst33_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_sst33_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_sst33_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_sst33_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_sst33_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_sst33_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_sst33_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_sst33_1 {}
@keyframes _wave-animation_sst33_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_sst33_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_sst33_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_sst33_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._loaded_sst33_410 {
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.4, 0.2, 0.2, 1);
}

._gradient_sst33_415 {
  background: linear-gradient(112deg, #29292f 8.69%, #303035 50.64%, #26262b 95.29%), linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-size: 1000% 1000%, 1000% 1000% !important;
  animation: _wave-animation_sst33_1 2s ease-in-out infinite, _wave-reverse-animation_sst33_1 2s ease-in-out infinite;
}

._mint_sst33_421 {
  position: relative;
  transition: height 0.15s ease;
  padding-bottom: 100px;
}
@media (max-width: 600px) {
  ._mint_sst33_421 {
    padding-bottom: 70px;
  }
}
._mint_top_bg_sst33_431 {
  z-index: -10;
  width: 100vw;
  position: absolute;
  height: 225px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
._mint_top_bg_sst33_431._isLoaded_sst33_440 {
  animation-name: _fadeIn_sst33_1;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.35s;
  animation-timing-function: cubic-bezier(0.4, 0.2, 0.2, 1);
}
@media (max-width: 600px) {
  ._mint_top_bg_sst33_431._isLoaded_sst33_440 {
    animation-duration: 0.4s;
  }
}
@media (max-width: 900px) {
  ._mint_top_bg_sst33_431 {
    height: 300px;
  }
}
._mint_inner_sst33_458 {
  display: flex;
  flex-direction: column;
}
._mint_inner__bottom_sst33_462 {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 62px;
}
@media (max-width: 1250px) {
  ._mint_inner__bottom_sst33_462 {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 900px) {
  ._mint_inner__bottom_sst33_462 {
    margin-top: -40px;
  }
}
._mint_first_content_sst33_479 {
  margin-top: 100px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 30px;
  height: fit-content;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  ._mint_first_content_sst33_479 {
    margin-top: 40px;
    display: block;
    max-width: 650px;
    width: 100%;
    margin-bottom: 80px;
  }
}
._mint_l_sst33_498 {
  max-width: 645px;
  width: 100%;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1250px) {
  ._mint_l_sst33_498 {
    order: 2;
    max-width: 650px;
    margin-right: 0;
    margin-top: 30px;
  }
}
._mint_r_sst33_513 {
  max-width: 455px;
  width: 100%;
}
@media (max-width: 1250px) {
  ._mint_r_sst33_513 {
    order: 1;
    max-width: 650px;
    display: flex;
    flex-direction: column;
  }
}@keyframes _fadeInWithBlurScaleNftLaunch_8pv3f_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_8pv3f_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_8pv3f_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_8pv3f_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_8pv3f_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_8pv3f_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_8pv3f_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_8pv3f_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_8pv3f_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_8pv3f_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_8pv3f_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_8pv3f_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_8pv3f_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_8pv3f_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_8pv3f_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_8pv3f_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_8pv3f_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_8pv3f_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_8pv3f_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_8pv3f_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_8pv3f_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_8pv3f_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_8pv3f_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_8pv3f_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_8pv3f_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_8pv3f_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_8pv3f_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_8pv3f_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_8pv3f_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_8pv3f_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_8pv3f_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_8pv3f_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_8pv3f_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_8pv3f_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_8pv3f_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_8pv3f_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_8pv3f_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_8pv3f_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_8pv3f_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_8pv3f_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_8pv3f_1 {}
@keyframes _wave-animation_8pv3f_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_8pv3f_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_8pv3f_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_8pv3f_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._wrapper_8pv3f_410 {
  animation-name: _fadeInWithBlurScaleNftLaunch_8pv3f_1;
  animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  animation-duration: 0.35s;
  animation-fill-mode: both;
  background-color: #2f2f33;
  border-radius: 20px;
  color: white;
  display: flex;
  gap: 30px;
  flex-direction: column;
  padding: 30px;
}
@media (max-width: 600px) {
  ._wrapper_8pv3f_410 {
    animation-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
    animation-duration: 0.8s;
  }
}
@media (max-width: 900px) {
  ._wrapper_8pv3f_410 {
    padding: 20px;
  }
}

._card_8pv3f_435 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 100%;
  height: fit-content;
}
._card__top_8pv3f_442 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 900px) {
  ._card__top_8pv3f_442 {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
._card__top__label_8pv3f_456 {
  font-size: 24px;
  font-weight: 700;
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 900px) {
  ._card__top__label_8pv3f_456 {
    order: 2;
    max-width: 100%;
  }
}
._card__top__affiliate_8pv3f_470 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 74px;
  min-width: 74px;
  height: 24px;
  min-height: 24px;
  border-radius: 20px;
  background-color: #e9be50;
  color: #232328;
  font-size: 14px;
}
@media (max-width: 900px) {
  ._card__top__affiliate_8pv3f_470 {
    order: 1;
  }
}
._card__timer_8pv3f_488 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
._card__timer__label_8pv3f_493 {
  font-size: 16px;
  color: #c6c6c7;
}
._card__timer__content_8pv3f_497 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}
._card__price_8pv3f_502 {
  font-size: 16px;
  color: white;
  font-weight: 600;
}
._card__start-time_8pv3f_507 {
  font-weight: 400;
  font-size: 16px;
  color: #c6c6c7;
}
._card__bottom-container_8pv3f_512 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
._card__bottom-info_8pv3f_517 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
._card__bottom-info__item_8pv3f_523 {
  font-weight: 400;
  font-size: 16px;
  color: #c6c6c7;
}
._card__bottom-info__separator_8pv3f_528 {
  width: 6px;
  height: 6px;
  background-color: #6e6e71;
  border-radius: 50%;
}._container_1jwlw_1 {
  margin-top: 6px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

._amount_1jwlw_10 {
  display: flex;
  flex-direction: row;
  width: 132px;
  height: 60px;
  background-color: #232328;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}
._amount__input_1jwlw_20 {
  all: unset;
  display: inline-block;
  width: 3rem;
  text-align: center;
}
._amount__button_1jwlw_26 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  color: #c6c6c7;
  opacity: 0.43;
}
._amount__button_1jwlw_26:hover {
  cursor: pointer;
}

._mint-button_1jwlw_38 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  height: 100%;
  border-radius: 12px;
  background-color: #0088cb;
  cursor: pointer;
  border: none;
  font-size: 16px;
  font-weight: 600;
}._btn_jvwpj_1 {
  flex-grow: 1;
  text-align: center;
  padding: 5px;
  font-weight: 600;
}
._btn_jvwpj_1._off_jvwpj_7 {
  opacity: 0.24;
  cursor: default;
}
._btn_jvwpj_1._off_jvwpj_7:hover {
  background-color: #0088cb;
}
._btn_jvwpj_1._off_jvwpj_7:active {
  background-color: #0088cb;
}@keyframes _fadeInWithBlurScaleNftLaunch_1bbkc_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1bbkc_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1bbkc_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1bbkc_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1bbkc_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1bbkc_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1bbkc_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1bbkc_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1bbkc_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1bbkc_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1bbkc_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1bbkc_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1bbkc_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1bbkc_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1bbkc_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1bbkc_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1bbkc_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1bbkc_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1bbkc_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1bbkc_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1bbkc_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1bbkc_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1bbkc_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1bbkc_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1bbkc_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1bbkc_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1bbkc_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1bbkc_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1bbkc_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1bbkc_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1bbkc_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1bbkc_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1bbkc_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1bbkc_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1bbkc_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1bbkc_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1bbkc_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1bbkc_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1bbkc_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1bbkc_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1bbkc_1 {}
@keyframes _wave-animation_1bbkc_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1bbkc_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1bbkc_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1bbkc_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._info_1bbkc_410 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid var(--stroke-main, #444448);
  margin: 20px 0;
}
._info_img_1bbkc_419 {
  width: 45px;
  height: 45px;
  border-radius: 6px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
._info_text_1bbkc_427 {
  width: calc(100% - 60px);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
._info_text_1bbkc_427 span {
  color: #6e6e71;
}

._content_row_1bbkc_438 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
._content_row_1bbkc_438:first-child {
  margin-bottom: 14px;
}
._content_row_1bbkc_438:last-child {
  margin-bottom: 0;
}
._content_row_1bbkc_438 p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
._content_row_1bbkc_438 p svg {
  width: 24px;
  margin-left: 7px;
  margin-right: 4px;
}
._content_row_1bbkc_438 p span {
  color: #6e6e71;
}
._content_row_1bbkc_438 p:last-child {
  display: flex;
  align-items: center;
}
._content_row_box_1bbkc_467 {
  width: 100%;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--stroke-blue, #0088cb);
  background: rgba(0, 136, 203, 0.1);
}
._content_row_box_first_1bbkc_479 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  row-gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
}
._content_row_box_second_1bbkc_488 {
  display: flex;
  flex-direction: row;
  gap: 6px;
}
._content_row_box_second_1bbkc_488 p {
  color: var(--text-light-grey, #c6c6c7);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
}
._content_row_box_second_1bbkc_488 svg {
  width: 20px;
  height: 20px;
}

._total_1bbkc_506 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
._total_1bbkc_506 p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
._total_1bbkc_506 p svg {
  width: 20px;
  margin-right: 6px;
}

._btn_1bbkc_524 {
  font-weight: 600;
  line-height: 100%;
}._requirements_6o2le_1 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
._requirements__label_6o2le_6 {
  display: flex;
  flex-direction: row;
  gap: 4px;
  color: #c6c6c7;
  align-items: center;
  position: relative;
}
._requirements__info_6o2le_14 {
  width: fit-content;
  height: fit-content;
  fill: transparent;
}
._requirements__list_6o2le_19 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  overflow: auto;
  padding-right: 33px;
  flex-wrap: wrap;
}
._requirements__list__item_6o2le_28 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #6e6e71;
}
._requirements__list__item_6o2le_28:last-child {
  cursor: default !important;
}
._requirements__list__item__active_6o2le_40 {
  color: #43d26c;
  cursor: pointer;
}
._requirements__list__item__icon_6o2le_44 {
  width: 20px;
  height: 20px;
}
._requirements__list__item__icon__active_6o2le_48 {
  width: 20px;
  height: 20px;
}
._requirements__list__item__arrow_6o2le_52 {
  width: 16px;
  height: 16px;
}
._requirements__list__separator_6o2le_56 {
  height: 10px;
  width: 1px;
  background-color: #6e6e71;
}
._requirements__list__separator_6o2le_56:last-child {
  display: none;
}@keyframes _fadeInWithBlurScaleNftLaunch_t627w_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_t627w_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_t627w_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_t627w_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_t627w_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_t627w_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_t627w_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_t627w_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_t627w_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_t627w_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_t627w_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_t627w_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_t627w_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_t627w_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_t627w_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_t627w_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_t627w_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_t627w_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_t627w_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_t627w_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_t627w_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_t627w_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_t627w_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_t627w_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_t627w_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_t627w_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_t627w_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_t627w_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_t627w_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_t627w_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_t627w_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_t627w_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_t627w_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_t627w_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_t627w_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_t627w_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_t627w_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_t627w_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_t627w_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_t627w_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_t627w_1 {}
@keyframes _wave-animation_t627w_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_t627w_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_t627w_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_t627w_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._gradient_t627w_410 {
  background: linear-gradient(112deg, #29292f 8.69%, #303035 50.64%, #26262b 95.29%), linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-size: 1000% 1000%, 1000% 1000% !important;
  animation: _wave-animation_t627w_1 2s ease-in-out infinite, _wave-reverse-animation_t627w_1 2s ease-in-out infinite;
  animation-delay: 0.1s;
}

._gradient_text_t627w_417 {
  width: 50%;
  min-width: 200px;
  height: 48.5px;
  border-radius: 6px;
  background: linear-gradient(270deg, #29292f 0%, rgb(48, 48, 53) 30%, rgba(255, 255, 255, 0.15) 31.5%, rgba(255, 255, 255, 0.15) 68.5%, rgb(48, 48, 53) 70%, #29292f 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  animation: _wave-animation1_t627w_1 2.5s ease-in-out infinite;
}
@media (max-width: 900px) {
  ._gradient_text_t627w_417 {
    height: 29px;
  }
}

._overview_t627w_431 {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media (max-width: 900px) {
  ._overview_t627w_431 {
    gap: 0px;
    flex-direction: column;
    align-items: center;
  }
}

._blocks_t627w_444 {
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}
@media (max-width: 900px) {
  ._blocks_t627w_444 {
    align-items: center;
  }
}

._img_t627w_457 {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
  width: fit-content;
  height: fit-content;
  background-color: #2f2f33;
  border-radius: 10px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
@media (max-width: 900px) {
  ._img_t627w_457 {
    margin-bottom: 24px;
  }
}
._img__inner_t627w_471 {
  height: 94px;
  width: 94px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 900px) {
  ._img__inner_t627w_471 {
    width: 82px;
    height: 82px;
    border-width: 4px;
  }
}

._block_t627w_444 {
  animation-name: _fadeIn_t627w_1;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  gap: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: fit-content;
}
@media (max-width: 600px) {
  ._block_t627w_444 {
    animation-duration: 0.4s;
  }
}
@media (max-width: 900px) {
  ._block_t627w_444 {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
}
._block_name_t627w_509 {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  text-align: center;
}
@media (max-width: 900px) {
  ._block_name_t627w_509 {
    font-size: 24px;
  }
}
._block_name_t627w_509 svg {
  width: 24px;
  margin-left: 10px;
  display: inline-flex;
  vertical-align: top;
}
._block_link_t627w_528 {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
._block_link_t627w_528 span {
  color: var(--text-link, white);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  transition: 0.1s ease-out;
}
._block_link_t627w_528 img {
  width: 16px;
  height: 16px;
}

._soc_items_t627w_549 {
  margin-bottom: 30px;
}

._minting_t627w_553 {
  display: flex;
  padding: 10px 14px;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #2f2f33;
  width: 146px;
  height: 50px;
  margin-bottom: 16px;
}
._minting_dot_t627w_564 {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #43d26c;
}
._minting_text_t627w_570 {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 900px) {
  ._minting_text_t627w_570 {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  ._minting_t627w_553 {
    width: 131px;
  }
}

@keyframes _wave-animation_t627w_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_t627w_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}@keyframes _fadeInWithBlurScaleNftLaunch_8rb36_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_8rb36_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_8rb36_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_8rb36_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_8rb36_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_8rb36_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_8rb36_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_8rb36_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_8rb36_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_8rb36_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_8rb36_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_8rb36_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_8rb36_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_8rb36_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_8rb36_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_8rb36_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_8rb36_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_8rb36_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_8rb36_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_8rb36_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_8rb36_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_8rb36_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_8rb36_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_8rb36_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_8rb36_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_8rb36_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_8rb36_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_8rb36_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_8rb36_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_8rb36_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_8rb36_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_8rb36_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_8rb36_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_8rb36_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_8rb36_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_8rb36_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_8rb36_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_8rb36_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_8rb36_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_8rb36_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_8rb36_1 {}
@keyframes _wave-animation_8rb36_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_8rb36_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_8rb36_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_8rb36_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._card_8rb36_410 {
  display: flex;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 60px;
  background: linear-gradient(89deg, #5921ba 1.56%, #1879fe 99.22%), #0088cb;
  color: var(--Text-White, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 900px) {
  ._card_8rb36_410 {
    font-size: 14px;
  }
}@keyframes _fadeInWithBlurScaleNftLaunch_1jned_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1jned_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1jned_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1jned_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1jned_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1jned_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1jned_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1jned_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1jned_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1jned_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1jned_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1jned_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1jned_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1jned_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1jned_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1jned_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1jned_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1jned_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1jned_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1jned_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1jned_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1jned_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1jned_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1jned_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1jned_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1jned_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1jned_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1jned_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1jned_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1jned_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1jned_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1jned_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1jned_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1jned_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1jned_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1jned_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1jned_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1jned_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1jned_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1jned_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1jned_1 {}
@keyframes _wave-animation_1jned_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1jned_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1jned_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1jned_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._container_1jned_410 {
  margin-top: 40px;
}

._gradient_1jned_414 {
  border-color: transparent !important;
  background: linear-gradient(112deg, #29292f 8.69%, #303035 50.64%, #26262b 95.29%), linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-size: 1000% 1000%, 1000% 1000% !important;
  animation: _wave-animation_1jned_1 2s ease-in-out infinite, _wave-reverse-animation_1jned_1 2s ease-in-out infinite;
  color: transparent !important;
}

._gradient_text_1jned_422 {
  width: 50%;
  height: 48px;
  border-radius: 6px;
  background: linear-gradient(270deg, #29292f 0%, rgb(48, 48, 53) 30%, rgba(255, 255, 255, 0.15) 31.5%, rgba(255, 255, 255, 0.15) 68.5%, rgb(48, 48, 53) 70%, #29292f 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  animation: _wave-animation1_1jned_1 2.5s ease-in-out infinite;
}
@media (max-width: 600px) {
  ._gradient_text_1jned_422 {
    height: 29px;
  }
}

._tab_1jned_435 {
  padding: 11px 24px;
  color: #c6c6c7;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 8px;
  border: 1px solid var(--stroke-main, #444448);
  cursor: pointer;
  user-select: none;
  transition: 0.15s ease-out;
}
._tab_1jned_435._active_1jned_450 {
  color: #fff;
  background: var(--button-gray, #3b3b3f);
  border-color: transparent;
}
._tab_1jned_435._active_1jned_450:hover {
  border: 1px solid var(--stroke-active, #3b3b3f);
}
._tab_1jned_435:hover {
  color: #fff;
  border: 1px solid var(--stroke-active, #6e6e71);
}
@media (max-width: 768px) {
  ._tab_1jned_435 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  ._tab_1jned_435:hover {
    background: var(--button-gray, #3b3b3f);
    border: 1px solid var(--stroke-active, #3b3b3f);
  }
}@keyframes _fadeInWithBlurScaleNftLaunch_lq6cl_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_lq6cl_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_lq6cl_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_lq6cl_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_lq6cl_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_lq6cl_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_lq6cl_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_lq6cl_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_lq6cl_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_lq6cl_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_lq6cl_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_lq6cl_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_lq6cl_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_lq6cl_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_lq6cl_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_lq6cl_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_lq6cl_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_lq6cl_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_lq6cl_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_lq6cl_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_lq6cl_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_lq6cl_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_lq6cl_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_lq6cl_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_lq6cl_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_lq6cl_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_lq6cl_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_lq6cl_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_lq6cl_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_lq6cl_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_lq6cl_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_lq6cl_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_lq6cl_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_lq6cl_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_lq6cl_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_lq6cl_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_lq6cl_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_lq6cl_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_lq6cl_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_lq6cl_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_lq6cl_1 {}
@keyframes _wave-animation_lq6cl_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_lq6cl_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_lq6cl_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_lq6cl_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._gradient_lq6cl_410 {
  background: linear-gradient(112deg, #29292f 8.69%, #303035 50.64%, #26262b 95.29%), linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-size: 1000% 1000%, 1000% 1000% !important;
  animation: _wave-animation_lq6cl_1 2s ease-in-out infinite, _wave-reverse-animation_lq6cl_1 2s ease-in-out infinite;
}

._gradient_text_lq6cl_416 {
  width: 50%;
  height: 16px;
  margin-bottom: 10px;
  border-radius: 6px;
  background: linear-gradient(270deg, #29292f 0%, rgb(48, 48, 53) 30%, rgba(255, 255, 255, 0.15) 31.5%, rgba(255, 255, 255, 0.15) 68.5%, rgb(48, 48, 53) 70%, #29292f 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  animation: _wave-animation1_lq6cl_1 2.5s ease-in-out infinite;
}
@media (max-width: 600px) {
  ._gradient_text_lq6cl_416 {
    height: 16px;
  }
}

._review_lq6cl_430 {
  animation-name: _fadeIn_lq6cl_1;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.3s;
}
@media (max-width: 600px) {
  ._review_lq6cl_430 {
    animation-duration: 0.4s;
  }
}
@media (max-width: 600px) {
  ._review_lq6cl_430 {
    animation-duration: 0.4s;
  }
}
._review_more_text_lq6cl_447 {
  padding-top: 10px;
  color: var(--text-white, #FFF);
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
._review_more_text_lq6cl_447 svg {
  width: 20px;
  margin-left: 4px;
}
._review_main_slider_lq6cl_462 {
  position: relative;
}
._review_translate_lq6cl_465 {
  margin-bottom: 16px;
  margin-top: 16px;
}
._review_text_lq6cl_469 {
  white-space: pre-line;
}
._review_more_text_lq6cl_447 {
  color: var(--text-white, #FFF);
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
._review_more_text_lq6cl_447._rotate_lq6cl_482 svg {
  transition: 0.39s ease;
  transform: rotateX(180deg);
}
._review_more_text_lq6cl_447 svg {
  width: 20px;
  margin-left: 4px;
  transition: 0.3s;
}
._review_gallery_lq6cl_491 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 600px) {
  ._review_gallery_lq6cl_491 {
    flex-direction: column;
  }
}
._review_gallery_l_lq6cl_501 {
  max-width: 509px;
  width: 100%;
  margin-right: 20px;
}
@media (max-width: 680px) {
  ._review_gallery_l_lq6cl_501 {
    max-width: calc(100% - 126px);
  }
}
@media (max-width: 600px) {
  ._review_gallery_l_lq6cl_501 {
    max-width: 100%;
  }
}
._review_gallery_r_lq6cl_516 {
  width: 116px;
}
._review_gallery_r_lq6cl_516._mob_lq6cl_519 {
  display: none;
}
@media (max-width: 600px) {
  ._review_gallery_r_lq6cl_516 {
    max-width: 100%;
    display: none;
    width: 100%;
    margin-top: 10px;
  }
  ._review_gallery_r_lq6cl_516._mob_lq6cl_519 {
    display: block;
  }
}
._review_gallery_slider_lq6cl_533 {
  border-radius: 14px;
  height: 100%;
}
@media (max-width: 600px) {
  ._review_gallery_slider_lq6cl_533 {
    border-radius: 14px;
  }
}
._review_main_img_wrapper_lq6cl_542 {
  width: 100%;
  position: relative;
  padding-top: 100%;
  border-radius: 20px;
  overflow: hidden;
}
._review_main_img_lq6cl_542 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
._review_add_img_lq6cl_559 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
._review_add_img_wrapper_lq6cl_569 {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 14px;
  overflow: hidden;
}
@media (max-width: 600px) {
  ._review_add_img_wrapper_lq6cl_569 {
    width: 100%;
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  ._review_add_img_wrapper_inner_lq6cl_583 {
    position: relative;
    padding-top: 100%;
  }
}

._nav_lq6cl_589 {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  opacity: 0.6999999881;
  background-color: #232328;
  backdrop-filter: blur(15px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 600px) {
  ._nav_lq6cl_589 {
    display: none;
  }
}
._nav_lq6cl_589._prev_lq6cl_611 {
  left: 30px;
}
._nav_lq6cl_589._next_lq6cl_614 {
  right: 30px;
}
._nav_lq6cl_589 svg {
  width: 24px;
}@keyframes _fadeInWithBlurScaleNftLaunch_axcki_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_axcki_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_axcki_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_axcki_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_axcki_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_axcki_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_axcki_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_axcki_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_axcki_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_axcki_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_axcki_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_axcki_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_axcki_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_axcki_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_axcki_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_axcki_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_axcki_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_axcki_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_axcki_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_axcki_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_axcki_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_axcki_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_axcki_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_axcki_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_axcki_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_axcki_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_axcki_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_axcki_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_axcki_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_axcki_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_axcki_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_axcki_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_axcki_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_axcki_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_axcki_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_axcki_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_axcki_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_axcki_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_axcki_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_axcki_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_axcki_1 {}
@keyframes _wave-animation_axcki_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_axcki_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_axcki_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_axcki_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._roadmap_axcki_410 {
  margin-top: 20px;
  animation-name: _fadeIn_axcki_1;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.3s;
}
@media (max-width: 600px) {
  ._roadmap_axcki_410 {
    animation-duration: 0.4s;
  }
}
@media (max-width: 600px) {
  ._roadmap_axcki_410 {
    animation-duration: 0.4s;
  }
}
._roadmap_suptitle_axcki_428 {
  margin-top: 24px;
  margin-bottom: 6px;
  color: var(--text-light-grey, #C6C6C7);
  font-size: 16px;
  font-weight: 400;
}
._roadmap_title_axcki_435 {
  color: var(--text-white, #FFF);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
}
._roadmap_text_axcki_441 {
  margin-bottom: 30px;
  white-space: pre-line;
}
._roadmap_step_axcki_445 {
  display: flex;
}
._roadmap_step_name_axcki_448 {
  color: var(--text-white, #FFF);
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  margin-left: 20px;
}
._roadmap_step_l_axcki_455 {
  width: 100px;
  display: flex;
}
._roadmap_step_r_axcki_459 {
  margin-bottom: 30px;
  margin-left: 16px;
}
._roadmap_step_r_axcki_459 p {
  color: var(--text-light-grey, #C6C6C7);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 12px;
}
._roadmap_step_r_axcki_459 p:last-child {
  margin-bottom: 0;
}
._roadmap_step_line_wrapper_axcki_473 {
  width: 10px;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
._roadmap_step_line_wrapper_axcki_473::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0088CB;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
._roadmap_step_line_axcki_473 {
  margin-top: 6px;
  width: 2px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.119);
  position: relative;
  z-index: 1;
}
._roadmap_step_axcki_445:last-child_r {
  margin-bottom: 0;
}
._roadmap_step_axcki_445:last-child ._roadmap_step_line_axcki_473 {
  display: none;
}@keyframes _fadeInWithBlurScaleNftLaunch_1au4r_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1au4r_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1au4r_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1au4r_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1au4r_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1au4r_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1au4r_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1au4r_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1au4r_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1au4r_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1au4r_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1au4r_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1au4r_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1au4r_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1au4r_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1au4r_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1au4r_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1au4r_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1au4r_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1au4r_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1au4r_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1au4r_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1au4r_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1au4r_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1au4r_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1au4r_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1au4r_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1au4r_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1au4r_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1au4r_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1au4r_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1au4r_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1au4r_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1au4r_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1au4r_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1au4r_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1au4r_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1au4r_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1au4r_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1au4r_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1au4r_1 {}
@keyframes _wave-animation_1au4r_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1au4r_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1au4r_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1au4r_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._team_1au4r_410 {
  margin-top: 24px;
  animation-name: _fadeIn_1au4r_1;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.3s;
}
@media (max-width: 600px) {
  ._team_1au4r_410 {
    animation-duration: 0.4s;
  }
}
@media (max-width: 600px) {
  ._team_1au4r_410 {
    animation-duration: 0.4s;
  }
}
._team_items_1au4r_428 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
}
._team_items_col_1au4r_434 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
._team_items_col_1au4r_434:first-child {
  margin-right: 15px;
}
._team_item_1au4r_428 {
  border-radius: 8px;
  margin-bottom: 15px;
}
._team_item_1au4r_428:last-child {
  margin-bottom: 0;
}
._team_item_top_1au4r_449 {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
._team_item_img_1au4r_454 {
  aspect-ratio: 1/1;
  min-width: 54px;
  min-height: 54px;
  border-radius: 50%;
  margin-right: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
._team_item_name_1au4r_464 {
  margin-bottom: 2px;
  color: var(--text-white, #fff);
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}
._team_item_job_1au4r_471 {
  color: var(--text-white, #fff);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
._team_item_text_1au4r_477 {
  color: var(--text-white, #c6c6c7);
}
._team_1au4r_410 ._desktopView_1au4r_480 {
  width: 100% !important;
  display: flex;
}
._team_1au4r_410 ._mobileView_1au4r_484 {
  display: none;
}
@media (max-width: 600px) {
  ._team_1au4r_410 ._desktopView_1au4r_480 {
    display: none;
  }
  ._team_1au4r_410 ._mobileView_1au4r_484 {
    display: block;
    width: 100%;
  }
  ._team_item_1au4r_428 {
    width: 100%;
  }
}@keyframes _fadeInWithBlurScaleNftLaunch_1mirn_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1mirn_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1mirn_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1mirn_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1mirn_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1mirn_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1mirn_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1mirn_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1mirn_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1mirn_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1mirn_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1mirn_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1mirn_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1mirn_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1mirn_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1mirn_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1mirn_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1mirn_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1mirn_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1mirn_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1mirn_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1mirn_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1mirn_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1mirn_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1mirn_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1mirn_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1mirn_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1mirn_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1mirn_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1mirn_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1mirn_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1mirn_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1mirn_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1mirn_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1mirn_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1mirn_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1mirn_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1mirn_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1mirn_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1mirn_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1mirn_1 {}
@keyframes _wave-animation_1mirn_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1mirn_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1mirn_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1mirn_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._range_1mirn_410 {
  border-radius: 10px;
  background: var(--bg-primary, #232328);
  height: 4px;
}
._range_1mirn_410 ._range-inner_1mirn_415 {
  background: var(--main-blue, #0088cb);
  border-radius: 10px;
  height: 100%;
  position: relative;
}
._range_1mirn_410 ._range-inner_1mirn_415::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 3px solid #2f2f33;
  background-color: #0088cb;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

._nft_1mirn_436 {
  animation-name: _fadeInWithBlurScaleNftLaunch_1mirn_1;
  animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  animation-duration: 0.35s;
  animation-fill-mode: both;
  animation-delay: 0.09s;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  background-color: #2f2f33;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  ._nft_1mirn_436 {
    animation-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
    animation-duration: 0.8s;
  }
}
@media (max-width: 1250px) {
  ._nft_1mirn_436 {
    animation-delay: 0s;
  }
}
._nft_top_1mirn_459 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
._nft_top_left_1mirn_465 {
  display: flex;
  flex-direction: row;
  color: var(--text-white, #fff);
  font-size: 16px;
  font-weight: 700;
}
._nft_top_right_1mirn_472 {
  display: flex;
  flex-direction: row;
  gap: 4px;
  color: var(--Text-White, #fff);
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
._nft_bottom_1mirn_484 {
  text-align: center;
  color: var(--text-gray, #6e6e71);
  font-size: 14px;
  font-weight: 400;
  margin-top: 14px;
}
@media (max-width: 1250px) {
  ._nft_1mirn_436 {
    order: -1;
  }
}
@media (max-width: 600px) {
  ._nft_1mirn_436 {
    padding: 20px;
    margin-bottom: 20px;
  }
}

._range_1mirn_410 {
  border-radius: 10px;
  background: var(--bg-primary, #232328);
  height: 4px;
  width: 100%;
}
._range__range-inner_1mirn_509 {
  background: var(--main-blue, #0088cb);
  border-radius: 10px;
  height: 100%;
  position: relative;
}
._range__range-inner_1mirn_509::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 3px solid #2f2f33;
  background-color: #0088cb;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
}@keyframes _fadeInWithBlurScaleNftLaunch_1afal_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1afal_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1afal_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1afal_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1afal_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1afal_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1afal_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1afal_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1afal_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1afal_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1afal_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1afal_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1afal_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1afal_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1afal_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1afal_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1afal_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1afal_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1afal_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1afal_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1afal_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1afal_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1afal_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1afal_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1afal_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1afal_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1afal_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1afal_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1afal_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1afal_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1afal_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1afal_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1afal_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1afal_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1afal_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1afal_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1afal_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1afal_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1afal_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1afal_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1afal_1 {}
@keyframes _wave-animation_1afal_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1afal_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1afal_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1afal_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._card_1afal_410 {
  animation-name: _fadeInWithBlurScaleNftLaunch_1afal_1;
  animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  animation-duration: 0.35s;
  animation-fill-mode: both;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #2f2f33;
  border-radius: 20px;
  margin-top: 20px;
  padding: 30px 30px 20px 30px;
  gap: 8px;
  max-width: 100%;
}
@media (max-width: 600px) {
  ._card_1afal_410 {
    animation-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
    animation-duration: 0.8s;
  }
}
@media (max-width: 900px) {
  ._card_1afal_410 {
    padding: 20px;
  }
}
._card__label_1afal_436 {
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin-bottom: 12px;
}
._card__list_1afal_442 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
._card__list__item_1afal_447 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
._card__list__item__label_1afal_452 {
  color: #c6c6c7;
  font-size: 14px;
}
._card__list__item__value_1afal_456 {
  font-size: 14px;
  color: white;
}
._card__list__item__value__green_1afal_460 {
  color: #43d26c;
}
._card__list__separator_1afal_463 {
  width: 100%;
  height: 1px;
  background-color: #444448;
}@keyframes _fadeInWithBlurScaleNftLaunch_1bbk2_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1bbk2_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1bbk2_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1bbk2_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1bbk2_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1bbk2_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1bbk2_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1bbk2_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1bbk2_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1bbk2_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1bbk2_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1bbk2_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1bbk2_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1bbk2_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1bbk2_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1bbk2_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1bbk2_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1bbk2_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1bbk2_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1bbk2_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1bbk2_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1bbk2_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1bbk2_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1bbk2_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1bbk2_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1bbk2_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1bbk2_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1bbk2_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1bbk2_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1bbk2_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1bbk2_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1bbk2_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1bbk2_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1bbk2_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1bbk2_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1bbk2_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1bbk2_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1bbk2_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1bbk2_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1bbk2_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1bbk2_1 {}
@keyframes _wave-animation_1bbk2_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1bbk2_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1bbk2_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1bbk2_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._field_1bbk2_410 {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  -webkit-appearance: none;
  /* for some browsers like Safari */
  -moz-appearance: none;
  /* for old Firefox versions */
  appearance: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-radius: 8px;
  background: var(--bg-primary, #232328);
  cursor: pointer;
  user-select: none;
  margin-bottom: 20px;
  overflow: hidden;
}
._field_1bbk2_410 svg {
  width: 24px;
}
._field_value_1bbk2_438 {
  color: var(--text-gray, #6E6E71);
  font-size: 16px;
  font-weight: 400;
  width: calc(100% - 44px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  justify-content: start;
}
._field_value_icon_1bbk2_449 {
  width: 24px;
  height: 24px;
  animation-name: _fadeInWithBlurAffiliate_1bbk2_1;
  animation-duration: 0.1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  transition: 0.15s ease-out;
}
._field_value_1bbk2_438 p {
  animation-name: _fadeIn_1bbk2_1;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.2s;
  overflow: hidden;
  color: var(--text-gray, #6E6E71);
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 600px) {
  ._field_value_1bbk2_438 p {
    animation-duration: 0.4s;
  }
}@keyframes _fadeInWithBlurScaleNftLaunch_mrrok_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_mrrok_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_mrrok_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_mrrok_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_mrrok_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_mrrok_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_mrrok_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_mrrok_524 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_mrrok_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_mrrok_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_mrrok_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_mrrok_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_mrrok_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_mrrok_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_mrrok_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_mrrok_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_mrrok_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_mrrok_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_mrrok_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_mrrok_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_mrrok_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_mrrok_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_mrrok_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_mrrok_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_mrrok_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_mrrok_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_mrrok_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_mrrok_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_mrrok_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_mrrok_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_mrrok_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_mrrok_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_mrrok_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_mrrok_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_mrrok_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_mrrok_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_mrrok_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_mrrok_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_mrrok_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_mrrok_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_mrrok_1 {}
@keyframes _wave-animation_mrrok_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_mrrok_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_mrrok_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_mrrok_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._gradient_mrrok_410 {
  background: linear-gradient(112deg, #29292f 8.69%, #303035 50.64%, #26262b 95.29%), linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-size: 1000% 1000%, 1000% 1000% !important;
  animation: _wave-animation_mrrok_1 2s ease-in-out infinite, _wave-reverse-animation_mrrok_1 2s ease-in-out infinite;
}

._loading_mrrok_416 {
  background: linear-gradient(112deg, #29292f 8.69%, #303035 50.64%, #26262b 95.29%), linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-size: 1000% 1000%, 1000% 1000% !important;
  animation: _wave-animation_mrrok_1 2s ease-in-out infinite, _wave-reverse-animation_mrrok_1 2s ease-in-out infinite;
}

/* Example styling for main image container */
._main_img_mrrok_423 {
  background-size: cover;
  background-position: center;
  transition: background-image 0.3s ease-in-out;
}

._img_mrrok_429 {
  border-radius: 16px;
  border: 6px solid #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 94px;
  width: 94px;
  margin-bottom: 44px;
  background-color: #2f2f33;
}
@media (max-width: 600px) {
  ._img_mrrok_429 {
    width: 82px;
    height: 82px;
    border-width: 4px;
    margin-bottom: 20px;
  }
}

._gallery_mrrok_450 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  ._gallery_mrrok_450 {
    flex-direction: column;
  }
}
._gallery_l_mrrok_459 {
  max-width: 509px;
  width: 100%;
  margin-right: 20px;
}
@media (max-width: 680px) {
  ._gallery_l_mrrok_459 {
    max-width: calc(100% - 126px);
  }
}
@media (max-width: 600px) {
  ._gallery_l_mrrok_459 {
    max-width: 100%;
  }
}
._gallery_r_mrrok_474 {
  width: 116px;
}
._gallery_r_mrrok_474._mob_mrrok_477 {
  display: none;
}
@media (max-width: 600px) {
  ._gallery_r_mrrok_474 {
    max-width: 100%;
    display: none;
    width: 100%;
    margin-top: 10px;
  }
  ._gallery_r_mrrok_474._mob_mrrok_477 {
    display: block;
  }
}
._gallery_slider_mrrok_491 {
  border-radius: 14px;
  height: 100%;
}
@media (max-width: 600px) {
  ._gallery_slider_mrrok_491 {
    border-radius: 14px;
  }
}

._main_slider_mrrok_501 {
  position: relative;
}

._main_img_wrapper_mrrok_505 {
  width: 100%;
  position: relative;
  padding-top: 100%;
  border-radius: 20px;
  overflow: hidden;
}

._main_img_mrrok_423 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

._fadeIn_mrrok_524 {
  animation-name: _fadeIn_mrrok_524;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._fadeIn_mrrok_524 {
    animation-duration: 0.4s;
  }
}

._add_img_mrrok_536 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
._add_img_wrapper_mrrok_546 {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 14px;
  overflow: hidden;
}
@media (max-width: 600px) {
  ._add_img_wrapper_mrrok_546 {
    width: 100%;
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  ._add_img_wrapper_inner_mrrok_560 {
    position: relative;
    padding-top: 100%;
  }
}

._nav_mrrok_566 {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  opacity: 0.6999999881;
  background-color: #232328;
  backdrop-filter: blur(15px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 600px) {
  ._nav_mrrok_566 {
    display: none;
  }
}
._nav_mrrok_566._prev_mrrok_588 {
  left: 30px;
}
._nav_mrrok_566._next_mrrok_591 {
  right: 30px;
}
._nav_mrrok_566 svg {
  width: 24px;
}._container_12e3t_1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
._container__label_12e3t_7 {
  font-size: 20px;
  font-weight: 600;
  color: white;
}
._container__list_12e3t_12 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}._card_iungk_1 {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 1px solid #444448;
  border-radius: 14px;
  cursor: pointer;
  transition: border 0.3s ease;
  -webkit-tap-highlight-color: transparent;
}
._card__expanded_iungk_12 {
  border: 1px solid #6e6e71;
}
._card__label_iungk_15 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: white;
  transition: 0.1s cubic-bezier(0.3, 0.8, 0.3, 1);
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  /* standard syntax */
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
}
._card__label__expanded_iungk_32 {
  transition: 0.5s cubic-bezier(0.15, 0.8, 0.15, 1) !important;
  font-weight: 600;
}
._card__icon_iungk_36 {
  width: fit-content;
  transition: transform 0.3s ease;
}
._card__icon__open_iungk_40 {
  transform: rotate(180deg);
}
._card__content_iungk_43 {
  font-size: 16px;
  color: white;
  font-weight: 400;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}@keyframes _fadeInWithBlurScaleNftLaunch_8cvvv_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_8cvvv_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_8cvvv_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_8cvvv_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_8cvvv_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_8cvvv_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_8cvvv_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_8cvvv_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_8cvvv_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_8cvvv_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_8cvvv_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_8cvvv_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_8cvvv_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_8cvvv_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_8cvvv_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_8cvvv_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_8cvvv_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_8cvvv_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_8cvvv_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_8cvvv_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_8cvvv_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_8cvvv_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_8cvvv_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_8cvvv_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_8cvvv_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_8cvvv_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_8cvvv_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_8cvvv_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_8cvvv_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_8cvvv_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_8cvvv_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_8cvvv_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_8cvvv_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_8cvvv_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_8cvvv_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_8cvvv_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_8cvvv_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_8cvvv_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_8cvvv_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_8cvvv_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_8cvvv_1 {}
@keyframes _wave-animation_8cvvv_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_8cvvv_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_8cvvv_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_8cvvv_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._card_8cvvv_410 {
  animation-name: _fadeInWithBlurScaleNftLaunch_8cvvv_1;
  animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  animation-duration: 0.35s;
  animation-fill-mode: both;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 32px;
  height: fit-content;
  justify-content: center;
  max-width: 100%;
  background-color: #2f2f33;
  margin-top: 20px;
  border-radius: 20px;
}
@media (max-width: 600px) {
  ._card_8cvvv_410 {
    animation-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
    animation-duration: 0.8s;
  }
}
@media (max-width: 900px) {
  ._card_8cvvv_410 {
    padding: 20px;
  }
}
._card__title_8cvvv_437 {
  font-size: 20px;
  font-weight: 600;
  color: white;
}
._card__content_8cvvv_442 {
  display: flex;
  flex-direction: row;
  gap: 17px;
  height: fit-content;
  width: 100%;
  overflow: hidden;
}
._card__content__rounds_8cvvv_450 {
  display: flex;
  flex-direction: column;
  width: 100%;
}._container_1xj7a_1 {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

._progress_1xj7a_7 {
  display: flex;
  flex-direction: column;
  height: auto;
  align-items: center;
}
._progress__first_1xj7a_13 {
  padding-top: 16px;
}
._progress__separator-top_1xj7a_16 {
  height: 16px;
  width: 1px;
  background-color: #6e6e71;
}
._progress__separator_1xj7a_16 {
  height: 100%;
  width: 1px;
  background-color: #6e6e71;
}
._progress__item_1xj7a_26 {
  min-width: 16px;
  min-height: 16px;
  background-color: #6e6e71;
  border-radius: 50%;
}
._progress__item__check_1xj7a_32 {
  min-width: 16px;
  min-height: 16px;
  max-width: 16px;
  max-width: 16px;
}
._progress__item__active_1xj7a_38 {
  background-color: #43d26c;
}

._round_1xj7a_42 {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 30px;
}
._round__last_1xj7a_48 {
  padding-bottom: 0;
}
._round__label_1xj7a_51 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
}
@media (max-width: 600px) {
  ._round__label_1xj7a_51 {
    max-width: calc(100% - 33px);
  }
}
._round__label__wrapper_1xj7a_62 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
._round__label__wrapper__name_1xj7a_67 {
  font-size: 16px;
  font-weight: 600;
  color: white;
}
._round__label__wrapper__start-time_1xj7a_72 {
  font-size: 16px;
  font-weight: 400;
  color: #c6c6c7;
}
._round__label__icon_1xj7a_77 {
  width: fit-content;
}
._round__label__icon__rotate_1xj7a_80 {
  rotate: 180deg;
}
._round__content_1xj7a_83 {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  gap: 15px;
}
._round__content__price_1xj7a_89 {
  font-size: 16px;
  font-weight: 700;
  color: white;
}
._round__content__limits_1xj7a_94 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
._round__content__limits__separator_1xj7a_100 {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #6e6e71;
}
._round__content__limits__item_1xj7a_106 {
  font-size: 16px;
  font-weight: 400;
  color: #c6c6c7;
}@keyframes _fadeInWithBlurScaleNftLaunch_gio9b_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_gio9b_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_gio9b_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_gio9b_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_gio9b_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_gio9b_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_gio9b_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_gio9b_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_gio9b_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_gio9b_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_gio9b_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_gio9b_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_gio9b_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_gio9b_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_gio9b_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_gio9b_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_gio9b_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_gio9b_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_gio9b_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_gio9b_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_gio9b_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_gio9b_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_gio9b_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_gio9b_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_gio9b_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_gio9b_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_gio9b_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_gio9b_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_gio9b_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_gio9b_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_gio9b_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_gio9b_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_gio9b_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_gio9b_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_gio9b_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_gio9b_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_gio9b_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_gio9b_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_gio9b_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_gio9b_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_gio9b_1 {}
@keyframes _wave-animation_gio9b_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_gio9b_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_gio9b_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_gio9b_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._card_gio9b_410 {
  animation-name: _fadeInWithBlurScaleNftLaunch_gio9b_1;
  animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  animation-duration: 0.35s;
  animation-fill-mode: both;
  padding: 30px;
  border-radius: 20px;
  background-color: #2f2f33;
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  ._card_gio9b_410 {
    animation-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
    animation-duration: 0.8s;
  }
}
@media (max-width: 900px) {
  ._card_gio9b_410 {
    padding: 20px;
  }
}
._card__top_gio9b_432 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
}
._card__sold-out_gio9b_438 {
  border-radius: 13px;
  background: rgba(67, 210, 108, 0.18);
  display: flex;
  padding: 3px 8px;
  align-items: center;
  gap: 10px;
  color: var(--Text-Success, #43d26c);
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-height: 24px;
}
._card__title_gio9b_454 {
  color: white;
  font-weight: 700;
  font-size: 24px;
}
._card__count-text_gio9b_459 {
  gap: 5px;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  color: #c6c6c7;
  margin-bottom: 30px;
}
._card__button_gio9b_467 {
  width: 100%;
}
._card__button_gio9b_467._off_gio9b_470 {
  opacity: 0.24;
  cursor: default;
}
._card__button_gio9b_467._off_gio9b_470:hover {
  background-color: #0088cb;
}
._card__button_gio9b_467._off_gio9b_470:active {
  background-color: #0088cb;
}._soc_items_ajgbp_1 {
  height: fit-content;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 900px) {
  ._soc_items_ajgbp_1 {
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: center;
  }
}

._soc_item_ajgbp_1 {
  padding: 8px;
  border-radius: 8px;
  background-color: rgba(183, 183, 183, 0.2);
  margin-right: 8px;
  backdrop-filter: blur(15px);
  transition: 0.4s cubic-bezier(0.15, 0.6, 0.15, 1);
}
._soc_item_ajgbp_1:hover {
  filter: brightness(1.2);
}@keyframes _fadeInWithBlurScaleNftLaunch_4euge_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_4euge_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_4euge_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_4euge_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_4euge_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_4euge_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_4euge_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_4euge_410 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_4euge_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_4euge_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_4euge_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_4euge_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_4euge_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_4euge_429 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_4euge_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_4euge_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_4euge_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_4euge_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_4euge_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_4euge_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_4euge_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_4euge_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_4euge_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_4euge_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_4euge_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_4euge_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_4euge_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_4euge_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_4euge_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_4euge_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_4euge_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_4euge_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_4euge_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_4euge_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_4euge_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_4euge_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_4euge_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_4euge_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_4euge_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_4euge_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_4euge_1 {}
@keyframes _wave-animation_4euge_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_4euge_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_4euge_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_4euge_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._fadeInStep_4euge_410 {
  animation-name: _fadeIn_4euge_410;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.05, 0.01, 0.4, 1) !important;
  animation-duration: 0.22s !important;
}
@media (max-width: 600px) {
  ._fadeInStep_4euge_410 {
    animation-duration: 0.4s;
  }
}

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

._fadeOutStep_4euge_429 {
  animation-name: _fadeOut_4euge_429;
  animation-fill-mode: both;
  animation-duration: 0.34s;
  animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  animation-duration: 200ms !important;
  animation-timing-function: cubic-bezier(0, 0.1, 0.6, 1) !important;
}

._fadeInIntro_4euge_438 {
  animation-name: _fadeIn_4euge_410;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  animation-duration: 0.3s !important;
}
@media (max-width: 600px) {
  ._fadeInIntro_4euge_438 {
    animation-duration: 0.4s;
  }
}

._fadeIn_4euge_410 {
  animation-name: _fadeIn_4euge_410;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.5, 0.05, 0.6, 1) !important;
  animation-duration: 0.32s !important;
}
@media (max-width: 600px) {
  ._fadeIn_4euge_410 {
    animation-duration: 0.4s;
  }
}
@media (min-width: 600px) {
  ._fadeIn_4euge_410 {
    animation-duration: 0.22s !important;
  }
}

._fadeOut_4euge_429 {
  animation-name: _fadeOut_4euge_429;
  animation-fill-mode: both;
  animation-duration: 0.34s;
  animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  animation-duration: 150ms !important;
  animation-timing-function: cubic-bezier(0.1, 0.1, 0.6, 1) !important;
}
@media (min-width: 600px) {
  ._fadeOut_4euge_429 {
    animation-duration: 110ms !important;
    animation-timing-function: cubic-bezier(0, 0.1, 1, 1) !important;
  }
}

._banner_4euge_486 {
  position: relative;
  padding: 44px 0;
}
@media (max-width: 600px) {
  ._banner_4euge_486 {
    padding: 30px 0;
  }
}
._banner_title_4euge_495 {
  color: var(--Text-White, #fff);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  ._banner_title_4euge_495 {
    font-size: 24px;
  }
}
._banner_bg_4euge_508 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
._banner_bg_4euge_508 img {
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  ._sticky_4euge_522 {
    top: 95px;
    position: -webkit-sticky;
    position: sticky;
  }
}
@media (max-width: 768px) {
  ._sticky_4euge_522 {
    width: 100%;
  }
}

._body_4euge_534 {
  padding-top: 30px;
  display: flex;
  position: relative;
  align-items: flex-start;
}
@media (max-width: 768px) {
  ._body_4euge_534 {
    flex-direction: column;
    padding: 20px 0;
  }
}

._l_4euge_547 {
  width: 360px;
  margin-right: 115px;
  position: relative;
  /* Adjust height as necessary */
  overflow: auto;
}
._l_inner_4euge_554 {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1000px) {
  ._l_4euge_547 {
    margin-right: 20px;
  }
}
@media (max-width: 900px) {
  ._l_4euge_547 {
    width: 300px;
  }
}
@media (max-width: 768px) {
  ._l_4euge_547 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

._r_4euge_576 {
  transition: 1s cubic-bezier(0, 0.1, 0.3, 1), max-height 1s cubic-bezier(0, 0.1, 0.3, 1);
  width: calc(100% - 475px);
}
@media (max-width: 900px) {
  ._r_4euge_576 {
    width: calc(100% - 320px);
  }
}
@media (max-width: 768px) {
  ._r_4euge_576 {
    max-width: 100%;
    width: 100%;
  }
}

._field_transition_checkbox_default_4euge_592 {
  transition: 0.2s cubic-bezier(0.1, 0.2, 0.8, 1);
}

._double_field_wrapper_4euge_596 {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
._double_field_wrapper_4euge_596 ._field_row_4euge_601 {
  width: calc(50% - 5px);
  margin-right: 10px;
}
._double_field_wrapper_4euge_596 ._field_row_4euge_601:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 768px) {
  ._double_field_wrapper_4euge_596 ._field_row_4euge_601 {
    width: 100%;
    margin-right: 0;
  }
}

._field_4euge_592 {
  margin-top: 15px;
}
._field_row_4euge_601 {
  transition: 0.2s cubic-bezier(0.1, 0.2, 0.8, 1);
  margin-bottom: 32px;
}
._field_row_4euge_601:last-child {
  margin-bottom: 0;
}
._field_btn_4euge_625 {
  color: var(--Text-Link, #0088cb);
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  padding: 8px 20px;
  border-radius: 8px;
  border: 1px solid var(--Stroke-Blue, #0088cb);
  display: inline-block;
  margin-top: 15px;
  cursor: pointer;
  user-select: none;
}
._field_title_4euge_638 {
  color: var(--Text-White, #fff);
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
._field_title_4euge_638 svg {
  width: 24px;
  margin-right: 10px;
}
._field_title_4euge_638 sup {
  color: var(--Text-Error, #d24343);
  font-size: 16px;
  font-weight: 700;
}
._field_text_4euge_654 {
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 10px;
}
._field_4euge_592 input {
  border-radius: 8px;
  border: 1px solid var(--Stroke-Main, #444448);
  height: 60px;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  width: 100%;
  transition: 0.3s;
}
._field_4euge_592 input:hover {
  border-color: #6e6e71;
}
._field_4euge_592 input:focus {
  border-color: #6e6e71;
}
._field_4euge_592 input::placeholder {
  color: var(--Text-Gray, #6e6e71);
}
._field_4euge_592 input:disabled {
  border: 1px solid var(--Stroke-Main, #444448) !important;
}
._field_4euge_592 textarea {
  border-radius: 8px;
  border: 1px solid var(--Stroke-Main, #444448);
  height: 115px;
  padding: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  width: 100%;
  transition: 0.3s;
}
._field_4euge_592 textarea:hover {
  border-color: #6e6e71;
}
._field_4euge_592 textarea:focus {
  border-color: #6e6e71;
}
._field_4euge_592 textarea::placeholder {
  color: var(--Text-Gray, #6e6e71);
}
._field_textarea_4euge_706 {
  border-radius: 8px;
  border: 1px solid var(--Stroke-Main, #444448);
  height: 214px;
  resize: none;
  padding: 20px;
  color: var(--Text-Gray, #6e6e71);
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._field_bottom_4euge_721 {
  margin-top: 14px;
}
._field_bottom_text_4euge_724 {
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 15px;
}
._field_bottom_item_4euge_731 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid var(--Stroke-Dark, #2c2c2f);
}
._field_bottom_item_4euge_731:last-child {
  border-bottom: none;
}
._field_bottom_item_4euge_731 p {
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
._field_bottom_item_4euge_731 p:last-child {
  text-align: right;
}
._field_bottom_item_4euge_731 p._blue_4euge_750 {
  color: #0088cb;
}
._field_btns_4euge_753 {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
@media (max-width: 340px) {
  ._field_btns_4euge_753 {
    flex-direction: column;
    align-items: flex-start;
  }
}
._field_radios_4euge_764 {
  margin-top: 15px;
}
._field_radio_4euge_764 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  width: max-content;
  cursor: pointer;
  user-select: none;
}
._field_radio_4euge_764._active_4euge_775 ._field_radio_cir_4euge_775 {
  border-color: #0088cb;
}
._field_radio_4euge_764._active_4euge_775 ._field_radio_cir_4euge_775::before {
  opacity: 1;
  scale: 1;
  transition: 0.35s cubic-bezier(0.4, 0.8, 0.1, 1);
}
._field_radio_cir_4euge_775 {
  transition: 0.1s cubic-bezier(0.5, 0.3, 0.1, 1);
  border: 1px solid #444448;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
._field_radio_cir_4euge_775::before {
  transition: 0.2s cubic-bezier(0.4, 0.3, 0.1, 1);
  opacity: 0;
  scale: 0.8;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 50%;
  background-color: #0088cb;
}
._field_radio_text_4euge_804 {
  color: var(--Text-White, #fff);
  font-size: 16px;
  font-weight: 400;
  width: calc(100% - 34px);
}

._choose_4euge_811 {
  padding: 8px 20px;
  color: var(--Text-White, #fff);
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  border-radius: 8px;
  border: 1px solid var(--Stroke-Blue, #0088cb);
  cursor: pointer;
  user-select: none;
  margin-right: 15px;
}
@media (max-width: 340px) {
  ._choose_4euge_811 {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

._sample_4euge_830 {
  color: var(--Text-Link, #0088cb);
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  cursor: pointer;
  user-select: none;
}

._next_4euge_839 {
  width: 100%;
  margin-top: 20px;
}
._next_4euge_839._mob_4euge_843 {
  display: none;
}
@media (max-width: 600px) {
  ._next_4euge_839 {
    display: none;
  }
  ._next_4euge_839._mob_4euge_843 {
    display: flex;
  }
}

._steps_4euge_855 {
  padding: 20px;
  border-radius: 12px;
  border: 1px solid var(--Stroke-Main, #444448);
}
._steps_4euge_855._mob_4euge_843 {
  display: none;
}
@media (max-width: 768px) {
  ._steps_4euge_855 {
    display: none;
  }
  ._steps_4euge_855._mob_4euge_843 {
    display: block;
  }
}
._steps_bottom_4euge_871 {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  position: relative;
}
._steps_bottom_4euge_871::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  height: 2px;
  width: 100%;
  background-color: #fff;
  opacity: 0.12;
}
._steps_bottom_item_4euge_890 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 16px;
  font-weight: 600;
  background-color: #6e6e71;
  position: relative;
  z-index: 2;
}
._steps_bottom_item_4euge_890._active_4euge_775 {
  color: #fff;
  background-color: #43d26c;
}
._steps_bottom_item_4euge_890._done_4euge_908 {
  border: 1px solid #43d26c;
  background-color: #232328;
}
._steps_item_4euge_912 {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 768px) {
  ._steps_item_4euge_912 {
    display: none;
    padding-bottom: 0;
  }
  ._steps_item_4euge_912._active_4euge_775 {
    display: block;
  }
}
._steps_item_4euge_912::after {
  content: "";
  display: block;
  width: 2px;
  height: 50%;
  background-color: #fff;
  opacity: 0.12;
  position: absolute;
  left: 16px;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  ._steps_item_4euge_912::after {
    display: none;
  }
}
._steps_item_4euge_912::before {
  content: "";
  display: block;
  width: 2px;
  height: 50%;
  background-color: #fff;
  opacity: 0.12;
  position: absolute;
  left: 16px;
  transform: translateX(-50%);
  top: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  ._steps_item_4euge_912::before {
    display: none;
  }
}
._steps_item_4euge_912:first-child::before {
  display: none;
}
._steps_item_4euge_912:last-child {
  padding-bottom: 0;
}
._steps_item_4euge_912:last-child::after {
  display: none;
}
._steps_item_title_4euge_972 {
  transition: 0.5s cubic-bezier(0.3, 1, 0.1, 1);
  color: var(--Text-Gray, #6e6e71);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}
._steps_item_text_4euge_979 {
  color: var(--Text-Gray, #6e6e71);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
._steps_item_l_4euge_985 {
  transition: 0.5s cubic-bezier(0.3, 1, 0.1, 1);
  width: 32px;
  height: 32px;
  background-color: #6e6e71;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 16px;
  font-weight: 600;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  ._steps_item_l_4euge_985 {
    margin-right: 18px;
  }
}
._steps_item_r_4euge_1006 {
  width: calc(100% - 50px);
}
._steps_item_4euge_912._active_4euge_775 ._steps_item_l_4euge_985 {
  background-color: #43d26c;
  color: #fff;
}
._steps_item_4euge_912._active_4euge_775 ._steps_item_title_4euge_972 {
  color: #fff;
}
._steps_item_4euge_912._done_4euge_908 ._steps_item_l_4euge_985 {
  border: 1px solid #43d26c;
  background-color: #232328;
}

._fadeInCancel_4euge_1021 {
  animation-name: _ScaleUoBtn_4euge_1;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.1, 0.5, 0.1, 1);
  animation-fill-mode: both;
}
@keyframes _ScaleUoBtn_4euge_1 {
  from {
    scale: 0.8;
    transform: translateY(40px) translateX(0px);
  }
  20% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

._fadeOutCancel_4euge_1040 {
  animation-name: _ScaleDownBtn_4euge_1;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.8, 1, 0.3, 1.5);
  animation-fill-mode: both;
}
@keyframes _ScaleDownBtn_4euge_1 {
  from {
    opacity: 1;
  }
  to {
    scale: 0.8;
    transform: translateY(40px) translateX(0px);
  }
}

._cancel_4euge_1056 {
  border-radius: 12px;
  border: 1px solid var(--Stroke-Main, #444448);
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 16px;
  margin-bottom: 20px;
  transition: 0.4s cubic-bezier(0.1, 0.6, 0.1, 1);
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  background: none;
  cursor: pointer;
}
._cancel_4euge_1056:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
._cancel_4euge_1056:hover svg path {
  fill: rgba(255, 255, 255, 0.9);
}
._cancel_4euge_1056:hover span {
  color: rgb(255, 255, 255);
}
@media (max-width: 768px) {
  ._cancel_4euge_1056 {
    order: 1;
    margin-bottom: 10px;
  }
}
._cancel_4euge_1056 svg {
  width: 24px;
  margin-right: 6px;
}
._cancel_4euge_1056 svg path {
  transition: 0.4s cubic-bezier(0.1, 0.6, 0.1, 1);
}
._cancel_4euge_1056 span {
  transition: 0.4s cubic-bezier(0.1, 0.6, 0.1, 1);
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 16px;
  font-weight: 400;
}

._warn_4euge_1099 {
  display: flex;
  border-radius: 8px;
  border: 1px solid var(--Text-Warning, #e9be50);
  background: rgba(233, 190, 80, 0.1);
  padding: 20px;
  margin-top: 20px;
}
._warn_4euge_1099._mob_4euge_843 {
  display: none;
}
@media (max-width: 600px) {
  ._warn_4euge_1099._mob_4euge_843 {
    display: flex;
  }
}
@media (max-width: 600px) {
  ._warn_4euge_1099 {
    display: none;
  }
}
._warn_icon_4euge_1120 {
  width: 24px;
  margin-right: 6px;
}
._warn_4euge_1099 p {
  width: calc(100% - 30px);
  color: var(--Text-White, #fff);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

._table_item_4euge_1132 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid var(--Stroke-Dark, #2c2c2f);
}
._table_item_4euge_1132:last-child {
  border: none;
}
._table_item_col_4euge_1142 {
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
._table_item_col_4euge_1142 a {
  color: #0088cb;
}
._table_item_col_4euge_1142._green_4euge_1151 {
  color: #43d26c;
}
._table_item_col_4euge_1142:last-child {
  text-align: right;
}

._sidebar_btns_4euge_1158 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
._sidebar_btns_4euge_1158._mob_4euge_843 {
  display: none;
}
@media (max-width: 600px) {
  ._sidebar_btns_4euge_1158._mob_4euge_843 {
    display: flex;
  }
}
@media (max-width: 600px) {
  ._sidebar_btns_4euge_1158 {
    display: none;
  }
}
._sidebar_btns_4euge_1158 ._next_half_4euge_1176 {
  width: calc((100% - 10px) / 2);
}
._sidebar_btns_4euge_1158 ._back_4euge_1179 {
  width: calc((100% - 10px) / 2);
  background: var(--Button-Gray, #3b3b3f);
}
._sidebar_btns_4euge_1158 ._back_4euge_1179:hover {
  background: var(--Button-Gray_Hov, #49494e);
}
._sidebar_btns_4euge_1158 ._back_4euge_1179:active {
  background: var(--Button-Gray_Act, #363639);
}

._whitelist_4euge_1190 {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._whitelist_text_4euge_1196 {
  color: var(--Text-White, #fff);
  font-size: 16px;
  font-weight: 700;
}
._whitelist_radio_4euge_1201 {
  background-color: #3b3b3f;
  width: 40px;
  height: 20px;
  border-radius: 10px;
  margin-left: 8px;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
  user-select: none;
}
._whitelist_radio_4euge_1201::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.3s;
  position: absolute;
  left: 1px;
  top: 1px;
}
._whitelist_radio_4euge_1201._active_4euge_775 {
  background-color: #43d26c;
}
._whitelist_radio_4euge_1201._active_4euge_775::before {
  left: calc(100% - 1px);
  transform: translateX(-100%);
}

._times_block_4euge_1232 {
  margin-bottom: 32px;
}
._times_block_title_4euge_1235 {
  color: var(--Text-White, #fff);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
._times_block_text_4euge_1241 {
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 15px;
}
._times_block_items_4euge_1248 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
._times_block_item_4euge_1248 {
  width: calc((100% - 10px) / 2);
}
@media (max-width: 600px) {
  ._times_block_item_4euge_1248 {
    width: 100%;
    margin-bottom: 15px;
  }
  ._times_block_item_4euge_1248:last-child {
    margin-bottom: 0;
  }
}
._times_block_item_title_4euge_1265 {
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 10px;
}
._times_block_item_title_4euge_1265 sup {
  color: var(--Text-Error, #d24343);
  font-size: 16px;
  font-weight: 700;
}
._times_block_item_field_4euge_1277 {
  position: relative;
}
._times_block_item_field_4euge_1277 input {
  border-radius: 8px;
  border: 1px solid var(--Stroke-Main, #444448);
  background: var(--BG-Primary, #232328);
  height: 48px;
  width: 100%;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
._times_block_item_field_4euge_1277 input::placeholder {
  color: var(--Text-Gray, #6e6e71);
}
._times_block_item_field_4euge_1277 span {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  z-index: 2;
}

._InputError_4euge_1303 {
  border: 1px solid var(--Stroke-Main, #d24343) !important;
}

._calendar_4euge_1307 {
  border: 1px solid var(--Stroke-Main, #444448);
  background: var(--BG-Primary, #232328) !important;
  cursor: pointer !important;
  transition: 0.13s ease-out;
  overflow: hidden !important;
}
._calendar_4euge_1307:hover {
  border: 1px solid var(--Stroke-Blue, #6e6e71);
}
._calendar_4euge_1307:hover span svg {
  filter: brightness(0.9);
}
._calendar_4euge_1307 div input {
  background: var(--BG-Primary, #232328) !important;
  border-radius: 8px;
  height: 48px !important;
  width: 100%;
  padding: 0 20px;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  width: 100%;
}
._calendar_4euge_1307 div input::placeholder {
  color: var(--Text-Gray, #6e6e71) !important;
}
._calendar_4euge_1307 div svg {
  fill: #fff;
}

._calendar_styles_4euge_1338 {
  position: relative;
  background: var(--BG-Primary, #232328) !important;
}
._calendar_styles_4euge_1338._error_4euge_1342 div {
  border: 1px solid var(--Stroke-Error, #d24343) !important;
}
._calendar_styles_4euge_1338 div {
  border: 1px solid var(--Stroke-Main, #444448) !important;
  background: var(--BG-Primary, #232328) !important;
  cursor: pointer !important;
  transition: 0.13s ease-out;
}
._calendar_styles_4euge_1338 div span {
  cursor: pointer !important;
}
._calendar_styles_4euge_1338 div span svg {
  fill: var(--Text-White, #fff) !important;
  transition: 0.13s ease-out;
}
._calendar_styles_4euge_1338:hover div {
  border: 1px solid var(--Stroke-Blue, #6e6e71);
}
._calendar_styles_4euge_1338:hover div span svg {
  filter: brightness(0.9);
}
._calendar_styles_4euge_1338 input {
  background: var(--BG-Primary, #232328);
  border-radius: 8px;
  border: 1px solid var(--Stroke-Main, #444448);
  height: 48px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
}
._calendar_styles_4euge_1338 input::placeholder {
  color: white;
}

._errors_top_4euge_1379 {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
._errors_top_4euge_1379 svg {
  width: 20px;
  margin-right: 6px;
}
._errors_top_4euge_1379 p {
  max-width: calc(100% - 26px);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
}
._errors_items_4euge_1395 {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
._errors_item_4euge_1395 {
  display: flex;
  align-items: center;
  padding-left: 7px;
}
._errors_item_cir_4euge_1405 {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #6e6e71;
  margin-right: 13px;
}
._errors_item_text_4euge_1412 {
  width: calc(100% - 19px);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #c6c6c7;
}

._loadingLockAnimation_4euge_1420 {
  animation: _smallBlockFadeInWithHeight_4euge_1 0.2s cubic-bezier(0.2, 0, 0.4, 1);
}
@keyframes _smallBlockFadeInWithHeight_4euge_1 {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    opacity: 1;
    height: 100px;
  }
}

._locks_4euge_1434 {
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 10px;
  align-self: stretch;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 768px) {
  ._locks_4euge_1434 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
  }
}
._locks_4euge_1434 ._block_4euge_1453 {
  width: 48%;
}
@media (max-width: 768px) {
  ._locks_4euge_1434 ._block_4euge_1453 {
    width: 100%;
  }
}

._lock_4euge_1434 {
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.1, 0.2, 0.8, 1);
  animation-name: _loadedMiddle_4euge_1;
  animation-timing-function: cubic-bezier(0.1, 0.1, 0.5, 1.2);
  animation-duration: 0.4s;
  animation-fill-mode: both;
  display: flex;
  width: 100%;
  padding: 14px;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid var(--Stroke-Main, #444448);
}
@media (max-width: 600px) {
  ._lock_4euge_1434 {
    animation-duration: 0.35s;
    animation-timing-function: cubic-bezier(0.1, 0.1, 0.5, 1.15);
    animation-name: _loadedMiddleMobile_4euge_1;
  }
}
@keyframes _loadedMiddle_4euge_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _loadedMiddleMobile_4euge_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
._lock_4euge_1434:hover {
  border: 1px solid var(--Stroke-Active, #6e6e71);
}
._lock_active_4euge_1503 {
  border: 1px solid var(--Stroke-Blue, #0088cb);
}
._lock_active_4euge_1503:hover {
  border: 1px solid var(--Stroke-Blue, #00a1f0);
}
@media (max-width: 768px) {
  ._lock_4euge_1434 {
    width: 100%;
    display: flex;
    padding: 14px;
    align-items: center;
    gap: 10px;
  }
}
._lock_img_4euge_1518 {
  transition: 0.2s cubic-bezier(0.1, 0.2, 0.8, 1);
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background-color: #2f2f33;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
._lock_img_active_4euge_1529 {
  background-color: rgba(0, 136, 203, 0.14);
}
._lock_r_4euge_1532 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
._lock_r_4euge_1532 p {
  min-height: 19.5px;
  align-self: stretch;
  color: var(--Text-Gray, #6e6e71);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  transition: 0s cubic-bezier(0, 0, 0.6, 1);
}
._lock_r_4euge_1532 p:nth-child(1) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
._lock_r_4euge_1532 p:nth-child(2) {
  color: var(--Text-White, #fff);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

._text_blue_4euge_1565 {
  color: var(--Text-Link, #0088cb) !important;
  font-weight: 700 !important;
}

._reload_4euge_1570 {
  position: absolute;
  top: 0px;
  right: 30px;
}

._info_wrapper_text_4euge_1576 {
  display: flex;
  flex-wrap: wrap;
}
._info_wrapper_text_4euge_1576 span {
  display: flex;
  flex-wrap: nowrap;
  text-wrap: nowrap;
  align-items: center;
}
._info_wrapper_text_highlight_4euge_1586 {
  /* Ensure it behaves like an inline element */
  gap: 6px !important;
  margin: 0px 6px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

._infoTextFadeIn_4euge_1599 {
  animation-duration: 0.15s !important;
  animation: _fadeInInfoColorful_4euge_1 0.15s cubic-bezier(0.05, 0.1, 0.4, 1);
}
@keyframes _fadeInInfoColorful_4euge_1 {
  from {
    opacity: 0;
    height: 0;
  }
  to {
    opacity: 1;
    height: 20px;
  }
}

._mobileHidden_4euge_1614 {
  display: none;
}
@media (max-width: 768px) {
  ._mobileHidden_4euge_1614 {
    display: none;
  }
}

._mob_4euge_843 {
  width: 100%;
  display: none;
}
@media (max-width: 768px) {
  ._mob_4euge_843 {
    display: flex;
  }
}

._step_wrapper_4euge_1633 {
  transition: height 0.6s cubic-bezier(0.1, 0.2, 0.8, 1);
}
@media (max-width: 768px) {
  ._step_wrapper_4euge_1633 {
    height: fit-content !important;
  }
}

._desktop_4euge_1642 {
  display: none;
}
@media (min-width: 768px) {
  ._desktop_4euge_1642 {
    display: flex;
  }
}

@media (max-width: 768px) {
  ._max_contribution_4euge_1652 {
    margin-top: 15px;
  }
}

._spinner_4euge_1657 {
  position: absolute;
  right: 10px;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  max-width: 0px;
  min-width: 0px;
  opacity: 0;
}
._spinner_show_4euge_1666 {
  transition: 0.4s cubic-bezier(0, 0.3, 0.2, 1);
  max-width: 20px;
  min-width: 15px;
  opacity: 1;
}

._blinking_button_4euge_1673 {
  animation: _blinking_button_4euge_1673 2s cubic-bezier(0.25, 0.5, 0.75, 1) infinite;
}
._blinking_button_4euge_1673:hover {
  animation: none;
}

@keyframes _blinking_button_4euge_1673 {
  from {
    background-color: rgba(0, 136, 203, 0.18);
  }
  40% {
    background-color: rgba(0, 136, 203, 0.05);
  }
  to {
    background-color: rgba(0, 136, 203, 0.18);
  }
}@keyframes _fadeInWithBlurScaleNftLaunch_s0ou6_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_s0ou6_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_s0ou6_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_s0ou6_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_s0ou6_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_s0ou6_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_s0ou6_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_s0ou6_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_s0ou6_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_s0ou6_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_s0ou6_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_s0ou6_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_s0ou6_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_s0ou6_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_s0ou6_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_s0ou6_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_s0ou6_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_s0ou6_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_s0ou6_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_s0ou6_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_s0ou6_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_s0ou6_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_s0ou6_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_s0ou6_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_s0ou6_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_s0ou6_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_s0ou6_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_s0ou6_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_s0ou6_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_s0ou6_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_s0ou6_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_s0ou6_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_s0ou6_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_s0ou6_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_s0ou6_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_s0ou6_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_s0ou6_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_s0ou6_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_s0ou6_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_s0ou6_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_s0ou6_1 {}
@keyframes _wave-animation_s0ou6_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_s0ou6_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_s0ou6_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_s0ou6_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}@keyframes _fadeInWithBlurScaleNftLaunch_i7gj2_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_i7gj2_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_i7gj2_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_i7gj2_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_i7gj2_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_i7gj2_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_i7gj2_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_i7gj2_410 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_i7gj2_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_i7gj2_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_i7gj2_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_i7gj2_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_i7gj2_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_i7gj2_429 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_i7gj2_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_i7gj2_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_i7gj2_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_i7gj2_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_i7gj2_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_i7gj2_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_i7gj2_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_i7gj2_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_i7gj2_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_i7gj2_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_i7gj2_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_i7gj2_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_i7gj2_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_i7gj2_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_i7gj2_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_i7gj2_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_i7gj2_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_i7gj2_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_i7gj2_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_i7gj2_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_i7gj2_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_i7gj2_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_i7gj2_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_i7gj2_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_i7gj2_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_i7gj2_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_i7gj2_1 {}
@keyframes _wave-animation_i7gj2_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_i7gj2_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_i7gj2_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_i7gj2_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._fadeInStep_i7gj2_410 {
  animation-name: _fadeIn_i7gj2_410;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.05, 0.01, 0.4, 1) !important;
  animation-duration: 0.22s !important;
}
@media (max-width: 600px) {
  ._fadeInStep_i7gj2_410 {
    animation-duration: 0.4s;
  }
}

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

._fadeOutStep_i7gj2_429 {
  animation-name: _fadeOut_i7gj2_429;
  animation-fill-mode: both;
  animation-duration: 0.34s;
  animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  animation-duration: 200ms !important;
  animation-timing-function: cubic-bezier(0, 0.1, 0.6, 1) !important;
}

._r_i7gj2_438 {
  width: calc(100% - 475px);
}
@media (max-width: 900px) {
  ._r_i7gj2_438 {
    width: calc(100% - 320px);
  }
}
@media (max-width: 768px) {
  ._r_i7gj2_438 {
    max-width: 100%;
    width: 100%;
  }
}

._fullWidth_i7gj2_453 {
  width: 100% !important;
}@keyframes _fadeInWithBlurScaleNftLaunch_1et1c_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1et1c_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1et1c_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1et1c_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1et1c_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1et1c_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1et1c_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1et1c_481 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1et1c_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1et1c_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1et1c_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1et1c_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1et1c_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1et1c_500 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1et1c_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1et1c_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1et1c_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1et1c_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1et1c_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1et1c_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1et1c_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1et1c_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1et1c_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1et1c_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1et1c_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1et1c_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1et1c_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1et1c_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1et1c_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1et1c_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1et1c_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1et1c_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1et1c_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1et1c_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1et1c_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1et1c_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1et1c_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1et1c_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1et1c_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1et1c_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1et1c_1 {}
@keyframes _wave-animation_1et1c_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1et1c_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1et1c_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1et1c_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._loading_1et1c_410 {
  scale: 0.995;
  animation-name: _animatedWrapperSmallScaleDown_1et1c_1;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0, 0.1, 0.8, 1);
}
@media (max-width: 600px) {
  ._loading_1et1c_410 {
    animation-name: _animatedWrapperSmallScaleDownMobile_1et1c_1;
  }
}
@keyframes _animatedWrapperSmallScaleDown_1et1c_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.995;
  }
}
@keyframes _animatedWrapperSmallScaleDownMobile_1et1c_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.995;
  }
}

._loaded_1et1c_442 {
  animation-name: _animatedWrapperSmallScaleUp_1et1c_1;
  animation-timing-function: cubic-bezier(0.1, 0.1, 0.8, 1.2);
  animation-duration: 0.2s;
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._loaded_1et1c_442 {
    animation-duration: 0.2s;
    animation-timing-function: cubic-bezier(0, 0.2, 0.4, 1.5);
  }
}
@keyframes _animatedWrapperSmallScaleUp_1et1c_1 {
  0% {
    scale: 0.995;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _animatedWrapperSmallScaleUpMobile_1et1c_1 {
  0% {
    scale: 0.995;
  }
  100% {
    opacity: 1;
  }
}

._gradient_1et1c_471 {
  background: linear-gradient(112deg, #29292f 8.69%, #303035 50.64%, #26262b 95.29%), linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-size: 1000% 1000%, 1000% 1000% !important;
  animation: _wave-animation_1et1c_1 2s ease-in-out infinite, _wave-reverse-animation_1et1c_1 2s ease-in-out infinite;
}

._wrapper_1et1c_477 {
  border-radius: 20px;
}

._fadeIn_1et1c_481 {
  animation-name: _fadeIn_1et1c_481;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.25s !important;
  animation-timing-function: cubic-bezier(0, 0.2, 0.4, 1) !important;
}
@media (max-width: 600px) {
  ._fadeIn_1et1c_481 {
    animation-duration: 0.4s;
  }
}
@media (min-width: 600px) {
  ._fadeIn_1et1c_481 {
    animation-duration: 0.22s !important;
  }
}

._fadeOut_1et1c_500 {
  animation-name: _fadeOut_1et1c_500;
  animation-fill-mode: both;
  animation-duration: 0.34s;
  animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  animation-duration: 120ms !important;
  animation-timing-function: cubic-bezier(0.05, 0.1, 1, 1) !important;
}
@media (min-width: 600px) {
  ._fadeOut_1et1c_500 {
    animation-duration: 120ms !important;
    animation-timing-function: cubic-bezier(0.05, 0.1, 1, 1) !important;
  }
}

._duration_1et1c_515 {
  animation-timing-function: cubic-bezier(0.4, 0.8, 0.1, 1) !important;
  animation-duration: 0.2s !important;
}
@media (max-width: 600px) {
  ._duration_1et1c_515 {
    animation-duration: 0.3s !important;
  }
}

._listElement_1et1c_525 {
  width: calc((100% - 40px) / 3);
  border-radius: 20px;
}
._listElement_1et1c_525:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 900px) {
  ._listElement_1et1c_525 {
    width: calc((100% - 20px) / 2);
  }
  ._listElement_1et1c_525:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 700px) {
  ._listElement_1et1c_525 {
    width: 100%;
    margin-right: 0;
  }
  ._listElement_1et1c_525:nth-child(3n+3) {
    margin-right: 0;
  }
}

._animatedFadeIn_1et1c_550 {
  animation-name: _AnimatedWrapperFadeIn_1et1c_1;
  animation-duration: 1.3s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
@keyframes _AnimatedWrapperFadeIn_1et1c_1 {
  from {
    opacity: 0;
    max-width: 0px;
    max-height: 0px;
  }
  to {
    opacity: 1;
    max-width: 700px;
    max-height: 500px;
  }
}

._secondWrapper_1et1c_569 {
  transition: 0.2s ease-out;
  opacity: 1;
}

._shrinked_1et1c_574 {
  opacity: 0 !important;
  max-width: 0px !important;
  min-width: 0px !important;
}

._shrinkedMobile_1et1c_580 {
  opacity: 0 !important;
  max-height: 0px !important;
  min-height: 0px !important;
  transition: 0.2s ease-out !important;
}

._content_1et1c_587 {
  padding: 20px;
  border-radius: 20px;
}
@media (max-width: 700px) {
  ._content_1et1c_587 {
    width: 100%;
  }
}

._mainColorBg_1et1c_597 {
  background: var(--bg-block, #2F2F33);
}._banner_xz5ks_1 {
  position: relative;
  padding: 44px 0;
}
@media (max-width: 600px) {
  ._banner_xz5ks_1 {
    padding: 30px 0;
  }
}
._banner_title_xz5ks_10 {
  color: var(--Text-White, #fff);
  text-align: center;
  font-size: 32px;
  min-height: 32px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  ._banner_title_xz5ks_10 {
    font-size: 24px;
  }
}
._banner_bg_xz5ks_24 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
._banner_bg_xz5ks_24 img {
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  ._sticky_xz5ks_38 {
    top: 95px;
    position: -webkit-sticky;
    position: sticky;
  }
}
@media (max-width: 768px) {
  ._sticky_xz5ks_38 {
    width: 100%;
  }
}

._body_xz5ks_50 {
  padding-top: 30px;
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  ._body_xz5ks_50 {
    flex-direction: column;
    padding: 20px 0;
  }
}

._l_xz5ks_62 {
  width: 360px;
  margin-right: 115px;
}
._l_inner_xz5ks_66 {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1000px) {
  ._l_xz5ks_62 {
    margin-right: 20px;
  }
}
@media (max-width: 900px) {
  ._l_xz5ks_62 {
    width: 300px;
  }
}
@media (max-width: 768px) {
  ._l_xz5ks_62 {
    width: 100%;
    margin-bottom: 12px;
    margin-right: 0;
  }
}

._r_xz5ks_88 {
  width: calc(100% - 475px);
}
@media (max-width: 900px) {
  ._r_xz5ks_88 {
    width: calc(100% - 320px);
  }
}
@media (max-width: 768px) {
  ._r_xz5ks_88 {
    max-width: 100%;
    width: 100%;
  }
}

._creation_fee_xz5ks_103 {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
._creation_fee_xz5ks_103 svg {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
._creation_fee_xz5ks_103 span {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
}
._creation_fee_xz5ks_103._mob_xz5ks_119 {
  display: none;
}
@media (max-width: 768px) {
  ._creation_fee_xz5ks_103._mob_xz5ks_119 {
    display: flex;
  }
}
@media (max-width: 768px) {
  ._creation_fee_xz5ks_103 {
    display: none;
  }
}

._mob_btn_xz5ks_133 {
  display: none;
}
@media (max-width: 768px) {
  ._mob_btn_xz5ks_133 {
    display: block;
    margin-top: 12px;
  }
}._next_btdl5_1 {
  width: 100%;
  margin-top: 20px;
}
._next_btdl5_1._mob_btdl5_5 {
  display: none;
}

._button-container_btdl5_9 {
  margin-top: 20px;
}._wrapper_2tl6u_1 {
  width: 100%;
}

._title_2tl6u_5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
._title_2tl6u_5 span {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #D24343;
  margin-left: 4px;
}

._text_2tl6u_20 {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #C6C6C7;
}

._bottom_2tl6u_27 {
  margin-top: 15px;
}._wrapper_13jwk_1 {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  align-items: center;
  padding: 20px 15px 21px 15px;
  padding-bottom: 21px;
  border: 1px solid #444448;
  border-radius: 12px;
  transition: 0.3s cubic-bezier(0.2, 0.4, 0.4, 1), border-color 0.3s cubic-bezier(0.2, 0.4, 0.2, 1);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
._wrapper_13jwk_1:hover {
  border-color: #6e6e71;
}
._wrapper_13jwk_1:active {
  transition: 0.2s cubic-bezier(0.2, 0.4, 0.4, 1), border-color 0.3s cubic-bezier(0.2, 0.4, 0.2, 1);
  border-color: #6e6e71;
  filter: brightness(0.97);
  opacity: 0.9;
  scale: 0.995;
}

._top_13jwk_25 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
._top_13jwk_25 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #6e6e71;
}

._bottom_13jwk_37 {
  width: 100%;
}

._not_selected_13jwk_41 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._not_selected_13jwk_41 p:first-child {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
._not_selected_13jwk_41 p:first-child svg {
  width: 20px;
  height: 20px;
  margin-left: 3px;
}
._not_selected_13jwk_41 p:last-child {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #6e6e71;
}

._selected_13jwk_66 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._selected_l_13jwk_71 {
  display: flex;
  align-items: center;
}
._selected_l_13jwk_71 img {
  border-radius: 50%;
}
._selected_l_13jwk_71._cursor_pointer_13jwk_78 {
  cursor: pointer;
}
._selected_r_13jwk_81 {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}
._selected_r_13jwk_81 p {
  text-align: right;
}
._selected_r_13jwk_81 p:first-child {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}
._selected_r_13jwk_81 p:last-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #6e6e71;
}
._selected_content_13jwk_101 {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}
._selected_content_13jwk_101 p:first-child {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
._selected_content_13jwk_101 p:first-child svg {
  width: 20px;
  height: 20px;
  margin-left: 3px;
}
._selected_content_13jwk_101 p:nth-child(2) {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #6e6e71;
}
._selected_content_13jwk_101 p:last-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #6e6e71;
}._search_8vt3h_1 {
  margin-bottom: 20px;
}

._title_8vt3h_5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #c6c6c7;
  margin-bottom: 10px;
}

._tokens_8vt3h_13 {
  margin-top: 20px;
}

._items_8vt3h_17 {
  margin-left: -20px;
  max-height: 612px;
  overflow: auto;
  margin-right: -10px;
}
._items_8vt3h_17::-webkit-scrollbar {
  display: block;
  scrollbar-width: 6px !important;
  width: 6px;
  border-radius: 30px;
}
._items_8vt3h_17::-webkit-scrollbar-track {
  display: block;
  background-color: #232328;
  border-radius: 30px;
}
._items_8vt3h_17::-webkit-scrollbar-thumb {
  display: block;
  background: #3b3b3f;
  border-radius: 30px;
}

._item_8vt3h_17 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  cursor: pointer;
  user-select: none;
  transition: 0.3s;
}
._item_8vt3h_17:hover {
  background: #363639;
}
._item_l_8vt3h_52 {
  display: flex;
  align-items: center;
}
._item_l_8vt3h_52 img {
  border-radius: 50%;
}
._item_l_8vt3h_52 span {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  margin-left: 8px;
}
._item_r_8vt3h_66 {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #c6c6c7;
}._wrapper_1mzvh_1 {
  width: 100%;
}

._token_blocks_1mzvh_5 {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  position: relative;
}

._arrow_1mzvh_12 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #232328;
  border: 1px solid #444448;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
._arrow_1mzvh_12 svg {
  width: 20px;
  height: 20px;
}
._arrow__offset_1mzvh_30 {
  top: calc(50% + 16px);
}._plan_1vmjm_1 {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

._double_input_1vmjm_7 {
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
}

._input_1vmjm_13 {
  width: calc((100% - 10px) / 2);
}
@media (max-width: 400px) {
  ._input_1vmjm_13 {
    width: 100%;
  }
}@keyframes _fadeInWithBlurScaleNftLaunch_h914g_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_h914g_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_h914g_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_h914g_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_h914g_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_h914g_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_h914g_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_h914g_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_h914g_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_h914g_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_h914g_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_h914g_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_h914g_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_h914g_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_h914g_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_h914g_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_h914g_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_h914g_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_h914g_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_h914g_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_h914g_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_h914g_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_h914g_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_h914g_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_h914g_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_h914g_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_h914g_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_h914g_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_h914g_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_h914g_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_h914g_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_h914g_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_h914g_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_h914g_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_h914g_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_h914g_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_h914g_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_h914g_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_h914g_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_h914g_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_h914g_1 {}
@keyframes _wave-animation_h914g_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_h914g_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_h914g_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_h914g_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._loading_h914g_410 {
  scale: 0.99;
  animation-name: _animatedWrapperScaleDown_h914g_1;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.4, 0.8, 0.4, 1);
}
@media (max-width: 600px) {
  ._loading_h914g_410 {
    animation-name: _animatedWrapperScaleDownMobile_h914g_1;
    animation-duration: 0.5s;
  }
}
@keyframes _animatedWrapperScaleDown_h914g_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.99;
  }
}
@keyframes _animatedWrapperScaleDownMobile_h914g_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.9875;
  }
}

._loaded_h914g_443 {
  animation-name: _animatedWrapperScaleUp_h914g_1;
  animation-timing-function: cubic-bezier(0.4, 0.8, 0.4, 1);
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._loaded_h914g_443 {
    animation-name: _animatedWrapperScaleUpMobile_h914g_1;
    animation-duration: 0.4s;
  }
}
@keyframes _animatedWrapperScaleUp_h914g_1 {
  0% {
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _animatedWrapperScaleUpMobile_h914g_1 {
  0% {
    scale: 0.9875;
  }
  100% {
    opacity: 1;
  }
}

._wrapper_h914g_472 {
  background: #2f2f33;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  margin-bottom: 20px;
}

._top_h914g_482 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._top__left_h914g_487 {
  display: flex;
  align-items: center;
}

._circle_h914g_492 {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
}

._title_h914g_499 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}

._delete_h914g_506 {
  animation-name: _fadeIn_h914g_1;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  /* standard syntax */
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  color: var(--Text-Light_grey, #c6c6c7);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  width: fit-content;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 600px) {
  ._delete_h914g_506 {
    animation-duration: 0.4s;
  }
}
._delete_h914g_506:hover {
  color: grey;
}
._delete_h914g_506:active {
  scale: 0.98;
}._wrapper_1fzfu_1 {
  padding: 30px 0;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

._line_1fzfu_8 {
  height: 1px;
  width: 100%;
  background-color: #6e6e71;
  position: relative;
}
._line_1fzfu_8::before, ._line_1fzfu_8::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #6e6e71;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
._line_1fzfu_8::before {
  left: 0;
}
._line_1fzfu_8::after {
  right: 0;
}

._first_1fzfu_33 {
  height: 100%;
  align-items: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  transition: width 0.3s cubic-bezier(0.1, 0.6, 0.4, 1), left 0.3s cubic-bezier(0.1, 0.6, 0.4, 1);
}

._icon_1fzfu_43 {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 5px;
  transform: translateX(-50%);
}

._text_1fzfu_52 {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #ffffff;
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  width: max-content;
  transition: left 0.3s cubic-bezier(0.1, 0.6, 0.4, 1);
}

._another_1fzfu_65 {
  position: absolute;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s cubic-bezier(0.1, 0.6, 0.4, 1);
}
._another_line_1fzfu_72 {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

._top_1fzfu_81 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

._title_1fzfu_88 {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: max-content;
  transform: translateX(-50%) translateY(-5px);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  transition: left 0.3s cubic-bezier(0.1, 0.6, 0.4, 1);
}

._dot_1fzfu_100 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}@keyframes _fadeInWithBlurScaleNftLaunch_4jyvr_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_4jyvr_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_4jyvr_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_4jyvr_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_4jyvr_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_4jyvr_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_4jyvr_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_4jyvr_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_4jyvr_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_4jyvr_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_4jyvr_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_4jyvr_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_4jyvr_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_4jyvr_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_4jyvr_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_4jyvr_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_4jyvr_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_4jyvr_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_4jyvr_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_4jyvr_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_4jyvr_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_4jyvr_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_4jyvr_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_4jyvr_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_4jyvr_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_4jyvr_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_4jyvr_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_4jyvr_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_4jyvr_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_4jyvr_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_4jyvr_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_4jyvr_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_4jyvr_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_4jyvr_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_4jyvr_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_4jyvr_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_4jyvr_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_4jyvr_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_4jyvr_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_4jyvr_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_4jyvr_1 {}
@keyframes _wave-animation_4jyvr_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_4jyvr_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_4jyvr_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_4jyvr_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._loading_4jyvr_410 {
  scale: 0.99;
  animation-name: _animatedWrapperScaleDown_4jyvr_1;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.4, 0.8, 0.4, 1);
}
@media (max-width: 600px) {
  ._loading_4jyvr_410 {
    animation-name: _animatedWrapperScaleDownMobile_4jyvr_1;
    animation-duration: 0.5s;
  }
}
@keyframes _animatedWrapperScaleDown_4jyvr_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.99;
  }
}
@keyframes _animatedWrapperScaleDownMobile_4jyvr_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.9875;
  }
}

._loaded_4jyvr_443 {
  animation-name: _animatedWrapperScaleUp_4jyvr_1;
  animation-timing-function: cubic-bezier(0.4, 0.8, 0.4, 1);
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._loaded_4jyvr_443 {
    animation-name: _animatedWrapperScaleUpMobile_4jyvr_1;
    animation-duration: 0.4s;
  }
}
@keyframes _animatedWrapperScaleUp_4jyvr_1 {
  0% {
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _animatedWrapperScaleUpMobile_4jyvr_1 {
  0% {
    scale: 0.9875;
  }
  100% {
    opacity: 1;
  }
}

._wrapper_4jyvr_472 {
  background: #2f2f33;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 20px;
}

._top_4jyvr_479 {
  display: flex;
  align-items: center;
}

._circle_4jyvr_484 {
  width: 15px;
  height: 15px;
  background: #6e6e71;
  border-radius: 50%;
  margin-right: 10px;
}

._title_4jyvr_492 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}

._radio_4jyvr_499 {
  background: #49494e;
  border-radius: 10px;
  width: 40px;
  height: 20px;
  cursor: pointer;
  user-select: none;
  position: relative;
  transition: 0.3s;
}
._radio_4jyvr_499::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 1px;
  left: 1px;
  transition: 0.3s;
}
._radio_4jyvr_499._active_4jyvr_521 {
  background-color: #0088cb;
}
._radio_4jyvr_499._active_4jyvr_521::after {
  left: calc(100% - 19px);
}

._block_4jyvr_528 {
  margin-top: 25px;
}._wrapper_vbg06_1 {
  display: flex;
  flex-direction: column;
}

._add_vbg06_6 {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  width: fit-content;
  transition: 0.2s cubic-bezier(0.1, 0.6, 0.4, 1);
}
._add_vbg06_6 svg {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
._add_vbg06_6 span {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
}
._add_vbg06_6:hover {
  filter: brightness(0.75);
}
._add_vbg06_6:active {
  scale: 0.98;
}._wrapper_16hnc_1 {
  display: flex;
  align-items: center;
  column-gap: 12px;
  flex-wrap: wrap;
  row-gap: 6px;
  padding-bottom: 30px;
  border-bottom: 1px solid #444448;
}

._tabs_16hnc_11 {
  display: flex;
  column-gap: 6px;
  row-gap: 6px;
  flex-wrap: wrap;
}

._tab_16hnc_11 {
  position: relative;
  overflow: hidden;
  text-wrap: nowrap;
}
._tab_inner_16hnc_23 {
  padding: 5px 15px 5px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #c6c6c7 !important;
  border: 1px solid #444448;
  border-radius: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between !important;
  user-select: none;
  gap: 5px;
  width: fit-content !important;
  height: fit-content !important;
}
._tab_inner_active_16hnc_40 {
  color: #ffffff !important;
}
._tab_inner_16hnc_23 svg {
  animation: none !important;
  margin-right: 0 !important;
  transition: 0.2s ease-in-out !important;
}
._tab_inner_16hnc_23 svg:hover {
  filter: brightness(1.5);
}
._tab_inner_16hnc_23 svg:active {
  filter: brightness(1.2);
}
._tab_16hnc_11._active_16hnc_54 ._tab_inner_16hnc_23 {
  border-color: #0088cb;
}
._tab_16hnc_11._only_16hnc_57 ._tab_inner_16hnc_23 {
  padding-right: 20px;
}
._tab_16hnc_11 ._close_16hnc_60 {
  z-index: 2;
  cursor: pointer;
  overflow: hidden;
  transition: 0.25s cubic-bezier(0.2, 0.4, 0.4, 1);
}
._tab_16hnc_11 ._close_16hnc_60 svg {
  width: 20px;
  height: 20px;
}
._tab_16hnc_11 ._close_icon_16hnc_70 {
  transition: 0.25s cubic-bezier(0.2, 0.4, 0.4, 1);
}

._add_16hnc_74 {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  transition: 0.25s cubic-bezier(0.2, 0.4, 0.4, 1);
}
._add_16hnc_74:hover {
  opacity: 0.8;
}
._add_16hnc_74:active {
  opacity: 0.6;
}
._add_16hnc_74 svg {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
._add_16hnc_74 span {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
}
._add__disabled_16hnc_98 {
  color: grey;
  opacity: 0.5;
  cursor: not-allowed;
}
._add__disabled_16hnc_98 svg {
  color: grey;
}

._planFadeIn_16hnc_107 {
  animation: _fadeInPlan_16hnc_1 0.25s cubic-bezier(0.4, 0.2, 0.4, 1);
}

@keyframes _fadeInPlan_16hnc_1 {
  from {
    scale: 0.9;
  }
  to {
    scale: 1;
  }
}._wrapper_1t9mg_1 {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}._wrapper_1bf1q_1 {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  align-items: center;
  padding: 16px;
  border: 1px solid #444448;
  border-radius: 12px;
}

._top_1bf1q_11 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
._top_1bf1q_11 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #6e6e71;
}

._image_1bf1q_23 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
._image_img_1bf1q_29 {
  width: 64px;
  position: relative;
}
._image_img_1bf1q_29 img {
  border-radius: 50%;
  background: #2f2f33;
  min-height: 64px;
  min-width: 64px;
  border-radius: 50%;
  background: #2f2f33;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
._image_img_small_1bf1q_46 {
  z-index: 1000;
  width: 38px;
  transition: 0.6s cubic-bezier(0.2, 0.6, 0.2, 1);
  border: 4px solid var(--BG-Block, #2f2f33);
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -10px;
  background: #2f2f33;
}
._image_img_small_1bf1q_46._fadeOutImg_1bf1q_57 {
  left: 10px;
  top: 10px;
  transition-duration: 0.4s !important;
}
._image_img_small_1bf1q_46 img {
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
}
._image_l_1bf1q_67 {
  margin-right: 14px;
}
._image_r_1bf1q_70 {
  width: calc(100% - 78px);
}
._image_r_1bf1q_70 p:first-child {
  overflow: hidden;
  color: var(--Text-White, #fff);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
  min-height: 24px;
}
._image_r_1bf1q_70 p:last-child {
  overflow: hidden;
  color: var(--Text-Light_grey, #c6c6c7);
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  min-height: 19.2px;
}

._bottom_1bf1q_93 {
  width: 100%;
}

._selected_1bf1q_97 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
._selected_l_1bf1q_102 {
  display: flex;
  align-items: center;
}
._selected_l_1bf1q_102._cursor_pointer_1bf1q_106 {
  cursor: pointer;
}
._selected_r_1bf1q_109 {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}
._selected_r_1bf1q_109 p {
  text-align: right;
}
._selected_r_1bf1q_109 p:first-child {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}
._selected_r_1bf1q_109 p:last-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #6e6e71;
}
._selected_content_1bf1q_129 {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 2px;
}
._selected_content_1bf1q_129 p:first-child {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
._selected_content_1bf1q_129 p:first-child svg {
  width: 20px;
  height: 20px;
  margin-left: 3px;
}
._selected_content_1bf1q_129 p:last-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #c6c6c7;
}._wrapper_1b84f_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #2C2C2F;
  padding: 12px 0;
}
._wrapper_1b84f_1 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #C6C6C7;
}._title_1ea8q_1 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin: 15px 0;
}._wrapper_16gs0_1 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 6px;
  row-gap: 6px;
}
@media (max-width: 768px) {
  ._wrapper_16gs0_1 {
    overflow: auto;
    flex-wrap: nowrap;
  }
}

._tab_16gs0_14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
  padding: 6px 20px !important;
  border: 1px solid #444448;
  border-radius: 10px !important;
  cursor: pointer;
  user-select: none;
  flex-shrink: 0;
  width: fit-content !important;
  height: fit-content !important;
}
._tab_16gs0_14._active_16gs0_28 {
  border-color: #0088cb !important;
}._wrapper_1szdh_1 {
  border: 1px solid #444448;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
._wrapper_1szdh_1 p:first-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #6E6E71;
}
._wrapper_1szdh_1 p:last-child {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}._wrapper_1nhk9_1 {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

._top_1nhk9_7 {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
._top_dates_1nhk9_12 {
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 10px;
}
._top_dates_item_1nhk9_18 {
  width: 100%;
}
@media (max-width: 450px) {
  ._top_dates_item_1nhk9_18 {
    width: 100%;
  }
}

._body_1nhk9_27 {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

._bottom_1nhk9_33 {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}._banner_13xyo_1 {
  position: relative;
  padding: 44px 0;
}
@media (max-width: 600px) {
  ._banner_13xyo_1 {
    padding: 30px 0;
  }
}
._banner_title_13xyo_10 {
  color: var(--Text-White, #fff);
  text-align: center;
  font-size: 32px;
  min-height: 32px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  ._banner_title_13xyo_10 {
    font-size: 24px;
  }
}
._banner_bg_13xyo_24 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
._banner_bg_13xyo_24 img {
  height: 100%;
  object-fit: cover;
}

._body_13xyo_37 {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

._l_13xyo_44 {
  width: 455px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 768px) {
  ._l_13xyo_44 {
    width: 100%;
  }
}

._r_13xyo_56 {
  width: calc(100% - 475px);
}
@media (max-width: 768px) {
  ._r_13xyo_56 {
    width: 100%;
  }
}

._content_13xyo_65 {
  display: flex;
  column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
}

._spinner_13xyo_72 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 40px 0;
  margin-bottom: 1170px;
}._wrapper_st3ek_1 {
  display: flex;
  flex-direction: column;
}

._title_st3ek_6 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}

._row_st3ek_13 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #444448;
}
._row_st3ek_13 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #c6c6c7;
}
._row_st3ek_13 p:last-child {
  color: #ffffff;
}@keyframes _fadeInWithBlurScaleNftLaunch_1ewmu_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1ewmu_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1ewmu_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1ewmu_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1ewmu_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1ewmu_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1ewmu_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1ewmu_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1ewmu_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1ewmu_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1ewmu_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1ewmu_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1ewmu_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1ewmu_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1ewmu_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1ewmu_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1ewmu_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1ewmu_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1ewmu_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1ewmu_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1ewmu_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1ewmu_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1ewmu_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1ewmu_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1ewmu_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1ewmu_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1ewmu_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1ewmu_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1ewmu_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1ewmu_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1ewmu_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1ewmu_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1ewmu_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1ewmu_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1ewmu_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1ewmu_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1ewmu_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1ewmu_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1ewmu_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1ewmu_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1ewmu_1 {}
@keyframes _wave-animation_1ewmu_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1ewmu_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1ewmu_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1ewmu_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._loading_1ewmu_410 {
  scale: 0.99;
  animation-name: _animatedWrapperScaleDown_1ewmu_1;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.4, 0.8, 0.4, 1);
}
@media (max-width: 600px) {
  ._loading_1ewmu_410 {
    animation-name: _animatedWrapperScaleDownMobile_1ewmu_1;
    animation-duration: 0.5s;
  }
}
@keyframes _animatedWrapperScaleDown_1ewmu_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.99;
  }
}
@keyframes _animatedWrapperScaleDownMobile_1ewmu_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.9875;
  }
}

._loaded_1ewmu_443 {
  animation-name: _animatedWrapperScaleUp_1ewmu_1;
  animation-timing-function: cubic-bezier(0.4, 0.8, 0.4, 1);
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._loaded_1ewmu_443 {
    animation-name: _animatedWrapperScaleUpMobile_1ewmu_1;
    animation-duration: 0.4s;
  }
}
@keyframes _animatedWrapperScaleUp_1ewmu_1 {
  0% {
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _animatedWrapperScaleUpMobile_1ewmu_1 {
  0% {
    scale: 0.9875;
  }
  100% {
    opacity: 1;
  }
}

._wrapper_1ewmu_472 {
  padding: 30px;
  background: #2f2f33;
  border-radius: 20px;
  row-gap: 20px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  ._wrapper_1ewmu_472 {
    padding: 20px;
  }
}

._green_1ewmu_486 {
  color: #43d26c !important;
}

._noborder_1ewmu_490 {
  border-bottom: none !important;
}

._big_1ewmu_494 {
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 140% !important;
  color: #fff !important;
  padding-top: 8px;
}

._unlockTitle_1ewmu_502 {
  display: flex;
  align-items: center;
  gap: 10px;
}
._unlockTitle_1ewmu_502 svg {
  display: flex;
  width: 20px;
  height: 20px;
  padding: 1.667px 3.333px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
}

._unlockNumbers_1ewmu_517 {
  margin-bottom: 10px;
}@keyframes _fadeInWithBlurScaleNftLaunch_4vgoh_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_4vgoh_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_4vgoh_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_4vgoh_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_4vgoh_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_4vgoh_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_4vgoh_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_4vgoh_619 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_4vgoh_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_4vgoh_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_4vgoh_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_4vgoh_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_4vgoh_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_4vgoh_583 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_4vgoh_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_4vgoh_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_4vgoh_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_4vgoh_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_4vgoh_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_4vgoh_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_4vgoh_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_4vgoh_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_4vgoh_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_4vgoh_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_4vgoh_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_4vgoh_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_4vgoh_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_4vgoh_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_4vgoh_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_4vgoh_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_4vgoh_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_4vgoh_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_4vgoh_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_4vgoh_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_4vgoh_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_4vgoh_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_4vgoh_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_4vgoh_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_4vgoh_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_4vgoh_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_4vgoh_1 {}
@keyframes _wave-animation_4vgoh_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_4vgoh_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_4vgoh_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_4vgoh_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._loading_4vgoh_410 {
  scale: 0.99;
  animation-name: _animatedWrapperScaleDown_4vgoh_1;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.4, 0.8, 0.4, 1);
}
@media (max-width: 600px) {
  ._loading_4vgoh_410 {
    animation-name: _animatedWrapperScaleDownMobile_4vgoh_1;
    animation-duration: 0.5s;
  }
}
@keyframes _animatedWrapperScaleDown_4vgoh_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.99;
  }
}
@keyframes _animatedWrapperScaleDownMobile_4vgoh_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.9875;
  }
}

._loaded_4vgoh_443 {
  animation-name: _animatedWrapperScaleUp_4vgoh_1;
  animation-timing-function: cubic-bezier(0.4, 0.8, 0.4, 1);
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._loaded_4vgoh_443 {
    animation-name: _animatedWrapperScaleUpMobile_4vgoh_1;
    animation-duration: 0.4s;
  }
}
@keyframes _animatedWrapperScaleUp_4vgoh_1 {
  0% {
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _animatedWrapperScaleUpMobile_4vgoh_1 {
  0% {
    scale: 0.9875;
  }
  100% {
    opacity: 1;
  }
}

._info_4vgoh_472 {
  display: flex;
  align-items: center;
  column-gap: 14px;
}
._info_img_4vgoh_477 {
  width: 52px;
  height: 52px;
  position: relative;
}
._info_img_mini_4vgoh_482 {
  position: absolute;
  left: -9px;
  top: -6px;
  width: 30px;
  height: 30px;
  border: 3px solid #2f2f33;
  border-radius: 50%;
}
._info_text_4vgoh_491 {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
._info_text_4vgoh_491 p:first-child {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}
._info_text_4vgoh_491 p:last-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #c6c6c7;
}

._title_4vgoh_509 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}

._wrapper_4vgoh_516 {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 30px;
  background: #2f2f33;
  border-radius: 20px;
}
@media (max-width: 768px) {
  ._wrapper_4vgoh_516 {
    padding: 20px;
  }
}

._bottom_4vgoh_530 {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
._bottom_4vgoh_530 p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._bottom_4vgoh_530 p span {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #c6c6c7;
}
._bottom_4vgoh_530 p span:last-child {
  color: #ffffff;
}
._bottom_4vgoh_530 p span._green_4vgoh_549 {
  color: #43d26c;
}

._img_4vgoh_553 {
  min-height: 64px;
  min-width: 64px;
  border-radius: 50% !important;
}

._top_4vgoh_559 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
._top_img_4vgoh_564 {
  width: 64px;
  position: relative;
  border-radius: 50%;
}
._top_img_4vgoh_564 img {
  border-radius: 50%;
}
._top_img_small_4vgoh_572 {
  z-index: 100;
  width: 38px;
  transition: 0.6s cubic-bezier(0.2, 0.6, 0.2, 1);
  border: 4px solid var(--BG-Block, #2f2f33);
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -10px;
  opacity: 0;
}
._top_img_small_4vgoh_572._fadeOutImg_4vgoh_583 {
  left: 10px;
  top: 10px;
  transition-duration: 0.4s !important;
}
._top_img_small_4vgoh_572 img {
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
}
._top_l_4vgoh_593 {
  margin-right: 14px;
}
._top_r_4vgoh_596 {
  width: calc(100% - 78px);
}
._top_r_4vgoh_596 p:first-child {
  overflow: hidden;
  color: var(--Text-White, #fff);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
  min-height: 24px;
}
._top_r_4vgoh_596 p:last-child {
  overflow: hidden;
  color: var(--Text-Light_grey, #c6c6c7);
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  min-height: 19.2px;
}

._fadeIn_4vgoh_619 {
  animation-name: _fadeIn_4vgoh_619;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.2s !important;
}
@media (max-width: 600px) {
  ._fadeIn_4vgoh_619 {
    animation-duration: 0.4s;
  }
}

._gradient_4vgoh_632 {
  animation-delay: 0.07s !important;
  border-radius: 6px;
  background: linear-gradient(270deg, #29292f 0%, rgb(48, 48, 53) 30%, rgba(255, 255, 255, 0.15) 31.5%, rgba(255, 255, 255, 0.15) 68.5%, rgb(48, 48, 53) 70%, #29292f 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  animation: _wave-animation1_4vgoh_1 2.5s ease-in-out infinite;
  background-color: #2f2f33;
}

._buttons_4vgoh_640 {
  display: flex;
  flex-direction: column;
}
._buttons__wrapper_4vgoh_644 {
  display: flex;
  gap: 8px;
  flex-direction: row;
}
._buttons__wrapper__info_4vgoh_649 {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  gap: 5px;
}
._buttons__wrapper__info_4vgoh_649 svg {
  width: 20px;
  height: 20px;
}
._buttons__wrapper__info__text_4vgoh_659 {
  flex: 1 0 0;
  color: var(--Text-Light_grey, #c6c6c7);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

._btn_4vgoh_669 {
  border-radius: 12px !important;
  width: fit-content;
  height: fit-content;
  padding: 8px 20px;
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
}

._disabled_4vgoh_681 {
  cursor: not-allowed !important;
  opacity: 0.6;
}@keyframes _fadeInWithBlurScaleNftLaunch_13bqm_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_13bqm_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_13bqm_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_13bqm_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_13bqm_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_13bqm_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_13bqm_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_13bqm_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_13bqm_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_13bqm_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_13bqm_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_13bqm_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_13bqm_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_13bqm_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_13bqm_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_13bqm_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_13bqm_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_13bqm_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_13bqm_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_13bqm_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_13bqm_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_13bqm_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_13bqm_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_13bqm_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_13bqm_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_13bqm_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_13bqm_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_13bqm_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_13bqm_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_13bqm_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_13bqm_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_13bqm_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_13bqm_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_13bqm_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_13bqm_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_13bqm_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_13bqm_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_13bqm_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_13bqm_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_13bqm_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_13bqm_1 {}
@keyframes _wave-animation_13bqm_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_13bqm_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_13bqm_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_13bqm_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._loading_13bqm_410 {
  scale: 0.99;
  animation-name: _animatedWrapperScaleDown_13bqm_1;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.4, 0.8, 0.4, 1);
}
@media (max-width: 600px) {
  ._loading_13bqm_410 {
    animation-name: _animatedWrapperScaleDownMobile_13bqm_1;
    animation-duration: 0.5s;
  }
}
@keyframes _animatedWrapperScaleDown_13bqm_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.99;
  }
}
@keyframes _animatedWrapperScaleDownMobile_13bqm_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.9875;
  }
}

._loaded_13bqm_443 {
  animation-name: _animatedWrapperScaleUp_13bqm_1;
  animation-timing-function: cubic-bezier(0.4, 0.8, 0.4, 1);
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._loaded_13bqm_443 {
    animation-name: _animatedWrapperScaleUpMobile_13bqm_1;
    animation-duration: 0.4s;
  }
}
@keyframes _animatedWrapperScaleUp_13bqm_1 {
  0% {
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _animatedWrapperScaleUpMobile_13bqm_1 {
  0% {
    scale: 0.9875;
  }
  100% {
    opacity: 1;
  }
}

._title_13bqm_472 {
  margin-bottom: 6px;
}

._inner_13bqm_476 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  row-gap: 10px;
}

._title_wrapper_13bqm_484 {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
._title_wrapper_13bqm_484 span {
  color: white !important;
}
._title_wrapper_13bqm_484 svg {
  transition: filter 0.2s cubic-bezier(0.2, 0.4, 0.2, 1);
}
._title_wrapper_13bqm_484 svg:hover {
  filter: brightness(1.5);
}
._title_wrapper_13bqm_484 svg:active {
  filter: brightness(0.8);
}

._back_13bqm_502 {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

._add_13bqm_508 {
  display: flex;
  align-items: center;
  column-gap: 6px;
  cursor: pointer;
  user-select: none;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}
._add_13bqm_508 svg {
  width: 18px;
  height: 18px;
}
._add_13bqm_508 span {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
}
._add_13bqm_508:hover {
  opacity: 0.8;
}
._add_13bqm_508:active {
  opacity: 0.6;
}

._tabs_13bqm_534 {
  display: flex;
  column-gap: 6px;
  width: max-content;
  overflow: auto;
}
._tabs_wrapper_13bqm_540 {
  overflow: auto;
}

._tab_13bqm_534 {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #c6c6c7 !important;
  width: fit-content;
  height: fit-content;
  border: 1px solid #444448 !important;
  border-radius: 10px;
  padding: 5px 20px;
  cursor: pointer;
  user-select: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
._tab_13bqm_534._active_13bqm_561 {
  border-color: #0088cb !important;
}

._wrapper_13bqm_565 {
  padding: 30px;
  background: #2f2f33;
  border-radius: 20px;
}
@media (max-width: 768px) {
  ._wrapper_13bqm_565 {
    padding: 20px;
  }
}

._warning_13bqm_576 {
  width: 16px;
  height: 16px;
}._wrapper_m7a8f_1 {
  position: relative;
  display: inline-block;
}@keyframes _fadeInWithBlurScaleNftLaunch_xdedc_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_xdedc_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_xdedc_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_xdedc_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_xdedc_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_xdedc_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_xdedc_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_xdedc_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_xdedc_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_xdedc_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_xdedc_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_xdedc_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_xdedc_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_xdedc_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_xdedc_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_xdedc_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_xdedc_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_xdedc_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_xdedc_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_xdedc_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_xdedc_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_xdedc_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_xdedc_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_xdedc_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_xdedc_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_xdedc_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_xdedc_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_xdedc_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_xdedc_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_xdedc_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_xdedc_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_xdedc_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_xdedc_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_xdedc_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_xdedc_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_xdedc_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_xdedc_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_xdedc_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_xdedc_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_xdedc_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_xdedc_1 {}
@keyframes _wave-animation_xdedc_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_xdedc_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_xdedc_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_xdedc_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._loading_xdedc_410 {
  scale: 0.99;
  animation-name: _animatedWrapperScaleDown_xdedc_1;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.4, 0.8, 0.4, 1);
}
@media (max-width: 600px) {
  ._loading_xdedc_410 {
    animation-name: _animatedWrapperScaleDownMobile_xdedc_1;
    animation-duration: 0.5s;
  }
}
@keyframes _animatedWrapperScaleDown_xdedc_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.99;
  }
}
@keyframes _animatedWrapperScaleDownMobile_xdedc_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.9875;
  }
}

._loaded_xdedc_443 {
  animation-name: _animatedWrapperScaleUp_xdedc_1;
  animation-timing-function: cubic-bezier(0.4, 0.8, 0.4, 1);
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._loaded_xdedc_443 {
    animation-name: _animatedWrapperScaleUpMobile_xdedc_1;
    animation-duration: 0.4s;
  }
}
@keyframes _animatedWrapperScaleUp_xdedc_1 {
  0% {
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _animatedWrapperScaleUpMobile_xdedc_1 {
  0% {
    scale: 0.9875;
  }
  100% {
    opacity: 1;
  }
}

._wrapper_xdedc_472 {
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: #2f2f33;
  border-radius: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  ._wrapper_xdedc_472 {
    padding: 20px;
  }
}

._top_xdedc_486 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

._title_xdedc_494 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}

._add_xdedc_501 {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #0088cb;
  padding: 8px 20px;
  border: 1px solid #0088cb;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
}

._bottom_xdedc_513 {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  width: 100%;
}
._bottom_xdedc_513 p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._bottom_xdedc_513 p span {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #c6c6c7;
}
._bottom_xdedc_513 p span:last-child {
  color: #fff;
}
._bottom_xdedc_513 p span._blue_xdedc_533 {
  color: #0088cb;
}

._diagram_wrapper_xdedc_537 {
  position: relative;
  width: 205px;
  height: 205px;
  margin-bottom: 20px;
}
._diagram_text_xdedc_543 {
  padding: 0 33px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
._diagram_text_value_xdedc_555 {
  display: flex;
  align-items: center;
  justify-content: center;
}
._diagram_text_value_xdedc_555 p {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  color: #ffffff !important;
}
._diagram_text_xdedc_543 p {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #6e6e71;
}

._empty_xdedc_577 {
  width: 100%;
}
._empty_content_xdedc_580 {
  display: flex;
  flex-direction: row;
  border-radius: 8px;
  border: 1px solid var(--Text-Warning, #e9be50);
  background: rgba(233, 190, 80, 0.1);
  padding: 20px;
  width: 100%;
  gap: 12px;
  margin-bottom: 20px;
}
._empty__icon_xdedc_591 {
  width: 24px;
  height: 24px;
}
._empty__text_xdedc_595 {
  color: var(--Text-White, #fff);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}._container_cwmji_1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

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

._field_cwmji_12 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
._field__top_cwmji_17 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -12px;
}
._field__title_cwmji_24 {
  color: var(--Text-Light_grey, #c6c6c7);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
._field__input_cwmji_32 {
  position: relative;
}

._comissions_cwmji_36 {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
._comissions__item_cwmji_42 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}
._comissions__item__title_cwmji_49 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  color: var(--Text-Light_grey, #c6c6c7);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
._comissions__item__amount_cwmji_61 {
  color: var(--Text-White, #fff);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
}

._button_accept_cwmji_68 {
  margin: 20px 0;
  margin-bottom: 0;
}

._btn_cwmji_73 {
  position: absolute;
  top: 25px;
  right: 15px;
  border-radius: 8px !important;
  border: 1px solid var(--Stroke-Blue, #0088cb);
  color: var(--Text-Link, #0088cb);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  display: flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  width: fit-content !important;
  height: fit-content !important;
}

._changes_cwmji_96 {
  display: flex;
  padding: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--Stroke-Main, #444448);
}
._changes__icon_cwmji_107 {
  width: 20px;
  height: 20px;
}
._changes__item_cwmji_111 {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
._changes__item__image_cwmji_116 {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 2px solid #2f2f33;
  background: url('<path-to-image>') lightgray 50%/cover no-repeat, url('<path-to-image>') lightgray 50%/cover no-repeat, url('<path-to-image>') lightgray 50%/cover no-repeat;
}
._changes__item__amount_cwmji_123 {
  color: var(--Text-White, #fff);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}

._warning_cwmji_132 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
._warning__tag_cwmji_138 {
  display: flex;
  flex-direction: row;
  gap: 5px;
  padding: 2px 11px;
  border-radius: 20px;
  background: rgba(233, 190, 80, 0.14);
  width: fit-content;
}
._warning__tag__icon_cwmji_147 {
  width: 15px;
  height: 15px;
}
._warning__tag__text_cwmji_151 {
  color: var(--Text-Warning, #e9be50);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
._warning__text_cwmji_159 {
  color: var(--Text-Warning, #e9be50);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

._max_cwmji_169 {
  color: var(--text-gray, #6e6e71);
  font-size: 14px;
  font-weight: 400;
  gap: 4px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width: 420px) {
  ._max_cwmji_169 {
    display: flex;
    align-items: center;
  }
}
._max_cwmji_169 img {
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
}
._max_inner_cwmji_189 {
  display: flex;
  flex-wrap: nowrap;
}
._max_cwmji_169 svg {
  display: none;
}
@media (max-width: 420px) {
  ._max_cwmji_169 svg {
    display: block;
    margin-right: 4px;
    width: 18px;
    height: 18px;
    aspect-ratio: 1/1;
  }
}._wrapper_1pse9_1 {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 30px;
  background: #2F2F33;
  border-radius: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  ._wrapper_1pse9_1 {
    padding: 20px;
  }
}

._title_1pse9_16 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  text-align: left;
  width: 100%;
}

._bottom_1pse9_25 {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  width: 100%;
}
._bottom_1pse9_25 p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._bottom_1pse9_25 p span {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #C6C6C7;
}
._bottom_1pse9_25 p span:last-child {
  color: #fff;
}
._bottom_1pse9_25 p span._green_1pse9_45 {
  color: #43D26C;
}

._diagram_wrapper_1pse9_49 {
  position: relative;
  width: 205px;
  height: 205px;
}
._diagram_text_1pse9_54 {
  padding: 0 33px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
._diagram_text_1pse9_54 p {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}._banner_xz5ks_1 {
  position: relative;
  padding: 44px 0;
}
@media (max-width: 600px) {
  ._banner_xz5ks_1 {
    padding: 30px 0;
  }
}
._banner_title_xz5ks_10 {
  color: var(--Text-White, #fff);
  text-align: center;
  font-size: 32px;
  min-height: 32px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  ._banner_title_xz5ks_10 {
    font-size: 24px;
  }
}
._banner_bg_xz5ks_24 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
._banner_bg_xz5ks_24 img {
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  ._sticky_xz5ks_38 {
    top: 95px;
    position: -webkit-sticky;
    position: sticky;
  }
}
@media (max-width: 768px) {
  ._sticky_xz5ks_38 {
    width: 100%;
  }
}

._body_xz5ks_50 {
  padding-top: 30px;
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  ._body_xz5ks_50 {
    flex-direction: column;
    padding: 20px 0;
  }
}

._l_xz5ks_62 {
  width: 360px;
  margin-right: 115px;
}
._l_inner_xz5ks_66 {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1000px) {
  ._l_xz5ks_62 {
    margin-right: 20px;
  }
}
@media (max-width: 900px) {
  ._l_xz5ks_62 {
    width: 300px;
  }
}
@media (max-width: 768px) {
  ._l_xz5ks_62 {
    width: 100%;
    margin-bottom: 12px;
    margin-right: 0;
  }
}

._r_xz5ks_88 {
  width: calc(100% - 475px);
}
@media (max-width: 900px) {
  ._r_xz5ks_88 {
    width: calc(100% - 320px);
  }
}
@media (max-width: 768px) {
  ._r_xz5ks_88 {
    max-width: 100%;
    width: 100%;
  }
}

._creation_fee_xz5ks_103 {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
._creation_fee_xz5ks_103 svg {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
._creation_fee_xz5ks_103 span {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
}
._creation_fee_xz5ks_103._mob_xz5ks_119 {
  display: none;
}
@media (max-width: 768px) {
  ._creation_fee_xz5ks_103._mob_xz5ks_119 {
    display: flex;
  }
}
@media (max-width: 768px) {
  ._creation_fee_xz5ks_103 {
    display: none;
  }
}

._mob_btn_xz5ks_133 {
  display: none;
}
@media (max-width: 768px) {
  ._mob_btn_xz5ks_133 {
    display: block;
    margin-top: 12px;
  }
}._wrapper_1t9mg_1 {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}._next_btdl5_1 {
  width: 100%;
  margin-top: 20px;
}
._next_btdl5_1._mob_btdl5_5 {
  display: none;
}

._button-container_btdl5_9 {
  margin-top: 20px;
}._wrapper_1ao9y_1 {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

._top_1ao9y_7 {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
._top_dates_1ao9y_12 {
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 10px;
}
._top_dates_item_1ao9y_18 {
  width: calc((100% - 10px) / 2);
}
@media (max-width: 450px) {
  ._top_dates_item_1ao9y_18 {
    width: 100%;
  }
}

._body_1ao9y_27 {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

._bottom_1ao9y_33 {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}._title_1ea8q_1 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin: 15px 0;
}._container_1mfoh_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

._pult_1mfoh_9 {
  padding-top: 20px;
}
._pult_1mfoh_9 > div {
  margin: 0;
  margin-bottom: -20px;
}@keyframes _fadeInWithBlurScaleNftLaunch_cbv1z_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_cbv1z_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_cbv1z_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_cbv1z_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_cbv1z_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_cbv1z_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_cbv1z_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_cbv1z_478 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_cbv1z_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_cbv1z_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_cbv1z_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_cbv1z_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_cbv1z_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_cbv1z_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_cbv1z_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_cbv1z_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_cbv1z_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_cbv1z_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_cbv1z_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_cbv1z_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_cbv1z_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_cbv1z_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_cbv1z_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_cbv1z_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_cbv1z_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_cbv1z_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_cbv1z_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_cbv1z_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_cbv1z_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_cbv1z_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_cbv1z_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_cbv1z_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_cbv1z_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_cbv1z_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_cbv1z_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_cbv1z_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_cbv1z_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_cbv1z_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_cbv1z_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_cbv1z_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_cbv1z_1 {}
@keyframes _wave-animation_cbv1z_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_cbv1z_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_cbv1z_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_cbv1z_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._gradient_cbv1z_410 {
  background-color: #2f2f33;
}

._itemFadeIn_cbv1z_414 {
  animation-name: _topIconsFadeIn_cbv1z_1;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.5, 0.8, 0.2, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._itemFadeIn_cbv1z_414 {
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.5, 0.8, 0.2, 1);
    animation-name: _topIconsFadeInMobile_cbv1z_1;
  }
}
@keyframes _topIconsFadeIn_cbv1z_1 {
  from {
    scale: 0.6;
    transform: translateY(-150px) translateX(0px);
    max-height: 10px !important;
  }
  to {
    opacity: 1;
  }
}
@keyframes _topIconsFadeInMobile_cbv1z_1 {
  from {
    max-height: 10px !important;
  }
  to {
    opacity: 1;
  }
}

._itemFadeInReverse_cbv1z_446 {
  animation-name: _topIconsFadeIn_cbv1z_1;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.5, 0.8, 0.2, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._itemFadeInReverse_cbv1z_446 {
    animation-timing-function: cubic-bezier(0.5, 0.8, 0.2, 1);
    animation-duration: 0.2s;
    animation-name: _topIconsFadeInMobileReverse_cbv1z_1;
  }
}
@keyframes _topIconsFadeIn_cbv1z_1 {
  from {
    scale: 0.6;
    transform: translateY(-150px) translateX(0px);
    max-height: 10px !important;
  }
  to {
    opacity: 1;
  }
}
@keyframes _topIconsFadeInMobileReverse_cbv1z_1 {
  from {
    max-height: 10px !important;
  }
  to {
    opacity: 1;
  }
}

._fadeIn_cbv1z_478 {
  animation-name: _fadeIn_cbv1z_478;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.2, 0.2, 0.4, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._fadeIn_cbv1z_478 {
    animation-duration: 0.4s;
  }
}

._fadeInWrapper_cbv1z_490 {
  animation-name: _fadeIn_cbv1z_478;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.2, 0.2, 0.4, 1);
  animation-fill-mode: both;
  animation-duration: 0.3s;
}
@media (max-width: 600px) {
  ._fadeInWrapper_cbv1z_490 {
    animation-duration: 0.4s;
  }
}

._banner_cbv1z_503 {
  position: relative;
}
@media (max-width: 600px) {
  ._banner_cbv1z_503 {
    min-height: 175.5;
  }
}
@media (max-width: 397px) {
  ._banner_cbv1z_503 {
    min-height: 199.5;
  }
}
._banner_button_cbv1z_516 {
  border-radius: 8px;
  background: var(--Button-Blue, #0088cb);
  display: flex;
  padding: 14px 20px;
  align-items: center;
  gap: 6px;
  width: fit-content;
  color: var(--Text-White, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  cursor: pointer;
}
._banner_bg_cbv1z_533 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
._banner_bg_cbv1z_533 img {
  height: 100%;
  object-fit: cover;
}
._banner_inner_cbv1z_544 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 1000px) {
  ._banner_inner_cbv1z_544 {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  ._banner_inner_cbv1z_544 {
    padding: 30px 0;
  }
}
._banner_title_cbv1z_563 {
  color: var(--Text-White, #fff);
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 14px;
}
@media (max-width: 600px) {
  ._banner_title_cbv1z_563 {
    font-size: 24px;
  }
}
._banner_text_cbv1z_574 {
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
  max-width: 450px;
}
@media (max-width: 600px) {
  ._banner_btn_cbv1z_583 {
    height: 48px;
    width: 165px;
    font-size: 14px;
  }
}
._banner_btn_cbv1z_583 svg {
  width: 20px;
  height: 20px;
  margin-left: 6px;
}
._banner_l_cbv1z_594 {
  width: calc(100% - 570px);
  margin-bottom: 16px;
}
@media (max-width: 1000px) {
  ._banner_l_cbv1z_594 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
._banner_r_cbv1z_607 {
  width: 550px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 600px) {
  ._banner_r_cbv1z_607 {
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 24px;
    gap: 10px;
  }
}
._banner_item_cbv1z_622 {
  padding: 44px 30px;
  border-radius: 20px;
  border: 1px solid var(--Stroke-Dark, #2c2c2f);
  background: var(--BG-Primary, #232328);
  width: calc((100% - 20px) / 2);
}
@media (max-width: 600px) {
  ._banner_item_cbv1z_622 {
    width: 100%;
  }
}
._banner_item_title_cbv1z_634 {
  color: var(--Text-White, #fff);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}
._banner_item_text_cbv1z_641 {
  color: var(--Text-Light_grey, #c6c6c7);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

._pult_cbv1z_648 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  ._pult_cbv1z_648 {
    flex-direction: column;
    align-items: flex-start;
  }
}
._pult_l_cbv1z_659 {
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  ._pult_l_cbv1z_659 {
    flex-direction: column;
    align-items: flex-start;
  }
}
._pult_tabs_cbv1z_669 {
  display: flex;
  align-items: center;
  column-gap: 10px;
  row-gap: 10px;
  margin-right: 40px;
  margin: 20px 0;
}
@media (max-width: 600px) {
  ._pult_tabs_cbv1z_669 {
    margin-bottom: 16px;
    margin-right: 0;
    flex-wrap: wrap;
  }
}
._pult_tab_cbv1z_669 {
  color: var(--Text-Gray, #6e6e71);
  font-size: 16px;
  font-weight: 400;
  border-radius: 8px;
  background: var(--Tab-Light, #1f1f24);
  padding: 11px 20px;
  color: var(--Text-Gray, #6e6e71);
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: 0.3s;
}
._pult_tab_cbv1z_669:hover {
  color: #c6c6c7;
}
._pult_tab_cbv1z_669._active_cbv1z_700 {
  background: var(--Tab-Dark, #18181c);
  color: #fff;
}

._radio_cbv1z_705 {
  background-color: #3b3b3f;
  width: 40px;
  height: 20px;
  border-radius: 10px;
  margin-left: 8px;
  position: relative;
  transition: 0.3s;
}
._radio_cbv1z_705._active_cbv1z_700 {
  background-color: #43d26c;
}
._radio_cbv1z_705._active_cbv1z_700::after {
  left: calc(100% - 1px);
  transform: translateX(-100%);
}
._radio_cbv1z_705::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.3s;
  position: absolute;
  left: 1px;
  top: 1px;
}
._radio_wrapper_cbv1z_734 {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
._radio_text_cbv1z_739 {
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
}

._search_cbv1z_745 {
  position: relative;
  height: 48px;
  width: 245px;
}
@media (max-width: 768px) {
  ._search_cbv1z_745 {
    margin-top: 16px;
    width: 100%;
  }
}
._search_cbv1z_745 svg {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
._search_cbv1z_745 input {
  border-radius: 8px;
  border: 1px solid var(--Stroke-Main, #444448);
  height: 100%;
  width: 100%;
  padding-left: 47px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  transition: 0.3s;
}
._search_cbv1z_745 input:hover {
  border-color: #6e6e71;
}
._search_cbv1z_745 input:focus {
  border-color: #6e6e71;
}
._search_cbv1z_745 input::placeholder {
  color: var(--Text-Gray, #6e6e71);
}

._tableFadeIn_cbv1z_787 {
  animation-name: _fadeInWithBorder20px_cbv1z_1;
  animation-duration: 0.45s;
  animation-timing-function: cubic-bezier(0.2, 0.5, 0.6, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._tableFadeIn_cbv1z_787 {
    animation-name: _fadeInWithBorder20pxMobile_cbv1z_1;
  }
}
@keyframes _fadeInWithBorder20px_cbv1z_1 {
  0% {
    opacity: 1;
    scale: 0.996;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBorder20pxMobile_cbv1z_1 {
  0% {
    opacity: 1;
    scale: 0.995;
  }
  100% {
    opacity: 1;
  }
}

._tableFadeOut_cbv1z_817 {
  animation-name: _fadeOutWithBorder20px_cbv1z_1;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.2, 0.5, 0.6, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._tableFadeOut_cbv1z_817 {
    animation-name: _fadeOutWithBorder20pxMobile_cbv1z_1;
  }
}
@keyframes _fadeOutWithBorder20px_cbv1z_1 {
  0% {
    opacity: 1;
    scale: 1;
  }
  100% {
    opacity: 1;
    scale: 0.996;
  }
}
@keyframes _fadeOutWithBorder20pxMobile_cbv1z_1 {
  0% {
    opacity: 1;
    scale: 1;
  }
  100% {
    opacity: 1;
    scale: 0.995;
  }
}

._table_cbv1z_787 {
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  border-radius: 20px;
  background: var(--BG-Block, #2f2f33);
}
._table_more_cbv1z_855 {
  color: var(--Text-Link, #0088cb);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 20px;
  cursor: pointer;
  user-select: none;
  transition: 0.3s;
}
._table_more_cbv1z_855:hover {
  color: #00a1f0;
}
._table_item_cbv1z_869 {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--Stroke-Main, #444448);
  cursor: pointer;
  user-select: none;
  transition: 0.3s;
  flex-wrap: wrap;
}
@media (hover) {
  ._table_item_cbv1z_869:hover {
    background: var(--Button-Gray_Act, #363639);
  }
}
._table_item_cbv1z_869:active {
  background: var(--Button-Gray_Act, #363639);
}
._table_item_cbv1z_869:last-child {
  border: none;
}
._table_item_col_cbv1z_890:nth-child(1) {
  width: 11%;
  padding-right: 20px;
}
@media (max-width: 768px) {
  ._table_item_col_cbv1z_890:nth-child(1) {
    display: none;
  }
}
._table_item_col_cbv1z_890:nth-child(2) {
  width: 29%;
  padding-right: 20px;
}
@media (max-width: 768px) {
  ._table_item_col_cbv1z_890:nth-child(2) {
    width: 34%;
  }
}
@media (max-width: 600px) {
  ._table_item_col_cbv1z_890:nth-child(2) {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
._table_item_col_cbv1z_890:nth-child(3) {
  width: 20%;
  padding-right: 20px;
}
@media (max-width: 768px) {
  ._table_item_col_cbv1z_890:nth-child(3) {
    width: 22%;
  }
}
@media (max-width: 600px) {
  ._table_item_col_cbv1z_890:nth-child(3) {
    display: none;
  }
}
._table_item_col_cbv1z_890:nth-child(4) {
  width: 20%;
  padding-right: 20px;
}
@media (max-width: 768px) {
  ._table_item_col_cbv1z_890:nth-child(4) {
    width: 22%;
  }
}
@media (max-width: 600px) {
  ._table_item_col_cbv1z_890:nth-child(4) {
    width: 50%;
    padding-right: 10px;
  }
}
._table_item_col_cbv1z_890:nth-child(5) {
  width: 20%;
}
@media (max-width: 768px) {
  ._table_item_col_cbv1z_890:nth-child(5) {
    width: 22%;
  }
}
@media (max-width: 600px) {
  ._table_item_col_cbv1z_890:nth-child(5) {
    width: 50%;
    padding-right: 10px;
  }
}
._table_item_status_cbv1z_958 {
  border-radius: 20px;
  background: rgba(198, 198, 199, 0.18);
  padding: 2px 11px;
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  display: inline-block;
}
@media (max-width: 768px) {
  ._table_item_status_cbv1z_958 {
    display: none;
  }
}
._table_item_status_cbv1z_958._active_cbv1z_700 {
  background: rgba(67, 210, 108, 0.14);
  color: var(--Text-Success, #43d26c);
}
._table_item_status_cbv1z_958._upcoming_cbv1z_977 {
  background: rgba(233, 190, 80, 0.14);
  color: var(--Text-Warning, #e9be50);
}
._table_item_status_cbv1z_958._mob_cbv1z_981 {
  display: none;
}
@media (max-width: 768px) {
  ._table_item_status_cbv1z_958._mob_cbv1z_981 {
    display: inline-block;
    margin-top: 6px;
  }
}
._table_item_content_cbv1z_990 {
  display: flex;
  align-items: center;
}
._table_item_icon_cbv1z_994 {
  width: 42px;
  height: 42px;
  border-radius: 42px;
  border: 1px solid var(--Stroke-Main, #444448);
  background: url('<path-to-image>'), lightgray 50%/cover no-repeat;
  margin-right: 8px;
}
._table_item_icon_cbv1z_994 img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
}
._table_item_name_cbv1z_1007 {
  overflow: hidden;
  color: var(--Text-White, #fff);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
}
._table_item_info_cbv1z_1015 {
  max-width: calc(100% - 50px);
}
._table_item_text_cbv1z_1018 p:first-child {
  color: var(--Text-Gray, #6e6e71);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
}
@media (max-width: 600px) {
  ._table_item_text_cbv1z_1018 p:first-child {
    text-align: left;
  }
}
._table_item_text_cbv1z_1018 p:last-child {
  color: var(--Text-White, #fff);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 600px) {
  ._table_item_text_cbv1z_1018 p:last-child {
    text-align: left;
  }
}._container_iwp4e_1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
._container_iwp4e_1 > div {
  width: 100%;
}@keyframes _fadeInWithBlurScaleNftLaunch_10d38_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_10d38_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_10d38_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_10d38_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_10d38_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_10d38_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_10d38_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_10d38_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_10d38_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_10d38_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_10d38_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_10d38_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_10d38_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_10d38_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_10d38_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_10d38_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_10d38_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_10d38_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_10d38_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_10d38_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_10d38_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_10d38_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_10d38_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_10d38_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_10d38_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_10d38_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_10d38_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_10d38_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_10d38_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_10d38_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_10d38_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_10d38_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_10d38_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_10d38_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_10d38_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_10d38_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_10d38_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_10d38_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_10d38_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_10d38_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_10d38_1 {}
@keyframes _wave-animation_10d38_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_10d38_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_10d38_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_10d38_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._container_10d38_410 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
._container__margin-bottom_10d38_417 {
  margin-bottom: 60px;
}
._container__margin-bottom-s_10d38_420 {
  margin-bottom: 30px;
}

._header_10d38_424 {
  display: flex;
  padding: 0px 24px;
  gap: 20px;
  align-self: stretch;
}
._header__item_10d38_430 {
  flex: 1 0 0;
  color: var(--Text-Gray, #6e6e71);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
._header__item_10d38_430:first-child {
  text-align: start;
}
._header__item_10d38_430:last-child {
  width: 160px;
  flex: none;
  text-align: end;
}

._rows_10d38_449 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
._rows__item_10d38_454 {
  display: flex;
  padding: 18px 24px;
  gap: 20px;
  align-self: stretch;
  border-bottom: 1px solid var(--Stroke-Main, #444448);
  background: var(--BG-Block, #2f2f33);
  align-items: center;
}
._rows__item_10d38_454:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
._rows__item_10d38_454:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom: none;
}
._rows__item__cell_10d38_472 {
  flex: 1 0 0;
  color: var(--Text-White, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  align-items: center;
}
._rows__item__cell_10d38_472:first-child {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1 0 0;
}
._rows__item__cell_10d38_472:first-child > div {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  overflow: hidden;
}
._rows__item__cell_10d38_472:first-child > div > img {
  width: 42px;
  height: 42px;
  aspect-ratio: 1/1;
  border-radius: 8px;
}
._rows__item__cell_10d38_472:first-child > div > span {
  color: var(--Text-White, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-wrap: nowrap;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 400px) {
  ._rows__item__cell_10d38_472:first-child > div > span {
    max-width: 130px;
  }
}
._rows__item__cell_10d38_472:last-child {
  width: 160px;
  flex-shrink: 0;
  color: var(--Text-Link, #0088cb);
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  cursor: pointer;
}
@media (min-width: 600px) {
  ._rows__item__cell_10d38_472:last-child {
    flex: none;
  }
}

._pagination_10d38_539 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -30px;
  margin-bottom: -30px;
}
@media (max-width: 600px) {
  ._pagination_10d38_539 {
    margin-bottom: -10px;
  }
}

@media (max-width: 600px) {
  ._desktop_10d38_554 {
    display: none;
  }
}

@media (min-width: 600px) {
  ._mobile_10d38_560 {
    display: none;
  }
}

._loader_10d38_565 {
  width: 100%;
  height: 100%;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  align-items: center;
  justify-content: center;
}

._empty_10d38_575 {
  display: flex;
  gap: 4px;
  flex-direction: column;
  align-items: center;
  color: #6e6e71;
}

/* Skeleton styles */
._skeleton_group_10d38_584 {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

._skeleton_img_10d38_591 {
  border-radius: 6px;
  background: linear-gradient(270deg, #29292f 0%, rgb(48, 48, 53) 30%, rgba(255, 255, 255, 0.15) 31.5%, rgba(255, 255, 255, 0.15) 68.5%, rgb(48, 48, 53) 70%, #29292f 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  animation: _wave-animation1_10d38_1 2.5s ease-in-out infinite;
  width: 42px;
  height: 42px;
  border-radius: 8px;
}

._skeleton_text_10d38_600 {
  border-radius: 6px;
  background: linear-gradient(270deg, #29292f 0%, rgb(48, 48, 53) 30%, rgba(255, 255, 255, 0.15) 31.5%, rgba(255, 255, 255, 0.15) 68.5%, rgb(48, 48, 53) 70%, #29292f 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  animation: _wave-animation1_10d38_1 2.5s ease-in-out infinite;
  height: 16px;
  width: clamp(120px, 30%, 240px);
  border-radius: 6px;
}

._skeleton_num_10d38_609 {
  border-radius: 6px;
  background: linear-gradient(270deg, #29292f 0%, rgb(48, 48, 53) 30%, rgba(255, 255, 255, 0.15) 31.5%, rgba(255, 255, 255, 0.15) 68.5%, rgb(48, 48, 53) 70%, #29292f 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  animation: _wave-animation1_10d38_1 2.5s ease-in-out infinite;
  height: 16px;
  width: 80px;
  margin: 0 auto;
  border-radius: 6px;
}

._skeleton_action_10d38_619 {
  border-radius: 6px;
  background: linear-gradient(270deg, #29292f 0%, rgb(48, 48, 53) 30%, rgba(255, 255, 255, 0.15) 31.5%, rgba(255, 255, 255, 0.15) 68.5%, rgb(48, 48, 53) 70%, #29292f 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  animation: _wave-animation1_10d38_1 2.5s ease-in-out infinite;
  height: 16px;
  width: 56px;
  margin-left: auto;
  border-radius: 6px;
}._faq_nd8i5_1 {
  z-index: -1;
  padding: 30px;
  border-radius: 20px;
  background: var(--BG-Block, #2f2f33);
  margin-top: 30px;
}
@media (max-width: 650px) {
  ._faq_nd8i5_1 {
    padding: 20px;
  }
}
._faq_title_nd8i5_13 {
  color: var(--Text-White, #fff);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 650px) {
  ._faq_title_nd8i5_13 {
    margin-bottom: 20px;
  }
}
._faq_items_nd8i5_24 {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
}
._faq_items_col_nd8i5_29 {
  width: calc((100% - 20px) / 2);
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media (max-width: 650px) {
  ._faq_items_col_nd8i5_29:first-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 650px) {
  ._faq_items_col_nd8i5_29 {
    width: 100%;
  }
}._container_em9ck_1 {
  width: 100%;
  margin-top: -30px;
}._container_nbruw_1 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 30px;
}

._disclaimer_nbruw_8 {
  align-self: stretch;
  color: var(--Text-Gray, #6e6e71);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}._container_276x4_1 {
  display: flex;
  padding: 30px 30px 20px 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  border-radius: 20px;
  background: var(--BG-Block, #2f2f33);
}

._top_276x4_12 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
._top__image_276x4_17 {
  width: 24px;
  height: 24px;
  rotate: 180deg;
  cursor: pointer;
}
._top__title_276x4_23 {
  color: var(--Text-White, #fff);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

._middle_276x4_32 {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  flex-wrap: wrap;
}
._middle__l_276x4_39 {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
}
._middle__l__image_276x4_45 {
  width: 64px;
  height: 64px;
  border-radius: 8px;
}
._middle__l__info_276x4_50 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
}
._middle__l__info__title_276x4_58 {
  overflow: hidden;
  color: var(--Text-White, #fff);
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  flex-direction: row;
  align-items: center;
}
._middle__l__info__title__image_276x4_71 {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
._middle__l__info__address_276x4_76 {
  display: flex;
  flex-direction: row;
  gap: 4px;
  overflow: hidden;
  color: #c6c6c7;
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: 0.2s cubic-bezier(0.3, 0.3, 0.3, 1);
}
._middle__l__info__address__image_276x4_92 {
  width: 16px;
  height: 16px;
}
@media (min-width: 601px) {
  ._middle__l__info__address_276x4_76:hover {
    color: #dededf;
  }
  ._middle__l__info__address_276x4_76:hover__image {
    filter: brightness(1.15);
  }
  ._middle__l__info__address_276x4_76:active {
    color: #b8b8ba;
  }
  ._middle__l__info__address_276x4_76:active__image {
    filter: brightness(0.92);
  }
}
@media (max-width: 600px) {
  ._middle__l__info__address_276x4_76:active {
    color: rgba(90, 236, 131, 0.6784313725);
  }
}
._middle__l__info__address__image_276x4_92 {
  width: 16px;
  height: 16px;
}
._middle__r_276x4_119 {
  display: flex;
  width: 413px;
  align-items: flex-start;
  gap: 25px;
}
._middle__r__item_276x4_125 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 5px;
  flex: 1 0 0;
  border-left: 1px solid #444448;
}
._middle__r__item_276x4_125:first-child {
  border-left: none;
}
._middle__r__item__title_276x4_137 {
  height: 20px;
  align-self: stretch;
  color: var(--Text-Light_grey, #c6c6c7);
  text-align: right;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
@media (max-width: 900px) {
  ._middle__r__item__title_276x4_137 {
    font-size: 12px;
  }
}
._middle__r__item__value_276x4_153 {
  color: var(--Text-White, #fff);
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
}

._bottom_276x4_163 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
._bottom__title_276x4_170 {
  color: var(--Text-White, #fff);
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
._bottom__content_276x4_179 {
  color: var(--Text-Light_grey, #c6c6c7);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}._container_1ffxc_1 {
  display: flex;
  padding: 30px 30px 20px 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  border-radius: 20px;
  background: var(--BG-Block, #2f2f33);
}

._title_1ffxc_12 {
  color: var(--Text-White, #fff);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 600px) {
  ._title_1ffxc_12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }
}

._header_1ffxc_29 {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 18px 20px;
  align-self: stretch;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  ._header_1ffxc_29 {
    justify-content: center;
  }
}
._header__tabs_1ffxc_42 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: -20px;
  margin-bottom: -20px;
}
@media (max-width: 600px) {
  ._header__tabs_1ffxc_42 {
    width: 100%;
    align-items: stretch;
  }
  ._header__tabs_1ffxc_42 .swiper {
    width: 100%;
  }
  ._header__tabs_1ffxc_42 .swiper-wrapper {
    display: flex;
    gap: 10px;
  }
  ._header__tabs_1ffxc_42 .swiper-slide {
    width: 0 !important;
    flex: 1 1 0 !important;
    min-width: 0;
  }
  ._header__tabs_1ffxc_42 .swiper-slide > * {
    justify-content: center !important;
    text-align: center !important;
    margin-right: 0 !important;
    width: 100%;
  }
}
._header__switcher_1ffxc_73 {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
._header__switcher__title_1ffxc_78 {
  color: var(--Text-Light_grey, #c6c6c7);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

._table_1ffxc_87 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
._table__header_1ffxc_94 {
  display: flex;
  padding: 0px 20px;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
@media (max-width: 600px) {
  ._table__header_1ffxc_94 {
    display: flex;
    padding: 0px 16px;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
  }
}
._table__header__item_1ffxc_112 {
  flex: 1 0 0;
  align-self: stretch;
  color: var(--Text-Gray, #6e6e71);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
._table__header__item_1ffxc_112:first-child {
  flex: none;
  width: 20px;
}
._table__header__item_1ffxc_112:last-child {
  flex: none;
  width: 33px;
}
@media (max-width: 600px) {
  ._table__header__item_1ffxc_112:first-child {
    flex: 1 0 0;
    width: 100%;
  }
  ._table__header__item_1ffxc_112:last-child {
    flex: 1 0 0;
    width: 100%;
    color: var(--Text-Gray, #6e6e71);
    text-align: right;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
  }
}
._table__rows_1ffxc_147 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 8px;
  padding-bottom: 20px;
}
._table__rows__last_1ffxc_155 {
  padding-bottom: 0px;
}
._table__rows__item_1ffxc_158 {
  box-sizing: border-box;
  display: flex;
  padding: 12px 20px;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  background: var(--Button-Gray_Act, #363639);
  overflow: hidden;
  color: var(--Text-Light_grey, #c6c6c7);
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
._table__rows__item_1ffxc_158:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
._table__rows__item_1ffxc_158:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
._table__rows__item__cell_1ffxc_183 {
  flex: 1 0 0;
}
._table__rows__item__cell_1ffxc_183:first-child {
  display: flex;
  width: 20px;
  height: 20px;
  padding: 1.667px 3.333px;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  flex: none;
}
._table__rows__item__cell_1ffxc_183:first-child > img {
  width: 13.333px;
  height: 16.667px;
  flex-shrink: 0;
}
._table__rows__item__cell_1ffxc_183:first-child > svg {
  width: 13.333px;
  height: 16.667px;
  flex-shrink: 0;
}
._table__rows__item__cell_1ffxc_183:last-child {
  flex: none;
  color: var(--Text-Link, #0088cb);
  text-align: right;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  cursor: pointer;
}
._table__rows__item__cell__address_1ffxc_217 {
  display: flex;
  flex-direction: row;
  gap: 4px;
  overflow: hidden;
  color: var(--Text-Light_grey, #c6c6c7);
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.2s cubic-bezier(0.3, 0.3, 0.3, 1);
}
@media (min-width: 601px) {
  ._table__rows__item__cell__address_1ffxc_217:hover {
    color: #dededf;
  }
  ._table__rows__item__cell__address_1ffxc_217:hover__image {
    filter: brightness(1.15);
  }
  ._table__rows__item__cell__address_1ffxc_217:active {
    color: #b8b8ba;
  }
  ._table__rows__item__cell__address_1ffxc_217:active__image {
    filter: brightness(0.92);
  }
}
@media (max-width: 600px) {
  ._table__rows__item__cell__address_1ffxc_217:active {
    color: #b0b0b2;
  }
  ._table__rows__item__cell__address_1ffxc_217:active__image {
    filter: brightness(0.9);
  }
}
._table__rows__item__cell__address__image_1ffxc_255 {
  width: 16px;
  height: 16px;
  transition: filter 0.2s cubic-bezier(0.3, 0.3, 0.3, 1);
}
._table__pagination_1ffxc_260 {
  margin-top: -10px;
  margin-bottom: -10px;
  display: flex;
}

@media (max-width: 600px) {
  ._desktop_1ffxc_267 {
    display: none;
  }
}

@media (min-width: 600px) {
  ._mobile_1ffxc_273 {
    display: none;
  }
}

._loader_1ffxc_278 {
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

._animate_1ffxc_288 {
  width: 100%;
}

._empty_1ffxc_292 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 24px 0;
  color: var(--Text-Gray, #6e6e71);
}
._empty_1ffxc_292 span {
  font-size: 14px;
}
._empty_1ffxc_292 svg {
  width: 140px;
  height: auto;
}@keyframes _fadeInWithBlurScaleNftLaunch_uehu5_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_uehu5_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_uehu5_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_uehu5_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_uehu5_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_uehu5_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_uehu5_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_uehu5_425 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_uehu5_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_uehu5_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_uehu5_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_uehu5_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_uehu5_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_uehu5_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_uehu5_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_uehu5_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_uehu5_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_uehu5_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_uehu5_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_uehu5_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_uehu5_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_uehu5_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_uehu5_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_uehu5_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_uehu5_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_uehu5_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_uehu5_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_uehu5_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_uehu5_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_uehu5_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_uehu5_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_uehu5_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_uehu5_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_uehu5_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_uehu5_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_uehu5_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_uehu5_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_uehu5_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_uehu5_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_uehu5_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_uehu5_1 {}
@keyframes _wave-animation_uehu5_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_uehu5_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_uehu5_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_uehu5_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._p_gradient_uehu5_410 {
  border-radius: 6px;
  background: linear-gradient(270deg, #29292f 0%, rgb(48, 48, 53) 30%, rgba(255, 255, 255, 0.15) 31.5%, rgba(255, 255, 255, 0.15) 68.5%, rgb(48, 48, 53) 70%, #29292f 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  animation: _wave-animation1_uehu5_1 2.5s ease-in-out infinite;
  border-radius: 20px;
}

._wrapper_uehu5_417 :first-child {
  overflow: visible;
}

._card_uehu5_421 {
  margin-bottom: 30px;
}

._fadeIn_uehu5_425 {
  animation-name: _fadeIn_uehu5_425;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.13s !important;
}
@media (max-width: 600px) {
  ._fadeIn_uehu5_425 {
    animation-duration: 0.4s;
  }
}

._img_uehu5_438 {
  border-radius: 16px;
}

._ended_uehu5_442 {
  padding: 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  background-color: #363639;
  margin-bottom: 30px;
}
._ended_icon_uehu5_452 {
  width: 24px;
  height: 24px;
}
._ended_r_uehu5_456 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 6px;
  flex: 1 0 0;
}
._ended_r_uehu5_456 p:first-child {
  align-self: stretch;
  color: var(--text-white, #fff);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
._ended_r_uehu5_456 p:last-child {
  align-self: stretch;
  color: var(--text-white, #fff);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
}

._collection_uehu5_484 {
  display: flex;
  height: 64px;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  align-self: stretch;
  margin-bottom: 30px;
}
._collection__image_uehu5_493 {
  width: 64px;
  height: 64px;
}
._collection__inner_uehu5_497 {
  display: flex;
  align-items: center;
  gap: 16px;
}
._collection__inner_uehu5_497 :first-child {
  overflow: hidden;
  border-radius: 16px !important;
}
._collection__title_uehu5_506 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
}
._collection__title__top_uehu5_514 {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  overflow: hidden;
  color: var(--Text-White, #fff);
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
._collection__title__top__image_uehu5_528 {
  width: 16px;
  height: 16px;
}
._collection__title__bottom_uehu5_532 {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  color: var(--Text-Light_grey, #c6c6c7);
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.2s cubic-bezier(0.3, 0.3, 0.3, 1);
}
@media (min-width: 601px) {
  ._collection__title__bottom_uehu5_532:hover {
    color: #dededf;
  }
  ._collection__title__bottom_uehu5_532:hover__image {
    filter: brightness(1.15);
  }
  ._collection__title__bottom_uehu5_532:active {
    color: #b8b8ba;
  }
  ._collection__title__bottom_uehu5_532:active__image {
    filter: brightness(0.92);
  }
}
@media (max-width: 600px) {
  ._collection__title__bottom_uehu5_532:active {
    color: #b0b0b2;
  }
  ._collection__title__bottom_uehu5_532:active__image {
    filter: brightness(0.9);
  }
}
._collection__title__bottom__image_uehu5_570 {
  width: 18px;
  height: 18px;
  transition: filter 0.2s cubic-bezier(0.3, 0.3, 0.3, 1);
}

._wrapper_uehu5_417 {
  transition: 0.2s ease;
}
@media (min-width: 600px) {
  ._wrapper_uehu5_417 {
    margin-top: 10px;
  }
}

._inner_uehu5_585 {
  overflow: auto;
  max-height: calc(100vh - 100px);
  padding: 10px;
}
._inner_uehu5_585::-webkit-scrollbar {
  display: block;
  scrollbar-width: 6px !important;
  width: 6px;
  border-radius: 30px;
}
._inner_uehu5_585::-webkit-scrollbar-track {
  display: block;
  background-color: #232328;
  border-radius: 30px;
}
._inner_uehu5_585::-webkit-scrollbar-thumb {
  display: block;
  background: #3b3b3f;
  border-radius: 30px;
}
@media (max-width: 420px) {
  ._inner_uehu5_585 {
    padding: 10px;
  }
}

._textFadeIn_uehu5_612 {
  animation-name: _fadeIn_uehu5_425;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._textFadeIn_uehu5_612 {
    animation-duration: 0.4s;
  }
}

._unlock_uehu5_624 {
  min-height: 150px !important;
  padding: 20px;
  border-radius: 8px;
  background: var(--button-gray-act, #363639);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
._unlock_title_uehu5_634 {
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 4px;
  text-align: center;
}
._unlock_items_uehu5_642 {
  display: flex;
  flex-wrap: wrap;
  max-width: 264px;
  width: 100%;
}
._unlock_item_uehu5_642 {
  width: calc((100% - 24px) / 4);
  margin-right: 8px;
  margin-top: 8px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid var(--stroke-main, #444448);
  backdrop-filter: blur(10px);
  animation-name: _fadeInWithBlurScaleNftLaunch_uehu5_1;
  animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  animation-duration: 0.35s;
  animation-fill-mode: both;
  animation-duration: 0.4s !important;
}
@media (max-width: 600px) {
  ._unlock_item_uehu5_642 {
    animation-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
    animation-duration: 0.8s;
  }
}
._unlock_item_uehu5_642 p:first-child {
  margin-bottom: 2px;
  color: var(--text-white, #fff);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}
._unlock_item_uehu5_642 p:last-child {
  color: var(--text-white, #fff);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}
._unlock_item_uehu5_642:nth-child(4n+4) {
  margin-right: 0;
}

._info_title_uehu5_687 {
  color: var(--text-white, #fff);
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 12px;
}
._info_items_uehu5_694 {
  padding-bottom: 45px;
}
._info_items__last_uehu5_697 {
  padding-bottom: 0px;
}
._info_item_uehu5_694 {
  padding: 12px 0;
  border-bottom: 1px solid var(--stroke-main, #444448);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._info_item_top_uehu5_707 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
._info_item_text_uehu5_714 {
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  flex-direction: row;
  gap: 4px;
}
._info_item_text_uehu5_714:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
._info_item_text_uehu5_714._green_uehu5_728 {
  cursor: pointer;
  max-width: 70%;
  color: #43d26c;
  -webkit-tap-highlight-color: transparent;
  /* smooth color transitions like JetonEventTable */
  transition: 0.2s cubic-bezier(0.3, 0.3, 0.3, 1);
}
@media (min-width: 601px) {
  ._info_item_text_uehu5_714._green_uehu5_728:hover {
    color: #5aec84;
  }
  ._info_item_text_uehu5_714._green_uehu5_728:hover ._copy_uehu5_740 path {
    fill: #5aec84;
  }
  ._info_item_text_uehu5_714._green_uehu5_728:active {
    color: rgba(90, 236, 131, 0.8274509804);
  }
  ._info_item_text_uehu5_714._green_uehu5_728:active ._copy_uehu5_740 path {
    fill: rgba(90, 236, 131, 0.8274509804);
  }
}
@media (max-width: 600px) {
  ._info_item_text_uehu5_714._green_uehu5_728:active {
    color: rgba(90, 236, 131, 0.6784313725);
  }
  ._info_item_text_uehu5_714._green_uehu5_728:active ._copy_uehu5_740 path {
    fill: rgba(90, 236, 131, 0.6784313725);
  }
}
._info_item_text_uehu5_714._green_uehu5_728 ._copy_uehu5_740 path {
  transition: 0.2s cubic-bezier(0.3, 0.3, 0.3, 1);
}
._info_item_uehu5_694:last-child {
  border: none;
}
._info_uehu5_687:last-child {
  margin-bottom: 0;
}

._stage_uehu5_768 {
  display: flex;
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

._btn_uehu5_776 {
  height: 48px;
  width: 100%;
  min-width: 150px;
  border-radius: 8px !important;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  display: flex;
  align-content: center;
}
._btn_uehu5_776 span {
  margin-left: 15px;
}
._btn_uehu5_776 svg {
  width: 20px;
  margin-left: 6px;
}

._hidden_uehu5_796 {
  display: none;
}

._bottom__info_uehu5_800 {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-left: -30px;
  padding-bottom: 10px;
}

._btns_uehu5_808 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 20px;
}
._btns__inner_uehu5_815 {
  width: 100%;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
}

._danger_text_uehu5_823 {
  color: var(--text-white, #fff);
  font-size: 15px;
  line-height: 150%;
  color: #0088cb;
}
._danger_text_uehu5_823 a {
  transition: 0.2s ease;
  text-decoration: underline;
  font-weight: 500;
}
._danger_text_uehu5_823 a:hover {
  filter: brightness(0.8);
}

._danger_container_uehu5_838 {
  display: flex;
}

@media (max-width: 500px) {
  ._danger_pc_uehu5_843 {
    display: none;
  }
}

@media (min-width: 500px) {
  ._danger_mobile_uehu5_849 {
    display: none;
  }
}

._selectedInfo_uehu5_854 {
  border-top: 1px solid var(--Stroke-Main, #444448);
  background: var(--BG-Block, #2f2f33);
  position: absolute;
  width: 100%;
  bottom: 0px;
  margin-left: -30px;
  margin-right: -30px;
}
._selectedInfo_uehu5_854 div {
  width: 100%;
}
._selectedInfo__disabled_uehu5_866 {
  border-color: transparent !important;
}
@media (max-width: 600px) {
  ._selectedInfo_uehu5_854 {
    margin-left: -20px;
    margin-right: 0px;
    position: absolute;
    display: flex;
    flex-direction: row;
  }
}

._hiddenInfo_uehu5_879 {
  transform: translateY(100%);
}

._content_uehu5_883 {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

._spinner_uehu5_889 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}@keyframes _fadeInWithBlurScaleNftLaunch_1i912_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1i912_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1i912_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1i912_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1i912_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1i912_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1i912_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1i912_419 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1i912_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1i912_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1i912_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1i912_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1i912_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1i912_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1i912_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1i912_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1i912_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1i912_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1i912_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1i912_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1i912_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1i912_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1i912_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1i912_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1i912_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1i912_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1i912_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1i912_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1i912_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1i912_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1i912_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1i912_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1i912_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1i912_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1i912_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1i912_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1i912_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1i912_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1i912_432 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1i912_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1i912_1 {}
@keyframes _wave-animation_1i912_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1i912_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1i912_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1i912_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._timer_1i912_410 {
  transition: min-height 0.3s ease-in-out, max-height 0.3s ease-in-out;
}
@media (max-width: 600px) {
  ._timer_1i912_410 {
    transition: min-height 0.3s ease-in-out, max-height 0.3s ease-in-out;
  }
}

._fadeIn_1i912_419 {
  animation-name: _fadeIn_1i912_419;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.35s !important;
}
@media (max-width: 600px) {
  ._fadeIn_1i912_419 {
    animation-duration: 0.4s;
  }
}

._scale_1i912_432 {
  animation: _scaleIn_1i912_1 0.375s cubic-bezier(0.2, 0.8, 0.6, 1);
}

@keyframes _scaleIn_1i912_1 {
  0% {
    opacity: 0;
    margin-top: 20px;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
._unlock_loader_1i912_447 {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  padding: 20px;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 33px;
}

._unlock_1i912_447 {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  padding: 20px;
  border-radius: 8px;
  background: var(--button-gray-act, #363639);
  align-items: center;
  margin-bottom: 30px;
}
._unlock_title_1i912_473 {
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 2px;
  text-align: center;
}
._unlock_items_1i912_481 {
  display: flex;
  flex-wrap: wrap;
  max-width: 264px;
  width: 100%;
}
._unlock_item_1i912_481 {
  width: calc((100% - 24px) / 4);
  margin-right: 8px;
  margin-top: 8px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid var(--stroke-main, #444448);
  backdrop-filter: blur(10px);
  animation-name: _fadeInWithBlurScaleNftLaunch_1i912_1;
  animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  animation-duration: 0.35s;
  animation-fill-mode: both;
  animation-duration: 0.4s !important;
}
@media (max-width: 600px) {
  ._unlock_item_1i912_481 {
    animation-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
    animation-duration: 0.8s;
  }
}
._unlock_item_1i912_481 p:first-child {
  margin-bottom: 2px;
  color: var(--text-white, #fff);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}
._unlock_item_1i912_481 p:last-child {
  color: var(--text-white, #fff);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}
._unlock_item_1i912_481:nth-child(4n+4) {
  margin-right: 0;
}

._ended_1i912_526 {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
._ended_icon_1i912_532 {
  width: 24px;
  height: 24px;
}
._ended_r_1i912_536 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 6px;
  flex: 1 0 0;
}
._ended_r_1i912_536 p:first-child {
  align-self: stretch;
  color: var(--text-white, #fff);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
._ended_r_1i912_536 p:last-child {
  align-self: stretch;
  color: var(--text-white, #fff);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
}@keyframes _fadeInWithBlurScaleNftLaunch_ittd4_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_ittd4_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_ittd4_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_ittd4_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_ittd4_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_ittd4_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_ittd4_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_ittd4_417 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_ittd4_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_ittd4_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_ittd4_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_ittd4_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_ittd4_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_ittd4_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_ittd4_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_ittd4_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_ittd4_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_ittd4_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_ittd4_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_ittd4_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_ittd4_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_ittd4_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_ittd4_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_ittd4_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_ittd4_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_ittd4_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_ittd4_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_ittd4_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_ittd4_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_ittd4_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_ittd4_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_ittd4_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_ittd4_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_ittd4_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_ittd4_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_ittd4_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_ittd4_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_ittd4_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_ittd4_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_ittd4_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_ittd4_1 {}
@keyframes _wave-animation_ittd4_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_ittd4_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_ittd4_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_ittd4_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._p_gradient_ittd4_410 {
  border-radius: 6px;
  background: linear-gradient(270deg, #29292f 0%, rgb(48, 48, 53) 30%, rgba(255, 255, 255, 0.15) 31.5%, rgba(255, 255, 255, 0.15) 68.5%, rgb(48, 48, 53) 70%, #29292f 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  animation: _wave-animation1_ittd4_1 2.5s ease-in-out infinite;
  border-radius: 20px;
}

._fadeIn_ittd4_417 {
  animation-name: _fadeIn_ittd4_417;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  animation-duration: 0.13s !important;
}
@media (max-width: 600px) {
  ._fadeIn_ittd4_417 {
    animation-duration: 0.4s;
  }
}

._collection_ittd4_430 {
  display: flex;
  height: 64px;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  align-self: stretch;
  margin-bottom: 30px;
}
._collection__image_ittd4_439 {
  width: 64px;
  height: 64px;
  border-radius: 8px;
}
._collection__inner_ittd4_444 {
  display: flex;
  align-items: center;
  gap: 16px;
}
._collection__title_ittd4_449 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
}
._collection__title__top_ittd4_457 {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  overflow: hidden;
  color: var(--Text-White, #fff);
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
._collection__title__top__image_ittd4_471 {
  width: 16px;
  height: 16px;
}
._collection__title__bottom_ittd4_475 {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  color: var(--Text-Light_grey, #c6c6c7);
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
._collection__title__bottom__image_ittd4_489 {
  width: 18px;
  height: 18px;
}

._wrapper_ittd4_494 {
  transition: 0.2s ease;
  padding-bottom: 20px;
}
@media (min-width: 600px) {
  ._wrapper_ittd4_494 {
    margin-top: 10px;
  }
}

._inner_ittd4_504 {
  overflow: auto;
  max-height: calc(100vh - 100px);
  padding: 10px;
}
._inner_ittd4_504::-webkit-scrollbar {
  display: block;
  scrollbar-width: 6px !important;
  width: 6px;
  border-radius: 30px;
}
._inner_ittd4_504::-webkit-scrollbar-track {
  display: block;
  background-color: #232328;
  border-radius: 30px;
}
._inner_ittd4_504::-webkit-scrollbar-thumb {
  display: block;
  background: #3b3b3f;
  border-radius: 30px;
}
@media (max-width: 420px) {
  ._inner_ittd4_504 {
    padding: 10px;
  }
}

._textFadeIn_ittd4_531 {
  animation-name: _fadeIn_ittd4_417;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._textFadeIn_ittd4_531 {
    animation-duration: 0.4s;
  }
}

._unlock_ittd4_543 {
  min-height: 150px !important;
  padding: 20px;
  border-radius: 8px;
  background: var(--button-gray-act, #363639);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
._unlock_title_ittd4_553 {
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 4px;
  text-align: center;
}
._unlock_items_ittd4_561 {
  display: flex;
  flex-wrap: wrap;
  max-width: 264px;
  width: 100%;
}
._unlock_item_ittd4_561 {
  width: calc((100% - 24px) / 4);
  margin-right: 8px;
  margin-top: 8px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid var(--stroke-main, #444448);
  backdrop-filter: blur(10px);
  animation-name: _fadeInWithBlurScaleNftLaunch_ittd4_1;
  animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  animation-duration: 0.35s;
  animation-fill-mode: both;
  animation-duration: 0.4s !important;
}
@media (max-width: 600px) {
  ._unlock_item_ittd4_561 {
    animation-timing-function: cubic-bezier(0.1, 0.5, 0.5, 1);
    animation-duration: 0.8s;
  }
}
._unlock_item_ittd4_561 p:first-child {
  margin-bottom: 2px;
  color: var(--text-white, #fff);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}
._unlock_item_ittd4_561 p:last-child {
  color: var(--text-white, #fff);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}
._unlock_item_ittd4_561:nth-child(4n+4) {
  margin-right: 0;
}

._info_ittd4_606 {
  margin-bottom: 30px;
}
._info_title_ittd4_609 {
  color: var(--text-white, #fff);
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 12px;
}
._info_item_ittd4_616 {
  padding: 12px 0;
  border-bottom: 1px solid var(--stroke-main, #444448);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
._info_item_top_ittd4_624 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
._info_item_text_ittd4_631 {
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
._info_item_text_ittd4_631:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
._info_item_text_ittd4_631._green_ittd4_642 {
  max-width: 70%;
  color: #43d26c;
}
._info_item_ittd4_616:last-child {
  border: none;
}
._info_ittd4_606:last-child {
  margin-bottom: 0;
}

._stage_ittd4_653 {
  display: flex;
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

._btn_ittd4_661 {
  height: 48px;
  width: 100%;
  min-width: 150px;
  border-radius: 8px !important;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  display: flex;
  align-content: center;
}
._btn_ittd4_661 span {
  margin-left: 15px;
}
._btn_ittd4_661 svg {
  width: 20px;
  margin-left: 6px;
}

._hidden_ittd4_681 {
  display: none;
}

._bottom__info_ittd4_685 {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-left: -30px;
  padding-bottom: 10px;
}

._btns_ittd4_693 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 20px;
}
._btns__inner_ittd4_700 {
  width: 100%;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
}

._danger_text_ittd4_708 {
  color: var(--text-white, #fff);
  font-size: 15px;
  line-height: 150%;
  color: #0088cb;
}
._danger_text_ittd4_708 a {
  transition: 0.2s ease;
  text-decoration: underline;
  font-weight: 500;
}
._danger_text_ittd4_708 a:hover {
  filter: brightness(0.8);
}

._danger_container_ittd4_723 {
  display: flex;
}

@media (max-width: 500px) {
  ._danger_pc_ittd4_728 {
    display: none;
  }
}

@media (min-width: 500px) {
  ._danger_mobile_ittd4_734 {
    display: none;
  }
}

._selectedInfo_ittd4_739 {
  border-top: 1px solid var(--Stroke-Main, #444448);
  background: var(--BG-Block, #2f2f33);
  position: absolute;
  width: 100%;
  bottom: 0px;
  margin-left: -30px;
  margin-right: -30px;
}
._selectedInfo_ittd4_739 div {
  width: 100%;
}
._selectedInfo__disabled_ittd4_751 {
  border-color: transparent !important;
}
@media (max-width: 600px) {
  ._selectedInfo_ittd4_739 {
    margin-left: -20px;
    margin-right: 0px;
    position: absolute;
    display: flex;
    flex-direction: row;
  }
}

._hiddenInfo_ittd4_764 {
  transform: translateY(100%);
}@keyframes _fadeInWithBlurScaleNftLaunch_1kbmy_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1kbmy_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1kbmy_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1kbmy_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1kbmy_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1kbmy_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1kbmy_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1kbmy_410 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1kbmy_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1kbmy_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1kbmy_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1kbmy_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1kbmy_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1kbmy_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1kbmy_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1kbmy_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1kbmy_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1kbmy_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1kbmy_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1kbmy_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1kbmy_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1kbmy_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1kbmy_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1kbmy_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1kbmy_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1kbmy_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1kbmy_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1kbmy_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1kbmy_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1kbmy_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1kbmy_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1kbmy_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1kbmy_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1kbmy_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1kbmy_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1kbmy_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1kbmy_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1kbmy_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1kbmy_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1kbmy_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1kbmy_1 {}
@keyframes _wave-animation_1kbmy_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1kbmy_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1kbmy_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1kbmy_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._fadeIn_1kbmy_410 {
  animation-name: _fadeIn_1kbmy_410;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.2, 0.2, 0.4, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._fadeIn_1kbmy_410 {
    animation-duration: 0.4s;
  }
}

._loaded_1kbmy_422 {
  animation-name: _animatedWrapperSmallScaleUp_1kbmy_1;
  animation-timing-function: cubic-bezier(0.1, 0.1, 0.8, 1.2);
  animation-duration: 0.2s;
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._loaded_1kbmy_422 {
    animation-duration: 0.2s;
    animation-timing-function: cubic-bezier(0, 0.2, 0.4, 1.5);
  }
}
@keyframes _animatedWrapperSmallScaleUp_1kbmy_1 {
  0% {
    scale: 0.995;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _animatedWrapperSmallScaleUpMobile_1kbmy_1 {
  0% {
    scale: 0.995;
  }
  100% {
    opacity: 1;
  }
}

._banner_1kbmy_451 {
  position: relative;
  padding: 44px 0;
}
@media (max-width: 600px) {
  ._banner_1kbmy_451 {
    padding: 30px 0;
  }
}
._banner_title_1kbmy_460 {
  color: var(--Text-White, #fff);
  text-align: center;
  font-size: 32px;
  min-height: 32px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  ._banner_title_1kbmy_460 {
    font-size: 24px;
  }
}
._banner_bg_1kbmy_474 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
._banner_bg_1kbmy_474 img {
  height: 100%;
  object-fit: cover;
}

._next_1kbmy_487 {
  width: 100%;
  margin-top: 20px;
}

._body_1kbmy_492 {
  padding-top: 30px;
  display: flex;
  position: relative;
}
._body_1kbmy_492:nth-child(2) {
  background-color: red;
}
._body_1kbmy_492 #block {
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  ._body_1kbmy_492 {
    flex-direction: column;
    padding: 20px 0;
  }
}

._l_1kbmy_422 {
  width: 360px;
  margin-right: 115px;
}
._l_inner_1kbmy_515 {
  z-index: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1000px) {
  ._l_1kbmy_422 {
    margin-right: 20px;
  }
}
@media (max-width: 900px) {
  ._l_1kbmy_422 {
    width: 300px;
  }
}
@media (max-width: 768px) {
  ._l_1kbmy_422 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  ._r_1kbmy_539 {
    max-width: 100%;
    width: 100%;
  }
}

._copy_1kbmy_545 {
  max-width: 18px;
  width: 18px !important;
}

._field_1kbmy_550 {
  margin-top: 15px;
}
._field_row_1kbmy_553 {
  margin-bottom: 32px;
  flex-wrap: nowrap;
}
._field_row_1kbmy_553:last-child {
  margin-bottom: 0;
}
._field_title_1kbmy_560 {
  color: var(--Text-White, #fff);
  font-size: 16px;
  font-weight: 700;
}
._field_title_1kbmy_560 sup {
  color: var(--Text-Error, #d24343);
  font-size: 16px;
  font-weight: 700;
}
._field_text_1kbmy_570 {
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 10px;
  margin-bottom: 10px;
}
._field_1kbmy_550 input {
  border-radius: 8px;
  border: 1px solid var(--Stroke-Main, #444448);
  height: 60px;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  width: 100%;
  transition: 0.3s;
}
._field_1kbmy_550 input:hover {
  border-color: #6e6e71;
}
._field_1kbmy_550 input:focus {
  border-color: #6e6e71;
}
._field_1kbmy_550 input::placeholder {
  color: var(--Text-Gray, #6e6e71);
}
._field_textarea_1kbmy_599 {
  border-radius: 8px;
  border: 1px solid var(--Stroke-Main, #444448);
  height: 214px;
  resize: none;
  padding: 20px;
  color: var(--Text-Gray, #6e6e71);
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
._field_bottom_1kbmy_614 {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
._field_bottom_1kbmy_614 svg {
  width: 20px;
  margin-right: 6px;
}
._field_bottom_1kbmy_614 p {
  color: var(--Text-Link, #0088cb);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  max-width: calc(100% - 26px);
}
._field_btns_1kbmy_630 {
  display: flex;
  align-items: center;
}
@media (max-width: 340px) {
  ._field_btns_1kbmy_630 {
    flex-direction: column;
    align-items: flex-start;
  }
}

._nfts_1kbmy_641 {
  max-height: 400px;
  overflow: auto;
}
._nfts__wrapper_1kbmy_645 {
  padding: 20px 10px;
  padding-right: 8px;
  border: 1px solid #444448;
  border-radius: 8px;
  margin-top: 15px;
}
._nfts_1kbmy_641::-webkit-scrollbar {
  display: block;
  scrollbar-width: 6px !important;
  width: 6px;
  border-radius: 30px;
}
._nfts_1kbmy_641::-webkit-scrollbar-track {
  display: block;
  background-color: #232328;
  border-radius: 30px;
}
._nfts_1kbmy_641::-webkit-scrollbar-thumb {
  display: block;
  background: #3b3b3f;
  border-radius: 30px;
}
._nfts_item_1kbmy_668 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
  height: fit-content;
}
@media (hover) {
  ._nfts_item_1kbmy_668:hover {
    background-color: #2f2f33;
  }
}
._nfts_item_content_1kbmy_682 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  overflow: hidden;
}
._nfts_item_content_1kbmy_682 :first-child {
  width: 48px !important;
  height: 48px !important;
}
._nfts_item_content_1kbmy_682 :first-child img {
  width: 48px;
  height: 48px;
}
._nfts_item_content_1kbmy_682 p {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}
._nfts_item_radio_1kbmy_703 {
  box-sizing: border-box;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  min-width: 24px;
  max-width: 24px;
  background-color: #3b3b3f;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
}
._nfts_item_radio_1kbmy_703._active_1kbmy_716 {
  border-color: #0088cb;
  background-color: transparent;
}
._nfts_item_radio_1kbmy_703._active_1kbmy_716::after {
  display: block;
}
._nfts_item_radio_1kbmy_703::after {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #0088cb;
}

._fee_1kbmy_732 {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
}
._fee_1kbmy_732 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
}
._fee_1kbmy_732 p span {
  color: #6e6e71;
}
._fee_1kbmy_732 svg {
  width: 20px;
  height: 20px;
}

._another_owner_1kbmy_752 {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
._another_owner_check_1kbmy_758 {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #232328;
  border: 1px solid #444448;
  border-radius: 4px;
}
._another_owner_check_1kbmy_758._active_1kbmy_716 svg {
  display: block;
}
._another_owner_check_1kbmy_758 svg {
  display: none;
  width: 13px;
}
._another_owner_1kbmy_752 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #c6c6c7;
}

._info_title_1kbmy_782 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}
._info_top_1kbmy_788 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 15px;
}
._info_top_1kbmy_788 :first-child {
  width: 64px !important;
  height: 64px !important;
}
._info_top_1kbmy_788 :first-child img {
  width: 64px !important;
  height: 64px !important;
}
._info_top_title_1kbmy_802 {
  color: var(--Text-White, #fff);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
._info_top_1kbmy_788 img {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
}
._info_top_1kbmy_788 p {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
._info_top_1kbmy_788 p span:first-child {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  width: initial !important;
  height: initial !important;
}
._info_top_1kbmy_788 p span:last-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #c6c6c7;
}
._info_rows_1kbmy_835 {
  margin-top: 20px;
}
._info_row_1kbmy_835 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #444448;
  padding: 12px 0;
}
._info_row_1kbmy_835 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #c6c6c7;
  display: flex;
  gap: 6px;
}
._info_row_1kbmy_835 p._green_1kbmy_853 {
  color: #43d26c;
}
._info_row_1kbmy_835 p:last-child {
  text-align: right;
}
._info_row_1kbmy_835:last-child {
  border: none;
}

._mob_1kbmy_863 {
  display: none;
}
@media (max-width: 768px) {
  ._mob_1kbmy_863 {
    z-index: 1;
    display: block;
    border-top: 1px solid #444448;
    margin-top: 30px;
  }
}

._step-2_1kbmy_875 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

._loader_1kbmy_881 {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

._empty_1kbmy_889 {
  display: flex;
  flex-direction: column;
  color: #6e6e71;
  gap: 4px;
  align-items: center;
}@keyframes _fadeInWithBlurScaleNftLaunch_gpkuk_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_gpkuk_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_gpkuk_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_gpkuk_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_gpkuk_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_gpkuk_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_gpkuk_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_gpkuk_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_gpkuk_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_gpkuk_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_gpkuk_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_gpkuk_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_gpkuk_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_gpkuk_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_gpkuk_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_gpkuk_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_gpkuk_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_gpkuk_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_gpkuk_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_gpkuk_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_gpkuk_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_gpkuk_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_gpkuk_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_gpkuk_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_gpkuk_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_gpkuk_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_gpkuk_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_gpkuk_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_gpkuk_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_gpkuk_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_gpkuk_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_gpkuk_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_gpkuk_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_gpkuk_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_gpkuk_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_gpkuk_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_gpkuk_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_gpkuk_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_gpkuk_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_gpkuk_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_gpkuk_1 {}
@keyframes _wave-animation_gpkuk_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_gpkuk_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_gpkuk_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_gpkuk_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._selector_fadeOut_gpkuk_410 {
  animation-name: _selectorLargeFadeOut_gpkuk_1;
  animation-duration: 0.25s !important;
  animation-timing-function: cubic-bezier(0.5, 0.3, 0.1, 1);
  animation-fill-mode: both;
}
@keyframes _selectorLargeFadeOut_gpkuk_1 {
  from {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  to {
    scale: 0.95;
    transform: translateY(-6px);
    opacity: 0;
  }
}

._selector_fadeIn_gpkuk_430 {
  animation-name: _selectorFadeIn_gpkuk_1;
  animation-duration: 0.23s;
  animation-timing-function: cubic-bezier(0.5, 0.8, 0.1, 1);
  animation-fill-mode: both;
}
@keyframes _selectorFadeIn_gpkuk_1 {
  from {
    scale: 0.97;
    transform: translateY(-3px);
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

._InputError_gpkuk_450 {
  border: 1px solid var(--Stroke-Main, #d24343) !important;
}

._sort_gpkuk_454 {
  user-select: none;
  /* standard syntax */
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  position: relative;
  z-index: 1000;
  -webkit-tap-highlight-color: transparent;
}
._sort_wrapper_gpkuk_466 {
  position: relative;
  z-index: 1000;
  margin-bottom: 400px;
}
._sort_text_gpkuk_471 {
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}
._sort_top_gpkuk_477 {
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-radius: 8px;
  border: 1px solid var(--stroke-main, #444448);
  cursor: pointer;
  user-select: none;
}
._sort_top_gpkuk_477:hover {
  border-color: #6e6e71;
}
._sort_top_gpkuk_477._active_gpkuk_495 {
  border-color: #6e6e71;
}
._sort_top_gpkuk_477._active_gpkuk_495 ._sort_top_l_gpkuk_498 {
  color: #6e6e71;
}
._sort_top_l_gpkuk_498 {
  flex: 1;
  color: var(--text-light-grey, #c6c6c7);
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
._sort_top_l_gpkuk_498 ._top_input_gpkuk_510 {
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: none;
  background: transparent;
  outline: none;
  color: var(--text-light-grey, #c6c6c7);
  padding: 0;
  font-size: 14px;
}
._sort_top_r_gpkuk_521 {
  width: 20px;
  z-index: 1000;
}
._sort_top_r_gpkuk_521._active_gpkuk_495 {
  transform: rotate(180deg);
}
._sort_bottom_gpkuk_528 {
  position: absolute;
  left: 0;
  top: calc(100% + 6px);
  padding: 4px 8px;
  width: 100%;
  z-index: 10000;
  border-radius: 8px;
  border: 1px solid var(--stroke-main, #444448);
  background: var(--bg-block, #2f2f33);
  max-height: 300px;
  overflow-y: scroll;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: var(--stroke-main, #444448) transparent;
  overflow-x: hidden;
}
._sort_bottom_gpkuk_528::-webkit-scrollbar {
  width: 8px;
}
._sort_bottom_gpkuk_528::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 8px;
}
._sort_bottom_gpkuk_528::-webkit-scrollbar-thumb {
  background: var(--stroke-main, #444448);
  border-radius: 8px;
}
._sort_bottom_gpkuk_528::-webkit-scrollbar-thumb:hover {
  background: #6e6e71;
}
._sort_bottom_gpkuk_528 ._search_wrapper_gpkuk_559 {
  position: sticky;
  top: 0;
  padding: 0 4px 8px 4px;
  background: var(--bg-block, #2f2f33);
}
._sort_bottom_gpkuk_528 ._search_input_gpkuk_565 {
  width: 100%;
  height: 36px;
  border-radius: 8px;
  border: 1px solid var(--stroke-main, #444448);
  background: transparent;
  outline: none;
  color: var(--text-light-grey, #c6c6c7);
  padding: 0 10px;
  font-size: 14px;
}
._sort_bottom_gpkuk_528 ._empty_state_gpkuk_576 {
  padding: 12px 6px;
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  text-align: left;
}
@media (max-width: 600px) {
  ._sort_bottom_gpkuk_528 {
    width: 100%;
  }
}
._sort_bottom_item_gpkuk_587 {
  -webkit-tap-highlight-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  cursor: pointer;
  user-select: none;
  padding: 12px 8px;
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}
._sort_bottom_item_gpkuk_587 ._item_content_gpkuk_599 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
._sort_bottom_item_gpkuk_587 ._item_name_gpkuk_604 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
._sort_bottom_item_gpkuk_587._active_gpkuk_495 {
  border-radius: 8px;
  background: var(--button-gray, #3b3b3f) !important;
}
._sort_bottom_item_gpkuk_587._active_gpkuk_495 p {
  transform: none !important;
}
._sort_bottom_item_gpkuk_587._disabled_gpkuk_620 {
  cursor: not-allowed;
  opacity: 0.5;
}
._sort_bottom_item_gpkuk_587:active p {
  transform: translateX(-7px) scale(0.95);
}
@media (max-width: 600px) {
  ._sort_bottom_item_gpkuk_587:active p {
    transform: translateX(-4px) scale(0.97);
  }
}
._sort_bottom_item_gpkuk_587:hover {
  border-radius: 8px;
  background: var(--button-gray, rgba(59, 59, 63, 0.4705882353));
}
._sort_bottom_item_gpkuk_587:last-child {
  margin-bottom: 0;
}

._soon_gpkuk_640 {
  display: inline-flex;
  height: 21px;
  padding: 3px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: fit-content;
}

._link_icon_gpkuk_650 path {
  transition: 0.2s cubic-bezier(0.2, 0.6, 0.4, 1);
}
._link_icon_gpkuk_650:hover path {
  fill: #00a1f0;
}
._link_icon_gpkuk_650:active path {
  fill: #0088cb;
}._button-container_w6ctk_1 {
  margin-top: 20px;
}

._info_w6ctk_5 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 14px;
}._calendar_1szud_1 {
  border: 1px solid var(--Stroke-Main, #444448);
  border-radius: 8px;
  background: var(--BG-Primary, #232328) !important;
  cursor: pointer !important;
  transition: 0.13s ease-out;
  overflow: hidden !important;
  border: none !important;
  width: 100%;
  transition: 0.3s ease !important;
}
._calendar_1szud_1:hover span svg {
  filter: brightness(0.9);
}
._calendar_1szud_1 div {
  border-radius: 8px;
  transition: 0.3s ease !important;
}
._calendar_1szud_1 div input {
  background: var(--BG-Primary, #232328) !important;
  border-radius: 8px;
  height: 60px !important;
  width: 100%;
  padding: 0 20px;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  width: 100%;
  transition: 0.3s ease !important;
  outline-offset: none !important;
}
._calendar_1szud_1 div input::placeholder {
  color: var(--Text-Gray, #6e6e71) !important;
}
._calendar_1szud_1 div svg {
  fill: #fff;
}

._calendar_styles_1szud_39 {
  position: relative;
  background: var(--BG-Primary, #232328) !important;
}
._calendar_styles_1szud_39._error_1szud_43 div {
  border: 1px solid var(--Stroke-Error, #d24343) !important;
}
._calendar_styles_1szud_39 div {
  border: 1px solid var(--Stroke-Main, #444448) !important;
  background: var(--BG-Primary, #232328) !important;
  cursor: pointer !important;
  transition: 0.13s ease-out;
}
._calendar_styles_1szud_39 div span {
  cursor: pointer !important;
}
._calendar_styles_1szud_39 div span svg {
  fill: var(--Text-White, #fff) !important;
  transition: 0.13s ease-out;
}
._calendar_styles_1szud_39:hover div {
  border: 1px solid var(--Stroke-Blue, #6e6e71);
}
._calendar_styles_1szud_39:hover div span svg {
  filter: brightness(0.9);
}
._calendar_styles_1szud_39 input {
  background: var(--BG-Primary, #232328);
  border-radius: 8px;
  border: 1px solid var(--Stroke-Main, #444448);
  height: 48px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
}
._calendar_styles_1szud_39 input::placeholder {
  color: white;
}

._InputError_1szud_80 {
  border: 1px solid var(--Stroke-Main, #d24343) !important;
}._banner_1j98w_1 {
  position: relative;
  padding: 44px 0;
}
@media (max-width: 600px) {
  ._banner_1j98w_1 {
    padding: 30px 0;
  }
}
._banner_title_1j98w_10 {
  color: var(--Text-White, #fff);
  text-align: center;
  font-size: 32px;
  min-height: 32px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  ._banner_title_1j98w_10 {
    font-size: 24px;
  }
}
._banner_bg_1j98w_24 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
._banner_bg_1j98w_24 img {
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  ._sticky_1j98w_38 {
    top: 95px;
    position: -webkit-sticky;
    position: sticky;
  }
}
@media (max-width: 768px) {
  ._sticky_1j98w_38 {
    width: 100%;
  }
}

._body_1j98w_50 {
  padding-top: 30px;
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  ._body_1j98w_50 {
    flex-direction: column;
    padding: 20px 0;
  }
}

._l_1j98w_62 {
  width: 360px;
  margin-right: 115px;
}
._l_inner_1j98w_66 {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1000px) {
  ._l_1j98w_62 {
    margin-right: 20px;
  }
}
@media (max-width: 900px) {
  ._l_1j98w_62 {
    width: 300px;
  }
}
@media (max-width: 768px) {
  ._l_1j98w_62 {
    width: 100%;
    margin-bottom: 12px;
    margin-right: 0;
  }
}

._r_1j98w_88 {
  width: calc(100% - 475px);
}
@media (max-width: 900px) {
  ._r_1j98w_88 {
    width: calc(100% - 320px);
  }
}
@media (max-width: 768px) {
  ._r_1j98w_88 {
    max-width: 100%;
    width: 100%;
  }
}

._creation_fee_1j98w_103 {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
._creation_fee_1j98w_103 svg {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
._creation_fee_1j98w_103 span {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #ffffff;
}
._creation_fee_1j98w_103._mob_1j98w_119 {
  display: none;
}
@media (max-width: 768px) {
  ._creation_fee_1j98w_103._mob_1j98w_119 {
    display: flex;
  }
}
@media (max-width: 768px) {
  ._creation_fee_1j98w_103 {
    display: none;
  }
}

._mob_btn_1j98w_133 {
  display: none;
}
@media (max-width: 768px) {
  ._mob_btn_1j98w_133 {
    display: block;
    margin-top: 12px;
  }
}

._cancel_1j98w_143 {
  border-radius: 12px;
  border: 1px solid var(--Stroke-Main, #444448);
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 16px;
  margin-bottom: 20px;
  transition: 0.4s cubic-bezier(0.1, 0.6, 0.1, 1);
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
._cancel_1j98w_143:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
._cancel_1j98w_143:hover svg path {
  fill: rgba(255, 255, 255, 0.9);
}
._cancel_1j98w_143:hover span {
  color: rgb(255, 255, 255);
}
@media (max-width: 768px) {
  ._cancel_1j98w_143 {
    order: 1;
    margin-bottom: 10px;
  }
}
._cancel_1j98w_143 svg {
  width: 24px;
  margin-right: 6px;
}
._cancel_1j98w_143 svg path {
  transition: 0.4s cubic-bezier(0.1, 0.6, 0.1, 1);
}
._cancel_1j98w_143 span {
  transition: 0.4s cubic-bezier(0.1, 0.6, 0.1, 1);
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 16px;
  font-weight: 400;
}

._mobile_1j98w_184 {
  display: none;
}
@media (max-width: 768px) {
  ._mobile_1j98w_184 {
    display: flex;
  }
}

._pc_1j98w_193 {
  display: flex;
}
@media (max-width: 768px) {
  ._pc_1j98w_193 {
    display: none;
  }
}

._jetton_1j98w_202 {
  display: flex;
  align-items: center;
  border-radius: 12px;
  border: 1px solid var(--Stroke-Main, #444448);
  padding: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  ._jetton_1j98w_202 {
    order: 3;
    margin-bottom: 10px !important;
  }
}
._jetton_icon_1j98w_216 {
  width: 52px;
  height: 52px;
  margin-right: 16px;
}
._jetton_icon_1j98w_216 svg {
  height: 100%;
}
._jetton_icon_1j98w_216 img {
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  height: 100%;
}
._jetton_info_1j98w_230 {
  width: calc(100% - 68px);
}
._jetton_name_1j98w_233 {
  color: var(--Text-White, #fff);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  white-space: normal;
  overflow-wrap: break-word;
}
._jetton_descr_1j98w_241 {
  color: var(--Text-Gray, #6e6e71);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}._next_btdl5_1 {
  width: 100%;
  margin-top: 20px;
}
._next_btdl5_1._mob_btdl5_5 {
  display: none;
}

._button-container_btdl5_9 {
  margin-top: 20px;
}@keyframes _fadeInWithBlurScaleNftLaunch_1tapc_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1tapc_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1tapc_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1tapc_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1tapc_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1tapc_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1tapc_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1tapc_410 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1tapc_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1tapc_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1tapc_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1tapc_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1tapc_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1tapc_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1tapc_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1tapc_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1tapc_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1tapc_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1tapc_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1tapc_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1tapc_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1tapc_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1tapc_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1tapc_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1tapc_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1tapc_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1tapc_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1tapc_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1tapc_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1tapc_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1tapc_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1tapc_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1tapc_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1tapc_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1tapc_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1tapc_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1tapc_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1tapc_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1tapc_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1tapc_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1tapc_1 {}
@keyframes _wave-animation_1tapc_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1tapc_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1tapc_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1tapc_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._fadeIn_1tapc_410 {
  animation-name: _fadeIn_1tapc_410;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.2, 0.2, 0.4, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._fadeIn_1tapc_410 {
    animation-duration: 0.4s;
  }
}

._loaded_1tapc_422 {
  animation-name: _animatedWrapperSmallScaleUp_1tapc_1;
  animation-timing-function: cubic-bezier(0.1, 0.1, 0.8, 1.2);
  animation-duration: 0.2s;
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._loaded_1tapc_422 {
    animation-duration: 0.2s;
    animation-timing-function: cubic-bezier(0, 0.2, 0.4, 1.5);
  }
}
@keyframes _animatedWrapperSmallScaleUp_1tapc_1 {
  0% {
    scale: 0.995;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _animatedWrapperSmallScaleUpMobile_1tapc_1 {
  0% {
    scale: 0.995;
  }
  100% {
    opacity: 1;
  }
}

._body_1tapc_451 {
  position: relative;
  max-width: 550px;
}
@media (max-width: 768px) {
  ._body_1tapc_451 {
    flex-direction: column;
    padding: 20px 0;
  }
}

@media (min-width: 600px) {
  ._pc_none_1tapc_463 {
    display: none;
  }
}

._deploy_1tapc_468 {
  width: 100%;
  margin-bottom: 10px;
}

._field_1tapc_473 {
  margin-top: 15px;
}
._field_row_1tapc_476 {
  margin-bottom: 32px;
}
._field_row_1tapc_476:last-child {
  margin-bottom: 0;
}
._field_title_1tapc_482 {
  color: var(--Text-White, #fff);
  font-size: 16px;
  font-weight: 700;
}
._field_title_1tapc_482 sup {
  color: var(--Text-Error, #d24343);
  font-size: 16px;
  font-weight: 700;
}
._field_text_1tapc_492 {
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 10px;
}
._field_1tapc_473 input {
  border-radius: 8px;
  border: 1px solid var(--Stroke-Main, #444448);
  height: 60px;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  width: 100%;
  transition: 0.3s;
}
._field_1tapc_473 input:hover {
  border-color: #6e6e71;
}
._field_1tapc_473 input:focus {
  border-color: #6e6e71;
}
._field_1tapc_473 input::placeholder {
  color: var(--Text-Gray, #6e6e71);
}
._field_1tapc_473 textarea {
  border-radius: 8px;
  border: 1px solid var(--Stroke-Main, #444448);
  height: 115px;
  resize: none;
  padding: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  width: 100%;
  transition: 0.3s;
}
._field_1tapc_473 textarea:hover {
  border-color: #6e6e71;
}
._field_1tapc_473 textarea:focus {
  border-color: #6e6e71;
}
._field_1tapc_473 textarea::placeholder {
  color: var(--Text-Gray, #6e6e71);
}

._hidden_1tapc_543 {
  display: none;
}._field_1gmqz_1 {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
._field__area_1gmqz_7 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
._field_1gmqz_1._withRowNum_1gmqz_12 {
  display: flex;
}
._field_1gmqz_1._withRowNum_1gmqz_12 ._lineNumbers_1gmqz_15 {
  width: fit-content;
  position: relative;
  right: 0;
  padding: 20px 10px 0 0;
  margin-left: 10px;
  user-select: none;
  text-align: right;
  color: var(--Text-Gray, #6e6e71);
  overflow-y: hidden;
}
._field_1gmqz_1._withRowNum_1gmqz_12 ._lineNumber_1gmqz_15 {
  transition: 0.15s cubic-bezier(0.5, 0.5, 0.5, 1);
  color: var(--Text-Gray, #6e6e71);
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  display: block;
}
._field_1gmqz_1 textarea {
  padding-top: 20px;
  border-radius: 8px;
  border: 1px solid var(--Stroke-Main, #444448);
  height: 115px;
  min-height: 115px;
  max-height: 400px;
  resize: vertical; /* allows both horizontal and vertical resizing */
  color: #fff;
  font-size: 16px;
  line-height: 150%; /* 24px */
  font-weight: 400;
  background-color: transparent;
  width: 100%;
  transition: 0.3s cubic-bezier(0.2, 0.8, 0.4, 1), height 0s !important;
}
._field_1gmqz_1 textarea:hover {
  border-color: #6e6e71;
}
._field_1gmqz_1 textarea:focus {
  border-color: #6e6e71;
}
._field_1gmqz_1 textarea::placeholder {
  color: var(--Text-Gray, #6e6e71);
}

._red_1gmqz_63 {
  color: #d24343 !important;
}

@keyframes _textShadowBlinking_1gmqz_1 {
  0% {
    text-shadow: 0 0 2.5px #d24343;
    filter: brightness(1.2);
  }
  50% {
    text-shadow: 0 0 0px #d24343;
    filter: brightness(1);
  }
  100% {
    filter: brightness(1.2);
    text-shadow: 0 0 2.5px #d24343;
  }
}
._input_1gmqz_81 {
  white-space: pre-wrap;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

._empty_1gmqz_87 {
  white-space: pre-line;
}@keyframes _fadeInWithBlurScaleNftLaunch_1p8db_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1p8db_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1p8db_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1p8db_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1p8db_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1p8db_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1p8db_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1p8db_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1p8db_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1p8db_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1p8db_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1p8db_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1p8db_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1p8db_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1p8db_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1p8db_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1p8db_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1p8db_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1p8db_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1p8db_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1p8db_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1p8db_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1p8db_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1p8db_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1p8db_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1p8db_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1p8db_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1p8db_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1p8db_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1p8db_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1p8db_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1p8db_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1p8db_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1p8db_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1p8db_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1p8db_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1p8db_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1p8db_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1p8db_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1p8db_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1p8db_1 {}
@keyframes _wave-animation_1p8db_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1p8db_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1p8db_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1p8db_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._fade_scroll_container_1p8db_410 {
  position: relative;
  overflow-y: auto; /* Allows vertical scrolling */
  z-index: -10;
  min-width: 20px;
  transition: 0.5s cubic-bezier(0.2, 0.4, 0.4, 1), opacity 0.1s cubic-bezier(0.5, 0.5, 0.5, 0.5) 0.2s;
}

._fade_scroll_content_1p8db_418 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
}

._fade_scroll_top_1p8db_425,
._fade_scroll_bottom_1p8db_426 {
  position: absolute;
  left: 0;
  right: 0;
  height: 20px; /* Height of the fading effect */
  pointer-events: none; /* Ensures the fades do not interfere with scroll */
}

._fade_scroll_top_1p8db_425 {
  top: 0;
  background: linear-gradient(to bottom, rgb(35, 35, 40), rgba(35, 35, 40, 0));
}

._fade_scroll_bottom_1p8db_426 {
  bottom: 0;
  background: linear-gradient(to top, rgb(35, 35, 40), rgba(35, 35, 40, 0));
}

._hidden_1p8db_444 {
  transition: 0.3s cubic-bezier(0.1, 0.4, 0.2, 1), opacity 0.1s cubic-bezier(0.5, 0.5, 0.5, 0.5);
  transform: translateX(40px);
  max-width: 0;
  min-width: 0;
  opacity: 0;
}@keyframes _fadeInWithBlurScaleNftLaunch_yj567_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_yj567_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_yj567_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_yj567_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_yj567_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_yj567_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_yj567_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_yj567_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_yj567_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_yj567_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_yj567_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_yj567_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_yj567_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_yj567_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_yj567_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_yj567_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_yj567_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_yj567_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_yj567_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_yj567_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_yj567_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_yj567_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_yj567_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_yj567_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_yj567_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_yj567_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_yj567_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_yj567_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_yj567_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_yj567_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_yj567_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_yj567_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_yj567_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_yj567_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_yj567_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_yj567_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_yj567_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_yj567_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_yj567_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_yj567_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_yj567_1 {}
@keyframes _wave-animation_yj567_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_yj567_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_yj567_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_yj567_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._wrapper_yj567_410 {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  max-width: 550px;
}

._loaded_yj567_417 {
  animation-name: _animatedWrapperSmallScaleUp_yj567_1;
  animation-timing-function: cubic-bezier(0.1, 0.1, 0.8, 1.2);
  animation-duration: 0.2s;
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._loaded_yj567_417 {
    animation-duration: 0.2s;
    animation-timing-function: cubic-bezier(0, 0.2, 0.4, 1.5);
  }
}
@keyframes _animatedWrapperSmallScaleUp_yj567_1 {
  0% {
    scale: 0.995;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _animatedWrapperSmallScaleUpMobile_yj567_1 {
  0% {
    scale: 0.995;
  }
  100% {
    opacity: 1;
  }
}

._block_yj567_446 {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
._block_yj567_446 p {
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  align-self: stretch;
}
._block_yj567_446 p ._blue_yj567_458 {
  color: #0088cb;
}

._subblock_yj567_462 {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}

._input_yj567_468 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 50px;
  padding: 0 20px;
  border-radius: 8px;
  background: rgba(0, 136, 203, 0.15);
}
._input_yj567_468 span {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  color: var(--Text-White, #fff);
}
._input_yj567_468 svg {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

._h3_yj567_492 {
  color: var(--Text-White, #fff);
  font-size: 16px;
  font-weight: 700;
}

._title_yj567_498 {
  color: var(--Text-White, #fff);
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

._subtitle_yj567_505 {
  color: var(--Text-White, #fff);
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

._liq_block_yj567_512 {
  font-weight: 600;
  text-decoration: underline;
}
._liq_block_yj567_512 a {
  color: #0088cb;
  text-decoration: underline;
  text-decoration-color: #0088cb;
}._wrapper_1b6nd_1 {
  padding: 0 20px;
}

._banner_1b6nd_5 {
  position: relative;
  padding: 44px 0;
}
@media (max-width: 600px) {
  ._banner_1b6nd_5 {
    padding: 30px 0;
  }
}
._banner_title_1b6nd_14 {
  color: var(--Text-White, #fff);
  text-align: center;
  font-size: 32px;
  min-height: 32px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  ._banner_title_1b6nd_14 {
    font-size: 24px;
  }
}
._banner_bg_1b6nd_28 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
._banner_bg_1b6nd_28 img {
  height: 100%;
  object-fit: cover;
}

._body_1b6nd_41 {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
}
@media (max-width: 768px) {
  ._body_1b6nd_41 {
    padding-top: 20px;
  }
}

._edit_1b6nd_53 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 20px 30px;
  border-radius: 20px;
  background: var(--BG-Block, #2f2f33);
}
@media (max-width: 768px) {
  ._edit_1b6nd_53 {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
._edit_content_1b6nd_69 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
._edit_title_1b6nd_74 {
  color: var(--Text-White, #fff);
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}
._edit_text_1b6nd_80 {
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
._edit_btn_1b6nd_86 {
  padding: 0 24px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid var(--Stroke-Blue, #0088cb);
  background: transparent;
  color: var(--Text-White, #fff);
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  cursor: pointer;
  transition: 0.3s;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  ._edit_btn_1b6nd_86 {
    width: 100%;
    justify-content: center;
  }
}
._edit_btn_1b6nd_86:hover {
  background: rgba(0, 136, 203, 0.08);
}

._link_1b6nd_112 {
  color: var(--Text-Link, #0088cb);
  transition: 0.3s cubic-bezier(0.2, 0.2, 0.2, 1);
}
._link_1b6nd_112:hover {
  opacity: 0.8;
}

._block_1b6nd_120 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 60px;
  border-right: 1px solid #444448;
  width: 50%;
  opacity: 0.8;
  transition: 0.3s cubic-bezier(0.2, 0.2, 0.2, 1);
}
._block_1b6nd_120:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  ._block_1b6nd_120 {
    width: 100%;
    padding-right: 0;
    border: none;
    border-bottom: 1px solid #444448;
    padding-bottom: 40px;
  }
}
._blocks_1b6nd_142 {
  display: flex;
  padding-top: 30px;
}
@media (max-width: 768px) {
  ._blocks_1b6nd_142 {
    flex-direction: column;
  }
}
._block_1b6nd_120:last-child {
  padding-left: 60px;
  padding-right: 0;
  border: none;
}
@media (max-width: 768px) {
  ._block_1b6nd_120:last-child {
    padding-left: 0;
    border: none;
    padding-top: 40px;
    padding-bottom: 0;
  }
}
._block_svg_1b6nd_164 {
  max-width: 165px;
  width: 100%;
  margin: 0 auto;
}
._block_title_1b6nd_169 {
  color: var(--Text-White, #fff);
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin-top: 20px;
}
._block_text_1b6nd_176 {
  margin-top: 16px;
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
._block_text_1b6nd_176 ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
._block_text_1b6nd_176 ul li::before {
  content: "";
  display: inline-block;
  transform: translateY(-50%);
  margin-right: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #6e6e71;
}
._block_btn_1b6nd_201 {
  height: 48px;
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 768px) {
  ._block_btn_1b6nd_201 {
    margin-top: 40px;
  }
}

._disclaimer_1b6nd_212 {
  margin-top: 40px;
  color: var(--Text-Gray, #6e6e71);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  align-self: stretch;
}._wrapper_acyrl_1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 101;
}
@media (max-width: 600px) {
  ._wrapper_acyrl_1 {
    align-items: flex-end;
  }
}

._bg_acyrl_18 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}

._block_acyrl_28 {
  border-radius: 20px;
  background: var(--BG-Block, #2F2F33);
  padding: 20px;
  position: relative;
  z-index: 2;
  max-width: 450px;
  width: 100%;
}
@media (max-width: 600px) {
  ._block_acyrl_28 {
    max-width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

._top_acyrl_45 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

._title_acyrl_52 {
  color: var(--Text-White, #FFF);
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

._close_acyrl_59 {
  cursor: pointer;
  user-select: none;
  width: 32px;
  height: 32px;
  background: var(--BG-Primary, #232328);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
._close_acyrl_59 svg {
  width: 24px;
}

._field_acyrl_74 {
  margin-bottom: 20px;
  margin-top: 0px !important;
}
._field_acyrl_74 input {
  height: 60px;
  border-radius: 8px;
  background: var(--BG-Primary, #232328);
  padding: 0 20px;
  overflow: hidden;
  color: var(--Text-White, #FFF);
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  width: 100%;
  border: 1px solid transparent;
  transition: 0.3s;
}
._field_acyrl_74 input:hover {
  border: 1px solid var(--Stroke-Main, #444448);
}
._field_acyrl_74 input:focus {
  border: 1px solid var(--Stroke-Active, #6E6E71);
}

._subtitle_acyrl_100 {
  color: var(--Text-Gray, #6E6E71);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

._item_acyrl_107 {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._item_acyrl_107:last-child {
  margin-bottom: 0;
}
._item_acyrl_107 img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
._item_info_acyrl_121 {
  max-width: calc(100% - 50px);
  width: 100%;
}
._item_title_acyrl_125 {
  color: var(--Text-White, #FFF);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 4px;
}
._item_text_acyrl_131 {
  color: var(--Text-Gray, #6E6E71);
  font-size: 16px;
  font-weight: 400;
}

._btn_acyrl_137 {
  margin-top: 20px;
  width: 100%;
}@keyframes _fadeInWithBlurScaleNftLaunch_6ty9u_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_6ty9u_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_6ty9u_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_6ty9u_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_6ty9u_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_6ty9u_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_6ty9u_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_6ty9u_478 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_6ty9u_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_6ty9u_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_6ty9u_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_6ty9u_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_6ty9u_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_6ty9u_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_6ty9u_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_6ty9u_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_6ty9u_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_6ty9u_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_6ty9u_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_6ty9u_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_6ty9u_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_6ty9u_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_6ty9u_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_6ty9u_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_6ty9u_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_6ty9u_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_6ty9u_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_6ty9u_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_6ty9u_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_6ty9u_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_6ty9u_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_6ty9u_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_6ty9u_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_6ty9u_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_6ty9u_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_6ty9u_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_6ty9u_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_6ty9u_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_6ty9u_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_6ty9u_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_6ty9u_1 {}
@keyframes _wave-animation_6ty9u_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_6ty9u_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_6ty9u_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_6ty9u_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._gradient_6ty9u_410 {
  background-color: #2f2f33;
}

._itemFadeIn_6ty9u_414 {
  animation-name: _topIconsFadeIn_6ty9u_1;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.5, 0.8, 0.2, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._itemFadeIn_6ty9u_414 {
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.5, 0.8, 0.2, 1);
    animation-name: _topIconsFadeInMobile_6ty9u_1;
  }
}
@keyframes _topIconsFadeIn_6ty9u_1 {
  from {
    scale: 0.6;
    transform: translateY(-150px) translateX(0px);
    max-height: 10px !important;
  }
  to {
    opacity: 1;
  }
}
@keyframes _topIconsFadeInMobile_6ty9u_1 {
  from {
    max-height: 10px !important;
  }
  to {
    opacity: 1;
  }
}

._itemFadeInReverse_6ty9u_446 {
  animation-name: _topIconsFadeIn_6ty9u_1;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.5, 0.8, 0.2, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._itemFadeInReverse_6ty9u_446 {
    animation-timing-function: cubic-bezier(0.5, 0.8, 0.2, 1);
    animation-duration: 0.2s;
    animation-name: _topIconsFadeInMobileReverse_6ty9u_1;
  }
}
@keyframes _topIconsFadeIn_6ty9u_1 {
  from {
    scale: 0.6;
    transform: translateY(-150px) translateX(0px);
    max-height: 10px !important;
  }
  to {
    opacity: 1;
  }
}
@keyframes _topIconsFadeInMobileReverse_6ty9u_1 {
  from {
    max-height: 10px !important;
  }
  to {
    opacity: 1;
  }
}

._fadeIn_6ty9u_478 {
  animation-name: _fadeIn_6ty9u_478;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.2, 0.2, 0.4, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._fadeIn_6ty9u_478 {
    animation-duration: 0.4s;
  }
}

._fadeInWrapper_6ty9u_490 {
  animation-name: _fadeIn_6ty9u_478;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.2, 0.2, 0.4, 1);
  animation-fill-mode: both;
  animation-duration: 0.3s;
}
@media (max-width: 600px) {
  ._fadeInWrapper_6ty9u_490 {
    animation-duration: 0.4s;
  }
}

._banner_6ty9u_503 {
  position: relative;
}
@media (max-width: 600px) {
  ._banner_6ty9u_503 {
    min-height: 175.5;
  }
}
@media (max-width: 397px) {
  ._banner_6ty9u_503 {
    min-height: 199.5;
  }
}
._banner_bg_6ty9u_516 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
._banner_bg_6ty9u_516 img {
  height: 100%;
  object-fit: cover;
}
._banner_button_6ty9u_527 {
  border-radius: 8px;
  background: var(--Button-Blue, #0088cb);
  display: flex;
  padding: 14px 20px;
  align-items: center;
  gap: 6px;
  width: fit-content;
  color: var(--Text-White, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  cursor: pointer;
}
._banner_inner_6ty9u_544 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1000px) {
  ._banner_inner_6ty9u_544 {
    flex-direction: column;
  }
}
@media (max-width: 600px) {
  ._banner_inner_6ty9u_544 {
    padding: 30px 0;
  }
}
._banner_title_6ty9u_562 {
  color: var(--Text-White, #fff);
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 14px;
}
@media (max-width: 600px) {
  ._banner_title_6ty9u_562 {
    font-size: 24px;
  }
}
._banner_text_6ty9u_573 {
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
  max-width: 450px;
}
@media (max-width: 600px) {
  ._banner_btn_6ty9u_582 {
    height: 48px;
    width: 165px;
    font-size: 14px;
  }
}
._banner_btn_6ty9u_582 svg {
  width: 20px;
  height: 20px;
  margin-left: 6px;
}
._banner_l_6ty9u_593 {
  width: calc(100% - 570px);
}
@media (max-width: 1000px) {
  ._banner_l_6ty9u_593 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
._banner_r_6ty9u_605 {
  width: 550px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  ._banner_r_6ty9u_605 {
    display: none;
  }
}
._banner_item_6ty9u_615 {
  padding: 44px 30px;
  border-radius: 20px;
  border: 1px solid var(--Stroke-Dark, #2c2c2f);
  background: var(--BG-Primary, #232328);
  width: calc((100% - 20px) / 2);
}
._banner_item_title_6ty9u_622 {
  color: var(--Text-White, #fff);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
}
._banner_item_text_6ty9u_631 {
  color: var(--Text-Light_grey, #c6c6c7);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

._radio_6ty9u_638 {
  background-color: #3b3b3f;
  width: 40px;
  height: 20px;
  border-radius: 10px;
  margin-left: 8px;
  position: relative;
  transition: 0.3s;
}
._radio_6ty9u_638._active_6ty9u_647 {
  background-color: #43d26c;
}
._radio_6ty9u_638._active_6ty9u_647::after {
  left: calc(100% - 1px);
  transform: translateX(-100%);
}
._radio_6ty9u_638::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  transition: 0.3s;
  position: absolute;
  left: 1px;
  top: 1px;
}
._radio_wrapper_6ty9u_667 {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
._radio_text_6ty9u_672 {
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
}

._search_6ty9u_678 {
  position: relative;
  height: 48px;
  width: 245px;
}
@media (max-width: 768px) {
  ._search_6ty9u_678 {
    margin-top: 16px;
    width: 100%;
  }
}
._search_6ty9u_678 svg {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
._search_6ty9u_678 input {
  border-radius: 8px;
  border: 1px solid var(--Stroke-Main, #444448);
  height: 100%;
  width: 100%;
  padding-left: 47px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  transition: 0.3s;
}
._search_6ty9u_678 input:hover {
  border-color: #6e6e71;
}
._search_6ty9u_678 input:focus {
  border-color: #6e6e71;
}
._search_6ty9u_678 input::placeholder {
  color: var(--Text-Gray, #6e6e71);
}

._tableFadeIn_6ty9u_720 {
  animation-name: _fadeInWithBorder20px_6ty9u_1;
  animation-duration: 0.45s;
  animation-timing-function: cubic-bezier(0.2, 0.5, 0.6, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._tableFadeIn_6ty9u_720 {
    animation-name: _fadeInWithBorder20pxMobile_6ty9u_1;
  }
}
@keyframes _fadeInWithBorder20px_6ty9u_1 {
  0% {
    opacity: 1;
    scale: 0.996;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBorder20pxMobile_6ty9u_1 {
  0% {
    opacity: 1;
    scale: 0.995;
  }
  100% {
    opacity: 1;
  }
}

._tableFadeOut_6ty9u_750 {
  animation-name: _fadeOutWithBorder20px_6ty9u_1;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.2, 0.5, 0.6, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._tableFadeOut_6ty9u_750 {
    animation-name: _fadeOutWithBorder20pxMobile_6ty9u_1;
  }
}
@keyframes _fadeOutWithBorder20px_6ty9u_1 {
  0% {
    opacity: 1;
    scale: 1;
  }
  100% {
    opacity: 1;
    scale: 0.996;
  }
}
@keyframes _fadeOutWithBorder20pxMobile_6ty9u_1 {
  0% {
    opacity: 1;
    scale: 1;
  }
  100% {
    opacity: 1;
    scale: 0.995;
  }
}

._table_6ty9u_720 {
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  border-radius: 20px;
  background: var(--BG-Block, #2f2f33);
}
._table_more_6ty9u_788 {
  color: var(--Text-Link, #0088cb);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 20px;
  cursor: pointer;
  user-select: none;
  transition: 0.3s;
}
._table_more_6ty9u_788:hover {
  color: #00a1f0;
}
._table_item_6ty9u_802 {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--Stroke-Main, #444448);
  cursor: pointer;
  user-select: none;
  transition: 0.3s;
  flex-wrap: wrap;
}
@media (hover) {
  ._table_item_6ty9u_802:hover {
    background: var(--Button-Gray_Act, #363639);
  }
}
._table_item_6ty9u_802:active {
  background: var(--Button-Gray_Act, #363639);
}
._table_item_6ty9u_802:last-child {
  border: none;
}
._table_item_col_6ty9u_823:nth-child(1) {
  width: 11%;
  padding-right: 20px;
}
@media (max-width: 768px) {
  ._table_item_col_6ty9u_823:nth-child(1) {
    display: none;
  }
}
._table_item_col_6ty9u_823:nth-child(2) {
  width: 29%;
  padding-right: 20px;
}
@media (max-width: 768px) {
  ._table_item_col_6ty9u_823:nth-child(2) {
    width: 34%;
  }
}
@media (max-width: 600px) {
  ._table_item_col_6ty9u_823:nth-child(2) {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
._table_item_col_6ty9u_823:nth-child(3) {
  width: 20%;
  padding-right: 20px;
}
@media (max-width: 768px) {
  ._table_item_col_6ty9u_823:nth-child(3) {
    width: 22%;
  }
}
@media (max-width: 600px) {
  ._table_item_col_6ty9u_823:nth-child(3) {
    display: none;
  }
}
._table_item_col_6ty9u_823:nth-child(4) {
  width: 20%;
  padding-right: 20px;
}
@media (max-width: 768px) {
  ._table_item_col_6ty9u_823:nth-child(4) {
    width: 22%;
  }
}
@media (max-width: 600px) {
  ._table_item_col_6ty9u_823:nth-child(4) {
    width: 50%;
    padding-right: 10px;
  }
}
._table_item_col_6ty9u_823:nth-child(5) {
  width: 20%;
}
@media (max-width: 768px) {
  ._table_item_col_6ty9u_823:nth-child(5) {
    width: 22%;
  }
}
@media (max-width: 600px) {
  ._table_item_col_6ty9u_823:nth-child(5) {
    width: 50%;
    padding-right: 10px;
  }
}
._table_item_status_6ty9u_891 {
  border-radius: 20px;
  background: rgba(198, 198, 199, 0.18);
  padding: 2px 11px;
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  display: inline-block;
}
@media (max-width: 768px) {
  ._table_item_status_6ty9u_891 {
    display: none;
  }
}
._table_item_status_6ty9u_891._active_6ty9u_647 {
  background: rgba(67, 210, 108, 0.14);
  color: var(--Text-Success, #43d26c);
}
._table_item_status_6ty9u_891._upcoming_6ty9u_910 {
  background: rgba(233, 190, 80, 0.14);
  color: var(--Text-Warning, #e9be50);
}
._table_item_status_6ty9u_891._mob_6ty9u_914 {
  display: none;
}
@media (max-width: 768px) {
  ._table_item_status_6ty9u_891._mob_6ty9u_914 {
    display: inline-block;
    margin-top: 6px;
  }
}
._table_item_content_6ty9u_923 {
  display: flex;
  align-items: center;
}
._table_item_icon_6ty9u_927 {
  width: 42px;
  height: 42px;
  border-radius: 42px;
  border: 1px solid var(--Stroke-Main, #444448);
  background: url('<path-to-image>'), lightgray 50%/cover no-repeat;
  margin-right: 8px;
}
._table_item_icon_6ty9u_927 img {
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
}
._table_item_name_6ty9u_940 {
  overflow: hidden;
  color: var(--Text-White, #fff);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
}
._table_item_info_6ty9u_948 {
  max-width: calc(100% - 50px);
}
._table_item_text_6ty9u_951 p:first-child {
  color: var(--Text-Gray, #6e6e71);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
}
@media (max-width: 600px) {
  ._table_item_text_6ty9u_951 p:first-child {
    text-align: left;
  }
}
._table_item_text_6ty9u_951 p:last-child {
  color: var(--Text-White, #fff);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 600px) {
  ._table_item_text_6ty9u_951 p:last-child {
    text-align: left;
  }
}

._content__filters_6ty9u_975 {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
._content__filters__search_6ty9u_982 {
  flex-grow: 1;
}
._content__filters__search_6ty9u_982 :first-child {
  width: initial !important;
}
._content__filters__selector_6ty9u_988 {
  width: 170px;
  height: 52px;
}
._content__filters__selector_6ty9u_988 :first-child {
  width: initial !important;
  height: 100% !important;
}
@media (max-width: 600px) {
  ._content__filters__selector_6ty9u_988 {
    width: 100%;
  }
}

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

._pc_6ty9u_1011 {
  display: block;
}
@media (max-width: 600px) {
  ._pc_6ty9u_1011 {
    display: none;
  }
}@keyframes _fadeInWithBlurScaleNftLaunch_tsms4_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_tsms4_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_tsms4_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_tsms4_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_tsms4_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_tsms4_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_tsms4_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_tsms4_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_tsms4_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_tsms4_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_tsms4_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_tsms4_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_tsms4_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_tsms4_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_tsms4_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_tsms4_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_tsms4_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_tsms4_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_tsms4_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_tsms4_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_tsms4_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_tsms4_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_tsms4_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_tsms4_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_tsms4_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_tsms4_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_tsms4_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_tsms4_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_tsms4_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_tsms4_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_tsms4_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_tsms4_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_tsms4_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_tsms4_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_tsms4_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_tsms4_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_tsms4_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_tsms4_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_tsms4_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_tsms4_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_tsms4_1 {}
@keyframes _wave-animation_tsms4_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_tsms4_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_tsms4_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_tsms4_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._tableFadeIn_tsms4_410 {
  animation-name: _fadeInWithBorder20px_tsms4_1;
  animation-duration: 0.45s;
  animation-timing-function: cubic-bezier(0.2, 0.5, 0.6, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._tableFadeIn_tsms4_410 {
    animation-name: _fadeInWithBorder20pxMobile_tsms4_1;
  }
}
@keyframes _fadeInWithBorder20px_tsms4_1 {
  0% {
    opacity: 1;
    scale: 0.996;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBorder20pxMobile_tsms4_1 {
  0% {
    opacity: 1;
    scale: 0.995;
  }
  100% {
    opacity: 1;
  }
}

._tableFadeOut_tsms4_440 {
  scale: 0.996;
  animation-name: _fadeOutWithBorder20px_tsms4_1;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.2, 0.5, 0.6, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._tableFadeOut_tsms4_440 {
    scale: 0.995;
  }
}
@media (max-width: 600px) {
  ._tableFadeOut_tsms4_440 {
    animation-name: _fadeOutWithBorder20pxMobile_tsms4_1;
  }
}
@keyframes _fadeOutWithBorder20px_tsms4_1 {
  0% {
    opacity: 1;
    scale: 1;
  }
  100% {
    opacity: 1;
    scale: 0.996;
  }
}
@keyframes _fadeOutWithBorder20pxMobile_tsms4_1 {
  0% {
    opacity: 1;
    scale: 1;
  }
  100% {
    opacity: 1;
    scale: 0.995;
  }
}

._container_tsms4_478 {
  display: flex;
  flex-direction: column;
  border-radius: 20px !important;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.2, 0.5, 0.5, 1);
}
._pagination_tsms4_485 {
  width: 100%;
  display: flex;
  justify-content: center;
}
._pagination_inner_tsms4_490 {
  padding: 20px;
  border-radius: 20px;
}

._not-found-container_tsms4_495 {
  color: #6E6E71;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}@keyframes _fadeInWithBlurScaleNftLaunch_sf45x_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_sf45x_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_sf45x_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_sf45x_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_sf45x_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_sf45x_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_sf45x_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_sf45x_410 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_sf45x_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_sf45x_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_sf45x_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_sf45x_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_sf45x_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_sf45x_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_sf45x_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_sf45x_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_sf45x_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_sf45x_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_sf45x_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_sf45x_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_sf45x_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_sf45x_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_sf45x_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_sf45x_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_sf45x_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_sf45x_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_sf45x_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_sf45x_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_sf45x_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_sf45x_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_sf45x_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_sf45x_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_sf45x_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_sf45x_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_sf45x_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_sf45x_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_sf45x_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_sf45x_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_sf45x_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_sf45x_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_sf45x_1 {}
@keyframes _wave-animation_sf45x_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_sf45x_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_sf45x_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_sf45x_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._fadeIn_sf45x_410 {
  animation-name: _fadeIn_sf45x_410;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._fadeIn_sf45x_410 {
    animation-duration: 0.4s;
  }
}

._container_sf45x_422 {
  width: 100%;
  display: flex;
  padding: 16px 24px;
  flex-direction: row;
  gap: 20px;
  background: var(--BG-Block, #2f2f33);
  align-items: center;
  flex-wrap: wrap;
  transition: 0.2s cubic-bezier(0.2, 0.5, 0.5, 1);
  cursor: pointer;
}
@media (max-width: 900px) {
  ._container_sf45x_422 {
    display: none;
  }
}
._container_sf45x_422:hover {
  background: var(--Button-Gray_Act, #363639);
}
._container_sf45x_422:active {
  opacity: 0.8;
}
._container_sf45x_422:first-child {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
._container_sf45x_422:not(:nth-child(2)) {
  border-top: 1px solid var(--Stroke-Main, #444448);
}
._container_sf45x_422:last-child {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
._container__title_sf45x_456 {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  max-width: 270px;
}
._container__title__icon_sf45x_464 {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
._container__title__text_sf45x_469 {
  overflow: hidden;
  color: var(--Text-White, #fff);
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-wrap: nowrap;
}
._container__field_sf45x_480 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
._container__field__title_sf45x_486 {
  color: var(--Text-Gray, #6e6e71);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
._container__field__value_sf45x_495 {
  color: var(--Text-White, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

._containerMob_sf45x_508 {
  width: 100%;
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  gap: 20px;
  background: var(--BG-Block, #2f2f33);
  flex-wrap: wrap;
  transition: 0.3s cubic-bezier(0.2, 0.5, 0.5, 1);
  border-radius: 0px;
  cursor: pointer;
}
@media (min-width: 900px) {
  ._containerMob_sf45x_508 {
    display: none;
  }
}
._containerMob_sf45x_508:hover {
  background: var(--Button-Gray_Act, #363639);
}
._containerMob_sf45x_508:not(:first-child) {
  border-top: 1px solid var(--Stroke-Main, #444448);
}
._containerMob__title_sf45x_531 {
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
._containerMob__title__text_sf45x_538 {
  overflow: hidden;
  color: var(--Text-White, #fff);
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
._containerMob__field_sf45x_548 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}
._containerMob__field__title_sf45x_555 {
  color: var(--Text-Gray, #6e6e71);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
._containerMob__field__value_sf45x_564 {
  color: var(--Text-White, #fff);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

._top_sf45x_574 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
._top__icon_sf45x_580 {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
._top__right_sf45x_585 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

._bottom_sf45x_591 {
  display: flex;
  flex-direction: row;
  gap: 20px;
}@keyframes _fadeInWithBlurScaleNftLaunch_o6loh_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_o6loh_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_o6loh_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_o6loh_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_o6loh_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_o6loh_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_o6loh_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_o6loh_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_o6loh_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_o6loh_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_o6loh_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_o6loh_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_o6loh_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_o6loh_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_o6loh_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_o6loh_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_o6loh_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_o6loh_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_o6loh_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_o6loh_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_o6loh_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_o6loh_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_o6loh_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_o6loh_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_o6loh_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_o6loh_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_o6loh_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_o6loh_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_o6loh_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_o6loh_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_o6loh_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_o6loh_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_o6loh_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_o6loh_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_o6loh_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_o6loh_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_o6loh_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_o6loh_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_o6loh_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_o6loh_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_o6loh_1 {}
@keyframes _wave-animation_o6loh_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_o6loh_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_o6loh_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_o6loh_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._tag_o6loh_410 {
  min-width: 98px;
}
._tag__card_o6loh_413 {
  overflow: hidden;
  display: flex;
  padding: 2px 11px;
  align-items: center;
  gap: 5px;
  border-radius: 20px !important;
  background: rgba(67, 210, 108, 0.14);
  color: var(--Text-Success, #43d26c);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  width: fit-content;
}
._tag__card__upcoming_o6loh_429 {
  background: rgba(233, 190, 80, 0.14);
  color: var(--Text-Warning, #e9be50);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
._tag__card__cancelled_o6loh_438 {
  background: rgba(198, 198, 199, 0.18);
  color: var(--Text-Light_grey, #c6c6c7);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
._tag__card__none_o6loh_447 {
  border-radius: 6px;
  background: linear-gradient(270deg, #29292f 0%, rgb(48, 48, 53) 30%, rgba(255, 255, 255, 0.15) 31.5%, rgba(255, 255, 255, 0.15) 68.5%, rgb(48, 48, 53) 70%, #29292f 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  animation: _wave-animation1_o6loh_1 2.5s ease-in-out infinite;
  color: var(--Text-Primary, rgba(255, 255, 255, 0));
}

._dot_o6loh_454 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--Text-Success, #43d26c);
  margin-right: 5px;
}

._blinking_o6loh_462 {
  animation: _blink_o6loh_462 4.5s infinite cubic-bezier(0.5, 1, 1, 1);
}
@keyframes _blink_o6loh_462 {
  0% {
    opacity: 0.6;
    outline: 0px solid rgba(67, 210, 108, 0.075);
    border: 0px solid rgba(255, 255, 255, 0.22);
  }
  15% {
    opacity: 1;
    outline: 11px solid rgba(67, 210, 108, 0.075);
    border: 0px solid rgba(255, 255, 255, 0.22);
  }
  50% {
    opacity: 0.6;
    text-shadow: #0088cb 0px 0px 10px;
    outline: 100px solid rgba(67, 210, 108, 0);
    border: 0px solid rgba(255, 255, 255, 0.23);
  }
  100% {
    opacity: 0.6;
    outline: 0px solid rgba(67, 210, 108, 0);
    border: 0px solid rgba(255, 255, 255, 0);
  }
}@keyframes _fadeInWithBlurScaleNftLaunch_bg5be_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_bg5be_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_bg5be_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_bg5be_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_bg5be_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_bg5be_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_bg5be_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_bg5be_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_bg5be_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_bg5be_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_bg5be_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_bg5be_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_bg5be_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_bg5be_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_bg5be_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_bg5be_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_bg5be_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_bg5be_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_bg5be_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_bg5be_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_bg5be_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_bg5be_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_bg5be_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_bg5be_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_bg5be_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_bg5be_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_bg5be_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_bg5be_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_bg5be_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_bg5be_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_bg5be_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_bg5be_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_bg5be_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_bg5be_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_bg5be_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_bg5be_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_bg5be_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_bg5be_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_bg5be_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_bg5be_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_bg5be_1 {}
@keyframes _wave-animation_bg5be_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_bg5be_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_bg5be_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_bg5be_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._selector_fadeOut_bg5be_410 {
  animation-name: _selectorLargeFadeOut_bg5be_1;
  animation-duration: 0.25s !important;
  animation-timing-function: cubic-bezier(0.5, 0.3, 0.1, 1);
  animation-fill-mode: both;
}
@keyframes _selectorLargeFadeOut_bg5be_1 {
  from {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  to {
    scale: 0.95;
    transform: translateY(-6px);
    opacity: 0;
  }
}

._selector_fadeIn_bg5be_430 {
  animation-name: _selectorFadeIn_bg5be_1;
  animation-duration: 0.23s;
  animation-timing-function: cubic-bezier(0.5, 0.8, 0.1, 1);
  animation-fill-mode: both;
}
@keyframes _selectorFadeIn_bg5be_1 {
  from {
    scale: 0.97;
    transform: translateY(-3px);
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

._sort_bg5be_450 {
  user-select: none;
  /* standard syntax */
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
._sort_wrapper_bg5be_461 {
  transition: 0.5s cubic-bezier(0.3, 0.2, 0.2, 1);
  width: calc((100% - 20px) / 2);
}
@media (max-width: 350px) {
  ._sort_wrapper_bg5be_461 {
    width: calc((100% - 10px) / 2);
  }
}
._sort_text_bg5be_470 {
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  transition: 0.15s ease-in-out;
}
._sort_top_bg5be_477 {
  transition: 0.15s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  border-radius: 8px;
  border: 1px solid var(--stroke-main, #444448);
  cursor: pointer;
  user-select: none;
}
._sort_top_bg5be_477:hover {
  transition: 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
  border-color: #6e6e71;
}
._sort_top_bg5be_477._active_bg5be_492 {
  border-color: #6e6e71;
}
._sort_top_bg5be_477._active_bg5be_492 ._sort_top_l_bg5be_495 {
  filter: brightness(0.75);
}
._sort_top_l_bg5be_495 {
  color: var(--text-light-grey, #c6c6c7);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.15s ease-in-out;
  text-align: center;
}
._sort_top_r_bg5be_509 {
  width: 10px;
  margin-right: 5px;
  transition: all 0.3s cubic-bezier(0.4, 1, 0.4, 1);
}
._sort_top_r_bg5be_509._active_bg5be_492 {
  transform: rotate(180deg);
}
._sort_bottom_bg5be_517 {
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  padding: 4px 8px;
  width: 100%;
  z-index: 2;
  border-radius: 8px;
  border: 1px solid var(--stroke-main, #444448);
  background: var(--bg-block, #2f2f33);
  width: 281px;
}
@media (max-width: 600px) {
  ._sort_bottom_bg5be_517 {
    width: 100%;
  }
}
._sort_bottom_item_bg5be_534 {
  -webkit-tap-highlight-color: transparent;
  max-height: fit-content;
  cursor: pointer;
  user-select: none;
  padding: 12px 8px;
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  transition: 0.25s cubic-bezier(0.2, 0.2, 0.2, 1);
}
._sort_bottom_item_bg5be_534 p {
  transition: 0.2s cubic-bezier(0.2, 0.2, 0.4, 1);
}
._sort_bottom_item_bg5be_534._active_bg5be_492 {
  border-radius: 8px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  scale: 1 !important;
  background: var(--button-gray, #3b3b3f) !important;
}
._sort_bottom_item_bg5be_534._active_bg5be_492:active {
  scale: 0.99 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
._sort_bottom_item_bg5be_534._active_bg5be_492 p {
  transform: none !important;
}
._sort_bottom_item_bg5be_534:active {
  scale: 0.985;
  border-radius: 8px !important;
  background: var(--button-gray, rgba(59, 59, 63, 0.4705882353));
}
._sort_bottom_item_bg5be_534:active p {
  transform: translateX(1px);
  opacity: 0.7;
}
._sort_bottom_item_bg5be_534:hover {
  border-radius: 8px;
  background: var(--button-gray, rgba(59, 59, 63, 0.4705882353));
}
._sort_bottom_item_bg5be_534:last-child {
  margin-bottom: 0;
}@keyframes _fadeInWithBlurScaleNftLaunch_1vmii_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1vmii_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1vmii_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1vmii_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1vmii_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1vmii_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1vmii_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1vmii_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1vmii_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1vmii_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1vmii_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1vmii_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1vmii_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1vmii_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1vmii_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1vmii_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1vmii_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1vmii_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1vmii_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1vmii_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1vmii_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1vmii_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1vmii_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1vmii_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1vmii_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1vmii_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1vmii_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1vmii_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1vmii_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1vmii_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1vmii_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1vmii_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1vmii_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1vmii_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1vmii_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1vmii_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1vmii_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1vmii_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1vmii_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1vmii_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1vmii_1 {}
@keyframes _wave-animation_1vmii_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1vmii_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1vmii_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1vmii_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._container_1vmii_410 {
  animation-name: _fadeIn_1vmii_1;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  height: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 30px;
}
@media (max-width: 600px) {
  ._container_1vmii_410 {
    animation-duration: 0.4s;
  }
}
._container__left_1vmii_430 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
._container__left__disclaimer_1vmii_435 {
  color: var(--Text-Gray, #6e6e71);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  align-self: stretch;
  max-width: 740px;
}
@media (max-width: 900px) {
  ._container__left__disclaimer_1vmii_435 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

._back_block_1vmii_453 {
  display: flex;
  align-items: center;
  gap: 15px;
  align-self: stretch;
  transition: 0.2s cubic-bezier(0.2, 0.6, 0.3, 1);
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  /* standard syntax */
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
}
._back_block_1vmii_453:hover {
  cursor: pointer;
  filter: brightness(0.9);
}
._back_block_1vmii_453:active {
  cursor: pointer;
  filter: brightness(0.8);
}
._back_block__l_1vmii_476 {
  display: flex;
  width: 36px;
  height: 36px;
  padding: 6px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: var(--BG-Block, #2f2f33);
}
._back_block__l_1vmii_476 svg {
  width: 24px;
  height: 24px;
}
._back_block__r_1vmii_490 {
  color: var(--Text-White, #fff);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 900px) {
  ._claim-card-desktop_1vmii_500 {
    display: none;
  }
}

._mobile_1vmii_505 {
  display: none;
  width: 100%;
}
@media (max-width: 900px) {
  ._mobile_1vmii_505 {
    display: block;
  }
}

@media (max-width: 900px) {
  ._pc_1vmii_516 {
    display: none;
    width: 100%;
  }
}@keyframes _fadeInWithBlurScaleNftLaunch_wwe7r_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_wwe7r_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_wwe7r_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_wwe7r_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_wwe7r_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_wwe7r_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_wwe7r_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_wwe7r_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_wwe7r_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_wwe7r_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_wwe7r_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_wwe7r_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_wwe7r_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_wwe7r_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_wwe7r_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_wwe7r_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_wwe7r_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_wwe7r_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_wwe7r_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_wwe7r_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_wwe7r_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_wwe7r_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_wwe7r_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_wwe7r_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_wwe7r_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_wwe7r_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_wwe7r_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_wwe7r_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_wwe7r_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_wwe7r_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_wwe7r_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_wwe7r_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_wwe7r_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_wwe7r_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_wwe7r_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_wwe7r_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_wwe7r_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_wwe7r_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_wwe7r_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_wwe7r_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_wwe7r_1 {}
@keyframes _wave-animation_wwe7r_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_wwe7r_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_wwe7r_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_wwe7r_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._card_wwe7r_410 {
  flex-grow: 1;
  display: flex;
  border-radius: 20px;
  background: var(--BG-Block, #2f2f33);
}
._card__inner_wwe7r_416 {
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 600px) {
  ._card__inner_wwe7r_416 {
    padding: 20px;
    max-width: 100%;
    flex-wrap: wrap;
    width: 100%;
  }
}
._card__header_wwe7r_433 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 600px) {
  ._card__header_wwe7r_433 {
    flex-direction: column;
    position: relative;
  }
}
._card__header__top_wwe7r_445 {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
@media (max-width: 600px) {
  ._card__header__top_wwe7r_445 {
    flex-wrap: wrap;
    gap: 14px;
  }
}
._card__header__left_wwe7r_456 {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  gap: 24px;
}
@media (max-width: 600px) {
  ._card__header__left_wwe7r_456 {
    flex-direction: column;
    gap: 14px;
  }
}
._card__header__left__icon_wwe7r_469 {
  min-width: 64px;
  width: 65px;
  min-height: 64px;
  height: 65px;
  border-radius: 50%;
}
@media (max-width: 900px) {
  ._card__header__left__icon_wwe7r_469 {
    width: 50px;
    height: 50px;
  }
}
._card__header__left__title_wwe7r_482 {
  color: var(--Text-White, #fff);
  overflow: hidden;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  overflow-wrap: break-word;
  white-space: normal;
  word-wrap: break-word;
  width: 100%;
  text-overflow: ellipsis;
}
@media (max-width: 600px) {
  ._card__header__left__title_wwe7r_482 {
    width: 100%;
    max-width: 300px;
    overflow-wrap: break-word;
    white-space: normal;
    word-wrap: break-word;
  }
}
._card__header__middle_wwe7r_505 {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 80%;
}
._card__header__right_wwe7r_511 {
  display: flex;
  align-items: flex-start;
  padding-top: 17px;
  margin-left: auto;
}
@media (max-width: 600px) {
  ._card__header__right_wwe7r_511 {
    position: absolute;
    right: 0;
    top: 0;
  }
}
._card__header__right__tag_wwe7r_524 {
  width: 80px;
  display: flex;
  padding: 2px 11px 4px 11px;
  align-items: center;
  gap: 5px;
  border-radius: 20px;
  background: rgba(67, 210, 108, 0.18);
  color: var(--Text-Success, #43d26c);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
._card__description_wwe7r_539 {
  color: var(--Text-Light_grey, #c6c6c7);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  white-space: normal; /* Allow text to wrap to the next line */
  word-wrap: break-word; /* Break long words to fit within the container */
  word-break: break-word; /* Break words that are too long for the container */
  overflow-wrap: break-word; /* Ensure the text breaks instead of overflowing */
  line-height: 1.5;
  max-width: 680px;
}
._card__table_wwe7r_553 {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
}
._card__table__item_wwe7r_559 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid var(--stroke-main, #444448);
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  ._card__table__item_wwe7r_559 {
    padding-bottom: 8px;
    flex-wrap: wrap;
  }
}
._card__table__item_wwe7r_559:last-child {
  border: none;
}
._card__table__item__l_wwe7r_576 {
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 600px) {
  ._card__table__item__l_wwe7r_576 {
    margin-bottom: 4px;
  }
}
._card__table__item__r_wwe7r_587 {
  animation-name: _fadeIn_wwe7r_1;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  color: var(--text-white, #fff);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
@media (max-width: 600px) {
  ._card__table__item__r_wwe7r_587 {
    animation-duration: 0.4s;
  }
}
@media (max-width: 600px) {
  ._card__table__item__r_wwe7r_587 {
    align-items: flex-start;
  }
}
@media (max-width: 600px) {
  ._card__table__item__r_wwe7r_587 {
    margin-bottom: 4px;
  }
}
._card__table__item__r_wwe7r_587 ._grey_wwe7r_615 {
  color: var(--text-gray, #6e6e71);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-top: 4px;
}

._green_wwe7r_623 {
  -webkit-tap-highlight-color: transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #43d26c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.2s cubic-bezier(0.3, 0.3, 0.3, 1);
  cursor: pointer;
  user-select: none;
}
@media (max-width: 600px) {
  ._green_wwe7r_623 {
    transition: 0.2s cubic-bezier(0.3, 0.3, 0.3, 1);
  }
}
@media (min-width: 601px) {
  ._green_wwe7r_623:hover {
    user-select: none;
    color: #5aec84;
  }
  ._green_wwe7r_623:hover svg {
    user-select: none;
  }
  ._green_wwe7r_623:hover svg path {
    fill: #5aec84;
  }
  ._green_wwe7r_623:active {
    color: rgba(90, 236, 131, 0.8274509804);
  }
  ._green_wwe7r_623:active svg path {
    fill: rgba(90, 236, 131, 0.8274509804);
  }
}
@media (min-width: 601px) and (max-width: 600px) {
  ._green_wwe7r_623:active {
    color: rgba(90, 236, 131, 0.6784313725);
  }
  ._green_wwe7r_623:active svg path {
    fill: rgba(90, 236, 131, 0.6784313725);
  }
}
@media (min-width: 601px) {
  ._green_wwe7r_623 svg {
    width: 18px;
    margin-left: 6px;
  }
  ._green_wwe7r_623 svg path {
    transition: 0.2s cubic-bezier(0.3, 0.3, 0.3, 1);
  }
}
@media (min-width: 601px) and (max-width: 600px) {
  ._green_wwe7r_623 svg path {
    transition: 0.2s cubic-bezier(0.3, 0.3, 0.3, 1);
  }
}
._green_wwe7r_623 span {
  width: calc(100% - 24px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}
._green_wwe7r_623 svg {
  width: 18px;
  margin-left: 6px;
  cursor: pointer;
  user-select: none;
}

._mobile_wwe7r_698 {
  display: none;
}
@media (max-width: 768px) {
  ._mobile_wwe7r_698 {
    display: block;
  }
}

._pc_wwe7r_707 {
  display: block;
}
@media (max-width: 768px) {
  ._pc_wwe7r_707 {
    display: none;
  }
}

._back_buttom__image_wwe7r_716 {
  width: 24px;
  height: 24px;
  rotate: 180deg;
  cursor: pointer;
}

._loading_wwe7r_723 {
  scale: 0.99;
  animation-name: _animatedWrapperScaleDown_wwe7r_1;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.4, 0.8, 0.4, 1);
}
@media (max-width: 600px) {
  ._loading_wwe7r_723 {
    animation-name: _animatedWrapperScaleDownMobile_wwe7r_1;
    animation-duration: 0.5s;
  }
}
@keyframes _animatedWrapperScaleDown_wwe7r_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.99;
  }
}
@keyframes _animatedWrapperScaleDownMobile_wwe7r_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.9875;
  }
}

._loaded_wwe7r_756 {
  animation-name: _animatedWrapperScaleUp_wwe7r_1;
  animation-timing-function: cubic-bezier(0.4, 0.8, 0.4, 1);
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._loaded_wwe7r_756 {
    animation-name: _animatedWrapperScaleUpMobile_wwe7r_1;
    animation-duration: 0.4s;
  }
}
@keyframes _animatedWrapperScaleUp_wwe7r_1 {
  0% {
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _animatedWrapperScaleUpMobile_wwe7r_1 {
  0% {
    scale: 0.9875;
  }
  100% {
    opacity: 1;
  }
}

._gradient_wwe7r_785 {
  background: linear-gradient(112deg, #29292f 8.69%, #303035 50.64%, #26262b 95.29%), linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-size: 1000% 1000%, 1000% 1000% !important;
  animation: _wave-animation_wwe7r_1 2s ease-in-out infinite, _wave-reverse-animation_wwe7r_1 2s ease-in-out infinite;
}
._gradient_wwe7r_785 ._range_wwe7r_790 {
  background-color: #2f2f33;
  height: 10px;
  border-radius: 10px;
}

._status_wwe7r_796 {
  overflow: hidden;
  animation-name: _fadeIn_wwe7r_1;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  white-space: nowrap;
  animation-duration: 0.33s;
  border-radius: 20px;
  background: rgba(198, 198, 199, 0.18);
  padding: 3px 11px;
  display: flex;
  align-items: center;
  color: var(--text-light-grey, #c6c6c7);
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 600px) {
  ._status_wwe7r_796 {
    animation-duration: 0.4s;
  }
}
@media (max-width: 900px) {
  ._status_wwe7r_796 {
    position: absolute;
    top: 0;
    right: 0;
  }
}
._status_wwe7r_796._green_wwe7r_623 {
  background: rgba(67, 210, 108, 0.18);
  color: #43d26c;
}
._status_wwe7r_796._green_wwe7r_623 span {
  background-color: #43d26c;
}
._status_wwe7r_796._orange_wwe7r_833 {
  background: rgba(233, 190, 80, 0.18);
  color: #e9be50;
}
._status_wwe7r_796._orange_wwe7r_833 span {
  background-color: #e9be50;
}
._status_wwe7r_796 span {
  margin-right: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c6c6c7;
}

._blinking_wwe7r_848 {
  animation: _blink_wwe7r_848 4.5s infinite cubic-bezier(0.5, 1, 1, 1);
}
@keyframes _blink_wwe7r_848 {
  0% {
    opacity: 0.6;
    outline: 0px solid rgba(67, 210, 108, 0.075);
    border: 0px solid rgba(255, 255, 255, 0.22);
  }
  15% {
    opacity: 1;
    outline: 11px solid rgba(67, 210, 108, 0.075);
    border: 0px solid rgba(255, 255, 255, 0.22);
  }
  50% {
    opacity: 0.6;
    text-shadow: #0088cb 0px 0px 10px;
    outline: 100px solid rgba(67, 210, 108, 0);
    border: 0px solid rgba(255, 255, 255, 0.23);
  }
  100% {
    opacity: 0.6;
    outline: 0px solid rgba(67, 210, 108, 0);
    border: 0px solid rgba(255, 255, 255, 0);
  }
}@keyframes _fadeInWithBlurScaleNftLaunch_13k2g_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_13k2g_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_13k2g_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_13k2g_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_13k2g_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_13k2g_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_13k2g_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_13k2g_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_13k2g_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_13k2g_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_13k2g_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_13k2g_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_13k2g_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_13k2g_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_13k2g_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_13k2g_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_13k2g_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_13k2g_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_13k2g_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_13k2g_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_13k2g_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_13k2g_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_13k2g_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_13k2g_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_13k2g_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_13k2g_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_13k2g_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_13k2g_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_13k2g_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_13k2g_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_13k2g_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_13k2g_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_13k2g_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_13k2g_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_13k2g_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_13k2g_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_13k2g_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_13k2g_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_13k2g_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_13k2g_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_13k2g_1 {}
@keyframes _wave-animation_13k2g_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_13k2g_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_13k2g_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_13k2g_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._links_13k2g_410 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  min-height: 36px;
}
._links__item_13k2g_416 {
  display: flex;
  box-sizing: border-box;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--Button-Gray, #3b3b3f);
}

._socs_13k2g_429 {
  display: flex;
  flex-wrap: wrap;
  min-height: 36px;
}
._socs_item_13k2g_434 {
  animation-name: _fadeIn_13k2g_1;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
  border-radius: 8px;
  background: var(--button-gray, #3b3b3f);
  padding: 8px;
  margin-right: 8px;
  transition: 0.2s cubic-bezier(0.3, 0.3, 0.3, 1);
}
@media (max-width: 600px) {
  ._socs_item_13k2g_434 {
    animation-duration: 0.4s;
  }
}
._socs_item_13k2g_434:last-child {
  margin-right: 0;
}
._socs_item_13k2g_434 svg {
  width: 20px;
}
._socs_item_13k2g_434:hover {
  background-color: #49494e;
}._more_fqj6i_1 {
  color: var(--Text-Light_grey, #c6c6c7);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}@keyframes _fadeInWithBlurScaleNftLaunch_1lrrk_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_1lrrk_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_1lrrk_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_1lrrk_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_1lrrk_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_1lrrk_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_1lrrk_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_1lrrk_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_1lrrk_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_1lrrk_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_1lrrk_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_1lrrk_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_1lrrk_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_1lrrk_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_1lrrk_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_1lrrk_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_1lrrk_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_1lrrk_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_1lrrk_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_1lrrk_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_1lrrk_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_1lrrk_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_1lrrk_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_1lrrk_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_1lrrk_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_1lrrk_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_1lrrk_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_1lrrk_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_1lrrk_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_1lrrk_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_1lrrk_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_1lrrk_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_1lrrk_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_1lrrk_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_1lrrk_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_1lrrk_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_1lrrk_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_1lrrk_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_1lrrk_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_1lrrk_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_1lrrk_1 {}
@keyframes _wave-animation_1lrrk_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_1lrrk_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_1lrrk_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_1lrrk_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._card_1lrrk_410 {
  border-radius: 20px;
  background: var(--BG-Block, #2f2f33);
  width: fit-content;
  min-width: 100%;
}
._card__inner_1lrrk_416 {
  display: flex;
  border-radius: 20px;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  height: fit-content;
  width: 340px;
}
@media (max-width: 900px) {
  ._card__inner_1lrrk_416 {
    width: 100% !important;
    min-width: 100%;
    padding: 20px;
  }
}
._card__title_1lrrk_433 {
  color: var(--Text-White, #fff);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
._card__action_1lrrk_440 {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}
._card__action__allocation_1lrrk_446 {
  display: flex;
  width: 100%;
  padding: 20px 14px;
  flex-direction: row;
  justify-content: space-between;
  gap: 6px;
  border-radius: 8px;
  background: var(--Button-Gray_Act, #363639);
}
._card__action__allocation__value_1lrrk_456 {
  color: var(--Text-White, #fff);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
._card__action__allocation__price_1lrrk_464 {
  color: var(--Text-Gray, #6e6e71);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
._card__fields_1lrrk_472 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
._card__fields__separator_1lrrk_478 {
  height: 1px;
  width: 100%;
  background-color: var(--Stroke-Main, #444448);
}
._card__fields__table_1lrrk_483 {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}
._card__fields__table__item_1lrrk_489 {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
._card__fields__table__item__label_1lrrk_495 {
  color: var(--Text-Light_grey, #c6c6c7);
  text-align: right;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
._card__fields__table__item__value_1lrrk_504 {
  color: var(--Text-White, #fff);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}

._btn_1lrrk_513 {
  width: 100%;
}

._loading_1lrrk_517 {
  scale: 0.99;
  animation-name: _animatedWrapperScaleDown_1lrrk_1;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.4, 0.8, 0.4, 1);
}
@media (max-width: 600px) {
  ._loading_1lrrk_517 {
    animation-name: _animatedWrapperScaleDownMobile_1lrrk_1;
    animation-duration: 0.5s;
  }
}
@keyframes _animatedWrapperScaleDown_1lrrk_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.99;
  }
}
@keyframes _animatedWrapperScaleDownMobile_1lrrk_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.9875;
  }
}

._loaded_1lrrk_550 {
  animation-name: _animatedWrapperScaleUp_1lrrk_1;
  animation-timing-function: cubic-bezier(0.4, 0.8, 0.4, 1);
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._loaded_1lrrk_550 {
    animation-name: _animatedWrapperScaleUpMobile_1lrrk_1;
    animation-duration: 0.4s;
  }
}
@keyframes _animatedWrapperScaleUp_1lrrk_1 {
  0% {
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _animatedWrapperScaleUpMobile_1lrrk_1 {
  0% {
    scale: 0.9875;
  }
  100% {
    opacity: 1;
  }
}

._gradient_1lrrk_579 {
  background: linear-gradient(112deg, #29292f 8.69%, #303035 50.64%, #26262b 95.29%), linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-size: 1000% 1000%, 1000% 1000% !important;
  animation: _wave-animation_1lrrk_1 2s ease-in-out infinite, _wave-reverse-animation_1lrrk_1 2s ease-in-out infinite;
}
._gradient_1lrrk_579 ._range_1lrrk_584 {
  background-color: #2f2f33;
  height: 10px;
  border-radius: 10px;
}

._displayNone_1lrrk_590 {
  display: none;
}._container_1idjo_1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

._bottom_1idjo_8 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
._bottom__item_1idjo_14 {
  color: var(--Text-Light_grey, #c6c6c7);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

._progress_1idjo_23 {
  overflow: hidden;
  border-radius: 10px;
  background: var(--bg-primary, #232328);
  height: 10px;
  position: relative;
  color: rgba(102, 185, 142, 0.3411764706);
}
._progress__line_1idjo_31 {
  transition: 0.5s cubic-bezier(0.2, 0.6, 0.2, 1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 1;
}
._progress__line__hard_1idjo_41 {
  transition: 0.5s cubic-bezier(0.2, 0.6, 0.2, 1);
  z-index: 2;
}

._zero_1idjo_46 {
  max-width: 0% !important;
  min-width: 0% !important;
  background-color: #0088cb;
}@keyframes _fadeInWithBlurScaleNftLaunch_66q02_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_66q02_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_66q02_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_66q02_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_66q02_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_66q02_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_66q02_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_66q02_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_66q02_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_66q02_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_66q02_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_66q02_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_66q02_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_66q02_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_66q02_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_66q02_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_66q02_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_66q02_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_66q02_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_66q02_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_66q02_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_66q02_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_66q02_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_66q02_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_66q02_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_66q02_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_66q02_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_66q02_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_66q02_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_66q02_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_66q02_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_66q02_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_66q02_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_66q02_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_66q02_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_66q02_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_66q02_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_66q02_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_66q02_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_66q02_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_66q02_1 {}
@keyframes _wave-animation_66q02_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_66q02_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_66q02_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_66q02_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._card_66q02_410 {
  border-radius: 20px;
  background: var(--BG-Block, #2f2f33);
  overflow: hidden;
}
._card__inner_66q02_415 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px;
}
@media (max-width: 900px) {
  ._card__inner_66q02_415 {
    width: 100%;
  }
}
._card__title_66q02_426 {
  color: var(--Text-White, #fff);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 20px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

._loading_66q02_439 {
  scale: 0.99;
  animation-name: _animatedWrapperScaleDown_66q02_1;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.4, 0.8, 0.4, 1);
}
@media (max-width: 600px) {
  ._loading_66q02_439 {
    animation-name: _animatedWrapperScaleDownMobile_66q02_1;
    animation-duration: 0.5s;
  }
}
@keyframes _animatedWrapperScaleDown_66q02_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.99;
  }
}
@keyframes _animatedWrapperScaleDownMobile_66q02_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.9875;
  }
}

._loaded_66q02_472 {
  animation-name: _animatedWrapperScaleUp_66q02_1;
  animation-timing-function: cubic-bezier(0.4, 0.8, 0.4, 1);
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._loaded_66q02_472 {
    animation-name: _animatedWrapperScaleUpMobile_66q02_1;
    animation-duration: 0.4s;
  }
}
@keyframes _animatedWrapperScaleUp_66q02_1 {
  0% {
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _animatedWrapperScaleUpMobile_66q02_1 {
  0% {
    scale: 0.9875;
  }
  100% {
    opacity: 1;
  }
}

._gradient_66q02_501 {
  background: linear-gradient(112deg, #29292f 8.69%, #303035 50.64%, #26262b 95.29%), linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-size: 1000% 1000%, 1000% 1000% !important;
  animation: _wave-animation_66q02_1 2s ease-in-out infinite, _wave-reverse-animation_66q02_1 2s ease-in-out infinite;
}
._gradient_66q02_501 ._range_66q02_506 {
  background-color: #2f2f33;
  height: 10px;
  border-radius: 10px;
}._container_8eq37_1 {
  width: 100%;
  padding: 0px 20px 14px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
._container_8eq37_1 :first-child {
  width: initial !important;
}._table_120eu_1 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: fit-content;
}
._table__header_120eu_7 {
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  height: 17px;
  width: 100%;
  gap: 20px;
}
._table__header__index_120eu_15 {
  color: var(--Text-Gray, #6e6e71);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
._table__header__user_120eu_23 {
  flex: 4;
  color: var(--Text-Gray, #6e6e71);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
._table__header__prize_120eu_32 {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  color: var(--Text-Gray, #6e6e71);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
._table__item_120eu_43 {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 18px 24px;
  gap: 20px;
}
._table__item__light_120eu_50 {
  background: var(--Button-Gray_Act, #363639);
}
._table__item__index_120eu_53 {
  color: var(--Text-Gray, #6e6e71);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
._table__item__address_120eu_61 {
  flex: 4;
  color: var(--Text-Success, #43d26c);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
._table__item__prize_120eu_70 {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  gap: 4px;
}
._table__item__prize__value_120eu_76 {
  color: var(--Text-White, #fff);
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
._table__item__prize__token_120eu_85 {
  color: var(--Text-Gray, #6e6e71);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
._table__show-more_120eu_93 {
  padding: 18px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: var(--Text-Link, #0088cb);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  height: 20px;
  cursor: pointer;
}

._not-found_120eu_110 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6e6e71;
}@keyframes _fadeInWithBlurScaleNftLaunch_bq3q9_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_bq3q9_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_bq3q9_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_bq3q9_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_bq3q9_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_bq3q9_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_bq3q9_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_bq3q9_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_bq3q9_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_bq3q9_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_bq3q9_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_bq3q9_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_bq3q9_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_bq3q9_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_bq3q9_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_bq3q9_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_bq3q9_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_bq3q9_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_bq3q9_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_bq3q9_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_bq3q9_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_bq3q9_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_bq3q9_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_bq3q9_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_bq3q9_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_bq3q9_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_bq3q9_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_bq3q9_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_bq3q9_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_bq3q9_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_bq3q9_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_bq3q9_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_bq3q9_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_bq3q9_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_bq3q9_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_bq3q9_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_bq3q9_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_bq3q9_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_bq3q9_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_bq3q9_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_bq3q9_1 {}
@keyframes _wave-animation_bq3q9_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_bq3q9_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_bq3q9_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_bq3q9_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._card_bq3q9_410 {
  border-radius: 20px;
  background: var(--BG-Block, #2f2f33);
  width: fit-content;
  min-width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  width: fit-content;
}
._card__title_bq3q9_421 {
  color: var(--Text-White, #fff);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: fit-content;
}
._card__subtitle_bq3q9_429 {
  margin-top: 6px;
  color: var(--Text-Gray, #c6c6c7);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: fit-content;
  max-width: min-content;
  min-width: 300px;
}

._btn_bq3q9_441 {
  width: 100%;
  margin-top: 10px;
}

._loading_bq3q9_446 {
  scale: 0.99;
  animation-name: _animatedWrapperScaleDown_bq3q9_1;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.4, 0.8, 0.4, 1);
}
@media (max-width: 600px) {
  ._loading_bq3q9_446 {
    animation-name: _animatedWrapperScaleDownMobile_bq3q9_1;
    animation-duration: 0.5s;
  }
}
@keyframes _animatedWrapperScaleDown_bq3q9_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.99;
  }
}
@keyframes _animatedWrapperScaleDownMobile_bq3q9_1 {
  from {
    opacity: 1;
    scale: 1;
  }
  to {
    opacity: 1;
    scale: 0.9875;
  }
}

._loaded_bq3q9_479 {
  animation-name: _animatedWrapperScaleUp_bq3q9_1;
  animation-timing-function: cubic-bezier(0.4, 0.8, 0.4, 1);
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
@media (max-width: 600px) {
  ._loaded_bq3q9_479 {
    animation-name: _animatedWrapperScaleUpMobile_bq3q9_1;
    animation-duration: 0.4s;
  }
}
@keyframes _animatedWrapperScaleUp_bq3q9_1 {
  0% {
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _animatedWrapperScaleUpMobile_bq3q9_1 {
  0% {
    scale: 0.9875;
  }
  100% {
    opacity: 1;
  }
}@keyframes _fadeInWithBlurScaleNftLaunch_hr3xw_1 {
  0% {
    scale: 0.985;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunch_hr3xw_1 {
  0% {
    opacity: 0;
    scale: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurHighScaleNftLaunchMobile_hr3xw_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _popupLoading_hr3xw_1 {
  from {
    max-width: 0px;
    min-width: 0px;
  }
  to {
    max-width: 100%;
    min-width: 100%;
  }
}
@keyframes _fadeIn0to65_hr3xw_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInSmallto100_hr3xw_1 {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn65to100_hr3xw_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeIn_hr3xw_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _btnFadeIn_hr3xw_1 {
  from {
    opacity: 0;
    scale: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInIcons_hr3xw_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInHeader_hr3xw_1 {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    margin-top: 0px;
    transform: translateY(0);
  }
}
@keyframes _fadeInEmptyCollectionItem_hr3xw_1 {
  from {
    opacity: 0;
    scale: 0.96;
  }
  to {
    opacity: 0.5;
    scale: 0.99;
  }
}
@keyframes _fadeInNotFullyTransparent_hr3xw_1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeOut_hr3xw_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes _fadeInText_hr3xw_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInBlurOnly_hr3xw_1 {
  from {
    opacity: 1;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes _fadeInEmpty_hr3xw_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInEmptyPost_hr3xw_1 {
  from {
    opacity: 0.65;
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInEmptyHeader_hr3xw_1 {
  from {
    scale: 0.96;
  }
  to {
    scale: 0.98;
  }
}
@keyframes _fadeInEmptyHeaderMobile_hr3xw_1 {
  from {
    opacity: 0;
    filter: blur(1px);
  }
  to {
    opacity: 0.65;
  }
}
@keyframes _fadeInWithBlurCollectionItem_hr3xw_1 {
  0% {
    opacity: 0.5;
    scale: 0.99;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _changeColorTextCollectionItem_hr3xw_1 {
  0% {
    color: #232328;
  }
  100% {
    color: white;
  }
}
@keyframes _fadeOutWithBlurCollectionItem_hr3xw_1 {
  0% {
    opacity: 1;
  }
  70% {
    filter: blur(0px);
  }
  100% {
    opacity: 0.8;
    filter: blur(4px);
    scale: 0.98;
  }
}
@keyframes _fadeInWithBlurSmallElements_hr3xw_1 {
  0% {
    opacity: 0;
    filter: blur(5px);
    scale: 1;
  }
  40% {
    filter: blur(0px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunch2_hr3xw_1 {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInModal_hr3xw_1 {
  0% {
    opacity: 0;
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutModal_hr3xw_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.98;
    opacity: 0;
  }
}
@keyframes _fadeInTextLikeModal_hr3xw_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeOutTextLikeModal_hr3xw_1 {
  0% {
    opacity: 1;
  }
  100% {
    scale: 0.97;
    opacity: 0;
  }
}
@keyframes _fadeInBezier_hr3xw_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeader_hr3xw_1 {
  0% {
    opacity: 0.5;
    filter: blur(2x);
    scale: 0.98;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurScaleNftLaunchHeaderMobile_hr3xw_1 {
  0% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlur_hr3xw_1 {
  from {
    opacity: 0.6;
    filter: blur(2px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _scaleElement_hr3xw_1 {
  from {
    scale: 0.9;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurGreenText_hr3xw_1 {
  from {
    opacity: 0.3;
    transform: rotateX(35deg) rotateY(0deg);
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurAffiliate_hr3xw_1 {
  0% {
    opacity: 1;
    filter: blur(1.7px);
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _fadeInWithBlurForSales_hr3xw_1 {
  from {
    opacity: 0.7;
    filter: blur(1px);
  }
  to {
    opacity: 1;
  }
}
@keyframes _fadeInWithTransfrorm_hr3xw_1 {
  from {
    opacity: 0;
    transform: rotateX(-40deg) rotateY(-40deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotateX(0) rotateY(0) scale(1);
  }
}
@keyframes _scale_hr3xw_1 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes _wave-animation1_hr3xw_1 {
  0% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
  50% {
    background-position: 0% 80%;
    background-size: 1000% 100%;
  }
  100% {
    background-position: 100% 15%;
    background-size: 500% 100%;
  }
}
@keyframes _wave-reverse-animation1_hr3xw_1 {}
@keyframes _wave-animation_hr3xw_1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes _wave-reverse-animation_hr3xw_1 {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes _scaleSmallToFull_hr3xw_1 {
  0% {
    opacity: 0;
    scale: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes _reloadSpinner_hr3xw_1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
._wrapper_hr3xw_410 {
  transition: 0.4s cubic-bezier(0.1, 0.1, 0.5, 1);
  display: flex;
  padding: 30px;
  flex-direction: column;
  border-radius: 20px;
  background: var(--BG-Block, #2f2f33);
  margin-bottom: 20px;
}
@media (min-width: 900px) {
  ._wrapper_hr3xw_410 {
    max-width: 340px;
  }
}

._content_hr3xw_425 {
  font-family: "SF Pro Text";
}
._content__title_hr3xw_428 {
  color: var(--Text-White, #fff);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
._content__progress_hr3xw_436 {
  padding: 30px 0;
  gap: 30px;
}
._content__warning_hr3xw_440 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  gap: 10px;
}
._content__warning__icon_hr3xw_448 {
  display: flex;
  padding: 2px 11px;
  align-items: center;
  gap: 5px;
  border-radius: 20px;
  background: rgba(233, 190, 80, 0.14);
}
._content__warning__icon__svg_hr3xw_456 {
  color: var(--Text-Warning, #e9be50);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
._content__warning__icon__text_hr3xw_464 {
  align-self: stretch;
  color: var(--Text-Warning, #e9be50);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
._content__warning__text_hr3xw_474 {
  color: var(--Text-Warning, #e9be50);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
._content__support_hr3xw_483 {
  margin: auto;
  display: flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  cursor: pointer;
  transition: 0.25s cubic-bezier(0.1, 0.1, 0.5, 1);
}
._content__support_hr3xw_483:hover {
  filter: brightness(0.75);
}
._content__support__text_hr3xw_495 {
  color: var(--Text-White, #fff);
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
._content__support__svg_hr3xw_503 {
  width: 16px;
  height: 16px;
}._container_1idjo_1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

._bottom_1idjo_8 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
._bottom__item_1idjo_14 {
  color: var(--Text-Light_grey, #c6c6c7);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

._progress_1idjo_23 {
  overflow: hidden;
  border-radius: 10px;
  background: var(--bg-primary, #232328);
  height: 10px;
  position: relative;
  color: rgba(102, 185, 142, 0.3411764706);
}
._progress__line_1idjo_31 {
  transition: 0.5s cubic-bezier(0.2, 0.6, 0.2, 1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 1;
}
._progress__line__hard_1idjo_41 {
  transition: 0.5s cubic-bezier(0.2, 0.6, 0.2, 1);
  z-index: 2;
}

._zero_1idjo_46 {
  max-width: 0% !important;
  min-width: 0% !important;
  background-color: #0088cb;
}body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 400px;
  overflow-y: scroll;
  /* always shows vertical scrollbar */
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

body::-webkit-scrollbar {
  width: 3px;
}

tc-root button {
  justify-content: center;
  text-wrap: nowrap;
}

tc-root button svg {
  aspect-ratio: 1/1 !important;
}

body::-webkit-scrollbar-track {
  background-color: #232328;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;

  box-shadow: inset 0 0 6px 10px #49494e;
}

/* 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;
  scroll-behavior: auto;

}

ul li {
  margin: 0;
  padding: 0;
  /* text-indent: 0; */
/* list-style-type: 0; */
/* list-style: none;
}

#root {
  /* z-index: -1; 
background-color: #232328;
height: 100%;
height: 2000px;
}

*/
