﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import "css2-Interopszwght14..32100..900_swap.css";
html
{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body
{
    margin: 0;
}
main
{
    display: block;
}
h1
{
    font-size: 2em;
    margin: .67em 0;
}
hr
{
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre
{
    font-family: monospace,monospace;
    font-size: 1em;
}
a
{
    background-color: rgba(0,0,0,0);
}
abbr[title]
{
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b, strong
{
    font-weight: bolder;
}
code, kbd, samp
{
    font-family: monospace,monospace;
    font-size: 1em;
}
small
{
    font-size: 80%;
}
sub, sup
{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub
{
    bottom: -.25em;
}
sup
{
    top: -.5em;
}
img
{
    border-style: none;
    max-width: 100%;
    height: auto;
}
button, input, optgroup, select, textarea
{
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button, input
{
    overflow: visible;
}
button, select
{
    text-transform: none;
}
button, [type=button], [type=reset], [type=submit]
{
    -webkit-appearance: button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner
{
    border-style: none;
    padding: 0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring
{
    outline: 1px dotted ButtonText;
}
fieldset
{
    padding: .35em .75em .625em;
}
legend
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress
{
    vertical-align: baseline;
}
textarea
{
    overflow: auto;
}
[type=checkbox], [type=radio]
{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button
{
    height: auto;
}
[type=search]
{
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type=search]::-webkit-search-decoration
{
    -webkit-appearance: none;
}
::-webkit-file-upload-button
{
    -webkit-appearance: button;
    font: inherit;
}
details
{
    display: block;
}
summary
{
    display: list-item;
}
template
{
    display: none;
}
[hidden]
{
    display: none;
}
html.en .en
{
    display: block;
}
html .en
{
    display: none;
}
html.ru .ru
{
    display: block;
}
html .ru
{
    display: none;
}
html.de .de
{
    display: block;
}
html .de
{
    display: none;
}
html.pl .pl
{
    display: block;
}
html .pl
{
    display: none;
}
html.pt .pt
{
    display: block;
}
html .pt
{
    display: none;
}
html.jp .jp
{
    display: block;
}
html .jp
{
    display: none;
}
html.es .es
{
    display: block;
}
html .es
{
    display: none;
}
html.lt .lt
{
    display: block;
}
html .lt
{
    display: none;
}
html.lv .lv
{
    display: block;
}
html .lv
{
    display: none;
}
html.hu .hu
{
    display: block;
}
html .hu
{
    display: none;
}
html.ro .ro
{
    display: block;
}
html .ro
{
    display: none;
}
html.gr .gr
{
    display: block;
}
html .gr
{
    display: none;
}
html.bg .bg
{
    display: block;
}
html .bg
{
    display: none;
}
html.dk .dk
{
    display: block;
}
html .dk
{
    display: none;
}
html.se .se
{
    display: block;
}
html .se
{
    display: none;
}
html.sk .sk
{
    display: block;
}
html .sk
{
    display: none;
}
html.fr .fr
{
    display: block;
}
html .fr
{
    display: none;
}
.lang_switcher_outer
{
    position: absolute;
    top: 3.5em;
    right: 1rem;
    width: 5.5em;
    height: 3.5em;
    z-index: 10;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Inter;
}
.lang_switcher_outer.act .lang_switcher
{
    border-radius: .8em .8em 0 0;
}
.lang_switcher_outer.act .lang_list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.lang_switcher_outer.act .lang_arr
{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.lang_switcher_outer .lang_switcher
{
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    display: block;
    cursor: pointer;
    border-radius: .8em;
    position: relative;
    padding-bottom: 1.5em;
    z-index: 5;
    background: #68262a;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.lang_switcher_outer .lang_switcher .curr_lang
{
    position: relative;
    display: inline-block;
    top: .5em;
    margin: 0 .5em 0 0;
}
.lang_switcher_outer .lang_switcher .curr_lang span
{
    font-size: 1.3em;
    padding: .35em 0 0 0;
    display: inline-block;
    font-weight: 700;
    margin-left: .8rem;
}
.lang_switcher_outer .lang_switcher .curr_lang em
{
    top: .4em;
    margin: 0 .5em 0 0;
    border-radius: 50%;
    overflow: hidden;
}
.lang_switcher_outer .lang_switcher .lang_flag
{
    display: none;
}
.lang_switcher_outer i
{
    top: .5em;
    background: url(../../willbettingde/image/lang-arr.png) 0 0 no-repeat;
    background-size: contain;
    width: 1.3em;
    position: relative;
    height: .8em;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 98%;
}
.lang_switcher_outer p
{
    font-size: 1.1em;
    position: relative;
    color: #fff;
    top: .5em;
    text-transform: none;
    width: 50%;
    text-align: center;
    display: none;
}
.lang_flag
{
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    margin: 0 .7em 0 1.1em;
    position: relative;
    top: .35em;
    border-radius: 50%;
    overflow: hidden;
}
.lang_list
{
    position: absolute;
    list-style-type: none;
    top: 98%;
    display: none;
    right: 0;
    width: 200%;
    border-radius: .8em 0 .8em .8em;
    overflow: hidden;
    cursor: auto;
    grid-template-columns: 1fr;
    background: #68262a;
}
.lang_list.act
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.lang_list li
{
    background: #68262a;
    height: 3em;
    cursor: pointer;
    width: 50%;
}
.lang_list li span
{
    font-size: 1.3em;
    padding: .5em 0 0 0;
    display: inline-block;
    margin-left: .8rem;
}
.lang_list li.curr
{
    pointer-events: none;
    background: #6e0000;
}
.lang_list li:hover
{
    background: #6e0000;
}
@media(max-width: 1100px)
{
    .lang_switcher_outer
    {
        font-size: 125%;
    }
}
@media(max-width: 600px)
{
    .lang_switcher_outer
    {
        font-size: 130%;
        top: 2.5em;
    }
}
@font-face
{
    font-family: "Druk Wide";
    src: url("https://vulkanspiele-promo.com/vp_vs_10EUR/fonts/Druk_Wide_Medium_Cy.woff2") format("woff2"),url("https://vulkanspiele-promo.com/vp_vs_10EUR/fonts/Druk_Wide_Medium_Cy.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: "Druk Wide";
    src: url("https://vulkanspiele-promo.com/vp_vs_10EUR/fonts/Druk_Wide_Medium_Italic_Cy.woff2") format("woff2"),url("https://vulkanspiele-promo.com/vp_vs_10EUR/fonts/Druk_Wide_Medium_Italic_Cy.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face
{
    font-family: "Open Sans";
    src: url("https://vulkanspiele-promo.com/vp_vs_10EUR/fonts/OpenSans-Italic.woff2") format("woff2"),url("https://vulkanspiele-promo.com/vp_vs_10EUR/fonts/OpenSans-Italic.woff") format("woff");
    font-weight: 400l;
    font-style: italic;
    font-display: swap;
}
@font-face
{
    font-family: "Open Sans";
    src: url("https://vulkanspiele-promo.com/vp_vs_10EUR/fonts/OpenSans-Regular.woff2") format("woff2"),url("https://vulkanspiele-promo.com/vp_vs_10EUR/fonts/OpenSans-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: "Open Sans";
    src: url("https://vulkanspiele-promo.com/vp_vs_10EUR/fonts/OpenSans-ExtraBoldItalic.woff2") format("woff2"),url("https://vulkanspiele-promo.com/vp_vs_10EUR/fonts/OpenSans-ExtraBoldItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
*
{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
img
{
    width: 100%;
    height: auto;
    display: block;
}
a
{
    text-decoration: none;
}
body, html
{
    min-height: 100%;
}
html
{
    background: #013cfc;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-size: .5208333333vw;
    font-family: "Druk Wide",system-ui;
}
html.hide
{
    display: block;
}
html.hide .blur_wrap
{
    background: rgba(0,0,0,0);
    position: relative;
    -webkit-filter: none;
    filter: none;
}
html.hide .preloader
{
    opacity: 0;
    pointer-events: none;
}
.preloader
{
    width: 5em;
    height: 5em;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 6;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.blur_wrap
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    width: 100%;
    min-height: 100%;
    z-index: 5;
}
.layout
{
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.wrapper
{
    background: url("../../willbettingde/image/main-bg.webp") 50% 0 no-repeat;
    max-width: 192rem;
    margin: 0 auto;
    overflow: hidden;
    background-size: cover;
    position: relative;
}
.no-webp .wrapper
{
    background: url("../../willbettingde/image/main-bg1.jpg") 50% 0 no-repeat;
    background-size: cover;
}
.container
{
    max-width: 114rem;
    width: 100%;
    margin: 0 auto;
    padding: 3.2rem 2rem 6.2rem;
    position: relative;
}
.logo
{
    width: 22.9rem;
    display: block;
    margin: 0 auto 8.5rem;
}
.content
{
    max-width: 56rem;
    margin-left: 0;
    min-height: 55rem;
    margin-bottom: 13rem;
}
.page__bottom
{
    position: absolute;
    width: 192rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -1%;
    top: auto;
    z-index: 12;
    pointer-events: none;
}
.page__bottom_mob
{
    display: none;
}
.sum
{
    color: #fff;
    text-align: center;
    font-size: 7.2rem;
    font-style: italic;
    font-weight: 500;
    line-height: 103%;
    letter-spacing: -.01em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.text
{
    text-align: center;
    margin-bottom: 1rem;
}
.text span
{
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-size: 3.4rem;
    font-style: italic;
    font-weight: 500;
    line-height: 115.646%;
    text-transform: uppercase;
    color: rgba(0,0,0,0);
}
.text .fs, .text .bonus
{
    color: #fff;
}
.text .bonus
{
    display: inline-block;
    margin-top: 1rem;
}
.text__additional
{
    color: #fff;
    text-shadow: 0 .72px .72px rgba(0,0,0,.25);
    font-size: 1.6rem;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}
@media(max-width: 600px)
{
    .text__additional
    {
        font-size: 1.6rem;
        font-size: clamp(12px,1.6rem,1.6rem);
    }
}
.fi .text__additional
{
    font-size: 3.2rem;
}
.text__content
{
    position: relative;
    z-index: 2;
    margin: 0 auto 4.4rem;
}
.button
{
    width: 47em;
    height: 6.7em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 1.6rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 2;
    -webkit-animation: pulse-btn 1.5s ease-in-out infinite forwards;
    animation: pulse-btn 1.5s ease-in-out infinite forwards;
    background: #ff4800;
    -ms-transform: skew(-12deg);
    transform: skew(-12deg);
    -webkit-transform: skew(-12deg);
}
.button:hover
{
    -webkit-animation: none;
    animation: none;
    -webkit-transform: scale(1.07) skew(-12deg);
    -ms-transform: scale(1.07) skew(-12deg);
    transform: scale(1.07) skew(-12deg);
}
.button span
{
    color: #fff;
    font-size: 3.6em;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .05em;
    -webkit-transform: skew(12deg);
    -ms-transform: skew(12deg);
    transform: skew(12deg);
}
.ru .button span, .de .button span, .pl .button span, .pt .button span, .lt .button span, .dk .button span, .sk .button span
{
    font-size: 3em;
}
.de .text span
{
    font-size: 3rem;
}
.pt .button span, .lv .button span, .hu .button span, .bg .button span
{
    font-size: 2.7em;
}
.pt .text span, .lv .text span, .hu .text span, .bg .text span
{
    font-size: 3.2rem;
}
.ro .button span, .se .button span
{
    font-size: 2.6em;
}
.fr .button span
{
    font-size: 2.4em;
}
@-webkit-keyframes pulse-btn
{
    0%
    {
        -webkit-transform: scale(1) skew(-12deg);
        transform: scale(1) skew(-12deg);
    }
    50%
    {
        -webkit-transform: scale(1.07) skew(-12deg);
        transform: scale(1.07) skew(-12deg);
    }
    100%
    {
        -webkit-transform: scale(1) skew(-12deg);
        transform: scale(1) skew(-12deg);
    }
}
@keyframes pulse-btn
{
    0%
    {
        -webkit-transform: scale(1) skew(-12deg);
        transform: scale(1) skew(-12deg);
    }
    50%
    {
        -webkit-transform: scale(1.07) skew(-12deg);
        transform: scale(1.07) skew(-12deg);
    }
    100%
    {
        -webkit-transform: scale(1) skew(-12deg);
        transform: scale(1) skew(-12deg);
    }
}
.terms
{
    color: #fff;
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    text-decoration: underline;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
}
.terms span
{
    color: #fff;
}
.terms:hover
{
    text-decoration: none;
    color: #fff;
}
.terms:active
{
    color: #fff;
}
.steps
{
    margin: 0 auto 28rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.step
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: hsla(0,0%,100%,.01);
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 1.4rem 0 #fff inset;
    box-shadow: 0 0 1.4rem 0 #fff inset;
    -webkit-backdrop-filter: blur(21.7391967773px);
    backdrop-filter: blur(21.7391967773px);
    padding: 1.6em 4.5em;
    border-radius: 1em;
    height: 100%;
}
.step__arrow
{
    width: 1.7em;
    display: block;
    margin: 0 1.9em;
}
.step__text
{
    text-align: center;
}
.step__text span
{
    color: #fff;
    font-size: 1.7em;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.ru .step, .hu .step, .bg .step, .lt .step, .lv .step
{
    padding: 1.6em 1.6em;
}
.ru .step__text span, .hu .step__text span, .bg .step__text span, .lt .step__text span, .lv .step__text span
{
    font-size: 1.4em;
}
.de .step, .ro .step, .se .step, .fr .step
{
    padding: 1.6em 3.2em;
}
.de .step__text span, .ro .step__text span, .se .step__text span, .fr .step__text span
{
    font-size: 1.5em;
}
.pl .step, .pt .step, .es .step
{
    padding: 1.6em 3.2em;
}
.pl .step__text span, .pt .step__text span, .es .step__text span
{
    font-size: 1.6em;
}
.es .text span
{
    font-size: 3.1rem;
}
.ru .text span, .lt .text span
{
    font-size: 2.8rem;
}
.gr
{
    font-family: "Open Sans",sans-serif;
}
.gr .button span
{
    font-weight: 500;
    font-style: italic;
}
.footer
{
    position: relative;
    z-index: 15;
}
.footer__text
{
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    font-family: Inter;
    line-height: normal;
}
.footer__text p
{
    margin-bottom: 3rem;
}
.footer__text p:last-child
{
    margin-bottom: 0;
}
@media(max-width: 1600px)
{
    html
    {
        font-size: .5555555556vw;
    }
}
@media(max-width: 1100px)
{
    html
    {
        font-size: .6896551724vw;
    }
}
@media(max-width: 800px)
{
    html
    {
        font-size: .8695652174vw;
    }
}
@media(max-width: 600px)
{
    html
    {
        font-size: 1.6666666667vw;
    }
    .wrapper
    {
        background: url("../../willbettingde/image/main-bg-mobile.webp") 50% 0 no-repeat;
        background-size: cover;
    }
    .no-webp .wrapper
    {
        background: url("../../willbettingde/image/main-bg-mobile.jpg") 50% 0 no-repeat;
        background-size: cover;
    }
    .container
    {
        padding: 2.8rem 2rem 5rem;
    }
    .logo
    {
        margin: 0 auto 16.6rem;
    }
    .page__bottom
    {
        display: none;
    }
    .page__bottom_mob
    {
        display: block;
        position: absolute;
        width: 100%;
        bottom: 0;
        top: auto;
        left: 0;
        z-index: 11;
    }
    .button
    {
        font-size: 105%;
    }
    .terms
    {
        font-size: 2rem;
        font-size: clamp(12px,2rem,2rem);
    }
    .text__content
    {
        max-width: 56rem;
        margin: 0 auto 4.4rem;
    }
    .content
    {
        width: 100%;
        margin: 0 auto 7.4rem;
        max-width: 100%;
        min-height: 62rem;
    }
    .steps
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto 20rem;
    }
    .step
    {
        font-size: 115%;
        margin: 0 auto 1.8rem;
    }
    .step:last-child
    {
        margin-bottom: 0;
    }
    .step__arrow
    {
        display: none;
    }
    .ru .step
    {
        padding: 1.6em 1.6em;
    }
    .ru .step__text span
    {
        font-size: 1.6em;
    }
    .de .step
    {
        padding: 1.6em 1.6em;
    }
    .de .step__text span
    {
        font-size: 1.7em;
    }
    .pl .step, .lt .step, .lv .step
    {
        padding: 1.6em 1.6em;
    }
    .pl .step__text span, .lt .step__text span, .lv .step__text span
    {
        font-size: 1.6em;
    }
    .es .step
    {
        padding: 1.6em 4.5em;
    }
    .es .step__text span
    {
        font-size: 1.7em;
    }
    .pt .step
    {
        padding: 1.6em 2em;
    }
    .pt .step__text span
    {
        font-size: 1.7em;
    }
}
.curr_co .sum
{
    font-size: 5.8rem;
}
.curr_vn .sum
{
    font-size: 5.4rem;
}/*# sourceMappingURL=main.css.map */