.exa-25g4 {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.exa-25g4 .ico {
    transition: transform 0.4s ease-out;
    margin: 0;
    padding: 0;
    width: max-content;
    height: auto;
    display: grid;
    align-self: center;
    align-items: center;
}
.exa-25g4 .ico svg {
    display: grid;
    align-self: center;
    align-items: center;
    width: max-content;
    width: -moz-available;
}
.exa-25g4 .spin {
    display: flex;
    width: fit-content;
    height: auto;
    min-height: fit-content;
    overflow: hidden;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}
.exa-25g4 .spin ul {
    display: flex;
    list-style: none;
    white-space: nowrap;
    height: auto;
    margin: 0;
    padding: 0;
}
.exa-25g4 li .img {
    margin: 0;
    padding: 0;
    max-width: fit-content;
}
.exa-25g4 li .img:hover {
    transition: 0.18s;
}
.exa-25g4 ul a li {
    transition: transform 0.4s ease-out;
    margin: 0;
    padding: 0;
    display: grid;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: transparent;
}