<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.future-events{

}
.future-events__container{
    display: flex;
    flex-direction: column;
}
.event-col-1{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    height: 400px;
    flex: 0 1;
}
.event-item{
    display: flex;
    flex-direction: column;
    padding: 0 5px;
    margin: 15px 5px 0 5px;
    height: 104px;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0px 0px 7px #00000052;
    user-select: none;
    cursor: pointer;
    transition: 0.3s ease;
    text-align: center;
}
.event-active{
    background: #014ea2;
    border: none;
    color: #ffffff;
}
.event-item div:first-child{
    text-align: center;
    font-weight: 500;
}
.event-col-2{
    position: relative;
    display: flex;
    flex-direction: column;
}
.event-title{
    margin: 15px 0 20px 0;
    font-size: 20px;
    font-weight: 500;
}
.event-body{
    display: flex;
    flex-direction: row;
    margin: 15px 0 20px 0;
}
.event-img{
    display: block;
    width: 412px;
    height: 230px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto;
    flex: 0 0 auto;
}
.event-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.event-text div:last-child{
    text-align: end;
    margin-top: 10px;
}
.event-content{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease;
    width: 100%;
}
.event-content-active{
    position: relative;
    visibility: visible;
    opacity: 1;
}
.event-back{
    color: #014ea2;
    text-decoration: underline;
    font: bold 15px/100% "Open Sans", sans-serif;
    margin: 10px 0 20px 0;
}
@media (max-width: 1200px) {
    .future-events h3 {
        font-size: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .event-img {
        margin-right: 15px;
    }
}
@media screen and (max-width: 1024px) {
    .event-body{
        flex-direction: column;
    }
    .event-text{
        margin-top: 10px;
    }
}
@media screen and (max-width: 650px) {
    .future-events__container{
        flex-direction: column;
    }
    .event-col-1{
        width: 100%;
    }
    .event-col-2{
        margin-left: 0;
    }
}
@media screen and (max-width: 430px) {
    .event-img{
        width: 100%;
    }
}



.work-clients__container{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 0;
    overflow: hidden;
}
.work-clients__slider{
    display: flex;
    align-items: center;
}
.work-clients__header{
    font-weight: 700;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.work-clients__row{
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    /*margin: 0 -10px;*/
    width: 100%;
    transition: ease 0.7s;
}
.work-clients__row-2{
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    /*margin: 0 -10px;*/
    width: 100%;
    transition: ease 0.7s;
}
.work-clients__btn-next{
    /*bottom: 570px;*/
    right: -38px;
}
.work-clients__btn-prev{
    /*bottom: 570px;*/
    left: -38px;
}
.carousel-btn-next{
    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;
}
.carousel-btn-prev{
    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;
}
.carousel-btn-next:hover{
    background: #ABCAE9;
    color: #ffffff;
}
.carousel-btn-prev:hover{
    background: #ABCAE9;
    color: #ffffff;
}
.carousel-min-btn-next{
    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;
}
.carousel-min-btn-prev{
    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;
}
.carousel-min-btn-next:hover{
    background: #ABCAE9;
    color: #ffffff;
}
.carousel-min-btn-prev:hover{
    background: #ABCAE9;
    color: #ffffff;
}
.work-clients__slider-buttons{
    display: none;
    justify-content: space-between;
    align-items: center;
    margin-top: -39px;
    z-index: 1;
}
.work-clients__slider-circles{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
}
.owl__slider-max{
    display: flex;
}
.owl__slider-min{
    display: none;
}


@media (max-width: 1400px) {
    .project-work__btn{
        display: none !important;
    }
    .owl-theme .owl-nav{
        display: flex;
        justify-content: space-between;
    }
    .owl-theme .owl-dots{
        display: flex;
        justify-content: center;
        width: 100%;
        position: absolute;
        bottom: 35px;
        height: 0;
    }
}
@media (max-width: 900px) {
    .work-clients__row {
        flex-wrap: wrap;
        flex-direction: column;
        max-height: 370px;
        flex: 0 0 97%;
        margin: 0;
    }
}
@media (max-width: 810px) {
    .owl__slider-max{
        display: none;
    }
    .owl__slider-min{
        display: flex;
    }
}

.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;
}


.owl-carousel .owl-stage-outer{
    height: 124px;
}</pre></body></html>