html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.swiper {
    height: 50rem;
    max-height: 120vw
}

@media only screen and (min-width: 1920px) {
    .swiper {
        height: 56vw;
        max-height: 90vh
    }
}

.swiper-pagination {
    bottom: 40px !important;
    width: 100% !important
}

@media only screen and (min-width: 1200px) {
    .swiper-pagination {
        bottom: 80px !important
    }
}

.swiper-button-next,
.swiper-button-prev {
    height: 35px !important;
    width: 35px !important
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: none !important;
    margin-left: 15px !important;
    left: auto !important;
    right: auto !important
}

.swiper-button-prev {
    background-image: url(../images/icon_arrow_left.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    left: 4% !important
}

.swiper-button-next {
    background-image: url(../images/icon_arrow_right.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    right: 4% !important
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active-prev,
.swiper-pagination-bullet-active-prev-prev {
    width: 2rem !important;
    height: .25rem !important;
    border-radius: 10px !important;
    background-color: var(--primary-fg) !important
}

@media only screen and (min-width: 1920px) {
    .swiper-pagination-bullet,
    .swiper-pagination-bullet-active-prev,
    .swiper-pagination-bullet-active-prev-prev {
        width: 5rem !important
    }
}

.swiper-slide {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden
}

.carousel-item {
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.geo-loc-label {
    font-family: GothamBold;
    position: absolute;
    bottom: 6rem;
    left: 50%;
    transform: translate(-50%);
    z-index: 100;
    background-color: #00000080;
    border-radius: 50px;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    width: 16rem
}

@media only screen and (min-width: 1200px) {
    .geo-loc-label {
        bottom: 10rem;
        width: 18.5rem
    }
}

.geo-loc-icon {
    position: relative;
    width: 1.5rem;
    margin: .8rem 1rem .8rem 2rem
}

@media only screen and (min-width: 768px) {
    .geo-loc-icon {
        margin: 1rem 2rem 1rem 2.5rem
    }
}

.geo-loc-text {
    font-size: .8rem;
    position: absolute;
    width: 100%;
    text-align: center;
    padding-left: 1.5rem
}

@media only screen and (min-width: 768px) {
    .geo-loc-text {
        font-size: 1rem
    }
}

.register-wizard-container {
    background-color: var(--primary-bg);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
    height: 90vh;
    padding: 1rem 1rem 3rem
}

@media only screen and (min-width: 768px) {
    .register-wizard-container {
        padding: 1rem 4rem 4rem;
        width: 80%;
        height: auto;
        max-width: 1000px;
        max-height: 95vh;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

.register-wizard-container.maintenance {
    background: linear-gradient(120deg, #08090b 0%, #272b34 50%, #272b34 100%)
}

.overlay-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #0009;
    z-index: 1000
}

.wizard-content-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: 100%
}

@media only screen and (min-width: 768px) {
    .wizard-content-container {
        min-height: 40rem
    }
}

.wizard-content-container.flex-center {
    justify-content: center
}

.wizard-content {
    position: relative;
    box-sizing: border-box
}

.wizard-header {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.wizard-header-item {
    padding: var(--padding-lg);
    display: none;
    flex-direction: column;
    color: var(--primary-fg)
}

.wizard-header-item span {
    opacity: .5;
    transition: 35oms ease-in-out
}

.wizard-header-item.active {
    display: flex
}

.wizard-header-item.active span {
    opacity: 1
}

@media only screen and (min-width: 768px) {
    .wizard-header-item {
        display: flex
    }
}

.wizard-content {
    margin: 0 auto
}

.wizard-content--step2 {
    max-width: 38rem
}

.wizard-content--step3 {
    overflow-y: scroll;
    height: 450px;
    width: 100%
}

.wizard-content--step3::-webkit-scrollbar {
    background: black;
    padding: 6px;
    width: 6px
}

.wizard-content--step3::-webkit-scrollbar-thumb {
    background: #666666;
    border-radius: 10px;
    width: 3px
}

.step_id {
    font-weight: 700;
    font-size: 1.35rem;
    line-height: 2.45rem
}

.step_label {
    font-weight: normal
}

.form-field {
    max-width: 600px;
    margin: 0 auto 1.2rem
}

.form-input {
    box-sizing: border-box;
    width: 100%;
    border: none;
    outline: none;
    color: var(--primary-fg);
    background-color: #fff6;
    padding: var(--padding-md)
}

.form-input::-moz-placeholder {
    color: var(--primary-fg);
    text-transform: uppercase
}

.form-input:-ms-input-placeholder {
    color: var(--primary-fg);
    text-transform: uppercase
}

.form-input::placeholder {
    color: var(--primary-fg);
    text-transform: uppercase
}

.form-input--center {
    text-align: center
}

.form-input--copy {
    cursor: pointer
}

.form-input-label {
    display: block;
    text-align: left;
    max-width: 600px;
    margin: 0 0 1.2rem 1.2rem
}

.form-button {
    border: 1px solid rgba(255, 255, 255, .3);
    background-color: var(--primary-bg);
    color: var(--primary-fg);
    padding: 1rem 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
    text-transform: uppercase;
    min-width: 300px;
    font-family: GothamMedium
}

.form-button:hover {
    transition: .35s ease-in-out;
    opacity: .7
}

.form-button.cancel-button {
    position: absolute;
    top: 2rem;
    right: 3rem;
    border-color: transparent;
    width: 30px;
    height: 50px;
    cursor: pointer;
    margin-left: 0;
    min-width: 0;
    background-color: transparent;
    padding: 0;
    z-index: 1000
}

.form-button.cancel-button:before,
.form-button.cancel-button:after {
    position: absolute;
    top: 0;
    left: 15px;
    content: " ";
    height: 50px;
    width: 2px;
    background-color: var(--primary-fg)
}

.form-button.cancel-button:before {
    transform: rotate(45deg)
}

.form-button.cancel-button:after {
    transform: rotate(-45deg)
}

@-webkit-keyframes spinner {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.button-loader {
    display: block;
    height: 1.2rem;
    width: 1.3rem;
    border-radius: 100%;
    border: 3px solid var(--primary-fg);
    border-bottom: 3px solid var(--primary-bg);
    -webkit-animation: spinner .25s infinite;
    animation: spinner .25s infinite
}

.form-home-table {
    margin: 1.5rem auto auto;
    font-family: GothamBook
}

.form-home-table__label {
    text-align: right
}

.form-home-table__value {
    text-align: left;
    padding-left: .5rem
}

.form-p {
    margin: 2rem 0;
    font-size: 1.3rem;
    line-height: 2
}

.form-p a {
    color: #fff
}

@media only screen and (min-width: 768px) {
    .form-p {
        font-size: 1.35rem
    }
}

.form-p--small {
    font-size: 1rem
}

.form-p-success {
    color: #aaed91
}

.metamask_logo {
    width: 25%;
    max-width: 600px;
    min-width: 200px;
    margin-bottom: 2rem
}

.form-status-icon {
    width: 75px;
    height: 75px;
    margin-top: 2rem
}

.maintenance-screen {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.error-container {
    z-index: 100;
    margin: auto;
    max-width: 80%;
    width: 100%;
    transition: all var(--transition);
    opacity: 0;
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translate(-50%, -300%)
}

.error-container.visible {
    opacity: 1;
    transform: translate(-50%)
}

.error-message {
    text-align: center;
    position: relative;
    border: 1px solid var(--alert);
    border-radius: .5rem;
    color: var(--primary-fg);
    background-color: var(--alert-bg);
    padding: var(--padding-sm) 2.5rem
}

.error-message p {
    display: block;
    margin: 0 auto;
    line-height: 1
}

.error-close {
    float: right;
    background-color: transparent;
    border: 1px solid var(--primary-fg);
    border-radius: 50rem;
    height: 1.5rem;
    width: 1.5rem;
    color: var(--primary-fg);
    vertical-align: middle;
    line-height: 1.5;
    position: absolute;
    right: .5rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.mint-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: linear-gradient(120deg, #08090b 0%, #272b34 50%, #272b34 100%);
    color: #fff
}

.mint-server-maintenance {
    text-align: center
}

.mint-h1 {
    font-size: 2.5rem
}

.mint-p {
    font-size: 1.2rem
}

.mint-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.mint-round {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-family: GothamBook
}

.mint-minted {
    border: 2px solid #52545a;
    border-radius: 3rem;
    text-align: center;
    padding: 1.5rem 4.5rem 1rem;
    margin: 2.5rem 0
}

.mint-minted span {
    font-size: 3rem
}

.mint-minted p {
    color: #494b51;
    text-transform: uppercase;
    font-family: GothamBold;
    margin: .5rem 0 0
}

.mint-timer {
    font-family: GothamMedium
}

.mint-divider {
    height: 1px;
    width: 100%;
    background-color: #52545a;
    margin: 2.5rem 0
}

.mint-notice {
    display: flex;
    align-items: center
}

.mint-notice .icon {
    width: 23px;
    height: 22px;
    margin: 0 1rem 0 0
}

.mint-notice .icon-warn {
    background: url(../images/icon-warn%402x.html) center/contain no-repeat
}

.mint-button {
    padding: 1.4rem 5rem;
    color: #fff;
    background-color: #000;
    border: 0;
    cursor: pointer;
    font-family: GothamMedium;
    font-size: 1.5rem;
    width: 100%;
    margin: 2.5rem 0 0;
    -webkit-animation: .2s all ease-in-out;
    animation: .2s all ease-in-out
}

.mint-button:hover {
    opacity: .8
}

.mint-price {
    font-family: GothamMedium;
    margin-top: 1.5rem
}

:root {
    --primary-bg: #000000;
    --primary-fg: #ffffff;
    --alert-bg: rgb(232, 107, 107);
    --link-color: #9194a6;
    --alert: rgb(159, 47, 47);
    --success: #61ff71;
    --padding-xs: .5rem;
    --padding-sm: 1rem;
    --padding-md: 1rem;
    --padding-lg: 1.5rem;
    --padding-xl: 4.0625rem;
    --margin-md: 2.5rem;
    --margin-sm: 1rem;
    --transition: .25s
}
@font-face {
    font-family: 'GothamLight';
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Lightd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff'),
        url('../fonts/Gotham-Light.ttf') format('truetype'),
        url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
@font-face {
    font-family: 'GothamBold';
    src: url('../fonts/GothamBold.eot');
    src: url('../fonts/GothamBoldd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamBold.woff2') format('woff2'),
        url('../fonts/GothamBold.woff') format('woff'),
        url('../fonts/GothamBold.ttf') format('truetype'),
        url('../fonts/GothamBold.svg#GothamBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Bookd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype'),
        url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamMedium';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Mediumd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff'),
        url('../fonts/Gotham-Medium.ttf') format('truetype'),
        url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

html,
body {
    font-family: GothamLight, system-ui;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: var(--primary-bg)
}

p+p {
    margin-top: 2.2rem
}

.strong {
    font-family: GothamBold, system-ui;
    line-height: 4.6875rem
}

.small-title {
    font-size: 1.2rem;
    opacity: .5;
    line-height: 0
}

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%
}

.video-container:after {
    padding-top: 56.25%;
    display: block;
    content: ""
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#WEB3_CONNECT_MODAL_ID {
    position: relative;
    z-index: 3000
}