body {
    overflow-x: hidden
}

html {
    overflow-y: scroll;
    overflow-x: hidden
}

ul {
    list-style: none
}

a,
button,
input,
textarea {
    outline: 0
}

body {
    font-size: 16px;
    font-weight: 500;
    color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}

a {
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s
}

a:active,
a:focus,
a:hover,
a:visited,
button:active,
button:focus,
button:hover,
button:visited {
    text-decoration: none !important;
    outline: 0 !important
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

.animation-delay-100 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.animation-delay-200 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.animation-delay-300 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.animation-delay-400 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.animation-delay-600 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.animation-delay-800 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.animation-delay-1000 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animation-delay-1200 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.animation-delay-1400 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.animation-delay-1600 {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.animation-delay-2000 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.button-wrapper {
    margin: 30px 0 0 0;
    position: relative
}

.s-btn {
    position: relative;
    width: 100%;
    max-width: 250px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #fff;
    margin: 0 auto;
    line-height: 1;
    padding: 20px 5px 15px 5px;
    font-size: 1.2em;
    border-radius: 7px;
    overflow: hidden;
    -webkit-transition: 250ms ease-in-out 65ms;
    transition: 250ms ease-in-out 65ms;
    text-decoration: none !important;
    outline: 0 !important;
    background: linear-gradient(to right bottom, red, #000)
}

.s-btn span {
    position: relative;
    z-index: 2
}

.s-btn:hover:before {
    height: 0
}

.s-btn:hover {
    color: #00fbf1
}

.s-btn:visited {
    color: #fff
}

.s-btn:active {
    transform: scale(.95)
}

header {
    background: #000;
    text-align: center;
    padding: 25px 0 0 0;
    position: relative;
    z-index: 5
}

header:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -50px;
    height: 50px;
    width: 100%;
    background: -moz-linear-gradient(top, #000 0, #000 18%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, #000 0, #000 18%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, #000 0, #000 18%, rgba(0, 0, 0, 0) 100%);
    z-index: 10
}

.logo-img {
    margin: 0 auto;
    display: table
}

.generator-status {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -25px;
    z-index: 50
}

.generator-status-content {
    margin: 0 auto;
    position: relative;
    display: table
}

.status-item-wrapper {
    background: #fff;
    border-bottom: 2px solid #ccc;
    display: inline-block;
    text-align: center;
    max-width: 150px;
    padding: 10px 15px;
    margin: 0 5px;
    position: relative;
    z-index: 5;
    border-radius: 5px
}

.status-label {
    font-size: .8em;
    font-weight: 300;
    text-transform: capitalize;
    display: block;
    line-height: 1;
    color: #b20030;
    margin: 0 0 8px 0;
    font-weight: 700
}

.status-dynamic {
    font-size: .9em;
    font-weight: 700;
    display: block;
    line-height: .5;
    font-weight: 700;
    color: #111;
    text-transform: uppercase
}

#status {
    color: #4fe16b
}

.main-wrapper {
    position: relative;
    z-index: 1
}

.main-bg {
    min-height: 100vh;
    width: 100%;
    position: relative;
    z-index: -1
}

.main-bg:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../1648042230421adff90d046104de44b73818987634.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: -2
}

.main-bg:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 30vh;
    height: 70vh;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 63%, #000 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 63%, #000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 63%, #000 100%);
    z-index: -1
}

.main-content {
    padding: 150px 0 0 0
}

.main-content .container {
    max-width: 700px
}

.generator-wrapper {
    position: relative
}

.generator-content,
.generator-header {
    padding: 0 70px
}

.generator-header {
    text-align: center;
    position: relative;
    padding-top: 20px;
    padding-bottom: 37px;
    background: #ec1e24;
    background: -moz-linear-gradient(to right bottom, #ff0045, #00fbf1);
    background: -webkit-linear-gradient(to right bottom, #ff0045, #00fbf1);
    background: linear-gradient(to right bottom, #000, #fff);
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0 -7px 15px 0 rgb(195 16 73), 0 5px 3px 0 rgb(0 241 232 / 0%);
    border-bottom: 1px solid #000
}

.generator-header h1 {
    margin: 0;
    line-height: .8;
    color: #fff;
    font-size: 4em;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 3px 2px 0 rgba(0, 0, 0, .3)
}

.generator-header h1 span.h-bottom {
    display: block;
    font-size: .53em;
    letter-spacing: 0;
    color: rgb(255 255 255);
    text-shadow: 3px 2px 0 rgba(0, 0, 0, .3)
}

.generator-content {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .7);
    min-height: 500px;
    color: #fff;
    overflow: hidden
}

.generator-content:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom: 5px solid #111;
    border-top: none;
    background: #3e3e3e;
    background: -moz-linear-gradient(top, #3e3e3e 0, #222 100%);
    background: -webkit-linear-gradient(top, #3e3e3e 0, #222 100%);
    background: linear-gradient(to bottom, #3e3e3e 0, #222 100%);
    z-index: -1;
    opacity: .9
}

.label {
    font-size: 1.4em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 0 5px 0;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, .5)
}

.input-wrapper {
    position: relative
}

.input-icon {
    position: absolute;
    left: 20px;
    top: 26px;
    height: 35px;
    filter: invert(20%)
}

.s-input {
    width: 100%;
    height: 80px;
    color: #a7ff9d;
    background: rgba(0, 0, 0, .6);
    border: 1px solid rgba(0, 0, 0, .3);
    border-bottom: 3px solid rgba(0, 0, 0, .3);
    border-radius: 7px;
    font-size: 1.5em;
    line-height: 1;
    padding: 5px 0 0 65px;
    font-weight: 700;
    outline: 0 !important;
    box-shadow: 0 0 10px 1px #fff;
    margin-top: 5px
}

::placeholder {
    color: #a7ff9d;
    font-size: 1em
}

.platform-select-wrapper {
    margin-top: 20px
}

.platform-item {
    background: rgba(0,0,0,.6);
    border: 1px solid rgb(255 255 255);
    border-radius: 7px;
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    margin: 0 0 10px 0;
    padding: 15px 5px 12px;
    cursor: pointer;
}

.platform-item i {
    font-weight: 400;
    margin-right: 5px
}

.platform-item.active {
    background: linear-gradient(to right bottom, #fff, #ffb400);
    cursor: default;
    border: .5px solid #fff
}

.platform-item.active i {
    color: rgba(0, 0, 0, .5)
}

.master-modal {
    max-width: 450px;
    margin: 0 auto;
    position: relative;
    color: #333;
    border-radius: 15px
}

.mfp-bg {
    opacity: .9
}

.modal-title {
    text-align: center;
    background: #3e3e3e;
    background: -moz-linear-gradient(top, #3e3e3e 0, #222 100%);
    background: -webkit-linear-gradient(top, #3e3e3e 0, #222 100%);
    background: linear-gradient(to bottom, #3e3e3e 0, #222 100%);
    color: #fff;
    font-size: 1em;
    border-radius: 0;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: none
}

.modal-title {
    padding: 25px 20px 10px
}

.modal-title-content {
    margin-top: 10px
}

.modal-title span {
    display: inline-block;
    position: relative;
    margin: 0 5px 0 0;
    top: 2px
}

.modal-title .modal-title-content {
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700
}

.modal-title .logo-img {
    max-width: 250px
}

.modal-content {
    padding: 25px 35px
}

.modal-content {
    background: #fff;
    border-radius: 0;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    text-align: center
}

.console-msg-wrapper {
    position: relative;
    margin: 25px 0 0 0
}

.console-msg {
    font-size: 2.4em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px
}

.console-loadbar {
    width: 90%;
    max-width: 640px;
    padding: 10px 15px;
    display: table;
    margin: 30px auto 0 auto;
    background: #eee;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    border-radius: 4px
}

.console-loadbar div {
    font-size: 20px;
    text-indent: 9999px;
    overflow: hidden;
    background: #ec1e24;
    background: -moz-linear-gradient(to right bottom, #ff0045, #00fbf1);
    background: -webkit-linear-gradient(to right bottom, #ff0045, #00fbf1);
    background: linear-gradient(to right bottom, #ff1a57, #fbbc00);
    border-radius: 4px
}

.console-msg-error {
    color: #fc4349
}

.connected-player-item {
    background: #ec1e24;
    background: -moz-linear-gradient(to right bottom, #ff0045, #00fbf1);
    background: -webkit-linear-gradient(to right bottom, #ff0045, #00fbf1);
    background: linear-gradient(to right bottom, #fff, #ffbf00);
    border: 1px solid #fff;
    text-transform: uppercase;
    border-radius: 7px;
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    margin: 0 0 10px 0;
    padding: 6px 5px 1px
}

.connected-label {
    color: rgb(0 0 0);
    letter-spacing: 1px;
    font-size: .8em;
    text-transform: UPPERCASE
}

.connected-player-value {
    color: #f40b4e;
    text-transform: none
}

.connected-player-value i {
    margin-right: 7px;
    text-shadow: none;
    font-weight: 400;
    line-height: 1
}

.connected-success {
    color: #11e75d
}

.resource-select-wrapper {
    margin-top: 20px
}

.resource-select-item {
    background: rgba(0, 0, 0, .6);
    border: 1px solid #353535;
    border-bottom: 3px solid #353535;
    border-radius: 7px;
    text-align: center;
    font-weight: 700;
    margin: 0 0 15px 0;
    padding: 15px 5px 12px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.225, 3, .485, .895);
    transition: -webkit-transform .3s cubic-bezier(.225, 3, .485, .895);
    transition: transform .3s cubic-bezier(.225, 3, .485, .895);
    transition: transform .3s cubic-bezier(.225, 3, .485, .895), -webkit-transform .3s cubic-bezier(.225, 3, .485, .895);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: scale(.95);
    -webkit-transform: scale(.95)
}

.resource-select-icon {
    max-width: 80px;
    margin: 0 auto 15px auto
}

.resource-item-value {
    font-size: 2em;
    margin: 0 0 5px 0;
    line-height: 1
}

.resource-item-label {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .8em;
    color: #fff
}

.resource-select-item:hover {
    background: linear-gradient(to right bottom, #ff0045, #00fbf1);
    border: 1px solid #fff;
    transform: scale(1);
    -webkit-transform: scale(1)
}

.resource-select-item:hover .resource-item-label {
    color: rgba(0, 0, 0, .5)
}

.console-msg-resource {
    color: #fff
}

.console-content .console-msg {
    font-size: 2em
}

.console-generation-item {
    background: #ec1e24;
    background: -moz-linear-gradient(to right bottom, #ff0045, #00fbf1);
    background: -webkit-linear-gradient(to right bottom, #ff0045, #00fbf1);
    background: linear-gradient(to right bottom, #fff, #fdc82f);
    border: 1px solid #fff;
    text-transform: uppercase;
    border-radius: 7px;
    text-align: center;
    padding: 15px 10px;
    margin: 0 auto;
    display: none
}

.console-generation-item img {
    max-width: 60px;
    margin: 0 auto 10px auto
}

.console-generation-item-value {
    font-size: 2em;
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, .4)
}

.console-generation-item .resource-item-label {
    color: rgb(10 0 0);
    letter-spacing: 1px;
    font-weight: 700
}

.item-completed {
    background: #11e75d;
    border: 1px solid #08a640;
    border-bottom: 3px solid #08a640
}

.console-msg-completed {
    color: #11e75d
}

.console-msg-failed {
    color: #d90000
}

.loader-wrapper span.lnr {
    color: #ccc;
    display: block;
    font-size: 8em
}

.loader-wrapper span.lnr.console-msg-failed {
    color: #d90000
}

.human-verification-wrapper {
    position: relative;
    text-align: center;
    background: #fff;
    padding: 40px 50px;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 7px
}

.human-verification-wrapper h3 {
    font-size: 3.4em;
    text-transform: uppercase;
    color: #151515;
    line-height: 1
}

.human-verification-wrapper p {
    color: #aaa;
    font-size: 1.3em;
    max-width: 500px;
    margin: 0 auto;
    display: table
}

.verification-user-info {
    margin-top: 10px
}

.verification-user-info .connected-player-item {
    margin-bottom: 0
}

.verification-user-info .connected-label {
    letter-spacing: 0
}

.verification-user-info .connected-player-value {
    color: #f40b4e;
    font-size: 15px
}

.verification-user-info .console-generation-item {
    display: block;
    padding: 8px 10px 5px 10px
}

.verification-user-info .console-generation-item img {
    max-width: 40px
}

.verification-user-info .console-generation-item .resource-item-label {
    letter-spacing: 0;
    font-size: .7em;
    margin-top: 4px
}

.verification-user-info .console-generation-item .console-generation-item-value {
    line-height: .8;
    font-size: 1.4em
}

.human-verification-wrapper i.fa-spinner {
    font-size: 2.6em;
    display: block;
    text-align: center;
    margin: 20px auto;
    color: #d90000
}

#verification-button {
    color: #fff;
    background: linear-gradient(to right bottom, red, #000);
    font-size: 34px;
    display: block;
    margin-top: 10PX
}

.h-v-time-left-wrapper {
    color: #aaa;
    font-size: 1.2em;
    margin-bottom: 10px
}

#human_verification_timer_time {
    color: #151515;
    display: block;
    font-weight: 700;
    line-height: 1
}

a#verification-button:hover {
    color: #111 !important
}

.loader {
    color: #d90000;
    font-size: 16px;
    margin: 80px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

@-webkit-keyframes load4 {

    0%,
    100% {
        box-shadow: 0 -3em 0 .2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 .2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
    }

    25% {
        box-shadow: 0 -3em 0 -.5em, 2em -2em 0 0, 3em 0 0 .2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 .2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 .2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 .2em, -3em 0 0 0, -2em -2em 0 -1em
    }

    75% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 .2em, -2em -2em 0 0
    }

    87.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 .2em
    }
}

@keyframes load4 {

    0%,
    100% {
        box-shadow: 0 -3em 0 .2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 .2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
    }

    25% {
        box-shadow: 0 -3em 0 -.5em, 2em -2em 0 0, 3em 0 0 .2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 .2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 .2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 .2em, -3em 0 0 0, -2em -2em 0 -1em
    }

    75% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 .2em, -2em -2em 0 0
    }

    87.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 .2em
    }
}

@media screen and (max-width:767px) {
    .main-content {
        padding: 0
    }

    .container {
        padding: 0
    }

    header {
        padding: 15px 0
    }

    header:after {
        display: none
    }

    .generator-header {
        padding-top: 20px;
        padding-bottom: 32px
    }

    .generator-header h1 span.h-top {
        display: none
    }

    .generator-header h1 span.h-bottom {
        font-size: .8em
    }

    .generator-content,
    .generator-header {
        padding-right: 20px;
        padding-left: 20px
    }

    .generator-content,
    .generator-header {
        border-radius: 0
    }

    .small-margin {
        margin: 0 -5px
    }

    .small-padding {
        padding: 0 5px
    }
}

@media screen and (max-width:500px) {
    .main-bg {
        min-height: 90vh
    }

    .s-btn {
        max-width: 100%
    }

    .main-bg:after {
        top: 50vh;
        height: 40vh;
        opacity: .85
    }

    .console-msg {
        font-size: 2em
    }

    .loader {
        font-size: 14px;
        margin: 70px auto
    }
}

@media screen and (max-width:440px) {
    .main-bg {
        min-height: 92vh
    }

    .main-bg:before {
        background: url(../1648042230421adff90d046104de44b73818987634.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top
    }

    .main-bg:after {
        top: 50vh;
        height: 42vh;
        opacity: .85
    }

    .logo-img {
        max-width: 290px
    }

    .generator-header h1 span.h-bottom {
        font-size: .55em
    }

    .generator-content {
        padding-bottom: 60px
    }

    .s-btn {
        padding: 25px 5px 20px 5px
    }

    .resource-select-icon {
        max-width: 70px
    }

    .console-content .console-msg {
        font-size: 1.6em
    }

    .human-verification-wrapper {
        padding: 30px 30px
    }

    .human-verification-wrapper h3 {
        font-size: 2.8em
    }

    .verification-user-info .connected-player-item {
        margin-bottom: 10px
    }
}

@media screen and (max-width:370px) {
    .generator-header h1 span.h-bottom {
        font-size: .5em
    }

    .generator-content,
    .generator-header {
        padding-right: 15px;
        padding-left: 15px
    }

    .platform-item {
        font-size: 1.1em
    }
}

@media screen and (max-width:340px) {
    .status-item-wrapper {
        padding: 10px 11px
    }

    .verification-user-info .connected-player-value {
        font-size: 13px
    }
}

@media screen and (max-width:320px) {
    .generator-header {
        padding-top: 15px;
        padding-bottom: 22px
    }

    .generator-status {
        bottom: -20px
    }

    .status-item-wrapper {
        padding: 5px 11px
    }

    .platform-item {
        padding: 7px 4px 3px 4px
    }

    .generator-content {
        padding-top: 25px
    }

    .label {
        font-size: 1.2em;
        margin: 0 0 2px 0
    }

    .platform-select-wrapper {
        margin-top: 10px
    }

    .button-wrapper {
        margin-top: 10px
    }

    .s-btn {
        padding: 20px 5px 15px 5px
    }

    .human-verification-wrapper {
        padding: 15px 25px
    }

    .human-verification-wrapper h3 {
        font-size: 2.2em
    }

    .human-verification-wrapper p {
        font-size: 1.1em
    }

    .verification-user-info .console-generation-item .resource-item-label {
        font-size: .6em
    }

    .human-verification-wrapper i.fa-spinner {
        font-size: 2em;
        margin: 18px auto 10px auto
    }
}

div#nutile {
    font-size: 20PX;
    font-weight: 900;
    letter-spacing: normal;
    --border-width: 3px;
    text-transform: uppercase;
    color: #fff;
    background: #222;
    border-radius: var(--border-width);
    text-shadow: 1px 1px 0 rgb(0 25 4 / 59%)
}

::after {
    position: absolute;
    content: "";
    top: calc(-1 * var(--border-width));
    left: calc(-1 * var(--border-width));
    z-index: -1;
    width: calc(100% + var(--border-width) * 2);
    height: calc(100% + var(--border-width) * 2);
    background: linear-gradient(60deg, #5b5b5b, #ff0061, #f15ecf, #7c7c7c);
    background-size: 300% 300%;
    background-position: 0 50%;
    border-radius: calc(2 * var(--border-width));
    animation: moveGradient 4s alternate infinite
}

@keyframes moveGradient {
    50% {
        background-position: 100% 50%
    }
}