/*
@font-face {
    font-family: "supplyregular";
    src: url("fonts/supply-regular-webfont.woff2") format("woff2"), url("fonts/supply-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
*/
html, body, div, span, h1, p, form, tbody, tfoot, thead, tr, th, td, footer, header, button {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*font-family: supplyregular !important;*/
}
footer, header {
    display: block 
}
h1 {
    font-size: 100% 
}
a, u, ins {
    text-decoration: none 
}
input, select, textarea {
    font: inherit 
}
html {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none 
}
body {
    position: relative;
    height: 100%;
    width: 100%;
    background: #FFF;
    text-align: center;
    color: #585858;
    font: 14px "Roboto", Arial, Helvetica, sans-serif;
    line-height: 1.25;
    font-weight: 400;
}
a {
    color: #585858;
    text-decoration: underline 
}
img {
    display: block;
    line-height: 1;
   width: 100% 
}
.text {
    display: block;
    width: 90%;
    margin: 0 auto 0 auto;
    font-size: 1.25em 
}
.text.charge {
    height: 1em 
}
#header-image {
    max-height: 400px;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
#header-image, #actions, #wording, #input, #exit {
    margin-bottom: 1.5em;
}
#wording .header {
    font-size: 1.35em;
    opacity: .7;
}
#wording_description{
    line-height: 1.35;
    font-size: 1em;
    opacity: .7;
}
#wording_bill{
    line-height: 1.35;
    font-size: 1em;
    opacity: .7;
}
#wording .text, #footer {
    line-height: 1.35;
    font-size: 1em;
}
#input .text {
    font-size: 0.85em;
}
#input .help {
    display: block;
    text-align: left;
    margin-left: 5%;
    font-size: .8em;
    opacity: .7;
}
#input label {
    display: block;
    font-weight: bold;
    text-align: left;
    margin-left: 5%;
    font-size: 1em;
    margin-bottom: 10px;
    opacity: .7;
}
.input {
    width: 90%;
    height: 50px;
    border-radius: 5px;
    font-size: 1em;
    color: grey;
    text-indent: 10px;
    border: 1px solid #000000;
    text-align: left;
    margin-bottom: 10px;
}
#mentions .text {
    margin-bottom: 0.3em;
    font-size: 1em;
}
#header-image, #actions, #wording, #exit {
    margin-bottom: 1em;
}
#wording .text {
    font-size: .8em;
    opacity: .7 
}
#page {
    width: 100%;
    min-height: 600px;
    max-width: 450px;
    margin: 0 auto;
    position: relative;
    background-color: #FFF;
}
#logo {
    position: absolute;
    top: 6em 
}
#actions {
    padding: 0;
    position: relative;
    z-index: 9;
}
button, .subscription_btn {
    outline: none;
    position: relative;
    margin: 0 auto;
    border: none;
    width: 90%;
    background-color: #ff0000;
    color: #fff;
   /*border-radius: .25em;
   */
    border-radius: 34px;
    padding: 1.25em 0;
    font: 2em "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 500;
    text-transform: uppercase 
}
button:disabled{
    background-color: darkgray;
}
#actions #decline_button {
    margin-top: 10px;
    background: #d9d9d9;
    color: grey;
    border: 3px solid #d9d9d9
}
#subscribe_button.active, #submit_pin_btn.active {
    cursor:pointer;
    background-color: #ff0000;
   color: #FFFFFF;
}
.resend{
    cursor:pointer;
    color: #585858;
}
#terms {
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: .7;
}
#close {
    position: absolute;
    right: 0;
    top: 0;
    padding:2px 5px;
    text-transform: uppercase;
}
#close:hover {
    cursor: pointer;
    float:right;
    display:inline-block;
    padding:2px 5px;
    color:#fff;
}
button.exit {
    background: #d9d9d9;
   color: grey;
    border: 3px solid #d9d9d9
}
#subscribe_button {
}
#wording{
    z-index: 999;
}
#mentions {
    padding-bottom: 2em;
    position: relative;
    z-index: 999;
    opacity:0.7;
}
#mentions a {
    margin: 0 1em 
}
.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both 
}
span {
    background-color: inherit;
}
.step-two{
    display: block;
}
.pre-loader{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    align-items: center;
    background: transparent;
    z-index: 99999;
}
.loader {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid;
    border-color: grey grey transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
}
.loader::after {
    content: '';  
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent #ff0000 #ff0000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 
        
    @keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
    }

@media screen and (min-width: 426px) {
    body {
        font-size: 14px 
   }
}
@media screen and (max-width: 300px) {
    body {
        font-size: 12px 
   }
}
@media only screen and (min-aspect-ratio: 13 / 9) {
    #page{
        flex-direction: row;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        max-width: unset;
        min-height: unset;
   }
    .creativity, .sub_area{
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        flex-direction: column;
        width: 50%;
   }
    .cptpl_logo{
        width: 80%;
        display: block;
        margin: 0 auto;
   }
}
@media (min-width:1281px) {
    #page {
        display: block;
        width: 100%;
        min-height: 600px;
        max-width: 450px;
        margin: 0 auto;
        position: relative;
        background-color: #FFF;
   }
    .creativity, .sub_area{
        display: block;
        width: 100%;
   }
}
