@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');
a, b, body, div, h1, h2, header, html, i, img, li, main, nav, p, section, span, ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

header, main, nav, section {
    display: block;
}

body {
    font-family: 'Signika', Meta OT, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    line-height: 1.6;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: url('bg.jpg') no-repeat;
    background-position: top center;
    background-size: contain;
    background-color: #f9f9f9;
}

.ticker {
    font-family: 'Roboto Mono', Meta OT, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    margin-right: 5px;
}

.pool-id {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.buttons {
    display: flex;
    margin: 2em 0;
}

.button {
    background-color: #32cd32;
    color: #fff;
    font-weight: 600;
    padding: 6px 16px;
    border: 0;
    text-decoration: none;
    margin-right: 1em;
    text-align:center;
}

.button2 {
    color: #32cd32;
    background-color: #fff;
    font-weight: 600;
    padding: 6px 16px;
    border: 1px solid #32cd32;
    text-decoration: none;
    display: none;
}

.bodydark {
    color: #fff;
    background-color: black;
}

.bodydark::before {
    opacity: 1;
}

.bodydark ::-moz-selection {
    color: #101010;
    text-shadow: none;
    background: #fff;
}

.bodydark ::selection {
    color: #101010;
    text-shadow: none;
    background: #fff;
}

[data-active-theme="light"]::before {
    opacity: 0;
}

[data-active-theme="light"] ::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #101010;
}

[data-active-theme="light"] ::selection {
    color: #fff;
    text-shadow: none;
    background: #101010;
}

ul {
    list-style: none;
}

.highlight {
    color: #32cd32;
}

.highlight span {
    font-weight: 600;
    font-size: 30px;
}

.main-menu {
    margin-bottom: 20%;
    position: absolute;
    right: 5%;
    top: 3%;
    z-index: 100;
}

.main-menu a {
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-right: 10px;
    display: inline;
    background-image: linear-gradient(#32cd32, #32cd32);
    background-size: 0% 2px;
    background-repeat: no-repeat;
    background-position: 0 calc(100% + 1px);
    transition: background-size 0.5s;
}

.main-menu a:hover {
    background-size: 100% 2px;
}

.logodarkbg {
    filter: invert(100%) grayscale(100%) contrast(100%) brightness(2.5);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.logohidden {
    display: none;
}

.navname {
    transform: rotate(-90deg);
    white-space: nowrap;
    font-weight: 600;
}

.nav__scroll {
    position: relative;
    left: 0;
    width: 1px;
    height: 50%;
    background: #ccc;
}

.progress-bar {
    height: 1px;
    border: 1px solid #32cd32;
    width: 0%;
}

.section-home {
    margin-top: 2rem;
    min-height: 100vh;
}

.section-contact {
    min-height: 100vh;
    padding: 50% 0 0 0 !important;
}

.staking-steps-wallet {
    counter-reset: step;
    border-bottom: 1px solid #ccc;
    background: #fff;
    padding: 30px 40px;
  }
  .staking-steps-wallet h2 {
    line-height: 25px;
    margin: 50px 0 25px;
    position: relative;
    color: #353535;
  }
  

  .staking-steps-wallet h2::before {
    /* content */
    content: "STEP " counter( step, decimal);
    counter-increment: step;
    /* style */
    background: #353535;
    border: 5px solid #fff;
    color: #fff;
    font-size: 10px;
    text-align: center;
    border-radius: 50%;
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.2);
    /* sizing */
    box-sizing: content-box;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    margin-top: -20px;
    /* mobile first postition */
    float: left;
    font-weight: 600;
  }

.staking-steps {
    counter-reset: step;
  border-bottom: 1px solid #eee;
  background: #fff;
  padding: 30px 40px;
}

.staking-steps li {
    counter-increment: step-counter;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.staking-steps li::before {
    content: counter(step-counter);
    margin-right: 5px;
    background-color: #32cd32;
    color: white;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 3px;
    margin-top: 3px;
}


.panels div {
    margin-top: 2em;
}

.panels div {
    background-color: #f3f3f3;
    padding: 1.5em;
    color: #444;
    border-radius: 10px;
}

.accordion .accordion-item {
    border-bottom: 1px solid rgb(167, 156, 156);
}

.accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #000;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #f3f3f3;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: #32cd32;
}

.accordion button:hover::after, .accordion button:focus::after {
    cursor: pointer;
    color: #32cd32;
    border: 1px solid #32cd32;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded=true] {
    color: #32cd32;
    font-weight: 600;
}

.accordion button[aria-expanded=true] .icon::after {
    width: 0;
}

.accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: initial;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
}

.space-mr-2 {
    margin-right: 1rem;
}

.space-ml-2 {
    margin-left: 1rem;
}

.space-px-3 {
    padding-right: 1.5rem;
    padding-left: 2rem;
}

.space-mb-2 {
    margin-bottom: 1rem;
}

.space-mb-4 {
    margin-bottom: 2rem;
}

.space-mb-8 {
    margin-bottom: 4rem;
}

.space-pt-8 {
    padding-top: 4rem;
}

@media (min-width: 0em) {
    .space-mb-2--xxs {
        margin-bottom: 1rem;
    }
    .space-mb-4--xxs {
        margin-bottom: 2rem;
    }
}

@media (min-width: 30em) {
    .space-px-4--xs {
        padding-right: 2rem;
        padding-left: 2rem;
    }
    .space-pt-16--xs {
        padding-top: 8rem;
    }
}

@media (min-width: 48em) {
    .space-mb-0--s {
        margin-bottom: 0;
    }
    .space-px-1--s {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .space-pb-1--s {
        padding-bottom: 0.5rem;
    }
    .space-py-2--s {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .space-mb-8--s {
        margin-bottom: 4rem;
    }
}

@media (min-width: 64em) {
    .space-pt-0--m {
        padding-top: 0;
    }
}




.display-block {
    display: block;
}

.display-hidden-accessible {
    position: absolute;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    pointer-events: none;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.type-antialiased, .type-antialiased button {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.type-display-2 {
    font-size: 2.25em;
    line-height: 1.5;
}

.type-display-1 {
    font-size: 1.5em;
    line-height: 1.5833333333;
}

.type-display-0 {
    font-size: 1.25em;
    line-height: 1.6;
}

@media (min-width: 0em) {
    .type-display-1--xxs {
        font-size: 1.5em;
        line-height: 1.5833333333;
    }
    .type-small--xxs {
        font-size: 1em;
        line-height: 1.625;
    }
}

@media (min-width: 48em) {
    .type-smaller--s {
        font-size: 0.875em;
        line-height: 1.4285714286;
    }
}

@media (min-width: 64em) {
    .type-display-3--m {
        font-size: 3.375em;
        line-height: 1.5;
    }
    .type-display-2--m {
        font-size: 2.25em;
        line-height: 1.5;
    }
}

@media (min-width: 0em) {
    .type-align-center--xxs {
        text-align: center;
    }
}

.type-weight-300 {
    font-weight: 300;
}

.type-weight-600 {
    font-weight: 600;
}

.type-weight-700 {
    font-weight: 700;
}

.opacity-40 {
    opacity: 0.4;
}

.grid {
    min-height: 1px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 0em) {
    .grid {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

@media (min-width: 30em) {
    .grid {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

@media (min-width: 48em) {
    .grid {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (min-width: 64em) {
    .grid {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (min-width: 80em) {
    .grid {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (min-width: 90em) {
    .grid {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

@media (min-width: 120em) {
    .grid {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

.grid--nested {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 0em) {
    .grid--nested {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 30em) {
    .grid--nested {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 48em) {
    .grid--nested {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 64em) {
    .grid--nested {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 80em) {
    .grid--nested {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 90em) {
    .grid--nested {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 120em) {
    .grid--nested {
        padding-right: 0;
        padding-left: 0;
    }
}

.grid__row {
    position: relative;
}

ul.features {
    display: flex;
    flex-direction: column;
}

ul.features li {
    flex: 1;
    width: 100%;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
}

.grid__row::after {
    content: "";
    clear: both;
    display: block;
}

@media (min-width: 0em) {
    .grid__row {
        margin-right: -0.5rem;
        margin-left: -0.5rem;
    }
}

@media (min-width: 30em) {
    .grid__row {
        margin-right: -0.5rem;
        margin-left: -0.5rem;
    }
}

@media (min-width: 48em) {
    .grid__row {
        margin-right: -1rem;
        margin-left: -1rem;
    }
}

@media (min-width: 64em) {
    .grid__row {
        margin-right: -1rem;
        margin-left: -1rem;
    }
}

@media (min-width: 80em) {
    .grid__row {
        margin-right: -1rem;
        margin-left: -1rem;
    }
}

@media (min-width: 90em) {
    .grid__row {
        margin-right: -2rem;
        margin-left: -2rem;
    }
}

@media (min-width: 120em) {
    .grid__row {
        margin-right: -2rem;
        margin-left: -2rem;
    }
}

[class*="grid__col-"] {
    min-height: 1px;
}

@media (min-width: 0em) {
    [class*="grid__col-"] {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

@media (min-width: 30em) {
    [class*="grid__col-"] {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

@media (min-width: 48em) {
    [class*="grid__col-"] {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (min-width: 64em) {
    [class*="grid__col-"] {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (min-width: 80em) {
    [class*="grid__col-"] {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (min-width: 90em) {
    [class*="grid__col-"] {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

@media (min-width: 120em) {
    [class*="grid__col-"] {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

@media (min-width: 0em) {
    [class*="grid__col-"][class*="--xxs"] {
        float: left;
        display: block;
    }
    .grid__col-12--xxs {
        width: 100%;
    }
}

@media (min-width: 30em) {
    [class*="grid__col-"][class*="--xs"] {
        float: left;
        display: block;
    }
    .grid__col-6--xs {
        width: 50%;
    }
}

@media (min-width: 48em) {
    [class*="grid__col-"][class*="--s"] {
        float: left;
        display: block;
    }
}

@media (min-width: 64em) {
    [class*="grid__col-"][class*="--m"] {
        float: left;
        display: block;
    }
    .grid__col-3--m {
        width: 25%;
    }
    .grid__col-10--m {
        width: 83.3333333333%;
    }
}

@media (min-width: 90em) {
    [class*="grid__col-"][class*="--xl"] {
        float: left;
        display: block;
    }
    [class*="grid__col-"].grid__col-center--xl {
        float: none;
        clear: both;
        margin-right: auto;
        margin-left: auto;
    }
    .grid__col-9--xl {
        width: 75%;
    }
}

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

a {
    color: inherit;
}

.social-icons {
    display: flex;
}

.social-icons li {
    width: 70px;
    height: 70px;
}

.social-icons .icon {
    display: block;
    height: 60px;
}

.icon svg {
    display: block;
    fill: currentColor;
}

.icon-telegram svg {
    width: 145px;
    padding-top: 5px;
    height: 145px;
}

.icon-discord svg {
    padding-top: 5px;
}

.icon-facebook svg {
    width: 95px;
    padding-top: 5px;
    height: 95px;
}

.icon--lang-separator {
    position: relative;
    width: 1em;
    height: 1em;
}

.icon--lang-separator::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.25rem;
    height: 0.25rem;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0.1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section__inner {
    width: 100%;
}

.section {
    padding: 3rem 0;
}

.section h2, .section p {
    max-width: 1180px;
}

@media (min-width: 48em) {
    .section {
        padding: 8rem 2rem;
    }
}

@media (min-width: 64em) {
    .section {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        min-height: 100vh;
    }
}

@media (min-width: 80em) {
    .section {
        padding: 8rem 4rem;
    }
}

.header {
    z-index: 51;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    height: 100%;
    padding: .6rem 1rem;
    pointer-events: none;
}

@media (min-width: 30em) {
    .header {
        padding: 2rem;
    }
}

@media (min-width: 48em) {
    .header {
        right: auto;
        width: 16.66%;
        padding: 4rem;
        padding-right: 0;
        pointer-events: all;
    }
}

@media (min-width: 64em) {
    .header {
        padding: 4rem;
    }
}

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

.header__logo {
    margin-top: 20px;
    left: 0;
    pointer-events: all;
}

@media (min-width: 480px) {
    .header__logo {
        position: absolute;
        z-index: 1;
        top: -30px;
        left: 0;
    }
    .logohidden {
        display: block;
    }
    .highlight span {
        margin-left: 30px;
        font-size: 16px;
    }
    .space-px-3 {
        padding-left: 1.5rem;
    }
    .section-home {
        margin-top: 0;
        min-width: auto;
    }
    .main-menu {
        float: right;
        margin-top: 3%;
        margin-right: 6%;
        margin-bottom: 0;
    }
    .main-menu a {
        margin-right: 30px;
    }
    .section-contact {
        padding: 3rem 0 6rem !important;
    }
    ul.features {
        flex-direction: row;
    }
    ul.features li {
        margin-right: 2%;
        width: 22%;
        padding-left: 2%;
        border-left: 1px solid #ccc;
        border-bottom: 0;
        font-weight: normal;
    }
    ul.features li:first-child {
        width: 25%;
    }
    ul.features li:last-child {
        width: 20%;
    }
    .panels {
        display: flex;
        justify-content: space-between;
    }
    .panels div {
        width: 48%;
    }
    .staking-steps-wallet h2::before {
        position: absolute;
        left: -100px;
      }
      .staking-steps-wallet {
        box-shadow: 0 0 100px rgba(0, 0, 0, 0.15);
        max-width: 700px;
        position: relative;
        margin: 40px auto;
        border: 30px solid rgba(255, 255, 255, 0.25);
        border-left-width: 40px;
        background-clip: padding-box;
      }
      .button2 {
          display: block;
      }
      .button{
        text-align:left;
      }
}

.header__nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 48em) {
    .main {
        padding-right: 8.33%;
        padding-left: 16.66%;
    }
}

@media (min-width: 81em) {
    .panelsna {
        display: flex;
        justify-content: space-between;
    }
    .staking-steps-wallet {
        max-width: 45%;
       
    }
}

.nav {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    width: 1.5rem;
    height: 100%;
}

@media (min-width: 48em) {
    .nav {
        position: absolute;
    }
}

@media (min-width: 64em) {
    .nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        width: 20%;
    }
}

.btn {
    position: relative;
    display: inline-block;
    padding: 1rem 2rem;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.btn::before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.btn--tertiary {
    padding-right: 0;
    padding-left: 0;
    text-decoration: none;
}

.btn--tertiary::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    opacity: 0.2;
}

.btn--tertiary::after, .btn--tertiary::before {
    z-index: 1;
    top: 100%;
    height: 1px;
    margin-top: -1px;
}

.btn--tertiary.btn--ghost::after {
    opacity: 0;
}

@media not all and (min-width: 48em) {
    .btn--tertiary.btn--s::after, .btn--tertiary.btn--s::before {
        display: none;
    }
}

@supports (mix-blend-mode: difference) {}