* {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #f2f2f2;
  display: block;
}

body {
  font-family: "SF UI Display", sans-serif;
  font-weight: 500;
  top: 0;
  left: 0;
  padding: 0;
  background-color: #f0f0f0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
}

html,
body {
  width: 100vw;
  height: 100%;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #c8d5de;
  height: 5px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgb(var(--accent-rgb));
  width: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #c8d5de;
}

@font-face {
  font-family: "SF UI Display";
  src: url(assets/SFUIDisplay-Medium.ttf);
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "SF UI Display";
  src: url(assets/SFUIDisplay-Regular.ttf);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "SF UI Display";
  src: url(assets/SFUIDisplay-Semibold.ttf);
  font-weight: 600;
  font-display: swap;
}

._m {
  width: 100%;
  max-width: 1440px;
  display: block;
  margin: 0 auto;
}

._n {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 1;
}
._u {
  display: flex;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 11px;
}
._z {
  margin-left: auto;
}
._z:first-child {
  margin-left: 0px;
  display: flex;
  align-items: center;
}
._a {
  vertical-align: middle;
  margin-right: 32px;
  display: flex;
  align-items: center;
}
._a img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  user-select: none;
  pointer-events: none;
}
._a ._p {
  margin-left: 12px;
  color: #25282f;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
._6 {
  color: #25282f;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 100px;
  border: 1px solid rgba(37, 40, 47, 0.4);
}
._6 img {
  vertical-align: middle;
  margin-right: 10px;
}
._q {
  display: flex;
  align-items: center;
  list-style: none;
}
._r {
  margin-right: 32px;
}
._r:last-child {
  margin-right: 0;
}
._r a {
  color: #25282f;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  cursor: pointer;
  transition: all 0.5s;
}
._r a:hover {
  color: rgb(var(--accent-rgb));
}
._r:first-child a {
  padding: 12px 16px;
  border-radius: 8px;
  border: none;
}

._s button {
  color: rgb(var(--accent-rgb));
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  padding: 24px 26px;
  border-radius: 12px;
  background: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
}

._s button:hover {
  opacity: 0.5;
}

._o {
  width: 100%;
  height: auto;
  padding-top: 204px;
}

._f {
  z-index: -2;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  object-fit: none;
  object-position: top;
  user-select: none;
  pointer-events: none;
}

._t {
  z-index: -1;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  object-fit: none;
  object-position: top;
  user-select: none;
  pointer-events: none;
}

._h {
  position: absolute;
  left: 50%;
  width: 300px;
  height: 300px;
  transform: translate(252px, 234px);
  border-radius: 50%;
  user-select: none;
  pointer-events: none;
  object-fit: cover;
}

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

._j {
  color: #25282f;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 12px 16px;
  border-radius: 100px;
  border: 1px solid rgba(37, 40, 47, 0.4);
}

._j svg {
  vertical-align: middle;
  margin-right: 10px;
}

._3 {
  margin-top: 40px;
  position: relative;
  width: 100%;
  max-width: 701px;
}
._8 {
  color: #25282f;
  font-feature-settings: "liga" off;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -1.44px;
}
._1 {
  margin-top: 30px;
  color: #25282f;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
._7 {
  position: absolute;
  right: -52px;
  top: -52px;
  z-index: 1;
}
._g {
  cursor: default;
  margin-top: 40px;
}

._g button {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  padding: 24px 26px;
  border-radius: 12px;
  background: rgb(var(--accent-rgb));
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
}

._g button:hover {
  opacity: 0.5;
}

._e {
  margin-top: 65px;
}
._k {
  display: grid;
  grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  grid-column-gap: 30px;
}
._c {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: #fff;
}
._w {
  padding: 60px;
  display: flex;
  align-items: flex-start;
}
._v:first-child {
  margin-right: 40px;
}
._i {
  vertical-align: middle;
}
._2 {
  color: #25282f;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.96px;
}
._9 {
  margin-top: 32px;
  color: #25282f;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
._5 {
  display: flex;
  align-items: center;
}
._b {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: flex;
  align-items: center;
  padding: 9px 12px;
  border-radius: 8px;
  background: #25282f;
  margin-left: 24px;
}
._b img {
  vertical-align: middle;
  margin-right: 6px;
}
._00 {
  margin-top: 30px;
}

._00 ._9 {
  width: 100%;
  max-width: 579px;
}

._00 ._v:first-child {
  display: flex;
  flex-direction: column;
}
._00 ._v:last-child {
  margin-left: auto;
}
._00 ._g {
  margin-top: 32px;
  margin-bottom: 0;
}

._d0 {
  margin-top: 120px;
}
._l0 {
  display: flex;
  align-items: center;
}
._f0 {
  color: #1a1a1a;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -1.44px;
}
._t0 {
  text-align: right;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -1.44px;
  background: linear-gradient(90deg, #1a1a1a -57.17%, rgba(26, 26, 26, 0.2) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: auto;
}
._h0 {
  display: grid;
  grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  grid-row-gap: 30px;
  grid-column-gap: 30px;
  margin-top: 60px;
}
._n0 {
  width: 100%;
  height: auto;
  border-radius: 24px;
  background: #fff;
}
._m0 {
  padding: 60px;
}
._u0 {
  display: flex;
  align-items: center;
}
._z0 {
  color: #1a1a1a;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid rgba(26, 26, 26, 0.4);
}
._a0 {
  display: flex;
  align-items: center;
  color: #1a1a1a;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-left: auto;
  line-height: 100%;
}
._a0 img {
  vertical-align: middle;
  margin-right: 16px;
}
._60 {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
._y0 {
  color: #1a1a1a;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.96px;
}
._q0 {
  margin-left: 16px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  padding: 9px 12px;
  border-radius: 8px;
  background: #1a1a1a;
}
._r0 {
  margin-top: 40px;
}
._s0 {
  display: flex;
  align-items: center;
}
._s0:first-child {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(26, 26, 26, 0.2);
}
._o0 {
  color: #1a1a1a;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
._40 {
  color: #1a1a1a;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-left: auto;
}
._j0 {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
._30 {
  color: #1a1a1a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-right: 40px;
  max-width: 263px;
  width: 100%;
}
._30 span {
  color: rgb(var(--accent-rgb));
}
._80 {
  width: 100%;
}
._80 button {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  background: rgb(var(--accent-rgb));
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
  white-space: nowrap;
}

._80 button:hover {
  opacity: 0.5;
}

._10 {
  margin-top: 120px;
}

._70 {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
._g0 {
  width: 100%;
  height: auto;
  margin-right: 30px;
  border-radius: 24px;
  background: #fff;
}
._g0:last-child {
  margin-right: 0px;
}
._e0 {
  padding: 60px;
}
._k0 {
  display: flex;
  width: 76px;
  padding: 15px 0px;
  justify-content: center;
  align-items: center;
  border-radius: 79.167px;
  background: rgb(var(--accent-rgb));
  display: block;
  margin: 0 auto;
}
._k0 p {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.8px;
}
.giveaway_title {
  color: #1a1a1a;
  text-align: center;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -1.44px;
  margin-top: 120px;
}
._x0 {
  margin-top: 40px;
  color: #25282f;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.72px;
  text-align: center;
}
._c0 {
  margin-top: 32px;
  color: #25282f;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

._w0 {
  margin-top: 80px;
}

._v0 {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 100%;
  grid-row-gap: 20px;
}

._i0 {
  width: 100%;
  height: auto;
  border-radius: 24px;
  background: #fff;
  padding: 30px 40px;
  border: 2px solid transparent;
  transition: all 0.3s;
  cursor: pointer;
}

._i0:hover {
  border-color: rgb(var(--accent-rgb));
}

._i0.active {
  border-color: rgb(var(--accent-rgb));
  background: rgba(var(--accent-rgb), 0.05);
}

._20 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

._90 {
  color: #25282f;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin: 0;
}

._i0.active ._90 {
  color: rgb(var(--accent-rgb));
}

._50 {
  color: rgb(var(--accent-rgb));
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.3s;
  min-width: 32px;
  text-align: center;
}

._i0.active ._50 {
  transform: rotate(45deg);
}

._b0 {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease-out,
    margin-top 0.3s;
  margin-top: 0;
}

._i0.active ._b0 {
  max-height: 500px;
  margin-top: 20px;
}

._0d {
  color: #25282f;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}

.giveawey {
  margin-top: 60px;
}
.giveawey_tittle {
  color: #1a1a1a;
  text-align: center;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -1.44px;
}
.giveawey_items {
  display: grid;
  grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  grid-row-gap: 30px;
  grid-column-gap: 30px;
  margin-top: 60px;
}
.giveawey_item {
  width: 100%;
  height: auto;
  border-radius: 24px;
  background: #fff;
}
.giveawey_item_content {
  padding: 60px;
}
.giveawey_item_items {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.giveawey_item_item:first-child {
  width: 100%;
  margin-right: 30px;
  max-width: 220px;
}

.giveawey_item_item_qr {
  width: 100%;
  height: 100%;
  max-height: 220px;
}
.giveawey_item_item_input {
  color: #1a1a1a;
  font-size: 16px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.32px;
  width: 100%;
  text-transform: uppercase;
  padding: 24px 26px;
  border-radius: 12px;
  border: 1px solid rgba(26, 26, 26, 0.4);
  outline: none;
}
.giveawey_item_item_input::placeholder {
  color: #000;
}
.giveawey_item_item_button {
  margin-top: 16px;
}
.giveawey_item_item_button {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  border-radius: 12px;
  background: rgb(var(--accent-rgb));
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 0.5s;
}
.giveawey_item_item_button:hover {
  opacity: 0.5;
}
.giveawey_item_item_text {
  color: #1a1a1a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-top: 53px;
}

._dd {
  margin-top: 120px;
}
._ld {
  display: flex;
  align-items: center;
  justify-content: center;
}
._fd:last-child {
  display: flex;
  align-items: center;
}
._fd:first-child {
  display: flex;
  align-items: center;
}
._td {
  color: #1a1a1a;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.96px;
}
._hd {
  margin-left: 26px;
  color: #1a1a1a;
  font-size: 16px;
  font-style: normal;
  display: flex;
  align-items: center;
  font-weight: 400;
  line-height: 140%;
  padding: 12px;
  border-radius: 8px;
  background: rgba(var(--accent-rgb), 0.1);
}
._hd img {
  vertical-align: middle;
  margin-right: 8px;
}
.transactions_up_item_text {
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -0.96px;
  background: linear-gradient(90deg, #1a1a1a -57.17%, rgba(26, 26, 26, 0.2) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 16px;
}

._nd {
  margin-top: 40px;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

table._md {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 8px;
  height: auto;
}

table._md td,
table._md th {
  width: auto;
  height: auto;
}
table._md th {
  background: rgb(var(--accent-rgb));
  color: #fff;
  font-weight: normal;
}

._ud {
  color: rgb(26, 26, 26, 0.4);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 10px;
}

._ud:first-child {
  padding-left: 24px;
}

._ud:last-child {
  text-align: right;
  padding-right: 24px;
}

tbody td {
  color: #1a1a1a;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding-top: 31.5px;
  white-space: nowrap;
  padding-bottom: 31.5px;
  background: rgba(255, 255, 255, 0.8);
  padding-left: 10px;
  padding-right: 10px;
}

tbody tr:nth-child(2n) {
  background: rgba(var(--accent-rgb), 0.05);
}

tbody td:first-child {
  padding-left: 24px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

tbody td:last-child {
  padding-right: 24px;
  text-align: right;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.transaction_tabble_status {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 9px 12px;
  border-radius: 8px;
  width: fit-content;
  margin-left: auto;
  background: rgba(255, 69, 69, 0.1);
  color: #ff4545;
}

.transaction_tabble_status_done {
  background: rgba(var(--accent-rgb), 0.1);
  color: rgb(var(--accent-rgb));
}

.transaction_tabble_status svg {
  margin-right: 6px;
}

thead tr {
  border-bottom: 1px solid rgba(26, 26, 26, 0.2);
}

._zd {
  width: 100%;
  height: auto;
  margin-top: 80px;
  padding-bottom: 80px;
}
._zd ._z:first-child {
  justify-content: center;
}
._zd ._z:last-child ._r a {
  color: #1a1a1a;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
._zd ._z:last-child ._r a:hover {
  color: rgb(var(--accent-rgb));
}
._zd ._r:first-child a {
  padding: 0px;
  border: none;
}
._zd ._q {
  justify-content: center;
  margin-top: 32px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

._y {
  animation: pulse 2s infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

._p0 {
  animation: spin 2s infinite;
}

@media (max-width: 320px) {
  ._n ._u {
    flex-direction: column;
  }

  ._n ._a {
    margin-right: 0;
  }

  ._n ._z:last-child {
    margin-top: 10px;
    margin-left: 0;
  }

  ._n ._s {
    margin-left: 0;
  }

  ._hd {
    margin-left: 0;
    margin-bottom: 10px;
  }

  ._fd {
    flex-direction: column-reverse;
  }
}

@media (max-width: 499px) {
  ._m {
    padding-left: 20px;
    padding-right: 20px;
  }
  .giveawey_item_item img {
    display: block;
    margin: 0 auto;
  }
  ._n {
    top: 20px;
  }
  ._z:nth-child(2) {
    display: none;
  }
  ._a {
    margin-right: 20px;
  }
  ._a img {
    border-radius: 50%;
    height: 40px;
    object-fit: cover;
    width: 40px;
    user-select: none;
    pointer-events: none;
  }
  ._6 {
    font-size: 12px;
    white-space: nowrap;
    display: none;
  }
  ._s {
    margin-left: 20px;
    padding: 6px 8px;
  }
  ._s button {
    font-size: 13px;
    padding: 12px 13px;
  }
  ._j {
    font-size: 12px;
    padding: 6px 8px;
  }
  ._j svg {
    width: 20px;
  }
  ._8 {
    font-size: 40px;
    text-align: center;
  }
  ._7 {
    display: none;
  }
  ._3 {
    max-width: 100%;
  }
  ._1 {
    text-align: center;
    font-size: 15px;
  }
  ._k {
    grid-template-columns: 100%;
    grid-row-gap: 20px;
  }
  ._w {
    padding: 20px;
    display: block;
  }
  ._i {
    width: 50px;
    display: block;
    margin: 0 auto;
  }
  ._v:first-child {
    margin-right: 0px;
  }
  ._2 {
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
  }
  ._9 {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
  }
  ._5 {
    display: block;
  }
  ._b {
    font-size: 12px;
    width: fit-content;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }
  ._g button {
    display: block;
    margin: 0 auto;
    font-size: 14px;
    padding: 12px 13px;
  }
  ._4 {
    justify-content: center;
  }
  ._00 ._v:last-child {
    margin-top: 20px;
  }
  ._00 ._i {
    width: 100%;
    max-width: 492px;
    display: block;
    margin: 0 auto;
  }
  ._l0 {
    display: block;
  }

  ._f0 {
    font-size: 35px;
    text-align: center;
  }
  ._t0 {
    margin-top: 20px;
    text-align: center;
    font-size: 35px;
  }
  ._h0 {
    grid-template-columns: 100%;
  }
  ._m0 {
    padding: 20px;
  }
  ._u0 {
    display: block;
  }

  ._z0 {
    width: fit-content;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    padding: 6px 8px;
  }

  ._a0 {
    margin-top: 20px;
    font-size: 14px;
    justify-content: center;
  }

  ._a0 img {
    width: 20px;
  }
  ._y0 {
    font-size: 30px;
  }

  ._q0 {
    font-size: 15px;
    padding: 3px 6px;
  }

  ._60 {
    justify-content: center;
  }

  ._o0 {
    font-size: 16px;
  }

  ._40 {
    font-size: 16px;
  }

  ._j0 {
    display: block;
  }
  ._30 {
    max-width: 100%;
    font-size: 14px;
    text-align: center;
  }

  ._80 {
    margin-top: 20px;
  }

  ._80 button {
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  ._70 {
    display: block;
  }
  ._g0 {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  ._g0:last-child {
    margin-bottom: 0px;
  }
  ._e0 {
    padding: 20px;
  }
  ._k0 {
    width: 50px;
    padding: 14px 0px;
  }

  ._k0 p {
    font-size: 20px;
  }

  ._x0 {
    font-size: 25px;
  }

  .giveaway_title {
    font-size: 35px;
  }

  ._c0 {
    font-size: 16px;
  }

  ._v0 {
    grid-template-columns: 100%;
  }

  ._i0 {
    padding: 20px;
  }

  ._90 {
    font-size: 20px;
  }

  ._0d {
    font-size: 16px;
  }

  .giveawey_tittle {
    font-size: 35px;
  }

  .giveawey_items {
    grid-template-columns: 100%;
  }

  .giveawey_item_content {
    padding: 20px;
  }

  .giveawey_item_items {
    display: block;
  }

  .giveawey_item_item:first-child {
    margin-right: 0px;
  }

  .giveawey_item_item_qr svg {
    display: block;
    margin: 0 auto;
  }

  .giveawey_item_item:first-child {
    margin-right: 0px;
    max-width: inherit;
  }

  .giveawey_item_item_input {
    padding: 12px 13px;
    font-size: 14px;
    margin-top: 15px;
  }

  .giveawey_item_item_qr {
    display: block;
    margin: 0 auto;
  }

  .giveawey_item_item_text {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
  }

  .giveawey_item_item_text br {
    display: none;
  }

  ._ld {
    display: block;
  }
  ._td {
    font-size: 35px;
  }
  ._hd {
    width: fit-content;
    font-size: 14px;
  }

  .transactions_up_item_text {
    font-size: 35px;
  }

  ._fd:last-child {
    margin-top: 20px;
  }
  ._ud {
    padding-right: 20px;
  }
  ._zd ._z:nth-child(2) {
    display: block;
  }
  ._zd ._q {
    display: flex;
    flex-direction: column;
  }
  ._zd ._z:last-child ._r a {
    text-align: center;
  }

  ._zd ._z:last-child ._r {
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._zd ._z:last-child ._r:last-child {
    margin-bottom: 0px;
  }
}

@media (min-width: 500px) and (max-width: 799px) {
  ._m {
    padding-left: 20px;
    padding-right: 20px;
  }
  .giveawey_item_item img {
    display: block;
    margin: 0 auto;
  }
  ._n {
    top: 20px;
  }
  ._z:nth-child(2) {
    display: none;
  }
  ._a {
    margin-right: 20px;
  }
  ._a img {
    border-radius: 50%;
    height: 40px;
    object-fit: cover;
    width: 40px;
    user-select: none;
    pointer-events: none;
  }
  ._6 {
    font-size: 12px;
    white-space: nowrap;
  }
  ._s {
    margin-left: 0px;
  }
  ._s button {
    font-size: 16px;
    padding: 12px 13px;
  }

  ._8 {
    font-size: 60px;
    text-align: center;
  }
  ._7 {
    display: none;
  }
  ._3 {
    max-width: 100%;
  }
  ._1 {
    text-align: center;
  }
  ._k {
    grid-template-columns: 100%;
    grid-row-gap: 30px;
  }
  ._w {
    padding: 40px;
    display: block;
  }
  ._i {
    width: 70px;
    display: block;
    margin: 0 auto;
  }
  ._v:first-child {
    margin-right: 0px;
  }
  ._2 {
    text-align: center;
    font-size: 30px;
    margin-top: 30px;
  }
  ._9 {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
  }
  ._5 {
    display: block;
  }
  ._b {
    font-size: 16px;
    width: fit-content;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }
  ._g button {
    display: block;
    margin: 0 auto;
    font-size: 16px;
  }
  ._4 {
    justify-content: center;
  }
  ._00 ._v:last-child {
    margin-top: 20px;
  }
  ._00 ._i {
    width: 100%;
    max-width: 492px;
    display: block;
    margin: 0 auto;
  }
  ._l0 {
    display: block;
  }

  ._f0 {
    font-size: 40px;
    text-align: center;
  }
  ._t0 {
    margin-top: 20px;
    text-align: center;
    font-size: 40px;
  }
  ._h0 {
    grid-template-columns: 100%;
  }
  ._m0 {
    padding: 40px;
  }
  ._u0 {
    display: block;
  }

  ._z0 {
    width: fit-content;
    display: block;
    margin: 0 auto;
    font-size: 16px;
  }

  ._a0 {
    margin-top: 20px;
    font-size: 16px;
    justify-content: center;
  }

  ._a0 img {
    width: 20px;
  }

  ._60 {
    justify-content: center;
  }

  ._j0 {
    display: block;
  }
  ._30 {
    max-width: 100%;
    text-align: center;
  }

  ._80 {
    margin-top: 20px;
  }

  ._70 {
    display: block;
  }
  ._g0 {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  ._g0:last-child {
    margin-bottom: 0px;
  }
  ._e0 {
    padding: 40px;
  }
  ._k0 {
    width: 70px;
    padding: 22px 0px;
  }

  ._k0 p {
    font-size: 24px;
  }

  ._x0 {
    font-size: 30px;
  }

  .giveaway_title {
    font-size: 40px;
  }

  ._c0 {
    font-size: 18px;
  }

  .giveawey_tittle {
    font-size: 35px;
  }

  .giveawey_items {
    grid-template-columns: 100%;
  }

  .giveawey_item_content {
    padding: 40px;
  }

  .giveawey_item_items {
    display: block;
  }

  .giveawey_item_item:first-child {
    margin-right: 0px;
  }

  .giveawey_item_item_qr svg {
    display: block;
    margin: 0 auto;
  }

  .giveawey_item_item:first-child {
    margin-right: 0px;
    max-width: inherit;
  }

  .giveawey_item_item_input {
    margin-top: 20px;
  }

  .giveawey_item_item_qr {
    display: block;
    margin: 0 auto;
  }

  .giveawey_item_item_text {
    text-align: center;
    margin-top: 20px;
  }

  .giveawey_item_item_text br {
    display: none;
  }

  ._ld {
    display: block;
  }
  ._td {
    font-size: 35px;
  }
  ._hd {
    width: fit-content;
    font-size: 16px;
  }

  .transactions_up_item_text {
    font-size: 40px;
  }

  ._fd:last-child {
    margin-top: 20px;
  }
  ._ud {
    padding-right: 20px;
  }
  ._zd ._z:nth-child(2) {
    display: block;
  }
  ._zd ._q {
    display: flex;
    flex-direction: column;
  }
  ._zd ._z:last-child ._r a {
    text-align: center;
  }

  ._zd ._z:last-child ._r {
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._zd ._z:last-child ._r:last-child {
    margin-bottom: 0px;
  }
}

@media (min-width: 800px) and (max-width: 1199px) {
  ._m {
    padding-left: 20px;
    padding-right: 20px;
  }
  .giveawey_item_item img {
    display: block;
    margin: 0 auto;
  }
  ._n {
    top: 20px;
  }
  ._z:nth-child(2) {
    display: none;
  }
  ._a {
    margin-right: 20px;
  }
  ._s {
    margin-left: 0px;
  }

  ._k {
    grid-row-gap: 30px;
  }
  ._w {
    padding: 40px;
    display: block;
  }
  ._i {
    display: block;
    margin: 0 auto;
  }
  ._v:first-child {
    margin-right: 0px;
  }
  ._2 {
    text-align: center;
    margin-top: 30px;
  }
  ._9 {
    text-align: center;
    margin-top: 20px;
  }
  ._00 ._9 {
    max-width: 100%;
  }
  ._5 {
    display: block;
  }
  ._b {
    width: fit-content;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }

  ._00 ._v:last-child {
    margin-top: 20px;
  }
  ._00 ._i {
    width: 100%;
    max-width: 492px;
    display: block;
    margin: 0 auto;
  }
  ._l0 {
    display: block;
  }

  ._f0 {
    text-align: center;
  }
  ._t0 {
    margin-top: 20px;
    text-align: center;
  }
  ._h0 {
    grid-template-columns: 100%;
  }
  ._u0 {
    display: block;
  }

  ._z0 {
    width: fit-content;
    display: block;
    margin: 0 auto;
  }

  ._a0 {
    margin-top: 20px;
    justify-content: center;
  }

  ._60 {
    justify-content: center;
  }

  ._j0 {
    display: block;
  }
  ._30 {
    max-width: 100%;
    text-align: center;
  }

  ._80 {
    margin-top: 20px;
  }

  ._70 {
    display: block;
  }
  ._g0 {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  ._g0:last-child {
    margin-bottom: 0px;
  }
  .giveawey_items {
    grid-template-columns: 100%;
  }
  .giveawey_item_items {
    display: block;
  }

  .giveawey_item_item:first-child {
    margin-right: 0px;
  }

  .giveawey_item_item_qr svg {
    display: block;
    margin: 0 auto;
  }

  .giveawey_item_item:first-child {
    margin-right: 0px;
    max-width: inherit;
  }

  .giveawey_item_item_input {
    margin-top: 20px;
  }

  .giveawey_item_item_qr {
    display: block;
    margin: 0 auto;
  }

  .giveawey_item_item_text {
    text-align: center;
    margin-top: 20px;
  }

  .giveawey_item_item_text br {
    display: none;
  }

  ._zd ._z:nth-child(2) {
    display: block;
  }
  ._zd ._z:last-child ._r a {
    text-align: center;
  }

  ._zd ._z:last-child ._r {
    margin-bottom: 20px;
  }

  ._zd ._r:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1480px) {
  ._m {
    padding-left: 20px;
    padding-right: 20px;
  }
  ._n {
    top: 20px;
  }
  ._a {
    margin-right: 20px;
  }
  ._s {
    margin-left: 0px;
  }

  ._5 {
    display: block;
  }

  ._b {
    margin-left: 0px;
    margin-top: 20px;
  }

  ._70 {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-column-gap: 10px;
  }

  ._g0 {
    height: 100%;
  }

  ._e0 {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  ._x0 {
    margin-bottom: 10px;
    font-size: 30px;
  }

  ._c0 {
    margin-top: auto;
  }
}

@media (max-width: 1200px) {
  ._t {
    display: none;
  }

  ._h {
    display: none;
  }
}

@media (max-width: 499px) {
  ._o {
    padding-top: 130px;
  }

  ._d0,
  ._10,
  ._dd {
    margin-top: 50px;
  }

  ._zd {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 320px) {
  ._o {
    padding-top: 170px;
  }
}

._l {
  background-color: #111;
}

._l ._a ._p {
  color: #fff;
}

._l ._6 {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}

._l ._r:first-child a {
  border: none;
}

._l ._r a {
  color: #fff;
}

._l ._j {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

._l ._j svg path {
  fill: #fff;
}

._l ._7 path {
  fill: #fff;
}

._l ._8 {
  color: #fff;
}

._l ._1 {
  color: #fff;
}

._l ._c {
  background: #1a1a1a;
}

._l ._2 {
  color: #fff;
}

._l ._9 {
  color: #fff;
}

._l ._f0 {
  color: #fff;
}

._l ._t0 {
  background: linear-gradient(90deg, #fff -57.17%, rgba(255, 255, 255, 0.2) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

._l ._n0 {
  background: #1a1a1a;
}

._l ._z0 {
  color: rgb(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

._l ._a0 {
  color: #fff;
}

._l ._y0 {
  color: #fff;
}

._l ._q0 {
  background: #fff;
  color: #1a1a1a;
}

._l ._o0 {
  color: rgb(255, 255, 255, 0.8);
}

._l ._40 {
  color: rgb(255, 255, 255, 0.8);
}

._l ._s0:first-child {
  border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

._l ._30 {
  color: #fff;
}

._l ._g0 {
  background: #1a1a1a;
}

._l ._x0 {
  color: #fff;
}

._l ._c0 {
  color: rgb(255, 255, 255, 0.8);
}

._l ._i0 {
  background: #1a1a1a;
  border-color: transparent;
}

._l ._i0:hover {
  border-color: rgb(var(--accent-rgb));
}

._l ._i0.active {
  border-color: rgb(var(--accent-rgb));
  background: rgba(var(--accent-rgb), 0.1);
}

._l ._90 {
  color: #fff;
}

._l ._i0.active ._90 {
  color: rgb(var(--accent-rgb));
}

._l ._0d {
  color: rgb(255, 255, 255, 0.8);
}

._l .giveawey_tittle {
  color: #fff;
}

._l .giveawey_item {
  background: #1a1a1a;
}

._l .giveawey ._q0 {
  color: #1a1a1a;
}

._l .giveawey_item_item_input {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: #fff;
}

._l .giveawey_item_item_input::placeholder {
  color: #fff;
}

._l .giveawey_item_item_text {
  color: #fff;
}

._l .giveawey_item_item_qr svg path {
  fill: #fff;
}

._l ._td {
  color: #fff;
}

._l ._hd {
  color: #fff;
}

._l .transactions_up_item_text {
  background: linear-gradient(90deg, #fff -57.17%, rgba(255, 255, 255, 0.2) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

._l ._ud {
  color: rgb(255, 255, 255, 0.4);
}

._l tbody td {
  background: rgba(37, 40, 47, 0.4);
  color: #fff;
}

._l tbody tr:nth-child(2n) {
  background: rgba(var(--accent-rgb), 0.08);
}

._l .transaction_tabble_status {
  color: #ff4545;
}

._l .transaction_tabble_status_done {
  color: rgb(var(--accent-rgb));
}

body{user-select:none;-webkit-user-select:none;}

._l ._zd ._z:last-child ._r a {
  color: #fff;
}

._l ._zd ._r:first-child a {
  border: none;
}

._l .giveaway_title {
  color: #fff;
}
