.elementor-kit-5{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#50F299;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#090319;font-size:16px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#top {
    width: 100%;
    position: relative;
}

footer {
    font-family: Roboto, Arial, sans-serif;
    text-align: left;
    padding: 20px 50px;
    color: #ffffff;
    background-color: #090319;
    font-weight: 400;
    
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    
}

.footer-logo {
    max-width: 20px;
    height: auto;
}

.gambling-logos {
    max-width: 400px;
    height: auto;
}

.footer-middle {
    margin-bottom: 20px;
}

.payment-logos {
    width: 100%;
    max-width: 100%;
    height: auto;
    align-items: center;
    margin-bottom: 20px;
}

.footer__license {
    font-size: 12px;
    font-weight: 400;
    margin-top: 20px;
    margin-left: 120px;
    
    
}

@media (max-width: 768px) {
    footer {
        padding: 20px;
    }
    .footer-top {
        flex-direction: column;
        align-items: flex-start;
    }
    .payment-logos {
        max-width: 100%;
        margin-bottom: 10px;
    }
    .footer__license {
        font-size: 10px;
        margin-left: 20px;
        margin-right: 20px;
    }
}/* End custom CSS */