html,
body,
#anchor,
.steps-container {
    height: 100%
}

body {
    color: #fff;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.3 !important;
    background-image: linear-gradient(to top, rgba(89, 106, 114, 0.6), rgba(206, 220, 23, 0.4)), url(pattern2.png);
    background-attachment: fixed;
    background-size: contain;
    background-repeat: repeat
}

.gutter-10.row {
    margin: 0 -5px;
    text-align: center
}

.gutter-10>[class^="col-"] {
    padding: 0 5px 10px 5px
}

img {
    max-width: 100%
}

h3 {
    font-weight: 600;
    margin: 0
}

h3 {
    font-size: 2.3em;
    line-height: 1.3
}

#s4 .step-body {
    text-align: center
}

p {
    margin: 0 0 1em
}

p {
    font-size: 1.5em
}

header {
    text-align: center;
    margin: 20px
}

.white {
    color: #fff
}

.center {
    text-align: center
}

.hidediv {
    display: none
}

.steps-container {
    max-width: 990px;
    margin: 0 auto;
    padding: .5em 1em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.step-container {
    width: 100%
}

.step-title {
    margin: 20px
}

.step-body {
    padding: .5em 0
}

.step-body img {
    overflow: hidden;
    border: 3px solid #fff;
    transition: all .2s linear;
    margin: 0 auto;
    cursor: pointer;
    width: 200px;
    height: 242px
}

.btn-default {
    border: 0;
    color: #fff;
    padding: .8em 0;
    margin-bottom: 1em;
    text-transform: uppercase;
    min-width: 300px;
    font-size: 1.8em;
    background: #e41f1a;
    border-bottom: 4px solid #f43f3a;
    border-radius: 3px
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:active:focus,
.btn-default:active:hover {
    color: #fff;
    background: #e41f1a;
    border-bottom: 4px solid #f43f3a;
    border-radius: 3px
}

@media(max-width:480px) {
    body {
        font-size: 11px
    }
}

@media(min-width:481px) and (max-width:768px) {
    body {
        font-size: 14px
    }
}

button {
    margin-top: 1em;
    font-size: 2em;
    border: 0;
    color: #fff;
    padding: .2em .5em .1em;
    cursor: pointer;
    outline: 0
}

button.next {
    font-weight: 600
}

body.skin2 {
    background-color: #a192e3
}

body.skin2 button.next,
body.skin2 .btn-default {
    background: #ffef3d;
    color: #454545;
    max-width: 96%;
    box-sizing: border-box
}

body.skin2 .btn-default {
    border-bottom: 4px solid #b6ab35
}

body.skin2 .step-title {
    color: #fff
}

body.skin2 .btn-default:hover,
body.skin2 .btn-default:active,
body.skin2 .btn-default:focus,
body.skin2 .btn-default:active:focus,
body.skin2 .btn-default:active:hover {
    background: #fff476;
    border-bottom: 4px solid #b6ab35;
    color: #454545
}

body.skin2 .orange {
    color: #ffef3d
}

.final-step .step-title h3 {
    font-weight: 500
}

.final-step .step-title .orange {
    font-weight: bold
}


body.skin_onlyfucks::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}

body.skin_onlyfucks button.next,
body.skin_onlyfucks .btn-default {
    background: #1da1f3;
    font-size: 17px;
    color: #14201e;
    padding: 10px 35px;
    border-radius: 20px
}

body.skin_onlyfucks .btn-default {
    border-bottom: 4px solid #1981c2
}

body.skin_onlyfucks .btn-default:hover,
body.skin_onlyfucks .btn-default:active,
body.skin_onlyfucks .btn-default:focus,
body.skin_onlyfucks .btn-default:active:hover {
    background: #1da1f3;
    color: #14201e;
    border-bottom: 4px solid #1da1f3
}

body.skin_onlyfucks button.next.btn-no {
    background: #4285f4;
    color: #14201e
}

body.skin_onlyfucks .header {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 15px 10px 0;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between
}

body.skin_onlyfucks .header .geo-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

body.skin_onlyfucks .header .geo-wrap .geo-text {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #14201e
}

body.skin_onlyfucks .header .geo-wrap .geo-text.detected {
    margin-left: 7px
}

body.skin_onlyfucks .header .logo-wrap img {
    max-width: 150px
}

body.skin_onlyfucks .orange {
    color: #fff
}

body.skin_onlyfucks .step-container {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 15px;
    border-radius: 24px
}

body.skin_onlyfucks_alt {
    position: relative;
    background: #1da1f3
}

body.skin_onlyfucks_alt::before {
    background: url(pattern2.png);
    background-position-y: 15px
}

body.skin_onlyfucks.skin_onlyfucks_alt .step-container {
    background: rgba(255, 255, 255, 0.75)
}

body.skin_onlyfucks.skin_onlyfucks_alt .step-title,
body.skin_onlyfucks.skin_onlyfucks_alt .orange,
body.skin_onlyfucks.skin_onlyfucks_alt .white {
    color: #000
}

@media(max-width:479px) {
    body.skin_onlyfucks .header .geo-wrap {
        flex: 0 1
    }

    body.skin_onlyfucks .header .geo-wrap .geo-text {
        flex: 1
    }

    .step-title {
        margin: 0
    }

    body.skin_onlyfucks .steps-container {
        padding-left: 5px;
        padding-right: 5px
    }

    body.skin_onlyfucks .step-container {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media(max-width:479px) and (max-height:650px) {
    h3 {
        font-size: 2rem
    }

    .final-step h3 {
        font-size: 2rem
    }

    .art_gif .step-body img {
        height: 210px
    }
}

@media(max-width:400px) and (max-height:570px) {
    body.skin_onlyfucks.has-push .step-title {
        margin: 10px 10px 0
    }

    body.skin_onlyfucks button.next,
    body.skin_onlyfucks .btn-default {
        padding: 9px 25px
    }
}

@media(max-width:400px) and (max-height:460px) {
    .final-step button {
        margin-top: 0
    }

    .final-step .step-title {
        margin: 0
    }

    h3 {
        font-size: 1.7rem
    }

    .final-step h3 {
        font-size: 1.9rem
    }

    body.skin_onlyfucks .step-body img {
        height: 200px
    }

    body.skin_onlyfucks .header .geo-wrap .geo-text {
        flex: 0
    }

    body.skin_onlyfucks .step-container {
        margin-top: 7vh
    }

    body.skin_onlyfucks .step-title {
        margin: 7px 10px 0
    }
}


#lp-confirm * {
    text-shadow: none !important;
    text-indent: 0 !important;
    letter-spacing: normal !important;
    text-transform: initial !important;
    box-sizing: initial !important;
}

#lp-confirm :after {
    box-sizing: initial !important;
}

#lp-confirm :before {
    box-sizing: initial !important;
}

#lp-confirm {
    box-sizing: border-box !important;
    border-radius: 15px !important;
    box-shadow: 0 0 3px 1px rgba(34, 28, 5, 0.3) !important;
    animation-duration: .5s !important;
    animation-fill-mode: both !important;
    animation-name: slideDown !important;
    position: fixed !important;
    top: 10px !important;
    left: 5% !important;
    width: 90% !important;
    margin: 0 !important;
    font-size: 100% !important;
    padding: 0 !important;
    height: auto !important;
    background-color: #ffffff !important;
    cursor: auto !important;
    z-index: 99999999999 !important;
}

#lp-confirm .lp-confirm-wrap {
    position: relative !important;
    padding: 10px 10px 18px 10px !important;
    z-index: 13000 !important;
    display: flex;
}

#lp-confirm .lp-confirm-logo {
    flex-shrink: 0;
    border-radius: 3px !important;
    width: 100px !important;
    height: 100px !important;
    text-align: center !important;
}

#lp-confirm .lp-confirm-img {
    max-width: 100% !important;
    overflow: hidden !important;
}

#lp-confirm .lp-confirm-logo:before {
    background-color: #37e103 !important;
    content: "" !important;
    position: absolute !important;
    left: 85px;
    top: 90px;
    z-index: 2 !important;
    width: 12px !important;
    height: 12px !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    box-sizing: initial !important;
}

#lp-confirm .lp-confirm-img {
    border-radius: 50% !important;
}

#lp-confirm .lp-confirm-content {
    padding: 0 0 9px 9px !important;
    text-align: center;
    width: 74% !important;
}

#lp-confirm .lp-confirm-title {
    color: #212121 !important;
    margin: 0 0 5px !important;
    padding: 0 !important;
    font: 700 15px/17px Open Sans !important;
    min-height: 20px !important;
    width: auto !important;
    height: auto !important;
    text-align: left;
}

#lp-confirm .lp-confirm-text {
    padding: 0 !important;
    color: #212121 !important;
    margin: 0 0 10px !important;
    font: 400 13px/16px Open Sans !important;
    min-height: 20px !important;
    width: auto !important;
    height: auto !important;
    text-align: left !important;
}

#lp-confirm .lp-confirm-btns {
    font-size: 0 !important;
    text-align: right !important;
    position: absolute !important;
    bottom: -2px !important;
    right: 15px !important;
}

#lp-confirm .lp-confirm-btn {
    position: relative !important;
    box-sizing: border-box !important;
    text-align: center !important;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0) !important;
    transition: background-color, color 0.2s ease-in !important;
    background-image: none !important;
    background-color: transparent !important;
    text-transform: none !important;
    padding: 0 10px !important;
    margin: 0 0px 10px 0 !important;
    font: 400 12px/24px Open Sans !important;
    height: 26px !important;
    max-width: 170px !important;
    cursor: pointer !important;
    text-decoration: none !important;
    -webkit-appearance: none !important;
    border-radius: 3px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    outline: 0 !important;
}

#lp-confirm .lp-confirm-btn:focus {
    outline: 0 !important;
}

#lp-confirm .lp-confirm-btn-allow:hover {
    text-decoration: none !important;
    cursor: pointer !important;
    background: #a1cdff !important;
    border-color: rgba(34, 28, 5, 0.4) !important;
    color: #212121 !important;
    background-color: #ffe850 !important;
}

#lp-confirm .lp-confirm-btn-close:hover {
    text-decoration: none !important;
    cursor: pointer !important;
    border-color: rgba(34, 28, 5, 0.4) !important;
    color: #212121 !important;
    background-color: #d2d2d2 !important;
}

#lp-confirm .lp-confirm-btn-close {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-right: 18px !important;
    background: none !important;
    color: #212121 !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
}

#lp-confirm .lp-confirm-btn-allow {
    min-width: 100px !important;
    font-weight: bold !important;
    margin-right: 0 !important;
    color: #fff !important;
    background-color: #1da1f3 !important;
    border: 1px solid #0f5885 !important;
    transition: 0.3s all !important;
}

@media only screen and (max-width: 480px) {
    #lp-confirm .lp-confirm-btn-allow {
        min-width: 122px !important;
    }

    .lp-confirm-logo:before {
        left: 97px;
    }

    #lp-confirm .lp-confirm-logo:before {
        left: 88px !important;
        top: 88px !important;
    }

    .lp-confirm-title {
        font: 700 14px/16px Open Sans !important;
    }
}

@media only screen and (min-width: 480px) {
    #lp-confirm {
        top: 15px !important;
        left: 30px !important;
        width: 420px !important;
    }

    #lp-confirm .lp-confirm-wrap {
        padding: 10px 10px 10px 10px !important;
    }

    #lp-confirm .lp-confirm-btns {
        bottom: 10px !important;
    }

    #lp-confirm .lp-confirm-btn {
        margin: 0 20px 0 0 !important;
        padding: 0 15px !important;
    }

    #lp-confirm .lp-confirm-btn-allow {
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 359px) {
    #lp-confirm .lp-confirm-btn-allow {
        min-width: 100px !important;
    }

    #lp-confirm .lp-confirm-img {
        width: 70px !important;
        height: 70px !important;
    }

    #lp-confirm .lp-confirm-logo {
        width: 70px !important;
        height: 80px !important;
    }

    #lp-confirm .lp-confirm-logo:before {
        left: 61px !important;
        top: 61px !important;
    }

    #lp-confirm .lp-confirm-btn {
        margin: 0px 0px 0px 0px !important;
    }

    #lp-confirm .lp-confirm-btn-close {
        margin-right: 18px !important;
    }

    #lp-confirm .lp-confirm-title {
        font: 700 13px/16px Open Sans !important;
    }

    #lp-confirm .lp-confirm-btns {
        bottom: 7px !important;
    }
}

/*# sourceMappingURL=OneSignalSDKStyles.css.map*/