.elementor-1629 .elementor-element.elementor-element-a992841{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:140px;--padding-bottom:70px;--padding-left:20px;--padding-right:20px;}.elementor-1629 .elementor-element.elementor-element-a992841:not(.elementor-motion-effects-element-type-background), .elementor-1629 .elementor-element.elementor-element-a992841 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1629 .elementor-element.elementor-element-b7a21ca{color:#FFFFFF;}@media(min-width:768px){.elementor-1629 .elementor-element.elementor-element-a992841{--content-width:800px;}}/* Start custom CSS */body {
    background: #000 !important;
}
p {
    color: #fff !important;
}
h1, h2, h3, h4 {
    color: #fff !important;
}
h1 {
    font-size: 50px;
}


table {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    background: #0d0d0d !important;
    color: #e5e5e5 !important;
    border: 1px solid #252525 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    font-size: 15px !important;
}

thead {
    background: #161616 !important;
}

th {
    padding: 16px 18px !important;
    text-align: left !important;
    color: #ffffff !important;
    background: #161616 !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #292929 !important;
}

td {
    padding: 15px 18px !important;
    color: #b8b8b8 !important;
    background: #0d0d0d !important;
    border-bottom: 1px solid #202020 !important;
}

tbody tr {
    transition: background 0.2s ease !important;
}

tbody tr:hover td {
    background: #181818 !important;
}

tbody tr:last-child td {
    border-bottom: none !important;
}

tbody tr:nth-child(even) td {
    background: #111111 !important;
}

tbody tr:nth-child(even):hover td {
    background: #181818 !important;
}

@media (max-width: 768px) {
    table {
        font-size: 14px !important;
    }

    th,
    td {
        padding: 12px 14px !important;
    }
}/* End custom CSS */