
.pre-loader{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    align-items: center;
    /*background: rgba(255,255,255,0.3);*/
    z-index: 99999;
}
.step2{
    display: none;
}
.footer{
    width: 100%;
    color: #FFF;
    background-color: transparent;
    padding: 5px;
    text-align: center;
    height: 25px;
    margin-top: 0;
    bottom: 0;
    position: fixed;
    display: block;
    z-index: 100;
    /*font-size: 12px;*/
    font-size: 13px;
    left: 0;
}
.footer a{
    /*text-decoration: none;*/

}
.pulse-button:hover
{
    -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}
@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(15, 208, 19, 0.7);
    }

    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 10px rgba(15, 208, 19, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(15, 208, 19, 0);
    }
}
@keyframes pulse-app {
    10% {	
        transform: scale(1.1);
    } 
    20% {
        transform: scale(1); 
    }  
    40% {
        transform: scale(1.1); 
    } 
    50% {
        transform: scale(1); 
    } 
}

@font-face {
    font-family: 'Gotham-Ultra';
    src: url('../font/gotham-ultra.eot');
    src: url('../font/gotham-ultra.eot?#iefix') format('embedded-opentype'),
    url('../font/gotham-ultra.woff2') format('woff2'),
    url('../font/gotham-ultra.woff') format('woff'),
    url('../font/gotham-ultra.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html {
    color: #FFF;
    font-size: 1em;
    line-height: 1.4;
}
body{
    overflow-x: hidden;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.hidden,
[hidden] {
    display: none !important;
}
.sr-only {
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
@media print {
    *,
    :after,
    :before {
        background: #fff !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.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;
}
[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.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;
}
[hidden],
template {
    display: none;
}
html, body { height: 100% } /* // sticky footer */
.body,
body {
    background: #03151f;
    direction: ltr;
    display: block;
    font-family: 'Helvetica', sans-serif;
    font-size: 16px;
    margin: auto auto 10px;
}
@media only screen and (min-aspect-ratio: 13 / 9), (min-width: 1025px) {
    .body,
    body {
        display: flex;
        flex-direction: column;
        min-height: 100%;
    }
}

img {
    display: block;
    width: 100%;
}

.flex-wrapper {
    z-index: 1;
    flex: 1 0 auto;
    position: relative;
    max-width: 640px;
    margin: auto;
}
@media only screen and (min-aspect-ratio: 13 / 9), (min-width: 1025px) {
    .flex-wrapper {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        padding-bottom: 0;
        max-width: none;
    }
}

.table.flex-left {}
@media only screen and (min-aspect-ratio: 13 / 9), (min-width: 1025px) {
    .table.flex-left {
        display: flex;
        display: -webkit-flex;
        justify-content: flex-end;
        width: 50vw;
    }
}

.table.flex-right {}
@media only screen and (min-aspect-ratio: 13 / 9), (min-width: 1025px) {
    .table.flex-right {
        display: flex;
        display: -webkit-flex;
        /* justify-content: center; */
        flex-direction: column;
        width: 50vw;
        margin-left: 5em;
    }

    .flex-right > .table { max-width: 600px; }
}
.topbar{}
.topbar.play {
    display: table;
    width: 100%;
    background: #ffffff;
    z-index: 2;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}
.topbar.play > .table {
    border-spacing: 16px;
}
.topbar.play.logo {
    display: block;
    width: 85px;
    box-shadow: none;
}

.table {
    border-spacing: 0;
    display: table;
    width: 100%;
}
.table .cell {
    display: table-cell;
}
.table .row {
    /*display: table-row;*/
}
.table .left {
    text-align: left;
}
.table .right {
    text-align: right;
}
.table .center {
    text-align: center;
}
.table .middle {
    vertical-align: middle;
    text-align: center;
  }
  .table .w100 {
    width: 100%;
}
.banner-icon {}
.banner-icon__image {
    display: block;
    margin: auto;
    width: auto;
    width: 100%;
    margin-bottom: 10px;
}
.banner-feature__image {
    display: block;
    margin: auto;
    width: auto;
    width: 100%;
    margin-bottom: 0;
}
.banner-feature {
    position: relative;
    /*background-image: url('../img/mtnbattleplusza.16.games/creativity_bg.png');*/
    background-position: 100% 100%;
    background-size: auto 100%;
}
@media only screen and (min-aspect-ratio: 13 / 9), (min-width: 1025px) {
    .banner-feature {
        max-width: 480px;
        /*border-radius: 10px;*/
        overflow: hidden;
        margin: 0;
    }
}
.banner-feature__gradient {
    display: block;
    background: linear-gradient(transparent, #FFFFFF);
    height: 50px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
}
.form-handler {
    border-spacing: 10px 0;
  }
  /* .form-handler__form {}
  @media only screen and (min-aspect-ratio: 13 / 9), (min-width: 1025px) {
    .form-handler__form { max-width: 600px; }
  } */

  .form-handler__input {
    /*border-spacing: 0 10px;*/
    border-spacing: 0 5px;
  }
  .form-handler__input:last-of-type {
    margin-bottom: 0;
}
.form-handler__input__text, .mcm-text-input > input {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 10px;
    box-shadow: none;
    box-sizing: border-box;
    height: 48px;
    padding: 14px;
    width: 100%;
    max-width: 300px;
}
.form-handler__input__error {
    text-align: center;
    color: red;
    display: block;
    display: none;
    font-size: 16px;
    margin: 5px 0;
}
.form-handler__input__submit {
    background-color: transparent;
    background-image: none;
    background: #0fd013;
    border: 0;
    /* border-bottom: 4px solid black; */
    border-radius: 24px;
    box-shadow: none;
    color: #202020;
    display: none;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 15px 10px;
    text-decoration: none;

    /* 10 Nov 2022 */
    width: 290px;
    display: block !important;
    margin: auto;

}
.form-handler__input__link {
    color: #202020;
    text-decoration: none;
    margin: 10px 0;
}
.form-handler__input__checkbox {
    vertical-align: middle;
}
.form-handler__input__subtext {
    color: #cccccc;
}
.form-handler__input__checkbox__label {
    line-height: 0;
    margin-left: 5px;
    vertical-align: middle;
}
.text-handler {
    border-spacing: 10px;
}
.text-handler__title {
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    text-align: center;
    display: table-row;
    margin-bottom: 10px;
    font-size: 22px;
}
.text-handler__title_2 {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    text-align: center;
    display: table-row;
    margin-bottom: 10px;
    color: #323232;
}
.text-handler__subtitle {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}
.text-handler__subtitle_2 {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
.text-handler__body {
    font-size: 11px;
    margin: 0;
}
.text-handler__small {
    font-size: 11px;
    margin: 0;
}
.footer {
    color: #989898;
    background-color: #F9F9F9;
    word-break: break-all;
    position: sticky; /* // sticky footer */
    top: 100vh; /* // sticky footer */
    z-index: 100;
}
.footer a {
    color: #989898;
}
.footer__logo {
    width: 50px;
    height: auto;
}

.footer.play {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
}

.footer.play p {
    color: #202020;
    margin: 10px;
}

/* //Age Consent */
body.age-consent {
    background: #323232;
}
.text-handler__title.age-consent {
    color: #fff;
    font-size: 18px;
}
.form-handler__input__submit.age-consent {
    background: #fff;
    color: #323232;
}
.form-handler__input__link.age-consent {
    color: #fff
}
.footer.age-consent {
    background: #323232;
}
.mcm-cta-unit img {
    display: none;
}

.mcm-text-input > input {
    display: block;
    margin: auto !important;
}

.mcm-img {
    margin: 0 !important;
}
@keyframes pulseImg {
    0% {
        transform: scale(1);
    }
    70% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}
body.typage, body.error, .typage{
    /*background-color: #1f1f1f ;*/
    /*color: #FFF;*/
}
.text-center{
    text-align: center;
}
.errSubmitBtn {
    text-decoration: none;
    width: 80%;
    color: #03151f;
    border: none;
    font-size: 1.2em;
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-family: system-ui;
    background-color: #70f468;
    text-align: center;
    line-height: 2.5em;
    border-radius: 2em;
    margin: 0 auto;
    font-weight: bold;
}
.hidden{
    display: none;
}
.smallTxt{
    font-size: 14px;
}
@media (orientation: landscape) {
    .errSubmitBtn {
        width: 60%;
    }
    .creativity__img{
        margin: 0 auto;
        max-width: 200px;
    }
    .text-center{
        margin: 0;
    }
  }

.mainText {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  text-align: center;
  display: block;
  /*margin-bottom: 10px;*/
  color: #ffffff;

}
#step1{
    display: block;
}
#step2{
    display: none;
}