<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.work-letters__container{
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
    overflow: hidden;
}
.work-letters__row-1{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.work-letters__header{
    font-weight: 700;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.work-letters__button-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #ABCAE9;
    border-radius: 6px;
    color: #005AAA;
    user-select: none;
    cursor: pointer;
    transition: ease 0.2s;
    padding: 9px 33px;
}
.button-container-active{
    background: #005AAA !important;
    color: #ffffff;
}
.work-letters__button-container:hover{
    background: #005AAA;
    color: #ffffff;
}
.work-letters__slider{
    display: flex;
    align-items: center;
}
.work-letters__row-2{
    display: flex;
    flex-wrap: nowrap;
    flex: 1 1 auto;
    /*margin: 0 -10px;*/
    width: 100%;
    transition: ease 0.7s;
}
.work-letters__item{
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin: 0 10px;*/
    user-select: none;
}
.work-letters__link{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    user-select: none;
}
.work-letters__btn-next{
    right: -38px;
}
.work-letters__btn-prev{
    left: -38px;
}
.work-letters__btn-next-2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 43px;
    height: 43px;
    background: #EFF6FF;
    border: 1px solid #ABCAE9;
    border-radius: 6px;
    color: #005AAA;
    user-select: none;
    cursor: pointer;
    transition: ease 0.2s;
}
.work-letters__btn-prev-2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 43px;
    height: 43px;
    background: #EFF6FF;
    border: 1px solid #ABCAE9;
    border-radius: 6px;
    color: #005AAA;
    user-select: none;
    cursor: pointer;
    transition: ease 0.2s;
}
.work-letters__btn-next-2:hover{
    background: #ABCAE9;
    color: #ffffff;
}
.work-letters__btn-prev-2:hover{
    background: #ABCAE9;
    color: #ffffff;
}
.work-letters__slider-buttons{
    display: none;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.work-letters__slider-circles{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
}
.work-letters__slider-circles span{
    width: 10px;
    height: 10px;
    border-radius: 8px;
    overflow: hidden;
    background: #ABCAE9;
    margin: 0 10px;
}
.circles-active{
    background: #005AAA !important;
    transition: ease 0.2s;
}

.work-letters__row-3{
    display: none;
    flex-wrap: wrap;
    margin: 0 -10px;

}
.work-letters__row-3 a{
    flex: 1 1 auto;
    width: calc(25% - 10px);
}


@media (max-width: 1400px) {
    .project-work__btn{
        display: none !important;
    }
}
@media (max-width: 900px) {
    .work-letters__header{
        font-size: 24px !important;
    }
    .work-letters__row-2{
        flex-wrap: wrap !important;
        flex-direction: column;
        max-height: 1200px;
        /*flex: 0 0 94%;*/
    }
    .work-letters__item{
        /*margin-left: 30px;*/
        /*margin-right: 30px;*/
        width: 100%;
        margin-bottom: 20px;
    }
    .work-letters__link{
        margin-left: 30px;
        margin-right: 30px;
        width: 100%;
        margin-bottom: 20px;
    }
    .work-letters__item img{
        width: 100%;
    }
    .work-letters__link img{
        width: 100%;
    }
    .project-work__btn{
        display: none !important;
    }
    .work-letters__slider-buttons{
        display: flex;
    }
    .work-letters__row-3 a{
        flex: 1 1 auto;
        width: calc(50% - 10px);
    }
}
@media (max-width: 600px) {
    .work-letters__container{
        margin-bottom: 0;
    }
    .work-letters__row-3 a{
        flex: 1 1 auto;
        width: 100%;
        margin: 0 10px;
    }
    .work-letters__slider-buttons{
        margin-top: 0;
    }
}

.project-work__btn{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 43px;
    height: 43px;
    background: #EFF6FF;
    border: 1px solid #ABCAE9;
    border-radius: 6px;
    position: absolute;
    color: #005AAA;
    user-select: none;
    cursor: pointer;
    transition: ease 0.2s;
}
.project-work__btn:hover{
    background: #ABCAE9;
    color: #ffffff;
}</pre></body></html>