.footer-verita-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    width: 100%;
    padding: 6rem 0 0;
    gap: 6.25rem;
    container-type: inline-size;
}
.footer-verita-1 .content-wrapper {
    width: 100%;
    max-width: 94.5rem;
    display: flex;
    justify-content: space-between;
}
.footer-verita-1 .content-wrapper .left-column {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    justify-content: space-between;
}
.footer-verita-1 .content-wrapper .left-column .upper-part {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.footer-verita-1 .content-wrapper .left-column .upper-part img {
    max-width: 14.625rem;
    max-height: 6rem;
    object-fit: contain;
    object-position: left;
}
.footer-verita-1 .content-wrapper .left-column .upper-part > p {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #949b9e;
    font-weight: 400;
    margin-top: 4.5rem;
}
.footer-verita-1 .content-wrapper .left-column > a {
    padding: 0 2.25rem;
    font-size: 1.25rem;
    line-height: 1rem;
    height: 4rem;
    font-weight: 500;
    border-radius: 2rem;
    border: none;
    background-color: #fd2a00;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: fit-content;
    color: white;
}
.footer-verita-1 .content-wrapper .links-column {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.footer-verita-1 .content-wrapper .links-column > h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: #161b1d;
}
.footer-verita-1 .content-wrapper .links-column .links-wrapper {
    display: flex;
    flex-direction: column;
}
.footer-verita-1 .content-wrapper .links-column .links-wrapper > a {
    font-size: 1.25rem;
    line-height: 3rem;
    color: #949b9e;
    font-weight: 400;
    text-decoration: none;
}
.footer-verita-1 .content-wrapper .links-column .social-links {
    display: flex;
    gap: 1.5rem;
}
.footer-verita-1 .content-wrapper .links-column .social-links > a > img {
    height: 2.25rem;
    width: 2.25rem;
    object-fit: contain;
    object-position: center;
}
.footer-verita-1 .content-wrapper-phone-tablet {
    display: none;
}
.footer-verita-1 > footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: solid 1px #c9cdcf;
    padding: 1.5rem 0;
}
.footer-verita-1 > footer .footer-content {
    width: 100%;
    max-width: 94.5rem;
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #949b9e;
}
.footer-verita-1 > footer .footer-content .right-side {
    display: flex;
    gap: 1.5rem;
}
.footer-verita-1 > footer .footer-content .right-side > a {
    color: #949b9e;
    text-decoration: none;
}

@container (width < 96.5rem) {
    .footer-verita-1 {
        padding: 4rem 6rem 0;
        gap: 5rem;
    }
    .footer-verita-1 .content-wrapper {
        display: none;
    }
    .footer-verita-1 .content-wrapper-phone-tablet {
        display: flex;
        flex-direction: column;
        gap: 3rem;
        width: 100%;
    }
    .footer-verita-1 .content-wrapper-phone-tablet .top-part {
        display: flex;
        justify-content: space-between;
        gap: 4rem;
    }
    .footer-verita-1 .content-wrapper-phone-tablet .top-part .left-column {
        display: flex;
        flex-direction: column;
        width: 50%;
        gap: 3rem;
        justify-content: space-between;
    }
    .footer-verita-1 .content-wrapper-phone-tablet .top-part .left-column .upper-part {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
    .footer-verita-1
        .content-wrapper-phone-tablet
        .top-part
        .left-column
        .upper-part
        img {
        max-width: 13.75rem;
        max-height: 5rem;
        object-fit: contain;
        object-position: left center;
    }
    .footer-verita-1
        .content-wrapper-phone-tablet
        .top-part
        .left-column
        .upper-part
        > p {
        color: #949b9e;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400;
    }
    .footer-verita-1
        .content-wrapper-phone-tablet
        .top-part
        .left-column
        .social-links {
        display: flex;
        gap: 2rem;
    }
    .footer-verita-1
        .content-wrapper-phone-tablet
        .top-part
        .left-column
        .social-links
        > a
        > img {
        max-width: 2rem;
        max-height: 2rem;
        object-fit: contain;
    }
    .footer-verita-1 .content-wrapper-phone-tablet .top-part .right-side {
        display: flex;
        justify-content: right;
        gap: 3.5rem;
        padding-top: 1.5rem;
        width: 50%;
    }
    .footer-verita-1 .content-wrapper-phone-tablet .top-part .right-side .links-column {
        display: flex;
        flex-direction: column;
        gap: 3rem;
        min-width: fit-content;
    }
    .footer-verita-1
        .content-wrapper-phone-tablet
        .top-part
        .right-side
        .links-column
        > h2 {
        color: #161b1d;
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 600;
    }
    .footer-verita-1
        .content-wrapper-phone-tablet
        .top-part
        .right-side
        .links-column
        .links-wrapper {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
    .footer-verita-1
        .content-wrapper-phone-tablet
        .top-part
        .right-side
        .links-column
        .links-wrapper
        > a {
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-weight: 500;
        color: #949b9e;
        text-decoration: none;
    }
    .footer-verita-1 .content-wrapper-phone-tablet .contact-links {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
    .footer-verita-1 .content-wrapper-phone-tablet .contact-links .social-links {
        display: none;
    }
    .footer-verita-1 .content-wrapper-phone-tablet .contact-links a {
        font-size: 1.5rem;
        line-height: 2rem;
        color: #161b1d;
        text-decoration: none;
        font-weight: 500;
    }
    .footer-verita-1 .content-wrapper-phone-tablet .contact-links .links-grp {
        display: flex;
        flex-direction: column;
    }
    .footer-verita-1 .content-wrapper-phone-tablet .bottom-part {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding-top: 2rem;
    }
    .footer-verita-1 .content-wrapper-phone-tablet .bottom-part img {
        max-width: 14.75rem;
        max-height: 3.5rem;
        object-fit: contain;
        object-position: left center;
    }
    .footer-verita-1 .content-wrapper-phone-tablet .bottom-part > a.button {
        padding: 0 2.25rem;
        font-size: 1.25rem;
        line-height: 1rem;
        height: 4rem;
        font-weight: 500;
        border-radius: 2rem;
        border: none;
        background-color: #fd2a00;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        width: fit-content;
        color: white;
    }
    .footer-verita-1 > footer {
        display: flex;
        padding: 1rem 0;
    }
    .footer-verita-1 > footer .footer-content {
        max-width: unset;
        display: flex;
        justify-content: space-between;
        font-size: 0.625rem;
        line-height: 1rem;
        color: #343434;
    }
    .footer-verita-1 > footer .footer-content .right-side {
        display: flex;
        gap: 1rem;
    }
    .footer-verita-1 > footer .footer-content .right-side > a {
        color: #343434;
        text-decoration: none;
    }
}
@container (width < 43.75rem) {
    .footer-verita-1 {
        padding: 2.25rem 1.25rem 0;
        gap: 3rem;
    }
    .footer-verita-1 .content-wrapper-phone-tablet .top-part {
        display: flex;
        flex-direction: column;
        justify-content: unset;
        gap: 4rem;
    }
    .footer-verita-1 .content-wrapper-phone-tablet .top-part .left-column {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 0;
        justify-content: unset;
    }
    .footer-verita-1 .content-wrapper-phone-tablet .top-part .left-column .upper-part {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }
    .footer-verita-1
        .content-wrapper-phone-tablet
        .top-part
        .left-column
        .upper-part
        img {
        max-width: 12.5rem;
        max-height: 4.5rem;
    }
    .footer-verita-1
        .content-wrapper-phone-tablet
        .top-part
        .left-column
        .social-links {
        display: none;
    }
    .footer-verita-1 .content-wrapper-phone-tablet .top-part .right-side {
        display: flex;
        justify-content: left;
        gap: 2.5rem;
        padding-top: 0;
        width: 100%;
    }
    .footer-verita-1 .content-wrapper-phone-tablet .top-part .right-side .links-column {
        gap: 2rem;
    }
    .footer-verita-1
        .content-wrapper-phone-tablet
        .top-part
        .right-side
        .links-column
        .links-wrapper {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .footer-verita-1 .content-wrapper-phone-tablet .contact-links {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
    .footer-verita-1 .content-wrapper-phone-tablet .contact-links .social-links {
        display: flex;
        margin-bottom: 1.5rem;
        display: flex;
        gap: 3rem;
    }
    .footer-verita-1
        .content-wrapper-phone-tablet
        .contact-links
        .social-links
        > a
        > img {
        max-height: 1.5rem;
        max-width: 1.5rem;
    }
    .footer-verita-1 .content-wrapper-phone-tablet .contact-links a {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .footer-verita-1 .content-wrapper-phone-tablet .contact-links .links-grp {
        display: flex;
        flex-direction: column;
    }
    .footer-verita-1 .content-wrapper-phone-tablet .bottom-part {
        display: flex;
        flex-direction: column;
        justify-content: unset;
        align-items: center;
        gap: 2rem;
    }
    .footer-verita-1 > footer {
        display: flex;
        padding: 1rem 1.25rem;
    }
    .footer-verita-1 > footer .footer-content {
        display: flex;
        flex-direction: column;
        justify-content: unset;
        align-items: center;
    }
}
