.elementor-967 .elementor-element.elementor-element-89f6c94{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-967 .elementor-element.elementor-element-6ab4df4e{color:#333333;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-6ab4df4e */a.banner__link {
text-decoration: none;
color: #ffffff;
}

.hero-banner {
aspect-ratio: 3.09 / 1;
    width: 100%;
    /*height: 355px;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius:10px;
    padding: 15px;
}

.bonus {
font-size: clamp(1.625rem, 0.7949rem + 2.3058vw, 2.8125rem);
font-weight: 700;
color: #ffffff;
}

.banner-content {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.banner-actions{
/*display: none;*/

}

.btn--primary {
background: linear-gradient(180deg, #EAC367 0%, #FEE3AA 31.5%, #CD9640 72.5%, #EEBE7A 100%);
    padding: 10px 20px;
    color: #000000;
    text-decoration: none;
    border-radius: 12px;
/*position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);*/
    text-transform: uppercase;
    width: max-content;
font-weight: 900;
}
.table-wrapper {
    overflow: auto;
}
@media (max-width: 768px) {
    .hero-banner {
        background-image: url(/wp-content/uploads/2025/12/49.webp) !important;
        height: 465px;
    }
.banner-actions {
height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
}
.btn--primary {
margin-top: auto;
}

.bonus {
margin-top: auto;
text-align: center;
}
}/* End custom CSS */