.globalfooter {
    margin-top: auto;
    padding: 16px clamp(24px, 4vw, 32px);
    min-height: var(--footer-height);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.globalfooter__copy {
    margin: 0;
    font-size: 12px;
    color: var(--footer-text-color);
    text-align: center;
    font-weight: 400;
    letter-spacing: -0.01em;
}
