
li{
    margin-top: 20px;
}
.logos{
    display: flex;
    align-items: center;
}
.logos a{
    text-decoration: none;
    display: inline-block;

}

.logos .logos_separator{
    margin: 0 30px;
    display: inline-block;
    width: 8px;
    background-color: black;
    height: 55px;
    transform: rotate(20deg);
}
.logoGame{
    max-width: 250px;
}
.ticker{
    color: #7DB2DB;
}
.banner1{
    background-image: url('../images/banner1.png');
    height: 880px;
    /*max-height: calc(100vh - 100px);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-color: #E1E9FB;

}
.banner1{

    font-weight: bold;

}
.bg1{
    background-color: #1A1B1D;
}
.bg1 p{
    color: #FFF;
}

.bg2{
    background-color: #0C5184;
}
.bg2 strong,.bg2 p,.bg2 li{
    color: #fff;
}
.bg3{
    background-color: #29476D;
}
.bg4{
    background-color: #1D1D1D;
}
.bg3 *{
    color: #fff;
}
.bg4 *{
    color: #fff;
}
.highlight{
    color: #8E8E8E;

}
.highlight2{
    color: #4D9FEC;

}
a{

    color: #CB6501;
}
.cta{
    background: linear-gradient(180deg, #C5C5C5 0%, #EEEDEC 48.56%, #C5C5C5 100%);
    color: #000;
    border-radius: 0px;
}
.signup{
    background-color: #000000;
}
.signup input[type=email]{
    border: solid 3px #C7A134;
    padding: 5px 5px 5px 20px;
    color: #000;
    border-radius: 5px;
}

.signup input[type=submit]{
    border: solid 3px #C7A134;
    background-color: #C7A134;
    padding: 5px;
    color: #fff;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    padding: 5px 20px;
}

.header_ticker{
    position: absolute;
    right: 0;

    top: 0;
    height: 100%;
    background-color: #0C5184;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: max-content;
    color: #fff;
}
.header_ticker2{
    position: absolute;
    right: 0;

    top: 0;
    height: 100%;
    background-color: #0C5184;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: max-content;
    color: #fff;
    font-size: 15px;
}
.header_ticker a{
    text-decoration: none;
    color: #fff;
    padding: 0px 20px;
    font-weight: bold;
}
body::before {
    width: auto;
    height: auto;
    background-color: #ccc;
    position: absolute;
    display: block;
    content: "Sponsored content";
    top: 0;
    right: 64px;
    padding: 0 10px;
    border-radius: 0 0 10px 10px;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    z-index: 10000;
}
.disclaimer p{
    font-size: 15px !important;
}
@media (max-width: 768px) {
    body::before {
        display: none !important;
    }
    .header_ticker2::before {
        width: auto;
        height: auto;
        background-color: #ccc;
        position: absolute;
        display: block;
        content: "Sponsored content";
        top: 0;
        right: 36%;
        padding: 0 10px;
        border-radius: 0 0 10px 10px;
        font-size: 11px;
        font-family: 'Montserrat', sans-serif;
        z-index: 10000;
    }
    .header_ticker{
        right: 0px !important;

    }
    .header_ticker2{
        right: 0px !important;
        max-width: 100% !important;
        width: 100%;
        top:72px;
        height: 100px;
        border-radius: 0 0 10px 10px;

    }
}