.legende{
    font-family: "Poppins";
    position: absolute;
    top: 16px;
    left: 16px;
    bottom: 16px;
    background-color: white;
    border-radius: 0;
    width: 20vw;
    padding: 32px;
    overflow-y: scroll;
    box-sizing: border-box;
}
@font-face {
  font-family: 'Poppins';
  src: url('Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@media (max-width:750px) {
    .legende{
        display: none;
    }
}
.legende > :last-child{
    border: none;
    padding: 0;
}
.logo-giga{
    width: 100%;
}
.logo-giga-container{
    width: 100%;
    margin-bottom: 32px;
}
.country{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 16px;
    margin-bottom: 32px;
    border-bottom: 1px rgb(201, 201, 201) solid;
}
.country-head{
    margin: 0 0 8px 0;
    font-family: "Poppins";
    text-transform: uppercase;
}

.company-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}
.company{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.logo{
    height: 24px;
    object-fit: contain;
    object-position: center;
    width: 80px;
    max-height: 24px;
}

.company_num{
    width: 3ch;
    text-align: right;
}
.central-container{
    display: flex;
    flex-direction: column;
}
.central-num{
    width: 4ch;
    text-align: right;
}
.central{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 32px
}
.circle{
    width:16px;
    height: 16px;
    border-radius: 50%;
}