<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#footer .payments-icon.visa {
    background-position: -2px -166px;
    width: 90px;
    height: 55px;
    margin-top: 9px;
}

#footer .payments-icon.mastercard {
    background-position: -85px -165px;
    width: 80px;
    height: 55px;
    margin-top: 8px;
}

#footer .payments-icon.paypal {
    background-position: -15px -214px;
    width: 110px;
    height: 55px;
    margin-top: 7px;
}

#footer .payments-icon.apple-pay {
    background-position: -170px -165px;
    width: 80px;
    height: 55px;
    margin-top: 8px;
}
#footer .payments-icon.trustly {
    background-position: -468px -212px;
    width: 105px;
    height: 55px;
margin-top: 6px;
}
#footer .payments-icon.sofort {
    background-position: -407px -212px;
    width: 60px;
    height: 55px;
    margin-top: 6px;
}
#footer .payments-icon.andmore {
    background-position: -335px -210px;
    width: 80px;
    height: 55px;
}


#footer .payments-icon.gambling-commission {
    background-position: -2px -312px;
    width: 80px;
    height: 55px;
    margin-top: 6px;
}
#footer .payments-icon.gamcare {
    background-position: -85px -312px;
    width: 80px;
    height: 55px;
    margin-top: 6px;
}
#footer .payments-icon.mga {
    background-position: -168px -312px;
    width: 80px;
    height: 55px;
    margin-top: 6px;
}
#footer .payments-icon.gbga {
    background-position: -251px -312px;
    width: 80px;
    height: 55px;
    margin-top: 4px;
}
#footer .payments-icon.hmgovgibraltar {
    background-position: -2px -358px;
    width: 100px;
    height: 55px;
}
#footer .payments-icon.gamstop {
    background-position: -406px -315px;
    width: 120px;
    height: 55px;
    margin-top: 6px;
}
#footer .payments-icon.responsible {
    background-position: -330px -315px;
    width: 80px;
    height: 55px;
    margin-top: 6px;
}
#footer .payments-icon.eighteen {
    background-position: -200px -98px;
    width: 60px;
    height: 55px;
    margin-top: 6px;
}
#footer .payments-icon.begambleaware {
    background-position: -260px -98px;
    width: 150px;
    height: 55px;
    margin-top: 3px;
}

#footer .payments-icon {
    filter: grayscale(1);
    transition: 0.2s;
}
#footer .payments-icon:hover {
    filter: grayscale(0);
}

@media(max-width:768px) {
    #footer .footer.en .footer-payments-group {
        flex-wrap: wrap;
    }
    #footer .footer-payments-group:after, #footer .footer-payments-group:before {
        display: none;
    }
}</pre></body></html>