﻿*
{
    margin: 0;
    padding: 0;
}
a
{
    text-decoration: underline;
}
a:hover
{
    text-decoration: none;
}
html, body
{
    height: 100%;
}
img
{
    width: 100%;
    height: auto;
    display: block;
}
.mob
{
    display: none;
}
.page
{
    font-size: 10px;
    line-height: 1.15;
    position: relative;
    overflow-x: hidden;
    background: #020202 url("../../willbettingde/image/bg-desk2.jpg") 50% 0 no-repeat;
    background-size: 192em 99em;
    font-family: 'Roboto',Arial,sans-serif;
    -webkit-tap-highlight-color: transparent;
}
#layout
{
    min-height: 100%;
    position: relative;
    z-index: 2;
    overflow-x: hidden;
}
#container
{
    width: 142em;
    margin: 0 auto;
    padding: 0 1em 7.5em 1em;
}
#content
{
    width: 74em;
    padding: 2em 0 0 0;
}
.logo
{
    margin: 0 auto 3.5em;
    display: block;
    width: 26.4em;
    height: 11.2em;
}
.txt_wrap
{
    text-transform: uppercase;
    text-align: center;
    font-family: 'Open Sans','Roboto',Arial,sans-serif;
    margin: 0 0 5em 0;
}
.txt_1
{
    font-weight: 500;
    color: #fff;
    font-size: 3.6em;
    margin: 0 0 .35em 0;
}
.txt_2
{
    font-weight: 800;
    color: #fff;
    font-size: 4.8em;
    margin: 0 0 .2em 0;
}
.txt_3
{
    font-weight: 700;
    color: #ff5823;
    font-size: 4.8em;
    margin: 0 0 .2em 0;
}
.txt_4
{
    font-weight: 700;
    color: #fff;
    font-size: 4.8em;
}
.btn
{
    display: block;
    text-decoration: none;
    width: 34em;
    height: 8em;
    text-align: center;
    text-transform: uppercase;
    transition: .2s ease background-color;
    background-color: #ff5823;
    border-radius: 4em;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 2.25em 1.5em;
}
.btn span
{
    text-transform: uppercase;
    font-family: 'Open Sans','Roboto',Arial,sans-serif;
    font-size: 3em;
    color: #fff;
    font-weight: 700;
}
.btn:hover
{
    background-color: #ed9700;
}
.tnc
{
    font-size: 2em;
    opacity: .4;
    font-family: 'Open Sans','Roboto',Arial,sans-serif;
    text-align: center;
    padding: 3em 0;
}
.tnc a
{
    color: #fff;
}
@keyframes scale
{
    0%
    {
        transform: scale(1);
    }
    50%
    {
        transform: scale(1.2);
    }
    100%
    {
        transform: scale(1);
    }
}
@keyframes opacity
{
    0%
    {
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 0;
    }
}
.steps_wrap
{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.steps_wrap div
{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
    height: 6.8em;
    box-sizing: border-box;
    text-align: center;
    padding: 1.75em 0 0 0;
    text-transform: uppercase;
}
.steps_wrap div span
{
    position: relative;
    z-index: 2;
}
.steps_wrap div:after
{
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    top: 0;
    left: 0;
    opacity: 0;
    height: 6.8em;
    z-index: 1;
}
.step_1
{
    background-image: url("../../willbettingde/image/step-1.png");
    width: 15.5em;
}
.steps_wrap div.anim
{
    animation: scale 1s ease 0s forwards;
}
.steps_wrap div.anim:after
{
    animation: opacity 1s ease 0s forwards;
}
.step_1:after
{
    width: 15.5em;
    background-image: url("../../willbettingde/image/step-1-act.png");
}
.step_2
{
    background-image: url("../../willbettingde/image/step-2.png");
    width: 24.1em;
    z-index: 3;
}
.step_2:after
{
    background-image: url("../../willbettingde/image/step-2-act.png");
    width: 24.1em;
}
.step_3
{
    background-image: url("../../willbettingde/image/step-3.png");
    width: 15.3em;
}
.step_3:after
{
    background-image: url("../../willbettingde/image/step-3-act.png");
    width: 15.3em;
}
.step_txt_1
{
    font-size: 1.2em;
    color: #8b6018;
    display: block;
}
.step_txt_2
{
    display: block;
    color: #000;
    font-size: 1.8em;
    font-weight: 800;
    font-family: 'Open Sans',Arial,sans-serif;
}
#footer
{
    font-family: 'Roboto',Arial,sans-serif;
}
#footer p
{
    font-size: 1.2em;
    text-align: center;
    color: #82878d;
    margin: 0 auto;
    padding: 2.3em 1em;
    max-width: 100em;
}
#footer p.copy
{
    font-size: 1.4em;
    padding: .7em 0 1.5em;
}
.pay
{
    margin: 0 auto 3em;
    width: 100%;
    text-align: center;
    max-width: 123em;
}
.pay img
{
    width: 95%;
    height: auto;
}
.pay img.desk
{
    display: inline-block;
}
.pay img.mob
{
    display: none;
}
.ft_line
{
    background: #38100a;
    padding: 1.8em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}
.secure
{
    max-width: 33em;
    margin-right: 6em;
}
.secure img
{
    width: 100%;
    height: auto;
}
.partners
{
    max-width: 80.4em;
}
.info
{
    text-align: center;
}
.info a
{
    position: relative;
    font-size: 1.4em;
    color: #b6b9bc;
    text-decoration: none;
    display: inline-block;
    margin: 0 .8em .8em;
    padding: 0 0 0 2.2em;
}
.info a:hover
{
    text-decoration: underline;
}
.info a:before
{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-image: url("../../willbettingde/image/icons.png");
    background-size: 7.6em 2.1em;
    font-size: 71.45%;
}
.info_lnk_1:before
{
    width: 1.8em;
    height: 1.8em;
    background-position: 0 0;
}
.info_lnk_2:before
{
    width: 2em;
    height: 1.6em;
    background-position: -1.8em 0;
}
.info_lnk_3:before
{
    width: 1.8em;
    height: 2.1em;
    background-position: -3.8em 0;
}
.info_lnk_4:before
{
    width: 2.1em;
    height: 2em;
    background-position: -5.5em 0;
}
@media(max-width: 1440px)
{
    .page
    {
        font-size: 9px;
    }
}
@media(max-width: 1366px)
{
    .page
    {
        font-size: 8px;
    }
}
@media(max-width: 1170px)
{
    .page
    {
        font-size: 7px;
    }
}
@media(max-width: 930px) and (orientation: landscape)
{
    .page
    {
        font-size: 5px;
    }
}
@media(max-width: 812px) and (orientation: landscape)
{
    .page
    {
        font-size: 4.75px;
    }
}
@media(max-width: 736px) and (orientation: landscape)
{
    .page
    {
        font-size: 4.5px;
    }
}
@media(max-width: 667px) and (orientation: landscape)
{
    .page
    {
        font-size: 4.25px;
    }
}
@media(max-width: 568px) and (orientation: landscape)
{
    .page
    {
        font-size: 4px;
    }
}
@media(max-width: 1158px) and (orientation: portrait)
{
    .page
    {
        font-size: 10px;
        background: #050303 url("../../willbettingde/image/bg-mob2.jpg") 50% 0 no-repeat;
        background-size: 1158px;
    }
    #container
    {
        width: auto;
        padding: 0 0 3.5em 0;
    }
    #content
    {
        width: 60em;
        margin: 0 auto;
    }
    .txt_wrap
    {
        font-size: 75%;
    }
    .btn
    {
        font-size: 120%;
    }
    .tnc
    {
        padding: 1em 0 25em;
        opacity: 1;
    }
    #footer p
    {
        max-width: 40em;
    }
    .ft_line
    {
        padding: 1em 0 0;
    }
    .secure
    {
        width: 100%;
        background: #290b05;
        max-width: none;
        margin: -1em;
        text-align: center;
        padding: 1em 0;
    }
    .secure img.desk
    {
        display: inline-block;
        width: 95%;
        max-width: 28em;
    }
    .secure img.mob
    {
        display: none;
    }
    .partners
    {
        padding: 2em 1em 1em;
        width: 95%;
        max-width: 45em;
    }
    .partners img.desk
    {
        display: none;
    }
    .partners img.mob
    {
        max-width: 104.8em;
        width: 90%;
        display: block;
        margin: 0 auto;
    }
    .pay
    {
        width: 90%;
        max-width: 50.2em;
        margin: 0 auto 1.5em;
    }
    .pay img.desk
    {
        display: none;
    }
    .pay img.mob
    {
        display: inline-block;
    }
    .info
    {
        max-width: 50em;
        margin: 0 auto;
    }
}
@media(max-width: 600px) and (orientation: portrait)
{
    .page
    {
        font-size: 9px;
        background-size: 1050px;
    }
}
@media(max-width: 540px) and (orientation: portrait)
{
    .page
    {
        font-size: 8px;
        background-size: 930px;
    }
}
@media(max-width: 480px) and (orientation: portrait)
{
    .page
    {
        font-size: 7px;
        background-size: 815px;
    }
}
@media(max-width: 420px) and (orientation: portrait)
{
    .page
    {
        font-size: 6px;
        background-size: 700px;
    }
}
@media(max-width: 360px) and (orientation: portrait)
{
    .page
    {
        font-size: 5.25px;
        background-size: 620px;
    }
}/*# sourceMappingURL=style.css.map */