.grid-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;padding:20px;align-items:center}.grid-item{padding:20px;height:100%}.census{display:flex;width:100%;justify-content:space-evenly}input[type="range"]{-webkit-appearance:none;width:100%;height:14px;background:transparent;border:2px solid #000;border-radius:10px;outline:none;transition:background .3s ease-in-out}input[type="range"]:focus{background:transparent}input[type="range"]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:#000;border:2px solid #fff;border-radius:50%;cursor:pointer;box-shadow:0 2px 5px rgba(0,0,0,.3);transition:background .3s ease-in-out}input[type="range"]::-webkit-slider-thumb:hover{background:#000}input[type="range"]::-moz-range-thumb{width:20px;height:20px;background:#000;border:2px solid #fff;border-radius:50%;cursor:pointer;box-shadow:0 2px 5px rgba(0,0,0,.3)}#statistics-slider-container{text-align:center;margin:20px auto}#statistics-slider-container .slider-labels{display:flex;justify-content:space-between;position:relative;top:-10px;font-size:14px}#statistics-slider-container #year-slider{width:100%}#statistics-slider-container #year-slider::-webkit-slider-thumb{cursor:pointer}#statistics-slider-container #statistics-display{margin-top:20px}#statistics-slider-container #statistics-display ul{list-style:none;padding:0}#statistics-slider-container #statistics-display li{margin:5px 0}.text-center{text-align:center}.cky-show-desc-btn{}.cky-modal.cky-modal-open button:hover{background:transparent;color:initial}.premium-modal-box-modal-header{position:sticky;width:100%;z-index:1;top:0}.premium-modal-box-modal-body{overflow-y:auto}.premium-modal-box-modal-footer{position:sticky;bottom:0;width:100%;z-index:1;background:#fff}.bordered{border:3px solid #000!important;border-radius:10px!important;object-fit:cover;display:inline-block;overflow:hidden}.text-white{color:#fff!important}.img-bordered-rounded{width:200px!important;height:200px!important;border:3px solid #fff!important;border-radius:100%!important;object-fit:cover;display:inline-block;overflow:hidden}.placeholder{opacity:.2}.hgdb-lang-switcher{list-style:none!important;display:flex!important;gap:1rem;padding:0;margin:0;align-items:center}.hgdb-lang-switcher .lang-item a{text-decoration:none;display:flex;align-items:center;gap:.3em;font-weight:500;color:#333}.hgdb-lang-switcher .lang-item.current-lang a{font-weight:bold;color:#0073aa}.hgdb-lang-switcher .lang-name{font-size:.9em}