* {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
a {
    color: inherit;
    text-decoration: none;
}
img {
    object-fit: cover;
    vertical-align: top;
}
input {
    outline: none;
}
table {
    border-collapse: collapse;
}
.cl::after {
    display: block;
    clear: both;
    content: "";
}
.fl {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.blind {
    position: absolute;
    left: -99999999999px;
    overflow: hidden;
    font-size: 0;
    width: 0;
    height: 0;
}