/* FOOTER START*/
.footer {
    background: linear-gradient(180deg, var(--footer-bg-grad-1) 0%, var(--footer-bg-grad-2) 49%, var(--footer-bg-grad-3) 100%);
    padding: 46px 0;
    text-align: center;
    margin-top: auto;
}

.TvAzM0Mtdr {
    display: flex;
    flex-flow: column nowrap;
    gap: 15px;
}

.XHlIQSTDRwk1oG {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.XHlIQSTDRwk1oG a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--footer-main-link-color);
    font-size: 14px;
    font-weight: 400;
}

.XHlIQSTDRwk1oG a:hover {
    color: var(--footer-main-link-hover-color);
}

.zzYYjqCl3LeVb {
    display: flex;
    flex-flow: column nowrap;
    gap: 15px;
    font-size: 15px;
    font-weight: 500;
}

.zzYYjqCl3LeVb .zjoi0Kao2Lq {
    color: var(--footer-copyright-color);
}

.zzYYjqCl3LeVb p {
    color: var(--footer-text-color);
}

.oMGIdGZlWttWJ1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 100%;
}

.oMGIdGZlWttWJ1 img {
    width: 100%;
}

.KHHSxXGEqhh {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
    border-bottom: 0.7px solid var(--footer-divider-color);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.gPwwvRlesU {
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: fit-content;
}

.gPwwvRlesU .hVqMtk6rjC img {
    width: 100%;
}

.PsmXyXFymLefx7M {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.PsmXyXFymLefx7M img {
    width: 100%;
}

.dWonFPCcmBJEPOVP {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 27px;
}

.tpwFqHb72tf0s {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.tpwFqHb72tf0s a {
    color: var(--footer-slot-link-color);
}

.tpwFqHb72tf0s a:hover {
    color: var(--footer-slot-link-hover-color);
}

.RCFxiBS7WTUVB {
    position: relative;
    width: fit-content;
}

.RCFxiBS7WTUVB:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -2px;
    background: #ccc;
    transform-origin: right center;
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.tpwFqHb72tf0s a:hover .RCFxiBS7WTUVB:after,
.XHlIQSTDRwk1oG a:hover .RCFxiBS7WTUVB:after,
.DzqKMMuJuPwL2H a:hover .RCFxiBS7WTUVB:after {
    transform: scaleX(1);
    transform-origin: center left;
}

.bpULQKqTAdu {
    display: flex;
    align-items: center;
    gap: 33px;
}

@media (max-width: 1024px) {
    .KHHSxXGEqhh {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-bottom: 0;
    }

    .gPwwvRlesU {
        flex-direction: row;
        gap: 50px;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 20px 18px;
    }

    .bpULQKqTAdu {
        gap: 14px;
    }

    .bpULQKqTAdu img {
        max-width: 150px;
    }

    .TvAzM0Mtdr {
        gap: 20px;
    }

    .XHlIQSTDRwk1oG {
        justify-content: space-between;
    }

    .XHlIQSTDRwk1oG a {
        width: calc(50% - 20px);
    }
}

@media (max-width: 590px) {
    .tpwFqHb72tf0s {
        flex-direction: column;
    }

}