#homemainbg {
    display: block;
    background-position: 25% 50%;
    background-image: url("../img/kv-statistics.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.mapm {
	width: 100%;
	height: 70svh;
    font-family: futura-pt, a-otf-ud-shin-go-pr6n, sans-serif; 
    font-size: clamp(1rem, 0.667rem + 1.111vi, 1.5rem);
}
#wlddonutcy, #wlddonutly, #wlddonutlly, #usausagedonut {
    width: 100%;
    height: 600px;
    font-family: futura-pt, a-otf-ud-shin-go-pr6n, sans-serif;
    font-size: clamp(0.875rem, 0.708rem + 0.556vi, 1.125rem);
}
.stclm {
    width: 100%;
    height: 600px;
    font-family: futura-pt, a-otf-ud-shin-go-pr6n, sans-serif;
    font-size: clamp(0.875rem, 0.708rem + 0.556vi, 1.125rem);
}

.card {
    border-radius: 10px;
    filter: drop-shadow(0 5px 10px 0 #ffffff);
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding: 20px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: 0.6s ease-in;
}

.card::before {
    content: "";
    position: absolute;
    z-index: -1;
    right: -12px;
    background: #9f563a;
    height:100%;
    width: 24px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.card:hover::before{
    transition-delay:0.2s ;
    transform: scale(150);
}

.card:hover, .card:hover p{
    color: #ffffff;
}

.card p{
    padding: 10px 16px 10px 0;
    color: #000000;
}

/* Tables */

tr.nw {white-space: nowrap;}
th {background-color: #543f32; color: #ede7ec; text-align: center; width:1em; padding: 0;}
tr {color:black; text-align: end; padding-right: 1em;}
td {width: 1em;}

@media screen and (max-width:768px) {
    .mapm {height: 70svh;}
    .chtb th {font-size: 1em; width: 80px;}
    .chtb td {font-size: 0.8em; width: 160px;}
    .mapm {height: 70svh;}
}
@media screen and (max-width:480px) {
    thead {display: none;}
    td {display: block;}
    td::before {content:attr(data-label);font-size: 0.875rem;display: block;margin-bottom: 0.25em;}
}



