.wcp-aws__fortune-wheel {
    margin-bottom: 30px;
    margin-top: 30px;
}
@media (max-width: 768px){
    .wcp-aws__fortune-wheel {
        margin-bottom: 20px;
    }
}
.hidden{
    display: none !important;
}

.wcp-aws__fortune-wheel.wcp-aws__content {
    background: linear-gradient(270deg, rgba(0, 128, 255, 0.2) 0%, rgba(0, 64, 255, 0.2) 100%), url('./images/backdrop-mobile.png') no-repeat center/cover;
    border-radius: 0;
    padding: 20px
}
.wcp-aws__fortune-wheel .wcp-aws__content .wcp-aws__content{
    background: transparent;
    padding: 0;
}

@media (min-width: 768px) {
    .wcp-aws__fortune-wheel.wcp-aws__content {
        background: linear-gradient(270deg, rgba(0, 128, 255, 0.2) 0%, rgba(0, 64, 255, 0.2) 100%),
        url('./images/backdrop.png') no-repeat 50px/contain;

        padding-left: 104px;
        padding-right: 104px
    }
    .wcp-aws__fortune-wheel .wcp-aws__content .wcp-aws__content{
        background: transparent;
    }
}
.wcp-aws__fortune-wheel .wcp-aws__heading {
    font-family: "Rubik", sans-serif;
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 16px;
    text-align: center
}

.wcp-aws__fortune-wheel .wcp-aws__heading + .wcp-aws__subheading {
    margin-top: -8px
}

.wcp-aws__fortune-wheel .wcp-aws__subheading {
    font-size: 16px;
    color: #fff;
    margin-bottom: 16px;
    text-align: center
}

.wcp-aws__fortune-wheel .wcp-aws__form-container {
    display: grid;
    grid-row-gap: 8px;
    grid-template-areas:"email" "agreement" "submit"
}

@media (min-width: 768px) {
    .wcp-aws__fortune-wheel .wcp-aws__form-container {
        grid-template-columns:1fr 200px;
        grid-template-rows:auto auto;
        grid-column-gap: 14px;
        grid-row-gap: 12px;
        grid-template-areas:"email submit" "agreement agreement"
    }
}

.wcp-aws__fortune-wheel .wcp-aws__form-container .wcp-aws__input--email {
    grid-area: email
}

.wcp-aws__fortune-wheel .wcp-aws__form-container .wcp-aws__input--submit {
    grid-area: submit
}

@media (min-width: 768px) {

}

.wcp-aws__fortune-wheel .wcp-aws__form-container .wcp-aws__input--agreement {
    grid-area: agreement;
    align-self: start
}

.wcp-aws__fortune-wheel .wcp-aws__input {
    margin-bottom: 0 !important
}

.wcp-aws__fortune-wheel .wcp-aws__input input {
    display: block;
    width: 100%;
    background: #FFFFFF0D;
    border-radius: 8px;
    padding: 13px 16px;
    color: #fff;
    height: 52px;
    border: 1px solid;
    border-image-source: linear-gradient(270deg, rgba(0, 128, 255, 0.2) 0%, rgba(0, 64, 255, 0.2) 100%);
}

.wcp-aws__fortune-wheel .wcp-aws__input input::placeholder{
    color: #5D677A;
}

.wcp-aws__fortune-wheel .wcp-aws__submit, .wcp-aws__fortune-wheel .wcp-aws__spin {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #E4EAF7;
    background: linear-gradient(270deg, #0080FF 0%, #0040FF 100%);
    border-radius: 16px;
    border:0;
    padding: 0
}

@media (min-width: 768px) {
    .wcp-aws__fortune-wheel .wcp-aws__submit, .wcp-aws__fortune-wheel .wcp-aws__spin {
        width: 200px;
        height: 52px;

    }
}

.wcp-aws__fortune-wheel .wcp-aws-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    position: relative;
    margin-bottom: 0
}

.wcp-aws__fortune-wheel .wcp-aws-checkbox input {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 10px;
    visibility: hidden
}

.wcp-aws__fortune-wheel .wcp-aws-checkbox input:checked ~ .wcp-aws-checkbox__mark {
    background-color: transparent;
    border-color: #ABB6CC
}

.wcp-aws__fortune-wheel .wcp-aws-checkbox input:checked ~ .wcp-aws-checkbox__mark:after {
    display: block
}

.wcp-aws__fortune-wheel .wcp-aws-checkbox__mark {
    width: 16px;
    flex: 0 0 16px;
    height: 16px;
    background-color: transparent;
    border: 1px solid #ABB6CC;
    border-radius: 4px;
    align-self: flex-start;
    position: relative;
    top: 0
}

.wcp-aws__fortune-wheel .wcp-aws-checkbox__mark:after {
    display: none;
    content: '';
    position: absolute;
    left: 4.5px;
    top: 0;
    width: 4px;
    height: 10px;
    border: solid #FFF0F3;
    border-width: 0 2px 2px 0;
    transform: rotate(40deg)
}

.wcp-aws__fortune-wheel .wcp-aws-checkbox__label {
    font-size: 12px;
    margin-left: 10px;
    color: #ABB6CC
}

.wcp-aws__fortune-wheel .wcp-aws-checkbox__label a {
    color: #ABB6CC;
    text-decoration: underline
}

.wcp-aws__fortune-wheel .wcp-aws__error {
    display: block;
    width: 100%;
    font-family: "Oswald", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
    font-size: 14px;
    line-height: 135%;
    color: #ffe900;
    margin: 10px 0 5px
}

@media (min-width: 768px) {
    .wcp-aws__fortune-wheel .wcp-aws__error {
        margin: 10px 0 0
    }
}

.wcp-aws__fortune-wheel input[name="subject"] {
    display: none
}

.wcp-aws__fortune-wheel .wcp-aws__success, .wcp-aws__fortune-wheel .wcp-aws__success p {
    color: #fff;
    text-align: center;
    margin-bottom: 0
}

.wcp-aws__content-success .wcp-aws__heading{
    display: none;
}
.wcp-aws__fortune-wheel .wcp-aws__success{
    font-family: "Rubik", sans-serif;
}
.wcp-aws__fortune-wheel .wcp-aws__success strong {
    font-size: 28px;
    font-weight: 500;
}

@media (min-width: 768px) {
    .wcp-aws__fortune-wheel .wcp-aws__input {
        justify-content: space-between;
        align-items: center;
        gap: 0 10px;
        margin-bottom: 16px
    }

    .wcp-aws__fortune-wheel .wcp-aws__input p {
        color: #ffffff
    }
}

.wcp-aws__wof {
    min-height: 300px;
    position: relative
}

@media (min-width: 768px) {
    .wcp-aws__wof {
        min-height: 230px
    }
}

.wcp-aws__wof.wcp-aws__content {
    display: flex;
    padding: 16px 16px 170px;
    border-radius: 16px;
    overflow: hidden;
    min-height: 383px;
}

@media (min-width: 768px) {
    .wcp-aws__wof.wcp-aws__content {
        padding: 62px 315px 62px 30px;
        min-height: 308px;
    }
}

.wcp-aws__wof .wcp-aws__content-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 16px;
}
@media (min-width: 768px){
    .wcp-aws__wof .wcp-aws__content-inner {
        margin-bottom: 0;
    }
}

.wcp-aws__wheel {
    width: 100%;
    height: 180px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden
}

@media (min-width: 768px) {
    .wcp-aws__wheel {
        width: 315px;
        height: 100%;
        right: 0;
        left: auto
    }
}

.wcp-aws__wheel:before {
    content: "";
    width: 99px;
    height: 110px;
    background: center top/contain url("./images/pointer.svg") no-repeat;
    position: absolute;
    left: 50%;
    top: 5px;
    margin-left: -48px;
    z-index: 1
}

@media (min-width: 768px) {
    .wcp-aws__wheel:before {
        left: 66px;
        top: 50%;
        margin-left: 0;
        margin-top: -60px;
        transform: rotate(-90deg)
    }
}

.wcp-aws__wheel > div {
    content: "";
    width: 400px;
    height: 400px;
    background: center/390px url("./images/wheel.svg") no-repeat;
    position: absolute;
    left: 50%;
    bottom: -230px;
    margin-left: -200px
}

@media (min-width: 768px) {
    .wcp-aws__wheel > div {
        left: auto;
        right: -155px;
        bottom: 50%;
        margin-left: 0;
        margin-bottom: -200px;
        background-size: contain;

    }
}
@media (max-width: 767px){
    .spin-complete .wcp-aws__wheel{
        display: none;
    }
    .spin-complete .wcp-aws__wof.wcp-aws__content {
        padding-bottom: 16px;
    }
}

.wcp-aweber-subscribers.loading {
    position: relative
}

.wcp-aweber-subscribers.loading > * {
    filter: blur(4px)
}

.wcp-aweber-subscribers.loading:after {
    content: '';
    width: 100%;
    height: 100%;
    background: center no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='margin:auto;background:0 0' width='80' height='80' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' display='block'%3E%3Ccircle cx='84' cy='50' r='10' fill='%23e15b64'%3E%3Canimate attributeName='r' repeatCount='indefinite' dur='0.8333333333333334s' calcMode='spline' keyTimes='0;1' values='10;0' keySplines='0 0.5 0.5 1' begin='0s'/%3E%3Canimate attributeName='fill' repeatCount='indefinite' dur='3.3333333333333335s' calcMode='discrete' keyTimes='0;0.25;0.5;0.75;1' values='%23e15b64;%23ffef00;%23f8b26a;%23f47e60;%23e15b64' begin='0s'/%3E%3C/circle%3E%3Ccircle cx='16' cy='50' r='10' fill='%23e15b64'%3E%3Canimate attributeName='r' repeatCount='indefinite' dur='3.3333333333333335s' calcMode='spline' keyTimes='0;0.25;0.5;0.75;1' values='0;0;10;10;10' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' begin='0s'/%3E%3Canimate attributeName='cx' repeatCount='indefinite' dur='3.3333333333333335s' calcMode='spline' keyTimes='0;0.25;0.5;0.75;1' values='16;16;16;50;84' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' begin='0s'/%3E%3C/circle%3E%3Ccircle cx='50' cy='50' r='10' fill='%23f47e60'%3E%3Canimate attributeName='r' repeatCount='indefinite' dur='3.3333333333333335s' calcMode='spline' keyTimes='0;0.25;0.5;0.75;1' values='0;0;10;10;10' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' begin='-0.8333333333333334s'/%3E%3Canimate attributeName='cx' repeatCount='indefinite' dur='3.3333333333333335s' calcMode='spline' keyTimes='0;0.25;0.5;0.75;1' values='16;16;16;50;84' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' begin='-0.8333333333333334s'/%3E%3C/circle%3E%3Ccircle cx='84' cy='50' r='10' fill='%23f8b26a'%3E%3Canimate attributeName='r' repeatCount='indefinite' dur='3.3333333333333335s' calcMode='spline' keyTimes='0;0.25;0.5;0.75;1' values='0;0;10;10;10' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' begin='-1.6666666666666667s'/%3E%3Canimate attributeName='cx' repeatCount='indefinite' dur='3.3333333333333335s' calcMode='spline' keyTimes='0;0.25;0.5;0.75;1' values='16;16;16;50;84' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' begin='-1.6666666666666667s'/%3E%3C/circle%3E%3Ccircle cx='16' cy='50' r='10' fill='%23ffef00'%3E%3Canimate attributeName='r' repeatCount='indefinite' dur='3.3333333333333335s' calcMode='spline' keyTimes='0;0.25;0.5;0.75;1' values='0;0;10;10;10' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' begin='-2.5s'/%3E%3Canimate attributeName='cx' repeatCount='indefinite' dur='3.3333333333333335s' calcMode='spline' keyTimes='0;0.25;0.5;0.75;1' values='16;16;16;50;84' keySplines='0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1;0 0.5 0.5 1' begin='-2.5s'/%3E%3C/circle%3E%3C/svg%3E");
    position: absolute;
    top: 0;
    left: 0
}

.table-block + .wcp-aws__fortune-wheel {
    margin-top: 0
}
.wcp-aws__fortune-wheel + .table-block{
    padding-top: 0;
}
.aweber_casino_content.casino_content{
    padding: 20px 0;
}

.aweber_casino_content .wcp-aweber-subscribers{
    margin-top: -20px;
    margin-bottom: -20px;
    padding-bottom: 0;
}
.aweber_casino_content .flex_parent article{
    margin-bottom: 0;
}