html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
p {
    margin: 0;
}
h1 {
    font-size: 2.5em;
    line-height: 1.1;
    font-weight: 700;
}
:focus {
    outline: none;
}
::-moz-focus-inner {
    border: 0;
}
a {
    outline: 0;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
input[disabled] {
    background-color: #eee;
}
::-webkit-input-placeholder {
    color: #898989;
}
::-moz-placeholder {
    color: #898989;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #898989;
}
#result {
    margin-bottom: 100px;
}
.intl-tel-input .country-list {
    background-color: #111;
    color: #ddd;
    border-color: #666;
}
.intl-tel-input .country-list .country.highlight {
    background: #444;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    color: #898989;
    padding-left: 15px;
    font-size: 18px;
}
.intl-tel-input .selected-flag .iti-arrow {
    right: 2px;
}
.country-search {
    margin-left: -1px;
    padding: 5px;
    width: 308px;
    max-width: 100%;
    text-align: left;
    background: #111;
    border: solid 1px #404040;
    border-bottom: none;
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.iti-mobile .intl-tel-input.iti-container {
    padding: 0;
}
.iti-mobile .intl-tel-input.iti-container .country-search {
    width: 100%;
}
.country-search-title {
    font-size: 14px;
    padding: 4px;
    color: #fff;
}
.country-search-input {
    background: #111;
    border: none;
    border-bottom: solid 1px #404040;
    font-size: 14px;
    color: #999;
    padding: 5px 10px !important;
    width: 70%;
}
body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    background: #000;
    font-family: Arial, sans-serif;
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}
.btn-orange {
    color: #ffffff;
    margin: 10px auto;
    font-weight: normal;
    border: none;
    font-size: 20px;
    display: inline-block;
    width: 108px;
    text-transform: uppercase;
    background: #ff9900;
    padding: 10px;
    cursor: hand;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 #1b428e;
    -moz-box-shadow: 0 3px 0 #ce7c01;
    -webkit-box-shadow: 0 3px 0 #ce7c01;
    box-shadow: 0 3px 0 #ce7c01;
}
.warningContainer {
    width: 302px;
    background: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -151px;
    margin-top: -200px;
    -moz-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.42);
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.42);
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.42);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
@media all and (max-width: 320px) {
    .warningContainer {
        width: 300px;
        margin-left: -150px;
    }
}
@media all and (max-height: 470px) {
    .warningContainer {
        top: 0;
        margin-top: 9px;
    }
}
.warningContainer .background {
    width: 280px;
    height: 218px;
    padding-bottom: 20px;
    margin: 0 auto;
}
.warningContainer .content {
    text-align: center;
    padding-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.warningContainer .content .warning {
    font-size: 22px;
    color: #ff9900;
}
.warningContainer .content .nudeText {
    font-size: 18px;
    color: #ffffff;
    padding: 10px 0;
    text-transform: none;
}
.warningContainer .btn-orange {
    display: block;
    margin-bottom: 30px;
}
.landingContainer {
    padding: 30px 5px;
    margin: 0 auto;
    text-align: center;
}
@media only screen and (max-width: 600px) {
    .landingContainer {
        padding: 5px;
    }
}
.landingContainer h1 {
    font-size: 31px;
    text-align: center;
    color: #8e8e8e;
    margin-bottom: 77px;
    background: #000;
    text-shadow: 0 1px 0 #fff;
}
.landingContainer .guts {
    background: #000000;
}
.landingContainer .guts .content .meter {
    max-width: 500px;
    height: 14px;
    position: relative;
    background: #222222;
    padding: 6px;
    margin: 0 auto 20px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
.landingContainer .guts .content .meter span {
    display: block;
    height: 100%;
    background: #cc6500;
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
    -moz-border-radius: 20px 8px 8px 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px 8px 8px 20px;
}
.landingContainer .guts .content .meter :after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    z-index: 1;
    background-size: 50px 50px;
    animation: move 2s linear infinite;
    overflow: hidden;
    -moz-border-radius: 20px 20px 8px 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px 20px 8px 20px;
}
.landingContainer .guts .content .title {
    padding-bottom: 10px;
    font-size: 39px;
    color: #ff9900;
}
@media only screen and (max-width: 899px) {
    .landingContainer .guts .content .title {
        font-size: 32px;
    }
}
@media only screen and (max-width: 600px) {
    .landingContainer .guts .content .title {
        font-size: 28px;
    }
}
.landingContainer .guts .content .title span {
    text-transform: uppercase;
}
.landingContainer .guts .content .question-title {
    color: #ff9900;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin: 40px 0;
}
.landingContainer .guts .content .step-info {
    font-size: 18px;
    color: #ff9900;
    font-style: italic;
    padding-bottom: 40px;
}
.landingContainer .guts .content .question-content {
    width: 600px;
    margin: 0 auto 40px;
    max-width: 100%;
}
.landingContainer .guts .content .question-content .error {
    font-size: 14px;
    color: #ff9900;
    text-align: center;
    padding: 10px 0;
}
.landingContainer .guts .content .question-content .option-list .option {
    list-style: none;
    margin-bottom: 7px;
    cursor: hand;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.landingContainer .guts .content .question-content .option-list .option .check-background {
    background: #824102;
    width: 48px;
    border: solid 1px #824102;
}
.landingContainer .guts .content .question-content .option-list .option .check-background .check-icon {
    width: 48px;
    height: 58px;
    display: block;
    background: url(unchecked-icon.png) no-repeat center center;
}
.landingContainer .guts .content .question-content .option-list .option .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: solid 1px #3a3b3d;
    background: #000000;
    font-size: 24px;
    padding: 15px 10px;
    text-align: left;
    color: #ffffff;
}
.landingContainer .guts .content .question-content .option-list .option.selected .check-background {
    background: #ff9900;
    border: solid 1px #ff9900;
}
.landingContainer .guts .content .question-content .option-list .option.selected .check-background .check-icon {
    background: url(check-icon.png) no-repeat center center;
}
.landingContainer .guts .content .question-content .option-list .option.selected .text {
    border: solid 1px #65676b;
}
.landingContainer .guts .content.page0 .title {
    color: #ffffff;
}
.landingContainer .guts .content.page0 .subTitle {
    font-size: 23px;
    color: #ff9900;
    border-top: solid 1px #383838;
    padding-top: 50px;
}
.landingContainer .guts .content.page0 .subTitle span {
    color: #ffffff;
    font-weight: bold;
}
.landingContainer .guts .content.page0 .subTitle span#timerTextPage0 {
    color: #ff9900;
}
.landingContainer .guts .content.page0 .subTitle h2 {
    padding-top: 20px;
    text-decoration: underline;
}
.landingContainer .guts .content.page0 .subTitle .lucky {
    padding: 20px 0;
    font-size: 16px;
    color: #ffffff;
}
.landingContainer .guts .content.page0 .subTitle .lucky #timerText {
    color: #3266cc;
    font-size: 16px;
}
.landingContainer .guts .content.page0 .subTitle .lucky .bold {
    font-weight: bold;
}
.landingContainer .guts .content.page0 .subTitle .lucky.below {
    padding: 0 0 30px 0;
}
.landingContainer .guts .content.page0 .question-content {
    padding: 35px 25px;
    border: solid 1px #666666;
    width: 350px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.landingContainer .guts .content.page0 .question-content p {
    padding-bottom: 30px;
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
}
.landingContainer .guts .content.page0 .question-content .btn-orange {
    width: 70px;
    margin: 0 5px;
}
.landingContainer .guts .content.page1 .question-icon {
    width: 52px;
    height: 42px;
    display: block;
    margin: 0 auto 10px;
    background: url(msg-icon.png) no-repeat 0 0;
}
.landingContainer .guts .content.page1 .question-title {
    margin: 10px 0;
}
.landingContainer .guts .content.page3 .question-icon {
    width: 26px;
    height: 48px;
    display: block;
    margin: 0 auto 10px;
    background: url(girl-shape.png) no-repeat 0 0;
}
.landingContainer .guts .content.page3 .question-title {
    margin: 10px 0 40px 0;
}
.landingContainer .guts .content.page4 .question-title {
    margin: 40px 0 10px 0;
}
.landingContainer .guts .content.page5 .question-content .select-age {
    background: #000000;
    border: solid 1px #5c5e62;
    width: 500px;
    margin: 20px auto 20px;
    padding: 15px;
    max-width: 100%;
}
.landingContainer .guts .content.page5 .question-content .select-age p {
    font-size: 24px;
    color: #ffffff;
    display: inline;
    padding: 0 20px;
    vertical-align: middle;
    text-shadow: 0 1px 0 #fff;
}
.landingContainer .guts .content.page5 .question-content .select-age select {
    font-size: 18px;
    background: #000000;
    border: solid 1px #5c5e62;
    vertical-align: middle;
    color: #ffffff;
}
.landingContainer .guts .content.page6 .meter span {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.landingContainer .guts .content.page7 .question-title {
    font-size: 28px;
    margin: 0 0 10px 0;
}
.landingContainer .guts .content.page7 h4 {
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    border-bottom: solid 1px #383838;
    padding-bottom: 20px;
}
.landingContainer .guts .content.page7 .eligible-items {
    width: 330px;
    margin: 0 auto;
    padding: 40px 0 25px 0;
    max-width: 100%;
}
.landingContainer .guts .content.page7 .eligible-items ul li {
    list-style: none;
    text-align: left;
    font-size: 20px;
    color: #ff9900;
    display: none;
    padding-left: 15px;
    text-indent: 12px;
    background: url(approved-icons.png) no-repeat 0 3px;
}
.landingContainer .guts .content.page7 .eligible-items ul li.grey {
    color: #ffffff;
}
.landingContainer .guts .content.page7 .keeping {
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 30px;
    display: none;
}
.landingContainer .guts .content.page7 .keeping .bold {
    font-weight: bold;
    color: #ff9900;
}
.landingContainer .guts .content.page7 .keeping .luck {
    font-weight: bold;
    padding-top: 10px;
    display: block;
}
.landingContainer .guts .content.page7 .question-content {
    padding: 0;
    display: none;
}
.landingContainer .guts .content.hide {
    display: none;
}
.form {
    display: block;
}
.form .intl-tel-input {
    width: 100%;
}
.form__top {
    background: #252525;
    padding: 15px 40px;
}
.form__top,
.form__bottom {
    padding: 15px 40px;
}
@media only screen and (max-width: 600px) {
    .form__top,
    .form__bottom {
        padding: 15px 10px;
    }
}
.form__title {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}
.form__email,
.form__tel {
    background: #000000;
    border: solid 1px #404040;
    width: 100%;
    font-size: 18px;
    color: #bebfc1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.form__email {
    margin: 20px 0 10px;
    text-align: center;
    padding: 10px;
}
.form__tel {
    padding: 10px;
}
.form__optional {
    font-size: 15px;
    color: #5f5f5f;
    margin-bottom: 8px;
}
.form__button {
    width: 100%;
    max-width: 520px;
}

.submited_loader{
    display: none;
    margin: auto;
  }

  a {
  color: rgb(105, 165, 255);
}