* {
    box-sizing: border-box;
}
body {
    font-family: sans-serif;
    background: url(../img/code.gif) #FFF;
    background-position: top right;
    background-repeat:repeat-y;
    text-align: center;
    color: #000;
}
h1 {
    font-weight: 900;
    padding: 20px 10px;
    font-size: 28px;
    width: 100%;
    min-width: 240px;
    max-width: 330px;
    margin: 0px auto;
    display: block;
}
p {
    font-weight: 200;
    font-size: 15px;
}
.up3box,
.up4box {
    display: flex;
    align-items: stretch;
    align-content: space-between;
    justify-content: space-between;
}
.up3 {
    width: 33%;
}
.up4 {
    width:25%;
}
.up2box {
    display: flex;
    align-items: stretch;
    align-content: space-between;
    justify-content: space-between;
}
.up2 {
    width:50%;
}
.ibox {
    position: relative;
    display: inline-block;
    width:75%;
    min-width: 100px;
    max-width: 270px;
}
.errors {
    font-size:9px;
    color:#fff;
    text-align: center;
    font-weight: 200;
    letter-spacing:0px;
    position: absolute;
    background: red;
    width: 100%;
    bottom: 0px;
    padding: 0px;
    line-height: 15px;
}
h1.da18add {
    position: relative;
    font-size: 20px;
    max-width: 100%;
    padding: 0px 0px 27px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 22px;
}
h1.da18add span {
    font-size: 16px;
    font-weight: 200;
    display: block;
    margin: 4px auto -7px;
}
.head {
    background:#FFF;
    padding:0px 10px 0px;
    margin:0;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 900;
    border-bottom: 1px solid #fcd20b;
}
.wrap {
    width: 100%;
    min-width: 240px;
    max-width: 1200px;
    margin: 0px auto;
    display: block;
}
.prefoot {
    display: block;
    width: 100%;
    background: url(../img/peeps.png);
    background-position: bottom center;
    background-repeat:repeat-x;
    height: 115px;
    background-size: 800px;
}
.prefoot .wrap {
    max-width: 1000px;
}
.prefoot p {
    color: #FFF;
    font-size: 12px;
    width: 90%;
    margin: 0px auto;
}
.prefoot p b {
    color: #000;
    font-size: 20px;
    font-weight: 900;
    display: block;
}
.prefoot p strong {
    color: #000;
    font-weight: normal;
    display: block;
    font-size: 15px;
    margin: 1px auto 5px;
}
.foot {
    padding: 65px 10px 70px;
    color: #FFF;
    font-size: 9px;
    background:#00aeef;
}
.foot p {
    font-size: 9px;
}
.foot img {
    margin: -86px auto 20px;
    max-width: 400px;
}
.signups .up2 {
    text-align: left;
}
.signups .up2:nth-of-type(1) {
    background: #cecece;
    border: 1px solid #999999;
    border-radius: 10px;
    max-width: 420px;
    margin: 0px auto;
    text-align: center;
    height: fit-content;
}
.signups .up2:nth-of-type(1) label {
    text-align: left;
}
.signups .up2:nth-of-type(2) {
    max-width: 420px;
    margin: 0px auto;
}
.profile {
    position: relative;
    text-align: left;
    padding-left: 80px;
}
.profile img  {
    position: absolute;
    top: -13px;
    left: 12px;
}
.profile h2  {
    font-size: 16px;
    font-weight: 900;
    padding: 13px 0px 17px;
}
.profile h2 span {
    font-weight: 200;
    display: block;
    font-size: 11px;
}
.wrap.signups {
    margin:50px auto 125px;
}
ul {
    list-style: none;
    margin: 0px auto;
    min-width: 200px;
    max-width: 300px;
    width: 60%;
}
.deals li {
    font-size: 12px;
    font-weight: 200;
    padding: 10px 0px;
    position: relative;
    text-align: left;
}
.deals li:before {
    content: '';
    display: block;
    width: 4px;
    height: 10px;
    border-bottom: 5px solid #00aeef;
    border-right: 5px solid #00aeef;
    transform: rotate(30deg);
    position: absolute;
    top: 9px;
    left: -18px;
}
.deals li span {
    color: #00aeef;
    font-weight: 900;
}
.head .up2:nth-of-type(1) {
    text-align: left;
}
.head .up2:nth-of-type(2) {
    text-align:right;
}
.boxed {
    border: 1px solid;
    background: white;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    padding: 7px 10px 20px;
}
.boxed:nth-of-type(2) {
    margin: 0px 30px;
}
.boxed h3 {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #000;
    text-align: left;
}
.logo {
    width: 100%;
    min-width: 100px;
    max-width:280px;
}
.intro {
    background: url(../img/code.gif);
    background-position: top right;
    background-repeat:repeat-y;
    background-color: #FFF;
    padding:220px 100px 100px;
}
.intro h1 {
    text-align: left;
    font-size: 80px;
    letter-spacing: -2px;
    padding: 0px 0px 20px;
    text-transform: uppercase;
}
.intro h1 span {
    font-size: 63px;
    line-height: 67px;
    display: block;
}
.buyit {
    background: #00aeef;
    color: #000;
    padding: 10px 30px;
    width: 100%;
    min-width: 200px;
    max-width: 330px;
    display: block;
    text-transform: uppercase;
    margin: 0px auto;
    border-radius: 5px;
    font-size:20px;
    text-decoration: none;
    font-weight: 900;
}
.buyit span {
    font-size: 50px;
    display: block;
    margin: 0px auto;
}
.learn {
    color: #FFF;
    text-transform: uppercase;
    display: block;
    font-size:11px;
    padding: 10px 20px;
}
.laptop {
    width: 100%;
    max-width: 500px;
}
.head h1 {
    color:#000;
    text-transform: uppercase;
    font-weight:200;
    font-size: 22px;
    letter-spacing: 1px;
    max-width:100%;
}
.head h1 span {
    color: #00aeef;
}
.head .wrap {
    max-width: 1600px;
}
.deals {
    background: #000;
    color: #FFF;
}
.boxed.deals h3 {
    color:#00aeef;
    border-bottom: 1px solid #FFF;
}
.trust {
    width: 150px;
    margin-bottom: 20px;
}
.showcase {
    width: 100%;
    max-width: 420px;
    min-width: 200px;
    margin: 0px auto;
}
.showcase.thin {
    width: 85%;
}

form {
    width: 100%;
    min-width: 240px;
    max-width: 420px;
    display: block;
    margin: 0px auto;
    color: #000;
    background: #FFF;
    border-radius: 20px;
    padding: 10px 10px 20px;
    border:4px solid #fcd20b;
    box-shadow: inset 0px 0px 50px 10px rgba(0,0,0,0.1);
}
input, select, label {
    width: 100%;
    text-align: left;
    font-weight: normal;
    display: block;
    margin-bottom: 6px;
    color: #000;
}
label {
    font-size: 11px;
    display: inline-block;
    width:20%;
}
input, select {
    padding:7px;
    height: 45px;
    font-size: 20px;
    font-weight: 200;
    background: #FFF;
    border: 1px solid #ccc;
    border-radius: 0px;
}
.submit {
    background: #9dd53a;
    background: -moz-linear-gradient(top, #9dd53a 0%, #7cbc0a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(100%,#7cbc0a));
    background: -webkit-linear-gradient(top, #9dd53a 0%,#7cbc0a 100%);
    background: -o-linear-gradient(top, #9dd53a 0%,#7cbc0a 100%);
    background: -ms-linear-gradient(top, #9dd53a 0%,#7cbc0a 100%);
    background: linear-gradient(to bottom, #9dd53a 0%,#7cbc0a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 );
    color: #000;
    border: 1px solid black;
    border-radius: 4px;
    padding: 15px 40px;
    font-size: 17px;
    cursor: pointer;
    display: block;
    width: 90%;
    text-transform: uppercase;
    margin: 10px auto 0px;
}
.errors {
    font-size:9px;
    color:#fff;
    text-align: center;
    font-weight: 200;
    letter-spacing:0px;
    position: absolute;
    background: red;
    width: 100%;
    bottom: 0px;
    padding: 0px;
    line-height: 15px;
}
.date label {
    width: 100%;
}
form p {
    text-transform: uppercase;
    margin-bottom: 40px;
}
.daspace {
    background: url(../img/bg01.jpg);
    background-size: cover;
    background-position: center;
    background-color: #FFF;
    padding: 290px 100px 300px;
}
.daspace h1 {
    max-width: 100%;
    font-size:130px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 200;
    margin-bottom: 60px;
}
.daspace h1 span {
    color:#00aeef;
}
.daspace p {
    font-size: 18px;
    line-height: 23px;
    font-weight: normal;
    letter-spacing: 0px;
    background: rgba(255,255,255,0.7);
    padding: 19px 26px 25px;
    box-shadow: 0px 0px 100px 10px #FFF;
}
.daspace p strong {
    display: block;
    font-weight: 900;
    margin-bottom: 5px;
    border-bottom: 1px solid #fcd20b;
    padding-bottom: 7px;
    text-transform: uppercase;
    font-size: 26px;
}
.getsome {
    position: fixed;
    background: url(../img/fatcash.png) rgba(0,0,0,0.8);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size:1000px;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0px 0px 200px 100px #000;
}
.getsome .logo {
    margin:0px auto 10px;
}
.getsome form {
    margin-top: 100px;
}
.date label {
    width: 100%;
}
form p {
    text-transform: uppercase;
    margin-bottom:20px;
}
.close {
    background: #00aeef;
    color: #000;
    width: 40px;
    text-align: center;
    display: block;
    padding: 9px 0px;
    box-sizing: border-box;
    border-radius: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 20px;
    height: 40px;
}
.daspace .buyit {
    margin: 50px auto 0px;
}
.intro {
    line-height: 18px;
}
.intro .up2box {
    margin-bottom:80px;
}
.intro h1 {
    width: 100%;
    max-width: 100%;
    text-align: left;
}
.intro p {
    text-align: left;
}
.banger {
    background:#00aeef;
    padding: 100px 50px;
}
.banger button {
    border: none;
    background: #FFF;
    color: #00aeef;
    margin: 0px auto 10px;
    border-radius: 10px;
    font-size: 20px;
    padding: 10px 30px;
    text-transform: uppercase;
}
.banger h1 {
    max-width: 100%;
    color: #FFF;
    margin: 0px auto -12px;
    text-transform: uppercase;
    font-size: 45px;
}
.foot li {
    font-size: 14px;
    list-style: none;
    width: 80%;
    margin: 0px auto 10px;
    display: block;
    cursor: pointer;
}
.foot li:hover {
    font-weight: 900;
}
.partners {
    width: 100%;
    margin: 0px auto 80px;
    max-width: 885px;
}
.signups h1 {
    margin-top: 100px;
    width: 100%;
    max-width: 100%;
    text-transform:uppercase;
    font-weight: 200;
}
.signups .up3box {
    margin-top: 20px;
}
.b2 {
    background:#ffcc00;
}
.b2 h1{
    color: #000;
    font-size: 67px;
    letter-spacing: -4px;
    margin:50px auto 0px;
}
.b2 button {
    color:#fcd20b;
    background: #000;
}
.b2 button span {
    display: block;
    font-size: 40px;
    font-weight: 900;
    line-height: 27px;
    padding-bottom: 10px;
}
.head .logo {
    max-width: 220px;
    margin: 2px auto 0px;
}
.ohhi {
    display: none;
}
.b2 h1 span {
    display: block;
    font-size: 49px;
    letter-spacing: 0px;
    font-weight: 200;
}
.foot .up3box {
    justify-content: center;
    margin-bottom: 20px;
}
.foot .up3 {
    max-width:300px;
}
.faces {
    width: 100%;
}
.b3 {
    background: url(../img/nogains.jpg) #FFF;
    background-size:contain;
    background-position: bottom left;
    background-repeat: no-repeat;
}
.b3 h1 {
    margin:0px auto 0px;
}
.b3 h1 span {
    font-size: 30px;
}
.b3 button {
    background: #9dd53a;
    background: -moz-linear-gradient(top, #9dd53a 0%, #7cbc0a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(100%,#7cbc0a));
    background: -webkit-linear-gradient(top, #9dd53a 0%,#7cbc0a 100%);
    background: -o-linear-gradient(top, #9dd53a 0%,#7cbc0a 100%);
    background: -ms-linear-gradient(top, #9dd53a 0%,#7cbc0a 100%);
    background: linear-gradient(to bottom, #9dd53a 0%,#7cbc0a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 );
    color: #000;
}
.b4 {
    background: url(../img/bg02.jpg);
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 900px;
}
.b4 .wrap {
    margin: 260px auto 0px;
}
.b4 h1 {
    display: inline-block;
    width:100%;
    max-width: 100%;
    text-align: center;
    padding: 20px 0px;
    color: #fcd20b;
}
.b4 button {
    margin: 0px;
    display: inline-block;
    vertical-align: text-bottom;
    color: #000;
    background: #fcd20b;
    font-weight: 900;
}
.lastb h1 span {
    margin: 3px auto 0px;
    display: inline-block;
    vertical-align: top;
    color:#00aeef;
    background: #FFF;
    font-weight: 900;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    padding: 10px 30px;
    text-transform: uppercase;
}
.b4 h1 span {
    margin: 3px auto 0px;
    display: inline-block;
    vertical-align: top;
    color: #000;
    background: #fcd20b;
    font-weight: 900;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    padding: 10px 30px;
    text-transform: uppercase;
}
.lastb {
    padding-top: 0px;
}
.tinylast {
    display: block;
    background: #000;
    width: 100%;
    margin: 0px auto;
    color: #FFF;
    font-size: 9px;
    letter-spacing: 1px;
    font-weight: normal;
    padding: 8px;
    text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width : 768px) {
}
@media (min-width: 200px) and (max-width: 767px) {
    .head .up2:nth-of-type(1) .logo {
        max-width:190px;
        margin: 0px auto;
        display: block;
    }
    .head .up2:nth-of-type(2) img {
        max-width: 230px;
        margin: 0px auto;
        display: block;
    }
    .head .up2box {
        display: block;
        align-items: unset;
        align-content: unset;
        justify-content: unset;
        padding: 0px 10px;
    }
    .head .up2box .up2 {
        width: 100%;
    }
    .wrap.signups {
        max-width: 960px;
        margin: 20px auto 00px;
    }
    h1.da18add {
        position: relative;
        font-size: 16px;
        max-width: 100%;
        padding: 20px 0px 28px;
        border-bottom: 1px solid #dddddd;
        margin-bottom: 10px;
        text-align: center;
    }
    h1.da18add span {
        font-size: 13px;
    }
    ul {
        min-width: 200px;
        max-width: 210px;
    }
    .boxed {
        margin-bottom: 20px;
    }
    .boxed:nth-of-type(2) {
        margin: 0px auto 20px;
    }
    .head h1 {
        font-size: 11px;
        letter-spacing:0px;
        max-width: 100%;
        padding: 0px 0px 10px;
    }
    .head .up2:nth-of-type(2) {
        text-align: center;
    }
    .intro h1,
    .intro h1 span {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0px;
    }
    .buyit {
        min-width: 100px;
        font-size: 10px;
        line-height: 10px;
    }
    .buyit span {
        font-size: 18px;
        line-height: 15px;
    }
    .learn {
        font-size: 8px;
    }
    .laptop {
        width: 80%;
    }
    .intro {
        padding:130px 10px 10px;
    }
    .foot {
        padding:30px 0 40px;
    }
    label {
        width: 20%;
    }
    .daspace {
        padding:160px 10px 60px;
    }
    .daspace h1 {
        font-size:35px;
    }
    .daspace p {
        font-size: 15px;
        line-height: 18px;
        width: 80%;
        margin: 0px auto;
    }
    .daspace p strong {
        font-size: 16px;
    }
    .banger h1 {
        font-size: 25px;
    }
    .banger {
        padding: 100px 10px;
    }
    .intro .up2box {
        display: block;
        margin-bottom: 160px;
    }
    .intro .up2box .up2 {
        width: 100%;
    }
    .foot li {
        font-size: 8px;
        width: 100%;
        margin: 0px auto 3px;
    }
    .trust {
         width: 70%;
         margin: 0px auto 12px;
    }
    .hide {
        display: none;
    }
    .foot .wrap {
        width: 90%;
    }
    .ohhi {
        display: block;
    }
    .foot .logo {
        width: 50%;
        margin-bottom: 10px;
    }
    .signups .up3box {
        margin-top: 20px;
        display: block;
    }
    .signups .up3 {
        width: 80%;
        margin: 0px auto 10px;
    }
    .b2  {
        padding: 0px 10px 50px;
    }
    .b2 .up2box {
        display: block;
    }
    .b2 .up2 {
        width: 100%;
    }
    .b2 h1 span {
        font-size: 20px;
    }
    .b2 h1 {
        font-size: 35px;
        letter-spacing: 0px;
        margin: 0px auto;
    }
    .faces {
        max-width: 220px;
        margin: 10px auto -20px;
    }
    .prefoot {
        background-size: 180%;
        margin: 0px auto -10px;
    }
    .b3 {
        padding: 10px 10px;
        background-size: cover;
    }
    .b3 .up2box {
        background: rgba(255,255,255,0.7);
        padding: 0px 0px 10px;
    }
}