
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    line-height: 1;
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: "";
    content: none
}

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

@font-face {
    font-family: AvenirNext;
    src: url(/fonts/avenir-next-regular.woff);
    font-weight: 400
}

@font-face {
    font-family: AvenirNext;
    src: url(/fonts/avenir-next-demi.woff);
    font-weight: 500
}

@font-face {
    font-family: AvenirNext;
    src: url(/fonts/avenir-next-bold.woff);
    font-weight: 600
}

@font-face {
    font-family: AvenirNext;
    src: url(/fonts/avenir-next-heavy.woff);
    font-weight: 900
}

h1 {
    font-size: 3rem;
    margin-bottom: 1rem
}

h2 {
    font-size: 1.5rem;
    margin-bottom: .5rem
}

em {
    font-style: italic;
    margin-bottom: 1rem
}

p {
    margin-bottom: 1.5rem
}

ol,ul {
    list-style-type: disc
}

ol,ul {
    padding-left: 2rem;
    margin-bottom: 1rem
}

ol {
    list-style-type: decimal
}

li {
    margin-bottom: .4rem
}

@media screen and (max-width: 1024px) {
    h1 {
        font-size:2rem;
        margin-bottom: .7rem
    }

    h2 {
        font-size: 1.2rem;
        margin-bottom: .4rem
    }
}

.text-regular {
    font-weight: 400
}

.text-demi {
    font-weight: 500
}

.text-bold {
    font-weight: 600
}

.text-underline {
    text-decoration: underline
}

.text-italic {
    font-style: italic
}

.verification {
    background: #9013fe30;
    text-align: center;
    width: 100%;
    top: 0;
    padding: 3px;
}

.verification img {
    width: 16px;
    margin-right: 6px;
}


.privacy_content,.terms_of_use {
    font-size: 13px;
    background-color: #f7f7f7;
    margin: 0 auto 64px;
    padding: 25px 40px;
    max-width: 1000px;
    font-family: AvenirNext,Arial,sans-serif;
    line-height: 1.45;
    animation-name: animatetop;
    animation-duration: .4s;
    color: #444
}

.privacy_content_logo,.terms_of_use_logo {
    width: 110px;
    margin: 0 auto 20px;
    display: block
}

.privacy_content_title,.terms_of_use_title {
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -.37px;
    text-align: center;
    color: #4a4a4a;
    margin-bottom: 20px
}

.privacy_content_subtitle,.terms_of_use_subtitle {
    font-weight: 500;
    font-size: 13px
}

.privacy_content_list ol,.terms_of_use_list ol {
    counter-reset: section;
    list-style-type: none;
    padding-left: 0
}

.privacy_content_list ol li,.terms_of_use_list ol li {
    margin: 20px 0
}

.privacy_content_list ol ol,.terms_of_use_list ol ol {
    padding-left: 0
}

.privacy_content_list ol ol>li,.terms_of_use_list ol ol>li {
    display: block;
    text-indent: -2em;
    padding-left: 2em;
    margin: 20px 0
}

.privacy_content_list ol>li:before,.terms_of_use_list ol>li:before {
    counter-increment: section;
    content: counters(section,".") " "
}

.privacy_content_list ul,.terms_of_use_list ul {
    counter-set: unset;
    padding-left: 0;
    margin-top: 20px
}

.privacy_content_list ul li,.terms_of_use_list ul li {
    margin: 5px 0;
    text-indent: 0
}

.privacy_content_links-list,.terms_of_use_links-list {
    font-weight: 500;
    padding-left: 20px;
    margin-bottom: 30px
}

.privacy_content_links-list a,.terms_of_use_links-list a {
    margin-left: 15px
}

@media screen and (max-width: 768px) {
    .privacy_content,.terms_of_use {
        padding:25px
    }
}

@media screen and (max-width: 575px) {
    .privacy_content,.terms_of_use {
        padding:25px
    }
}

.table {
    border-collapse: separate;
    border-spacing: 5px;
    margin-bottom: 20px;
    display: table
}

.table .table-row {
    display: table-row
}

.table .table-row .table-cell,.table .table-row .table-header {
    display: table-cell;
    padding: 10px;
    border-radius: 3px
}

.table .table-row .table-header {
    background-color: #e5e5e5;
    font-weight: 900
}

.table .table-row .table-cell {
    background-color: #eaeaea
}

.table .table-row .table-cell:first-child {
    min-width: 200px;
    font-weight: 500
}

@media screen and (max-width: 768px) {
    .table {
        display:block;
        width: 100%
    }

    .table .table-row {
        display: block;
        margin-bottom: 15px
    }

    .table .table-row .table-cell,.table .table-row .table-header {
        display: block
    }

    .table .table-row .table-header {
        border-radius: 0
    }
}

html {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch
}

body,html {
    height: 100%
}

body {
    background-color: #f7f7f7;
    font-family: AvenirNext,Arial,sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
}

* {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,.004);
    -moz-osx-font-smoothing: grayscale
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.hide{
    display: none;
}

.iphone {
    width: 310px;
    position: absolute;
    z-index: 1;
    margin-left: -21px;
}

.centre{
    margin-bottom: 26px;
}
.video {
    margin-top: 18px;
    width: 268px;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    justify-content: center;
    padding-bottom: 40px;
    /*padding-top: 88px*/
    padding-top: 33px;
    overflow-x: hidden;
}

.wrapper,.wrapper_form {
    display: flex;
    align-items: center;
    flex-direction: column
}

.wrapper_form {
    width: 430px;
    justify-content: flex-start
}

.wrapper_form_icons {
    grid-row: 1/span 2;
    margin-bottom: 8px;}

.wrapper_form_logo {
    display: block;
    
    /*modern*/
    margin: 0;width: 441px;
}

.wrapper_form_available {
    text-align: center;
    font-family: AvenirNext,Arial,sans-serif;
   /* font-size: 25px;*/
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -1.09px;
    color: #403945;
    margin-bottom: 25px;}

.wrapper_form_button {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 45px
}

.wrapper_form_button_image {
    height: 40px;
    cursor: pointer;
}

.wrapper_form_smartphone {
    margin-bottom: 24px
}

.wrapper_form_authdesc {
    text-align: center;
    font-family: AvenirNext,Arial,sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.37px;
    color: #4a4a4a;
    margin-bottom: 12px;
    line-height: 1.56;
    width: 575px
}

.wrapper_form_authdesc br {
    display: none
}

.wrapper_form_authdesc strong {
    font-weight: 600;
    white-space: nowrap
}

.wrapper_form_content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    height: 131px
}

.wrapper_form_content_input {
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #c4c4c4;
    background-color: #fff;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #999;
    padding: 0 14px;
    margin-bottom: 12px
}

.wrapper_form_content_button,.wrapper_form_content_input {
    font-family: AvenirNext,Arial,sans-serif;
    font-size: 16px;
    letter-spacing: -.7px;
    outline: none;
    width: 306px;
    height: 48px;
    transition: opacity .5s ease;
    opacity: 1;
    flex-shrink: 0
}

.wrapper_form_content_button {
    border: none;
    background-color: #9013fe;
    font-weight: 600;
    text-align: center;
    color: #fff;
    cursor: pointer
}


.wrapper_form_content_button * {
    cursor: pointer
}

.wrapper_form_content_button .spinner {
    display: none
}

.wrapper_form_content_button:hover {
    background-color: #7601dd
}

.wrapper_form_content_button.has-spinner {
    padding-top: 6px
}

.wrapper_form_content_button.has-spinner .label {
    display: none
}

.wrapper_form_content_button.has-spinner .spinner {
    display: inline-block
}

.wrapper_form_content_success {
    top: 32px;
    font-size: 18px;
    letter-spacing: -.8px;
    color: #4a4a4a;
    opacity: 0;
    transition: opacity .5s ease;
    transition-delay: .5s;
    position: absolute;
    line-height: 1.33;
    z-index: -1
}

.wrapper_form_content_error,.wrapper_form_content_success {
    font-family: AvenirNext,Arial,sans-serif;
    font-weight: 600;
    text-align: center
}

.wrapper_form_content_error {
    padding-top: 10px;
    width: 306px;
    font-size: 14px;
    letter-spacing: -.6px;
    color: #d0021b;
    opacity: 1;
    transition: opacity .5s ease
}

.wrapper_form_content.has-success .wrapper_form_content_success {
    opacity: 1
}

.wrapper_form_content.has-success .wrapper_form_content_button,.wrapper_form_content.has-success .wrapper_form_content_error {
    opacity: 0
}

.wrapper_form_content.has-error .wrapper_form_content_error {
    opacity: 1
}

.footer {
    display: flex;
    flex-direction: row;
    width: 204px;
    justify-content: space-between;
    align-items: center;
   /* margin: 0 auto 25px*/
   margin: 18px auto 18px;
}

.copyright {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -.37px;
    color: #9b9b9b
}

.link {
    color: #9013fe
}

.grey-link {
    color: #9b9b9b;
    text-decoration: none
}

.leaderboard-knowledge-base-container {
    width: 306px;
    text-align: center;
    margin: 0 0 28px;
    font-size: 14px
}

.leaderboard-knowledge-base-container .link {
    text-decoration: none
}

.terms-links-container {
    width: 306px;
    text-align: center;
    margin: 0 0 10px;
    font-size: 14px
}

.terms-links-container .link {
    text-decoration: none
}

@media screen and (max-width: 768px) {
    .wrapper_form_button {
        margin-bottom:20px
    }

    .wrapper_form_content_input {
        padding: 0 9px
    }

    .wrapper_form_content_button,.wrapper_form_content_input {
        width: 200px;
        height: 38px;
        font-size: 13px
    }
}

@media screen and (max-width: 575px) {
    .wrapper_form,.wrapper_form_authdesc {
        width:unset
    }

    .wrapper_form_authdesc br {
        display: unset
    }
}

::-webkit-input-placeholder {
    color: #c8c8c8
}

::-moz-placeholder {
    color: #c8c8c8
}

:-ms-input-placeholder {
    color: #c8c8c8
}

:-moz-placeholder {
    color: #c8c8c8
}

.spinner {
    border: 4px solid hsla(0,0%,100%,.3);
    border-top-color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 2s linear infinite
}

@media screen and (max-width: 768px) {
    .spinner {
        width:20px;
        height: 20px
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}


.dapp{
    margin-bottom: 26px;
}
.aglet_button{
    border-radius: 4px;width: 104px;margin: 0 auto;display: block;box-shadow: 0px 8px 15px rgb(188 166 228);
    border: none;
    background-color: #9013fe;
    font-weight: 600;
    text-align: center;
    color: #fff;
    cursor: pointer;

    font-family: AvenirNext,Arial,sans-serif;
    font-size: 16px;
    letter-spacing: -.7px;
    outline: none;
    height: 48px;
    transition: opacity .5s ease;
    opacity: 1;
    flex-shrink: 0;

}
.aglet_button:hover {
    background-color: #7601dd;
}

.aglet_pulsed_button{
    margin: 0 auto;
    width: 104px;
    text-align: center;
    white-space: nowrap;
    display: block;
    padding: 7px;
    box-shadow: 0 0 0 0 rgb(228 218 238);
    border-radius: 5px;
    background-color: #7e12e8;
    font-size: 14px;
    font-weight: normal;
    font-family: AvenirNext,Arial,sans-serif;
    text-decoration: none !important;
    color: #ffffff;
    border: solid 1px #ad7edc;
}

.aglet_pulsing_button {
  margin: 0 auto;width: 104px;
  text-align: center;
  white-space: nowrap;
  display: block;
  padding: 7px;
  
  box-shadow: 0 0 0 0 rgb(228 218 238);
  border-radius: 5px;
  background-color: #8912ff;
  -webkit-animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
  font-size: 14px;
  font-weight: normal;
  font-family: AvenirNext,Arial,sans-serif;
  text-decoration: none !important;
  color: #ffffff;
  transition: all 300ms ease-in-out;
border: solid 1px #ad7edc;}

.aglet_pulsing_button:hover, .aglet_pulsed_button:hover {
    background-color: #7601dd;
}

a.aglet_pulsing_button:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
  color: #ffffff;
}


/* Animation */

@-webkit-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

@-moz-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

@-ms-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

/*wallet connect*/
.wallet-adapter-button {
    background-color: #404144;
    border: none;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-family: 'Inter', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}

.wallet-adapter-button-trigger {
    background-color: #4e44ce;
}

.wallet-adapter-button:not([disabled]):focus-visible {
    outline-color: white;
}

.wallet-adapter-button:not([disabled]):hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.15) 0 0);
}

.wallet-adapter-button[disabled] {
    background: #404144;
    color: #999;
    cursor: not-allowed;
}

.wallet-adapter-button-end-icon,
.wallet-adapter-button-start-icon,
.wallet-adapter-button-end-icon img,
.wallet-adapter-button-start-icon img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.wallet-adapter-button-end-icon {
    margin-left: 8px;
}

.wallet-adapter-button-start-icon {
    margin-right: 8px;
}

.wallet-adapter-collapse {
    width: 100%;
}

.wallet-adapter-dropdown {
    position: relative;
    display: inline-block;
}

.wallet-adapter-dropdown-list {
    position: absolute;
    z-index: 99;
    display: grid;
    grid-template-rows: 1fr;
    grid-row-gap: 10px;
    padding: 10px;
    top: 100%;
    right: 0;
    margin: 0;
    list-style: none;
    background: #2c2d30;
    border-radius: 10px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 200ms ease, transform 200ms ease, visibility 200ms;
}

.wallet-adapter-dropdown-list-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
}

.wallet-adapter-dropdown-list-item {
    background: #404144;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    height: 37px;
    color: white;
}

.wallet-adapter-dropdown-list-item:not([disabled]):hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.15) 0 0);
}

.wallet-adapter-modal-collapse-button svg {
    align-self: center;
    fill: #999;
}

.wallet-adapter-modal-collapse-button.wallet-adapter-modal-collapse-button-active svg {
    transform: rotate(180deg);
    transition: transform ease-in 150ms;
}

.wallet-adapter-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity linear 150ms;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    overflow-y: auto;
    height: 200%;
}

.wallet-adapter-modal.wallet-adapter-modal-fade-in {
    opacity: 1;
}
.wallet-adapter-button-end-icon img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.wallet-adapter-button:not([disabled]):hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.15) 0 0);
}

.wallet-adapter-button {
    background-color: #8912ff;
    border: none;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-family: 'AvenirNext', 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}

.wallet-adapter-modal-button-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    cursor: pointer;
    background: none;
    border: none;
    border-radius: 6px;
}

.wallet-adapter-modal-button-close:focus-visible {
    outline-color: white;
}

.wallet-adapter-modal-button-close svg {
    fill: #777;
    transition: fill 200ms ease 0s;
}

.wallet-adapter-modal-button-close:hover svg {
    fill: #afafaf;
}

.wallet-adapter-modal-logo {
    max-width: 100%;
}

.wallet-adapter-modal-logo-wrapper {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background: #141515;
    margin-bottom: 10px;
    padding: 12px;
}

.wallet-adapter-modal-overlay {
    /*background: rgba(0, 0, 0, 0.5);*/
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.wallet-adapter-modal-container {
    display: flex;
    margin: 3rem;
    min-height: calc(100vh - 6rem); /* 100vh - 2 * margin */
    align-items: center;
    justify-content: center;
}

@media (max-width: 480px) {
    .wallet-adapter-modal-container {
        margin: 1rem;
        min-height: calc(100vh - 2rem); /* 100vh - 2 * margin */
    }
}

.wallet-adapter-modal-wrapper {
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 1050;
    max-width: 400px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.6);
    font-family: 'AvenirNext', 'Arial', sans-serif;
    font-weight: 600;
    padding: 40px 20px 20px;
    flex: 1;
}

.wallet-adapter-modal-wrapper .wallet-adapter-button {
    width: 100%;
}

.wallet-adapter-modal-wrapper-no-logo {
    padding-top: 30px;
}

.wallet-adapter-modal-title {
    text-align: center;
    font-family: 'AvenirNext', 'Arial', sans-serif;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: -1.09px;
    color: #403945;
    margin-bottom: 30px;}

@media (max-width: 374px) {
    .wallet-adapter-modal-title {
        font-size: 26px;
    }
}

.wallet-adapter-modal-list {
    margin: 0 0 12px;
    padding: 0;
    width: 100%;
    list-style: none;
}

.wallet-adapter-modal-list li:not(:first-of-type) {
    margin-top: 12px;
}

/*aglet dropdown*/
.aglet_dropdown_btn {
    margin: 0 auto;
    width: 104px;
    text-align: center;
    white-space: nowrap;
    display: block;
    padding: 7px;
    box-shadow: 0 0 0 0 rgb(228 218 238);
    border-radius: 5px;
    background-color: #7e12e8;
    font-size: 14px;
    font-weight: normal;
    font-family: AvenirNext,Arial,sans-serif;
    text-decoration: none !important;
    color: #ffffff;
    border: solid 1px #ad7edc;
}

.aglet_dropdown_btn:hover, .aglet_dropdown_btn:focus {
  background-color: #7601dd;
}
div#aglet-dropdown-list {
    display: none;
}
.aglet_dropdown {
  position: relative;
  display: inline-block;
}

.aglet_dropdown_content {
  position: absolute;
  overflow: auto;
  z-index: 9999999;
  text-align: center;font-weight: 700;
}

.aglet_dropdown_content a {
  color: #9013fe !important;
  padding: 6px 11px;
  margin-left: 2px;text-decoration: none;
  display: block;
    cursor: pointer;
    border: solid #d6d3d7 1px;
    margin-top: 2px;
    /*background-color: #f1f1f1;*/
    background-color: #ffffff;
    border-radius: 5px;
   /* box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);*/
}

.aglet_dropdown_content a:hover{
    text-decoration: none;
}

.aglet_dropdown a:hover {background-color: #ead3ff;}

a:focus, a:hover{
    color: #9013fe30 !important; 
}

.show {display: block;}

h2#available_text {
    text-align: center;
    font-family: AvenirNext,Arial,sans-serif;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: -1.09px;
    color: #403945;
    margin-bottom: 17px;
margin-top: 19px;}

.iphone-wrap{
    position: sticky;
}
.video-wrap{
    position: relative;
}
.video-wrap > iframe,.video-wrap > video,.video-wrap > img{
    width: 268px;
    height: 582px;
    border-radius: 29px;
}