:root {
    --color-text-lpbody: var(--color-primary);
    --color-lp-cta: #3A4C70;
    --bg-gradient-first: rgba(1, 11, 50, 1);
    --bg-gradient-second: rgba(1, 13, 50, 0);
}

.lp-casinotheme-czonlinecasino {
    --color-lpbg: #C5FAED;
}

.lp-casinotheme-casinoportugueses {
    --color-lpbg: #e5e5e5;
}

body {
    font-family: var(--main-font);
}

body.lp-casinotheme-curacao {
    background: #5386F4;
    color: #3A4C70;
}

#primary {
    margin-bottom: 72px;
}

.single-landingpage_g,
#content {
    background: var(--color-lpbg);
}

.ct-leadgen-bg {
    background-color: var(--color-lpbg);
}

.header-lp {
    padding: 20px 0;
}

.header-lp__logo {
    display: flex;
    max-width: 250px;
    margin: auto;
    gap: 0.7rem;
}

.lp-casinotheme-curacao .is-style-landing-cover-gradient {
    min-height: 500px;
}

.header-lp__logo img {
    display: block;
    margin: auto;
    height: 80px;
    max-width: 200px;
    object-fit: contain;
}

.lp-casinotheme-curacao .header-lp__logo img {
    height: 60px;
    display: block;
    margin: auto;
}

.wp-block-cover__image-background {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

.eagle-lp-text {
    max-width: 700px;
    margin: auto;
    padding: 0 1rem;
}

.eagle-lp-text a {
    color: #fff;
}

.lp-casinotheme-curacao #new_contact.leadgenform__form {
    grid-template-rows: 1fr auto;
}

.ct-leadgen-el {
    max-width: 700px;
    display: block;
    margin: 1rem auto;
}

.landing__page-wrapper--ct {
    position: relative;
    /* color: var(--color-text-lpbody); */
}

.landing__page-wrapper--ct .wp-block-cover__inner-container {
    align-self: center;
    background-repeat: no-repeat, no-repeat;
    background-size: 190px 290px, 110px 220px;
    background-position: calc(50vw - 460px) bottom, calc(50vw + 320px) bottom;
    width: 100%;
}

.leadgen-bg .wp-block-cover__inner-container {
    margin-top: 0;
    padding: 1rem;
}

.lp-casinotheme-curacao .leadgen-bg .wp-block-cover__inner-container {
    margin-top: 1.5rem;
}

/* ###########
** USA - VIBEZ */

.lp-casinotheme-usa .leadgen-bg .wp-block-cover__inner-container {
    background-image: var(--form-images);
}

.lp-casinotheme-australia .leadgen-el {
    max-width: 500px;
}

.lp-casinotheme-australia h2.leadgen-el {
    color: var(--color-tooltip);
    font-weight: 500;
    text-transform: uppercase;
    max-width: 700px;
    margin: auto;
}

/* CZ ONLINE CASINO / CASINO PORTUGUESES */

.lp-casinotheme-czonlinecasino h2.leadgen-el,
.lp-casinotheme-czonlinecasino p.leadgen-el,
.lp-casinotheme-casinoportugueses h2.leadgen-el,
.lp-casinotheme-casinoportugueses p.leadgen-el {
    color: #fff;
}

@media (min-width: 992px) {
    .lp-casinotheme-casinoportugueses .wp-block-cover__image-background {
        border-radius: var(--border-radius);
    }

    .lp-casinotheme-curacao .is-style-landing-cover-gradient {
        min-height: 52vh;
    }

    .lp-casinotheme-australia h2.leadgen-el {
        font-size: 52px;
    }

    .lp-casinotheme-australia .leadgen-el-p {
        font-size: 32px;
        max-width: 730px;
    }

    .lp-casinotheme-curacao .header-lp__logo img {
        height: 80px;
        display: block;
        margin: auto;
    }

    .lp-casinotheme-curacao .leadgen-bg .wp-block-cover__inner-container {
        margin-top: 3rem;
    }

    #primary {
        margin-bottom: 100px;
    }
}

/* ###########
** AUSTRALIA - DIVERJOE */

.lp-casinotheme-australia .leadgen-bg .wp-block-cover__inner-container {
    background-image: var(--form-images);
    background-size: 250px 220px, 180px 160px;
    background-position: calc(50vw - 610px) bottom, calc(50vw + 320px) bottom;
    width: 100%;
}

.lp-casinotheme-australia .leadgen-el {
    max-width: 500px;
}

.lp-casinotheme-australia h2.leadgen-el {
    color: var(--color-lp-cta);
    font-weight: 500;
    text-transform: uppercase;
    max-width: 700px;
    margin: auto;
}

@media (min-width: 992px) {
    .lp-casinotheme-australia h2.leadgen-el {
        font-size: 52px;
    }

    .lp-casinotheme-australia .leadgen-el-p {
        font-size: 32px;
        max-width: 730px;
    }

    .bonus-terms-link.has-white-color.has-text-color {
        width: 500px;
        margin: 1rem auto 0;
    }
}

/* ###########
** ROMANIA - BOGDAN */

.lp-casinotheme-romania .leadgen-bg .wp-block-cover__inner-container {
    background-image: var(--form-images);
    background-size: 250px 220px, 180px 160px;
    background-position: calc(50vw - 610px) bottom, calc(50vw + 320px) bottom;
    width: 100%;
}

.lp-casinotheme-romania .leadgen-el {
    max-width: 500px;
}

.lp-casinotheme-romania h2.leadgen-el {
    color: var(--color-tooltip);
    font-weight: 600;
    text-transform: uppercase;
    max-width: 600px;
    margin: auto;
}

@media (min-width: 992px) {
    .lp-casinotheme-romania .leadgen-el-p {
        font-size: 32px;
        max-width: 730px;
    }
}

/* ###########
** ROMANIA - BOGDAN END */

.ct-leadgen-heading,
.editor-styles-wrapper h2 {
    font-size: 2.15rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-lp-cta);
}

.ct-leadgen-text,
.editor-styles-wrapper p {
    font-size: 1.2rem;
}

.leadgenform__form button#imbbutton {
    background: var(--color-lp-cta);
}

.lp-casinotheme-czonlinecasino .leadgenform__form button#imbbutton, .lp-casinotheme-casinoportugueses .leadgenform__form button#imbbutton {
    background: #3A4C70;
}
.lp-casinotheme-czonlinecasino .leadgenform__form button#imbbutton, .lp-casinotheme-casinoportugueses .leadgenform__form button#imbbutton {
    background: var(--color-cta);
}

.wp-block-cover.is-style-background-with-shadow.has-background-dim:before,
.landing__page-wrapper .is-style-background-with-shadow:before {
    background: linear-gradient(-90deg, rgba(1, 13, 50, 0) 0%, var(--footer-bg-main) 100%);
}

.wp-block-cover.is-style-background-with-shadow.has-background-dim:after,
.landing__page-wrapper .is-style-background-with-shadow:after {
    background: linear-gradient(-90deg, var(--footer-bg-main) 0%, rgba(1, 13, 50, 0) 100%);
}

.has-white-color {
    color: #fff;
}

/* FROM bernie */

/*
Landing page css
*/

.landing-cards {
    margin: 50px 0;
}

.landing-cards .cb_casinocards {
    margin: auto;
}

.cb_casinocards_wrapper {
    color: initial;
}

.mailboxvisible input[type=text].validformat {
    border: 2px solid #ec9103;
    /* bernd did this */
}


.lp-box:first-child {
    animation-delay: 2s;
}

.lp-box:last-child {
    animation-delay: 2.25s;
}

.no-mail {
    animation-delay: 1.5s;
}

.mailboxvisible {
    animation-delay: 1.5s;
}

.lp-box {
    border-bottom: 5px solid #ebf5f9;
    border-top: 5px solid #ebf5f9;
    background: #fff;
    font-weight: bold;
    margin: 0 auto 30px;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    color: #000;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.25);
    flex-grow: 1;
    margin-right: 20px;
    position: relative;
}

.lp-box:last-child {
    margin-right: 0;
}

.box-flex {
    display: flex;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    max-width: 720px;
    margin: 0 auto;
}

.lp-box .headline {
    font-size: 1.6em;
}

.lp-logo {
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

.cta-holder {
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}

#ctaprimarylink,
#imbbutton {
    background: var(--color-cta);
    box-shadow: var(--box-shadow);
    padding: 15px 40px;
    display: inline-block;
    border-radius: 50px;
    color: #fff;
    font-size: 1.2rem;
    /* text-transform: uppercase; */
    /* box-shadow: 0px 0px 10px rgba(255, 255, 255, .35) inset, 0px 2px 150px rgba(0, 0, 0, .75); */
    text-align: center;
    font-weight: bold;
    /* text-shadow: 0px 1px 5px rgba(0, 0, 0, .5); */
    margin: 0 auto;
    cursor: pointer;
    margin-bottom: 20px;
    transition: .4s;
    border: none;
    position: relative;
    outline: none;
}

#ctaprimarylink:hover,
/* #ctaprimarylink:active,
#imbbutton:hover,
#imbbutton:active {
    box-shadow: 0px 0px 30px rgba(255, 255, 255, .35) inset;
    text-shadow: 0px 1px 15px rgba(0, 0, 0, .9);
} */

#imbbutton {
    margin-bottom: 0px;
    margin: 0 auto;
}

/* #ctaprimarylink:before,
#imbbutton:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #97ebc6;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(1.2);
    border-radius: 50px;
    animation: peternivue 1.5s linear infinite;
} */

button#imbbutton.disabled::before {
    display: none;
}

@keyframes peternivue {
    0% {
        transform: scaleX(1) scaleY(1);
        opacity: .6;
    }

    100% {
        transform: scaleX(1.2) scaleY(1.5);
        opacity: 0;
    }
}

.cta-form {
    text-align: center;
    margin-top: 20px;
}

.lp-info {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    max-width: 720px;
    padding: 0;
    position: relative;
}

.lp-info .headline {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 5px;
}

.lp-info .bread {
    margin-bottom: 5px;
}

.lp-info .button a {
    background: linear-gradient(#2d7db0, #0e2d57);
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border-radius: 50px;
    font-size: 1.2em;
    text-transform: uppercase;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, .35) inset;
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    margin: 0 auto;
    cursor: pointer;
    transition: .4s;
    margin-top: 10px;
}

.lp-info .button a:hover,
.lp-info .button a:active {
    box-shadow: 0px 0px 30px rgba(255, 255, 255, .35) inset;
    text-shadow: 0px 1px 15px rgba(0, 0, 0, .9);
}

@keyframes flip {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.mailboxvisible {
    text-align: left;
    margin: 20px auto 20px;
    padding: 0px 30px;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    margin-right: 0px;
    position: absolute;
    bottom: 10vh;
    z-index: 999999;
}

.boxybox {
    max-width: 780px;
    margin: auto;
}

.redirectload .mailboxvisible:before {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    background: rgba(1, 10, 49, 0.6);
    border-radius: 1rem;
    content: '';
    top: 0px;
    left: 0px;
}

.redirectload .mailboxvisible:after {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    background: url(../images/spinner.svg) center center no-repeat;
    content: '';
    top: 0px;
    left: 0px;
}

.mailboxvisible {
    display: none;
}

.new_contact {
    display: grid;
    grid-gap: 30px 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "email name"
        "phone  terms"
        "cta cta";
}

/* .new_contact__el {
    margin-top: 10px;
  } */

.name {
    grid-area: name;
    align-self: center;
}

.email {
    grid-area: email;
    align-self: center;
}

.phone {
    grid-area: phone;
    align-self: center;
}

.terms {
    grid-area: terms;
    align-self: center;
    display: grid;
    padding-top: 10px;
    grid-template-columns: 40px 1fr;
}

.cta-form {
    grid-area: cta;
    align-self: start;
}


.mailboxvisible label {
    display: inline-block;
    margin-left: 18px;
    background: #fff;
    color: #020b32;
    border-radius: 5px 5px 0px 0px;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    padding: 3px 10px 3px;
}

.terms label {
    display: initial;
    margin-left: initial;
    height: auto;
    background: unset;
    color: #6c6f75;
    text-transform: initial;
    padding: initial;
    border-radius: initial;
    font-size: inherit;
    line-height: 1;
    font-size: .8em;
}

.lp-casinotheme-czonlinecasino .terms label, .lp-casinotheme-casinoportugueses .terms label {
    color: #fff;
}

body.lp-casinotheme-curacao .landing__page-wrapper--ct .registrationtermsinput__terms-link,
body.lp-casinotheme-curacao .terms label {
    color: #3A4C70;
}

.lp-casinotheme-curacao .landing__page-wrapper--ct .termstext__morelink {
    color: #3A4C70;
}

.lp-casinotheme-curacao .termstext__morecontent a {
    color: #3A4C70;
}

.lp-casinotheme-czonlinecasino .landing__page-wrapper--ct .termstext__morelink,
.lp-casinotheme-czonlinecasino .landing__page-wrapper--ct .registrationtermsinput__terms-link,
.lp-casinotheme-czonlinecasino .terms label,
.lp-casinotheme-casinoportugueses .landing__page-wrapper--ct .termstext__morelink,
.lp-casinotheme-casinoportugueses .landing__page-wrapper--ct .registrationtermsinput__terms-link,
.lp-casinotheme-casinoportugueses .terms label {
    color: #fff;
}

.mailtermstext {
    display: block;
    line-height: 1;
    text-shadow: none;
}

.email>input {
    margin-top: 0;
    text-align: left;
}

input[type=text],
input[type=tel],
input[type=number] {
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
    height: 46px;
    padding: 10px 20px;
    border-radius: 40px;
    background-color: #ffffff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25) inset;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    font-family: 'Source Sans Pro', 'Arial', sans-serif;
    outline: none;
}

.terms input[type=checkbox] {
    display: inline-block;
    position: relative;
    left: 10px;
    top: 10px;
    -moz-appearance: initial;
    -webkit-appearance: initial;
}

.terms input[type=checkbox]:before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    top: -10px;
    left: -10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25) inset;
    border: 2px solid #ffffff;
    background: #ffffff;
}

.terms input[type=checkbox]:checked:after {
    content: "";
    position: absolute;
    top: -12px;
    left: -8px;
    width: 8px;
    height: 17px;
    border-radius: 4px;
    border-top: 10px solid #3fb544;
    transform: translateX(6px) rotateZ(225deg);
    transform-origin: center center;
    border-left: 10px solid #3fb544;
}

.cta a {
    display: block;
    transition: .3s;
}

a.ctalink,
a.selflink {
    background: linear-gradient(#b71010, #850d0d);
    border-radius: 30px;
    text-transform: uppercase;
    padding: 5px 20px;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
    display: block;
}

a.ctalink:hover,
a.selflink:hover {
    opacity: .7;
    box-shadow: 0px 2px 5px rgba(31, 83, 123, 0.5);
}

a.selflink {
    background: linear-gradient(#1f537b, #0f273a);
    font-size: .8em;
}

.tc-bern {
    margin: 0 auto;
    position: relative;
    display: block;
    text-align: center;
}

.tc-bern a {
    background: rgba(61, 101, 136, 0.5);
    padding: 10px 20px;
    border-radius: 40px;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    transition: .3s;
    animation: tc 4s forwards;
}

.tc-bern a:hover {
    color: #597b9b;
}

@keyframes tc {

    0%,
    60% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

a.termslink {
    font-size: .8em
}

.mailbox-block .mailboxvisible {
    display: block;
    position: relative;
    bottom: auto;
    margin: 30px 0 0 0;
}

.wp-block-gutenberg-landing-email-shortcode-hidden .mailboxvisible {
    display: none;
    position: relative;
    bottom: auto;
    margin: 30px 0 0 0;
}

.mailform .mailboxvisible {
    display: block;
}

.mailform .cta-holder {
    display: none !important;
}

.mailform .mailboxvisible {
    display: block;
}

.leadgenform__form-tel input[type=tel]#registrationphoneinput {
    border-radius: 40px 0 0 40px;
}

.leadgenform__form-tel input#registrationmailinput {
    border-radius: 40px;
}
.lp-casinotheme-casinoportugueses .leadgenform__form-tel input[type=tel]#registrationphoneinput {
    border-radius: var(--border-radius);
}

.lp-casinotheme-casinoportugueses .leadgenform__form-tel input#registrationmailinput {
    border-radius: var(--border-radius);
}

.leadgenform__form-tel span.email .tooltip {
    top: -109px;
}

.bonus-terms-link.has-white-color.has-text-color {
    display: block;
    text-align: left;
}

@media (min-width: 480px) {

    .ct-leadgen-heading,
    .editor-styles-wrapper h2 {
        font-size: 3.38rem;
        font-weight: 600;
    }

    .ct-leadgen-text,
    .editor-styles-wrapper p {
        font-size: 2rem;
    }

}

@media screen and (min-width: 1200px) {
    .bernie-headerface {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 140px;
        transform: rotate(-10deg);
    }
}

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

    .cloud-layer-header {
        height: 310px;
        top: 370px;
    }

    #content {
        background-size: auto 100% !important;
    }
}

@media screen and (max-width: 640px) {

    .new_contact {
        display: grid;
        grid-gap: 20px 0;
        grid-template-columns: 1fr;
        grid-template-areas: "name"
            "email"
            "phone"
            "cta"
            "terms";
    }


    .lp-box {
        margin-right: 0px;
        margin: 10px auto 0;
    }

    .box-flex {
        display: block;
    }

    .mailboxvisible {
        margin-bottom: 20px;
    }

    .mailboxvisible-shortcode {
        margin-bottom: 20px;
    }

    .mailboxvisible span {
        width: 100%;
    }


    .mailboxvisible .terms label {
        /*display: none;*/
    }

    .mailboxvisible .terms {
        padding-top: 15px;
    }

    .mailboxvisible .cta-form {
        margin-top: 10px;
        font-size: 11px;
    }

    #imbbutton {
        padding: 15px 20px;
        width: 100%;
    }

    .lp-ettan,
    .lp-tvaan {
        font-size: 12px;
    }

    .lp-precta {
        font-size: 20px;
    }

    .cta-holder {
        font-size: 12px;
    }

    .logotype img {
        max-width: 280px;
    }

    .cloud-layer-header:after {
        height: 600px;
        content: "";
        width: 100%;
        position: absolute;
        top: 300px;
        z-index: -1;
    }
}

@media screen and (max-width: 500px) {
    .cloud-layer-header {
        height: 310px;
        top: 270px;
    }

    .bernie-headerface {
        position: absolute;
        top: 5px;
        left: 5px;
        width: 40px;
        max-width: 25%;
        transform: rotate(-10deg);
        z-index: 10000;
    }

    .lp-box {
        margin-right: 0px;
        margin: 10px auto 0;
    }

    .box-flex {
        display: block;
    }

    .lp-box {
        padding: 10px;
    }

    .mailboxvisible {
        margin-bottom: 20px;
    }

    .mailboxvisible-shortcode {
        margin-bottom: 20px;
    }

    .lp-ettan,
    .lp-tvaan {
        font-size: 10px;
    }

    .lp-precta {
        font-size: 18px;
    }

    .lp-ettan .headline,
    .lp-tvaan .headline {
        font-size: 3em;
    }

    .lp-ettan {
        margin-top: -20px;
    }

    .cta-holder {
        font-size: 10px;
    }

    .logotype img {
        max-width: 230px;
        max-height: 110px;
    }

    .lp-logo {
        margin: 0px 0px 30px;
    }

    .lp-precta {
        margin: 20px auto 0px;
    }

    #content {
        min-height: 600px;
    }

    .lp-info {
        font-size: 12px;
    }
}

@media screen and (max-width: 360px) {

    .lp-box {
        margin-right: 0px;
        margin: 10px auto 0;
    }

    .box-flex {
        display: block;
    }

    .logotype img {
        max-width: 230px;
        max-height: 70px;
    }

    .lp-ettan .preheadline {
        margin-top: 20px;
    }


    .lp-box {
        padding: 10px;
        font-size: 12px;
    }

    .mailboxvisible {
        margin-bottom: 20px;
        padding: 0px;
    }

    .mailboxvisible-shortcode {
        margin-bottom: 20px;
        padding: 0px;
    }

    .lp-ettan,
    .lp-tvaan {
        font-size: 11px;
    }

    .lp-ettan {
        margin-top: -20px;
    }

    .lp-precta {
        font-size: 16px;
    }

    .lp-ettan .headline,
    .lp-tvaan .headline {
        font-size: 2.7em;
    }

    .cta-holder {
        font-size: 8px;
    }

    .logotype img {
        max-width: 200px;
    }

    .lp-logo {
        margin: 0px;
    }

    .lp-precta {
        margin: 20px auto 0px;
    }
}

@media screen and (min-width: 2100px) {
    .cloud-layer-header {
        height: 302px;
        top: 400px;
        background-size: 100% auto;
    }
}

#consentbox {
    display: none;
}


/******
    MailCollect v2 START
  ******/
/* section 1 */
.mailboxvisible input[type=checkbox].wrongentry {
    border: 2px solid #f00;
    /* animation: blinkaa .5s linear infinite; */
}

.mailboxvisible input[type=text].wrongentry {
    border: 2px solid #f00;
    /* animation: blinkaa .5s linear infinite; */
}

.mailboxvisible input[type=text].verified {
    border: 2px solid #0ae80a;
}



/* section 2 */
button#imbbutton.disabled {
    cursor: not-allowed;
    /* background: linear-gradient(#383838,#807c7c) !important; */
    filter: contrast(0.6);
    opacity: 0.8;
}

span.email .tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #cc3030 transparent transparent transparent;
}

/* section 3 */

.mailboxvisible.wrongentry input[type=text].registrationmail {
    border: 2px solid #f00;
}

/* section4 last */

button#imbbutton.disabled {
    cursor: not-allowed;
}

span.email {
    position: relative;
}

span.email .tooltip {
    visibility: visible;
    max-width: 290px;
    width: initial;
    background-color: #cc3030;
    animation: john .7s infinite;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 12px;
    position: absolute;
    top: -45px;
    right: 0;
    margin-left: 90px;
    opacity: 1;
    transition: opacity .3s;
}

@keyframes john {

    0%,
    100% {
        background-color: #9a3131;
    }

    50% {
        background-color: #cc3030;
    }
}

span.email .tooltip::before {
    content: "";
    position: absolute;
    top: calc(100% - 5px);
    left: calc(50% - 5px);
    background: #ffffff;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    z-index: -1;
}

#withoutsignup {
    background: #010a31cc;
    box-shadow: 0px 0px 50px 50px #010a31cc;
    border-radius: 20px;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    top: 0;
    left: 0;
    height: 50px;
    z-index: 99;
    padding: 30px 40px;
}

#withoutsignup p {
    font-size: 1rem;
}

#withoutsignup button {
    background: linear-gradient(#ff3861, #c72647);
    box-shadow: 0px 2px 0px #9f0233;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 50px;
    color: #fff;
    font-size: .8rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
    margin: 0 auto;
    cursor: pointer;
    margin-bottom: 20px;
    transition: .4s;
    border: none;
    position: relative;
    outline: none;
}

@media screen and (min-width: 700px) {
    #withoutsignup {
        height: 150px;
        padding: 100px 40px;
    }

    #withoutsignup p {
        font-size: 1.2rem;
    }

    #withoutsignup button {
        font-size: .9rem;
    }

    /* .new_contact__el {
      margin-top: 20px;
    } */

    span.new_contact__el.phone {
        margin-top: 10px;
        align-self: normal;
    }

    .new_contact__el.terms {
        align-self: normal;
    }

}

.tooltip span {
    cursor: pointer;
}

/* .mailCollectv2--overlay {
    display: none;
    z-index: 99;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0);
    top: 0px;
    left: 0px;
    width: 100vw;
}

.mailCollectv2--overlay.show {
    display: block;
} */

/******
    MailCollect v2 END
  ******/

@media screen and (max-width: 640px) {
    .landingpage {
        align-self: center;
    }
}


/* Footer */

.landingpage_g-template-default .site-footer:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, transparent, #5090bb, transparent);
}

.landingpage_g-template-default .abovecloudwidgetarea {
    display: none;
}

.landingpage_g-template-default .belowcloudwidgetarea {
    padding-top: 0px;
    padding-bottom: 0px;
}

.landingpage_g-template-default .belowcloudwidgetarea h2 {
    display: none;
}

.landingpage_g-template-default .belowcloudwidgetarea .textwidget {
    color: #fff;
    padding: 10px 10px 10px;
    max-width: 90%;
    margin: 0 auto;
}

.lp-casinotheme-curacao .footer__copyright {
    background: #3A4C70;
    padding: 0;
    border: 0;
}

.lp-casinotheme-curacao .footer__copyright-wrap {
    background: #212D44;
    padding: 1rem 0;
}

.lp-casinotheme-curacao .site-name {
    padding-top: 3.5rem;
    padding-bottom: 1rem;
}

.lp-casinotheme-curacao .footer__seo-icons-container {
    padding-bottom: 4.2rem;
}

.lp-casinotheme-curacao .footer__icon--seo {
    height: 80px;
    margin: 0 15px;
}

footer .footer__copyright {
    padding: 0;
}

.footer__logo {
    padding: 1rem 0;
    margin: 0;
    display: flex;
    vertical-align: middle;
    gap: 0.3rem;
    margin: 0 auto;
    justify-content: center;
}

.lp-casinotheme-casinoportugueses .footer__logo {
  margin: 0.5rem 0;
}

.footer__seo-icons-container {
    padding: 0.6rem 0;
    text-align: center;
    background: var(--footer-bg-main);
}

footer .footer__copyright-wrap {
    display: block;
    width: 100%;
    min-width: 100%;
    color: #fff;
    font-size: .65rem;
    text-align: center;
    background: var(--footer-bg-main);
    margin: 0;
    padding: 0.4rem 0;
    border-top: 1px solid #cccccc73;
}

@media (min-width: 360px) {
    .landingpage_g-template-default .belowcloudwidgetarea {
        padding-top: 0px;
    }
}

@media (min-width: 1200px) {
    .landingpage_g-template-default .belowcloudwidgetarea .textwidget {
        max-width: 1200px;
    }
}

/*  
  * #### .landingpage-template 
  */

/*FBR style*/
#fbr--container {
    display: block;
    margin: 40px auto 40px;
    text-align: center;
}

.cta-form #fbr--container {
    margin: 10px auto 10px;
}

.or-label {
    display: block;
    margin: 20px 0;
    font-size: 1.1rem;
    text-shadow: 0px 1px 4px #000;
    font-weight: bold;
    text-transform: lowercase;
    color: #fff;
}

.cta-holder.no-mail {
    display: none;
}

/* .mailboxvisible {
    display: block !important;
  } */

#ctaprimarylink,
#imbbutton {
    background: var(--color-cta);
}

/**
*    From bernie end
*/

.footer__grid {
    margin-top: 0;
    padding: 0;
}

.footer__grid:before {
    margin-top: 0;
    background-color: var(--footer-bg-main);
    position: relative;
    height: 100px;
    top: auto;
}

.joke__wrapper {
    display: none !important;
}

@media (min-width: 992px) {
    .footer__copyright {
        padding: 0;
    }

    .footer__grid:before {
        position: relative;
        height: 180px;
    }
}

@media (min-width: 2000px) {
    .footer__grid:before {
        position: absolute;
    }
}

/* Scroll button*/

.scrollbutton {
    position: fixed;
    bottom: 4.5rem;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: var(--border-radius-largest);
    box-sizing: border-box;
    padding: 20px 40px;
    max-width: 300px;
    max-width: max-content;
    border-radius: 50px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    outline: none;
    text-decoration: none;
    overflow-wrap: break-word;
    font-weight: 700;
    /* mix-blend-mode: hard-light; */
    background-color: var(--color-lp-cta);
    font-size: 20px;
    text-align: center;

    opacity: 0;
    -webkit-tap-highlight-color: transparent;
    transition: opacity 0.5s, box-shadow 0.3s, transform 0.3s;
    z-index: 100;
}

.scrollbutton__text {
    color: #fff;
    text-shadow: 0px 1px 5px rgb(0 0 0 / 50%);
}

.scrollbutton--visible {
    opacity: 1;
    pointer-events: all;
}

.scrollbutton:hover {
    transform: translateY(-2px);
    box-shadow: var(--box-shadow-hover);
}


/* scroll to top icon */

.top-button {
    position: fixed;
    display: flex;
    opacity: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: 4.5rem;
    right: 1rem;
    width: 1rem;
    height: 1rem;
    border-radius: var(--border-radius-largest);
    padding: 1rem;
    background-color: var(--card-bg-color);
    color: var(--text-color-card);
    box-sizing: border-box;
    text-decoration: none;
    border: 1px solid var(--color-primary);
    box-shadow: var(--box-shadow);
    -webkit-tap-highlight-color: transparent;
    transition: opacity 0.5s, box-shadow 0.3s, transform 0.3s;
    pointer-events: none;
    z-index: 4;
}

.top-button--visible {
    opacity: 1;
    pointer-events: all;
}

.top-button:hover {
    transform: translateY(-2px);
    box-shadow: var(--box-shadow-hover);
}

.top-button__arrow {
    transform: rotate(-90deg);
    width: 6px;
}

.lp-casinotheme-curacao .landing__page-wrapper--ct .steps-wrap__item {
    background: #fff;
    color: #3A4C70;
}

.lp-casinotheme-curacao .steps-wrap__item h2 {
    font-size: 1.1rem;
}

@media screen and (min-width: 992px) {
    .lp-casinotheme-curacao .landing__page-wrapper--ct .steps-wrap__item {
        background: transparent;
        color: #fff;
    }

    .lp-casinotheme-curacao .landing__page-wrapper--ct .steps-wrap__step-text {
        background: #fff;
        color: #3A4C70;
    }

    .lp-casinotheme-curacao .steps-wrap__item h2 {
        color: #fff;
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 480px) {
    .top-button {
        bottom: 2.5rem;
        right: 2.5rem;
        width: 5rem;
        height: 5rem;
    }

    .top-button__arrow {
        transform: rotate(-90deg);
        padding-left: 0.25rem;
        width: 12px;
    }

    .top-button__text {
        display: block;
        font-size: var(--font-size-caption);
        font-weight: 400;
        color: var(--text-color-card);
        text-decoration: none;
        text-align: center;
    }

}