footer {
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}

footer a:link,
footer a:visited,
a:active {
    color: var(--textTertiary);
    font-size: 14px;
    font-weight: 400;
}

footer a:focus,
footer a:hover {
    text-decoration: none;
}

.image-footer {
    background-color: var(--surfaceNeutralDefault);
    padding-left: 5%;
    padding-right: 5%;
    margin: 0;
    position: relative;
    width: auto;
    height: 100px;
}

.image-footer-div {
    width: 100%;
}

.image-footer-left {
    float: left;
    width: 70%;
    margin-top: 23px;
    margin-bottom: 23px;
    height: 54px;
    display: flex;
    align-items: center;
}

.image-footer-left-logo {
    display: inline-block;
    margin-left: 20px;
}

.image-footer-left-item {
    display: inline-block;
    margin-left: 30px;
    font-size: 14px;
    font-weight: 400;
    color: var(--textTertiary);
}

.image-footer-left-span {
    display: block;
    margin-top: 4px;
}

.disabled-small-italic {
    font-size: 12px;
    font-weight: 400;
    color: var(--textDisabled);
    font-style: oblique 10deg;
}

.image-footer-right {
    float: left;
    width: 30%;
    display: flex;
    align-items: center;
    place-content: end;
}

.image-footer-right-item {
    display: inline;
    margin-top: 20px;
    margin-right: 15px;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 400;
}
