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
}

body {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
    font-family: Arial, Helvetica, Sans-Serif;
    
}
.wrapper {
    /* display: flex;
    width: 100vw;
    height: auto; */
}
.hide {
    display: none
}

.next,
.btn-continue {
    width: 110px;
    height: 30px;
    border: solid 1px #a2a2a2;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    cursor: hand;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #e7e7e7;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFE7E7E7', endColorstr='#FFFFFFFF');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e7e7e7), color-stop(100%, #ffffff));
    background-image: -moz-linear-gradient(top, #e7e7e7, #ffffff);
    background-image: -webkit-linear-gradient(top, #e7e7e7, #ffffff);
    background-image: linear-gradient(to bottom, #e7e7e7, #ffffff);
    text-shadow: 0 1px 0 #fff
}

.next:hover,
.btn-continue:hover {
    background: #fff
}

.next.hide,
.hide.btn-continue {
    display: none
}

.prevStep {
    color: #333;
    text-decoration: none;
    float: left;
    padding-top: 15px
}

.prevStep .icon {
    width: 10px;
    height: 11px;
    display: inline-block;
    padding-right: 5px;
    background: url(../images/back-icon.png) no-repeat 0 0;
}

input {
    display: inline-block;
    width: 97%;
    height: 50px;
    border: solid 1px #a2a2a2;
    font-weight: bold;
    background: #fff;
    padding-left: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.wrapper .content {
    position: absolute;
    /* top: 0; */
    left: 0;
    right: 0;
    /* bottom: 0; */
    background: url(../images/girl1.jpg) black;
    background-size: cover;
    height: 100%;
    overflow: auto;
}

.wrapper .content .textBox {
    width: 500px;
    margin: 200px auto;
    -moz-box-shadow: 3px 3px 4px rgba(4, 4, 4, 0.75);
    -webkit-box-shadow: 3px 3px 4px rgba(4, 4, 4, 0.75);
    box-shadow: 3px 3px 4px rgba(4, 4, 4, 0.75)
}

@media only screen and (max-width: 600px) {
    .wrapper .content {
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: 100% 80% !important;
    }
    .wrapper .content .textBox {
        margin: 12vh auto
    }
}

.wrapper .content .textBox .header {
    height: 31px;
    border-bottom: solid 1px #040404;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px;
    border-radius: 3px 3px 0 0;
    background-color: #ccc;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFCCCCCC', endColorstr='#FF4D4D4D');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #4d4d4d));
    background-image: -moz-linear-gradient(top, #cccccc, #4d4d4d);
    background-image: -webkit-linear-gradient(top, #cccccc, #4d4d4d);
    background-image: linear-gradient(to bottom, #cccccc, #4d4d4d)
}

.wrapper .content .textBox .stepContent {
    padding: 15px 10px 10px 10px;
    background: #fff url(../images/exclamation-icon.png) no-repeat 10px 16px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0;
    border-radius: 0 0 3px 3px
}

@media only screen and (max-width: 600px) {
    .wrapper .content .textBox .stepContent {
        text-align: center;
        background-position: center 10px
    }
}

.wrapper .content .textBox .stepContent .important {
    text-transform: uppercase;
    color: #d8a23e;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 28px
}

@media only screen and (max-width: 600px) {
    .wrapper .content .textBox .stepContent .important {
        padding-bottom: 0
    }
}

.wrapper .content .textBox .stepContent .title {
    color: #000;
    font-weight: bold;
    padding-left: 50px;
    padding-bottom: 14px
}

.wrapper .content .textBox .stepContent .title span {
    padding-top: 5px;
    display: inline-block
}

@media only screen and (max-width: 600px) {
    .wrapper .content .textBox .stepContent .title {
        padding: 30px 0 10px
    }
}

.wrapper .content .textBox .stepContent .subTitle {
    color: #333;
    padding-left: 50px
}

@media only screen and (max-width: 600px) {
    .wrapper .content .textBox .stepContent .subTitle {
        padding: 0
    }
}

.wrapper .content .textBox .stepContent .submitForm {
    text-align: right
}

.emailField {
    width: 97%;
    margin: 25px 0
}

.wrapper .content .textBox .stepContent .submitForm .prevStep {
    float: left
}

.wrapper .content .textBox .stepContent .submitForm .error {
    color: #e61515;
    text-align: center
}

.wrapper .content .textBox .stepContent .selection {
    padding-top: 18px
}

.wrapper .content .textBox .stepContent .selection select {
    display: inline-block;
    width: 209px;
    height: 50px;
    border: solid 1px #a2a2a2;
    font-weight: bold;
    background: #fff
}

@media only screen and (max-width: 600px) {
    .wrapper .content .textBox .stepContent .selection select {
        display: block;
        margin: 0 auto
    }
}

.wrapper .content .textBox .stepContent .selection select.single {
    width: 100%
}

.wrapper .content .textBox .stepContent .selection p {
    font-size: 14px;
    display: inline-block;
    padding: 0 15px
}

.wrapper .content .textBox .stepContent .buttons {
    padding-top: 30px;
    text-align: right;
    height: 50px
}

@media only screen and (max-width: 600px) {
    .wrapper .content .textBox .stepContent .buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: reverse;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        height: auto;
    }
}

.wrapper .content .textBox .stepContent.four {
    background: #fff
}

.wrapper .content .textBox .stepContent.four .title,
.wrapper .content .textBox .stepContent.four .subTitle {
    padding-left: 0
}

.wrapper .content .textBox .stepContent.six {
    min-height: 170px
}

@media only screen and (max-width: 600px) {
    .wrapper .content .textBox .stepContent.six {
        min-height: 200px
    }
}

@media only screen and (max-width: 600px) {
    .wrapper .content .textBox {
        width: 90%
    }
}

.wrapper .content:nth-child(2) {
    background: url(../images/girl2.jpg) black;
    background-size: cover
}

.wrapper .content:nth-child(3) {
    background: url(../images/girl3.jpg) black;
    background-size: cover
}

.wrapper .content:nth-child(4) {
    background: url(../images/girl3.jpg) black;
    background-size: cover
}

.wrapper .content:nth-child(5) {
    background: url(../images/girl5.jpg) black;
    background-size: cover
}

.wrapper .content:nth-child(6) {
    background: url(../images/girl5.jpg) black;
    background-size: cover
}

.wrapper .content:nth-child(7) {
    background: url(../images/girl8.jpg) black;
    background-size: cover
}

.wrapper .content:nth-child(8) {
    background: url(../images/girl9.jpg) black;
    background-size: cover
}

.wrapper .content:nth-child(9) {
    background: url(../images/girl10.jpg) black;
    background-size: cover
}

.wrapper .content:nth-child(10) {
    background: url(../images/girl11.jpg) black;
    background-size: cover
}

.wrapper .content:nth-child(11) {
    background: url(../images/girl12.jpg) black;
    background-size: cover
}

.wrapper .content:nth-child(12) {
    background: url(../images/girl13.jpg) black;
    background-size: cover
}

.wrapper .content:nth-child(13) {
    background: url(../images/girl14.jpg) black;
    background-size: cover
}

.wrapper .content:nth-child(14) {
    background: url(../images/girl15.jpg) black;
    background-size: cover
}

.wrapper .content:nth-child(15) {
    background: url(../images/girl16.jpg) black;
    background-size: cover
}

.jGrowl.top-right {
    top: 13%
}

@media only screen and (max-width: 600px) {
    .jGrowl.top-right {
        top: auto !important;
        bottom: 0;
        left: 0
    }
}

.jGrowl.top-right .jGrowl-notification {
    width: 310px;
    height: 73px;
    padding: 0;
    background: #fff;
    opacity: 1;
    border: 1px solid #efefef;
    overflow: hidden;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: 3.5px 6px 8px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 3.5px 6px 8px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 3.5px 6px 8px 0 rgba(0, 0, 0, 0.25)
}

@media only screen and (max-width: 600px) {
    .jGrowl.top-right .jGrowl-notification {
        height: 50px;
        margin: 10px auto
    }
}

.jGrowl.top-right .jGrowl-notification .img-holder {
    float: left;
    width: 60px;
    height: 60px;
    padding: 6px 12px;
    text-align: center;
    background: #f5f5f5;
    border: 1px solid #efefef;
    overflow: hidden
}

.jGrowl.top-right .jGrowl-notification .img-holder:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

@media only screen and (max-width: 600px) {
    .jGrowl.top-right .jGrowl-notification .img-holder {
        width: 40px;
        height: 40px;
        padding: 5px 7px
    }
}

.jGrowl.top-right .jGrowl-notification .img-holder img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    vertical-align: middle;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

@media only screen and (max-width: 600px) {
    .jGrowl.top-right .jGrowl-notification .img-holder img {
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px
    }
}

.jGrowl.top-right .jGrowl-notification .text-holder {
    width: 180px;
    color: #525252;
    float: left;
    padding: 13px 0 14px 10px;
    line-height: 23px
}

@media only screen and (max-width: 600px) {
    .jGrowl.top-right .jGrowl-notification .text-holder {
        padding: 13px 0 13px 10px
    }
}

.jGrowl.top-right .jGrowl-notification .text-holder h3 {
    font-size: 16px;
    font-weight: bold
}

@media only screen and (max-width: 600px) {
    .jGrowl.top-right .jGrowl-notification .text-holder h3 {
        display: inline-block;
        font-size: 14px
    }
}

.jGrowl.top-right .jGrowl-notification .text-holder p {
    font-size: 11px
}

@media only screen and (max-width: 600px) {
    .jGrowl.top-right .jGrowl-notification .text-holder p {
        display: inline-block;
        margin-left: 4px
    }
}

.jGrowl.top-right .jGrowl-notification .jGrowl-close {
    color: #a0a0a0;
    padding: 3px 8px;
    font-size: 18px;
    font-weight: 400
}

#ppialog-popover-container {
    font-size: 14px;
    position: fixed;
    z-index: 2258594000;
    -webkit-font-smoothing: initial;
    width: 500px;
    left: 50%;
    transform: translateX(-50%)
}

@media screen and (max-width: 500px) {
    #ppialog-popover-container {
        width: 100%
    }
}

#ppialog-popover-container.slide-down {
    top: 0
}

#ppialog-popover-container.slide-down.close-popover #ppialog-popover-dialog {
    -webkit-animation-name: slideDownExit;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 400ms;
    -webkit-animation-fill-mode: forwards;
    animation-name: slideDownExit;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 400ms;
    animation-fill-mode: forwards
}

#ppialog-popover-container.slide-down #ppialog-popover-dialog {
    width: 100%;
    -webkit-animation-name: slideDownEnter;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 400ms;
    -webkit-animation-fill-mode: forwards;
    animation-name: slideDownEnter;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 400ms;
    animation-fill-mode: forwards
}

#ppialog-popover-container.slide-down #ppialog-popover-dialog.blocked-dialog {
    padding: 1.714em;
    width: 612px;
    margin-bottom: 18px
}

#ppialog-popover-container.slide-down #ppialog-popover-dialog.blocked-dialog #blocked-popover {
    display: block
}

#ppialog-popover-container.slide-down #ppialog-popover-dialog.blocked-dialog #normal-popover {
    display: none
}

#ppialog-popover-container.slide-down #ppialog-popover-dialog.blocked-dialog .popover-body-message {
    padding: 0 0.2em 0 0.2em;
    text-align: center;
    width: 100%
}

#ppialog-popover-container.slide-down #ppialog-popover-dialog.blocked-dialog .popover-body-message img {
    width: 100%
}

#ppialog-popover-container.slide-down #ppialog-popover-dialog.blocked-dialog .popover-body-message .unblock-image {
    margin: 2em 0 0.5em 0
}

#ppialog-popover-container.slide-down #ppialog-popover-dialog.blocked-dialog .popover-button.secondary {
    padding: 0.714em 2em
}

#ppialog-popover-container #blocked-popover {
    display: none
}

#ppialog-popover-container.slide-up {
    bottom: 0
}

#ppialog-popover-container.slide-up.close-popover #ppialog-popover-dialog {
    -webkit-animation-name: slideUpExit;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 400ms;
    -webkit-animation-fill-mode: forwards;
    animation-name: slideUpExit;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 400ms;
    animation-fill-mode: forwards
}

#ppialog-popover-container.slide-up #ppialog-popover-dialog {
    width: 100%;
    -webkit-animation-name: slideUpEnter;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 400ms;
    -webkit-animation-fill-mode: backwards;
    animation-name: slideUpEnter;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 400ms;
    animation-fill-mode: backwards
}

#ppialog-popover-container #ppialog-popover-dialog {
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.22) !important;
    background: white !important;
    padding: 1.286em;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    font-family: 'Roboto', 'Noto', Helvetica Neue, Helvetica, Arial, sans-serif
}

#ppialog-popover-container #ppialog-popover-dialog .popover-body {
    box-sizing: border-box;
    margin: 0
}

#ppialog-popover-container #ppialog-popover-dialog .popover-body-icon {
    box-sizing: border-box;
    float: left;
    width: 80px;
    height: 80px;
    position: relative
}

#ppialog-popover-container #ppialog-popover-dialog .popover-body-icon img {
    width: 100%;
    height: 100%
}

#ppialog-popover-container #ppialog-popover-dialog .popover-body-icon img.default-icon {
    width: 45px;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    height: 45px
}

#ppialog-popover-container #ppialog-popover-dialog .popover-body-message {
    box-sizing: border-box;
    padding: 0 0.2em 0 1.286em;
    float: left;
    width: calc(100% - 80px);
    font-size: 1.143em;
    line-height: 1.45em;
    -o-user-select: none;
    user-select: none;
    cursor: default;
    color: #666 !important
}

#ppialog-popover-container #ppialog-popover-dialog button {
    box-sizing: border-box;
    display: inline-block;
    padding: .375rem 1rem;
    font-size: 0.9625em;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-family: inherit;
    letter-spacing: 0.05em;
    -webkit-transition: background-color 75ms ease;
    transition: background-color 75ms ease;
    margin: 0
}

#ppialog-popover-container #ppialog-popover-dialog .popover-button {
    padding: 0.714em 2em;
    font-size: 1em;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 400
}

#ppialog-popover-container #ppialog-popover-dialog .popover-button.primary {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 6px 0 rgba(0, 0, 0, 0.12);
    background: #1165f1 !important;
    color: white !important
}

#ppialog-popover-container #ppialog-popover-dialog .popover-button.primary:hover {
    background: #0c55d0
}

#ppialog-popover-container #ppialog-popover-dialog .popover-button.primary:active {
    background: #0a47ab
}

#ppialog-popover-container #ppialog-popover-dialog .popover-button.secondary {
    box-shadow: none;
    background: white !important;
    color: #1165f1 !important
}

#ppialog-popover-container #ppialog-popover-dialog .popover-button.secondary:hover {
    color: #0b4cb7
}

#ppialog-popover-container #ppialog-popover-dialog .popover-button.secondary:active {
    color: #062861
}

#ppialog-popover-container #ppialog-popover-dialog .primary.popover-button+.secondary.popover-button {
    margin-right: 0.714em
}

#ppialog-popover-container #ppialog-popover-dialog .popover-footer {
    position: relative;
    margin: 0.25em 0.25em 0 0
}

#ppialog-popover-container #ppialog-popover-dialog .align-right {
    float: right
}

#ppialog-popover-container #ppialog-popover-dialog .clearfix {
    display: block;
    backface-visibility: initial !important
}

#ppialog-popover-container #ppialog-popover-dialog .clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

@-webkit-keyframes slideDownEnter {
    0% {
        -webkit-transform: translateY(-150%)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes slideDownEnter {
    0% {
        transform: translateY(-150%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes slideDownExit {
    0% {
        -webkit-transform: translateY(0%)
    }

    100% {
        -webkit-transform: translateY(-150%)
    }
}

@keyframes slideDownExit {
    0% {
        transform: translateY(0%)
    }

    100% {
        transform: translateY(-150%)
    }
}

@-webkit-keyframes slideUpEnter {
    0% {
        -webkit-transform: translateY(150%)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes slideUpEnter {
    0% {
        transform: translateY(150%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes slideUpExit {
    0% {
        -webkit-transform: translateY(0%)
    }

    100% {
        -webkit-transform: translateY(150%)
    }
}

@keyframes slideUpExit {
    0% {
        transform: translateY(0%)
    }

    100% {
        transform: translateY(150%)
    }
}