.w-100 {
    width: 100%;
}

.item-body-bg {
    color: #fff;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
}

.item-body-bg ul {
    list-style: disc;
    margin-block-start: 1em;
    /* margin-block-end: 1em; */
    padding-inline-start: 20px;
}

.item-hover {
    cursor: pointer;
    background-size: cover !important;
    min-height: 205px !important;
}

.header-description {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    background: #00000070;
    padding: 22px 15px 0px 15px;
    border-radius: 15px;
    font-size: 24px;
    color: #fff;
    margin-top: 18px;
}

.footer-llc {
    margin-top: 40px;
    line-height: 20px;
    color: #5b5b5b;
}

table.table-custom * {
    font-family: "Noto Sans", sans-serif;
}
table.table-custom {
    background: linear-gradient(180deg, white, #fff, #fff, #fff, #dbe9f0, #dbe9f0, #dbe9f0, #afd0e2);
    border-radius: 16px;
    border: 0!important;
    box-shadow: 10px 2px 10px 0 rgba(0,0,0,0.15);
}
table.table-custom td {
    border:1px solid rgba(0,0,0,0.05);
    padding:8px!important;
}
table.table-custom tr {
    border:0;
}
table.table-custom td.head-td {
    vertical-align: middle;
    text-align: center;
}
table.table-custom td.head {
    vertical-align: middle;
    font-size: 20px;
    border:0;
    color:#fff;
    background:#008fdc;
    border-radius:16px 16px 0 0;
}
table.table-custom tr:first-child td, table.table-custom tr:last-child td {
    border:0!important;
}
table.table-custom tr td:first-child {
    border-left:0!important;
}
table.table-custom tr td:last-child {
    border-right:0!important;
}
table.table-custom tr.tr-striped td:nth-child(1) {
    background-color: #74c1eb!important;
}
table.table-custom tr.tr-striped td:nth-child(2) {
    background-color: #4fabdd!important;
}
table.table-custom tr.tr-striped td:nth-child(3) {
    background-color: #2d98d2!important;
}
table.table-custom tr.tr-striped td:nth-child(4) {
    background-color: #0088d1!important;
}
table.table-custom tr.tr-striped td {
    color:#fff!important;
}
.table {
    --bs-table-striped-bg: rgb(6 136 211 / 5%);
    --bs-table-active-bg: rgb(3 115 194 / 10%);
    --bs-table-hover-bg: rgb(7 131 204 / 8%);
}

.mwidth800 {
    display: flex;
    justify-content: center;
}

.mwidth800 {
    display: flex;
    justify-content: center;
}

.table-responsive {
    max-width: 800px;
    justify-content: center;
}

/* row */
.row{
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.row .col{
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.row .col-40{
    width: 40%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}

.row .col-60{
    width: 60%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}

@media(max-width: 991px){
    .row .col{
        width: 100%;
        margin-bottom: 5px;
    } 
}

.text-primary {
    color:#ff7e26;
}
.text-secondary {
    color:#0e8de0;
}
.mb-0 {
   margin-bottom: 0!important; 
}

#videomuted {
    position: absolute;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    z-index: 999999;
    width: 60px;
}

#videomuted.muted .img-mute {
    display:none;
}

#videomuted.play .img-play {
    display:none;
}