section.languages-section {
    --foreground: var(--black);
    --background: var(--white);
    position: relative;
    padding: .2rem 0 2.8rem;
    background-color: var(--background);
    color: var(--foreground)
}

section.languages-section .line-label {
    margin-bottom: .8rem
}

section.languages-section .line-label .label {
    font-weight: 400
}

section.languages-section .title-frame {
    display: flex;
    gap: .12rem;
    margin-bottom: 2.86rem
}

section.languages-section .title-frame .line {
    background-color: var(--foreground);
    margin-bottom: .05rem
}

section.languages-section .title-frame .inner:first-child {
    flex-grow: 1
}

section.languages-section .title-frame .inner:last-child {
    width: 3.35rem
}

section.languages-section .title-frame .title {
    font-size: .72rem;
    line-height: .78em;
    letter-spacing: -0.01em;
    font-weight: 500;
    max-width: 6.9rem
}

section.languages-section .title-frame .text {
    font-size: .16rem;
    line-height: 1.2em;
    letter-spacing: -0.01em;
    font-weight: 400
}

section.languages-section .slider-frame {
    display: block;
    position: relative
}

section.languages-section .slider-frame .nav {
    display: block;
    border-bottom: .02rem solid var(--black);
    padding: .2rem 0;
    margin-bottom: .1rem
}

section.languages-section .slider-frame .nav .buttons {
    display: flex;
    width: fit-content;
    gap: .2rem;
    align-items: center;
    margin-left: auto;
    margin-right: 0
}

section.languages-section .slider-frame .nav .buttons>div {
    cursor: pointer;
    transition: transform 200ms ease;
    display: block
}

section.languages-section .slider-frame .nav .buttons>div.disabled {
    cursor: not-allowed;
    opacity: .5
}

section.languages-section .slider-frame .nav .buttons svg {
    display: block;
    width: .18rem
}

section.languages-section .slider-frame .nav .buttons .prev svg {
    transform: rotate(180deg)
}

section.languages-section .slider-frame .nav .buttons>div:hover {
    transform: scale(1.2)
}

section.languages-section .slider-frame .splide__slide {
    cursor: grabbing
}

section.languages-section .slider-frame .text {
    font-size: .32rem;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: var(--foreground)
}

@media screen and (max-width: 768px)and (orientation: portrait) {
    section.languages-section {
        padding-bottom: 2.2rem
    }

    section.languages-section .title-frame {
        display: block;
        border-top: .01rem solid var(--foreground);
        margin-bottom: 1.1rem
    }

    section.languages-section .title-frame .title {
        font-size: .52rem;
        line-height: .9em;
        letter-spacing: -0.04em
    }

    section.languages-section .title-frame .text {
        font-size: .14rem;
        letter-spacing: -0.04em
    }

    section.languages-section .title-frame .line {
        display: none
    }

    section.languages-section .title-frame .inner:first-child {
        width: 100%;
        margin-bottom: .4rem
    }

    section.languages-section .title-frame .inner:last-child {
        width: 2.72rem
    }

    section.languages-section .slider-frame .nav {
        padding: .1rem 0;
        border-width: .01rem
    }

    section.languages-section .slider-frame .text {
        font-size: .18rem
    }
}

/*# sourceMappingURL=style.css.map */