
.mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner {
    background: #680001;
}

.block a {
	color: #086AD8;	
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.block {
    padding-bottom: 25px;
    border-bottom: 1px solid #ededed !important
}

.block table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}

.block table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.block table>thead {
    vertical-align: bottom;
}

.block table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor;
}

.block table>tbody {
    vertical-align: inherit;
}

.block ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.block li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 12px;
}

.block li ul {
    margin-left: 30px;
}

.block li ul li {
    margin-top: 5px;
    line-height: .875rem;
    position: relative;
}


.block li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #999;
}

.block li ul li::before {
    list-style-type: circle;
    top: 5px;
    position: absolute;
}

.block ol li::before {
    content: none !important;
}

.faq-wrapper .block-item {
    margin-bottom: 20px;
}