.footer {
    width: 100%;
    overflow: hidden;
    padding: 26px 32px;
    background-color: #e6e6e6;
}

.footer .class {
    display: flex;
    flex-direction: column;
    gap: 11px;
    width: 100%;
}

.footer .nav {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    padding: 82px 0px 52px;
}

.footer .div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer .text-wrapper {
    font-weight: 600;
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}

.footer .text-wrapper:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.footer .text-wrapper.active {
    text-decoration: underline;
    text-underline-offset: 5px;
}

.footer .email {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer .sign-up-for-sigmas {
    font-weight: 600;
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}

.footer .overlap-group-wrapper input {
    width: 536px;
}

.footer .list-social ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer>footer>div.list-social>ul>li>a>svg {
    width: 36px;
    height: 36px;
}

#footer>footer>div.list-social>ul>li:nth-child(3)>a>svg {
    width: 24px;
    margin-left: 4px;
    margin-right: 6px;
}

#footer>footer>div.list-social>ul>li>a>span {
    margin-top: -5px;
}

.footer .list-social ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    width: fit-content;
    align-items: center;
    font-size: 0.86rem;
    font-weight: 500;
    line-height: 1.6rem;
    letter-spacing: -0.5px;
    padding: 6px 0;
}

.footer .frame {
    padding-top: 140px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer .footer-image {
    width: 30%;
    object-fit: cover;
}

.sigmas-legal {
    font-size: 7px;
    color: #999999;
    letter-spacing: 0.05em;
    margin: 4px 0 0 0;
    line-height: 1;
}

@media screen and (max-width: 959px) {
    .footer {
        padding: 24px 16px;
    }

    .footer .class {
        gap: 0;
    }

    .footer .nav {
        padding: 0;
        padding-top: 20px;
        flex-wrap: wrap;
        gap: 100px;
    }

    .footer .div {
        width: 100%;
    }

    .footer .email {
        width: 100%;
    }

    .footer .overlap-group-wrapper input {
        width: 100%;
    }

    .footer .list-social {
        padding-top: 40px;
    }

    .footer .frame {
        padding-top: 40px;
        width: 100%;
    }

    .footer .footer-image {
        width: 50%;
    }
}