.lang,
.lang-instructions {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.lang-instructions {
    margin-top: 120px;
}
.instruction {
    font-family: var(--ft-fm-regular);
    font-size: 40px;
    color: var(--clr-white);
    margin: 4px auto;
    font-weight: bold;
    font-size: 60px;
}
.instruction-small {
    color: var(--clr-white);
    font-family: var(--ft-fm-regular);
    margin-top: 40px;
    font-size: 26px;
    width: 590px;
}
.lang.swiper {
    width: 450px;
    height: 500px;
    padding: 60px;
    padding-bottom: 80px;
}

.lang .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-weight: bold;
    color: #fff;
    font-family: var(--ft-fm-regular);
    font-size: 32px;
    cursor: pointer;
}

.lang .swiper-slide:nth-child(1n) {
    background-color: var(--clr-primary);
}

.lang .swiper-slide:nth-child(2n) {
    background-color: var(--clr-terciary);
}

.lang .swiper-slide:nth-child(3n) {
    background-color: var(--clr-quartenary);
}

.lang .swiper-slide:nth-child(4n) {
    background-color: var(--clr-primary);
}

.lang .swiper-slide:nth-child(5n) {
    background-color: var(--clr-terciary);
}

.lang .swiper-slide:nth-child(6n) {
    background-color: var(--clr-quartenary);
}

.lang .swiper-slide:nth-child(7n) {
    background-color: var(--clr-primary);
}

.lang .swiper-slide:nth-child(8n) {
    background-color: var(--clr-terciary);
}

.swiper-pagination-bullet {
    background: var(--clr-primary)!important;
    width: 16px!important;
    height: 16px!important;
}
.swiper-pagination-bullet-active {
    background: var(--clr-secondary)!important;
}


.footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 16px 0;
    background-color: #fff;
    display: flex;
    align-items: center;
}
.footer .col-1 { 
    width: 70%;
    display: flex;
    flex-direction: column;
    height: 160px;
    align-items: stretch;
}
.footer .col-2 {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    height: 160px;
}

.footer .col .row {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.footer .col .row img {
    width: 100px;
}
.footer .col .row .partner-1 {
    width: 70px;
}
.footer .col-2 p {
    font-family: var(--ft-fm-regular);
    font-size: 18px;
    color: var(--clr-black);
}
