<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* works section */
.works {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
}

.works .video-background {}

.works .video-background video {
    margin-left: auto;
    margin-right: auto;
    /* background-color: #272636; */
    border-radius: 30px;
    width: 1128px;
    height: 347px;
}

.works .video-quote {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.works .video-quote h2 {

    font-family: myFirstFont2;
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 700;
    width: 478px;
    margin-bottom: 1rem;
}

.works .video-quote p {

    font-family: myFirstFont3;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;
    width: 445px;
}

.work-cards {
    margin: 2rem auto;
}

.work-cards .row {
    margin: auto;
    align-items: center;
    justify-content: center;
}

.work-cards .cards-column {
    width: 301px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.work-cards .cards-column:first-child,
.work-cards .cards-column:last-child {
    margin-top: -3rem;
}

.work-cards .cards-column .work-card {
    position: relative;
    margin-bottom: 1rem;

}

.work-cards .cards-column .work-card img {
    width: 100%;
}

.work-cards .work-card span {
    font-family: myFirstFont2;
    font-size: 55px;
    line-height: 15px;
    color: #ffffff;
    font-weight: 700;
    /* width: 98px; */
    height: 57px;
    background: linear-gradient(180deg, #D2D6DB, #F7F7F7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* display: inline-block; */
    position: absolute;
    top: 5%;
    left: 10%;
    align-content: center;
    /* transform: translate(0%, 0%); */
    /* bottom: 10%; */
}

.work-cards .cards-column .work-card .quote-bottom {
    position: absolute;
    bottom: 5%;
    left: 10%;
    align-content: center;
    width: 80%;
}

.work-cards .cards-column .work-card h4 {
    font-family: myFirstFont3;
    font-size: 22px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 600;
    /* width: 113px; */
    background: linear-gradient(90deg, #240183, #0074FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
}

.work-cards .cards-column .work-card p {
    font-family: myFirstFont3;
    font-size: 15px;
    line-height: 18px;
    color: #272636;
    font-weight: 400;
    /* width: 98px; */

}

.work-cards .cards-column h5 {
    font-family: myFirstFont3;
    font-size: 20px;
    line-height: 22px;
    color: #240183;
    font-weight: 600;
    /* width: 98px; */
    text-align: center;
    margin-bottom: 1em;
}

.work-cards .cards-column:last-child .second-card span {
    position: absolute;
    top: 10%;
    left: 10%;
    height: fit-content;
    align-content: center;
    background: linear-gradient(90deg, #0074FF, #02FA72);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-family: myFirstFont2;
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
}

.work-cards .cards-column:last-child .second-card .quote-bottom {
    position: absolute;
    bottom: 10%;
    left: 10%;
    align-content: center;
    width: 188px;
    height: 45px;
    background: linear-gradient(90deg, #02FA72, #0074FF);
    border-radius: 60px;
    text-align: center;
}

.work-cards .cards-column:last-child .second-card .quote-bottom a {
    font-family: myFirstFont3;
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    color: white;



    text-decoration: none;
}

.work-cards hr {
    width: 80%;
    color: #D2D6DB;
    border-width: 1px;
    margin: 32px auto;
    opacity: unset;
}

@media (max-width: 1199px) {
    .works .video-background video {
        width: 90%;
        height: fit-content;
    }
}

@media (max-width: 991px) {}

@media (min-width: 903px) {
    .video-quote h5 {
        display: none;
    }
}

@media (max-width: 902px) {
    .work-cards .cards-column h5 {
        display: none;
    }

    .video-quote h5 {
        font-family: myFirstFont2;
        display: block;
        color: #fff;
    }

    .work-cards .cards-column:first-child,
    .work-cards .cards-column:last-child {
        margin-top: 0;
    }
}

@media (min-width: 769px) {
    .work-mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    .works .video-background video {
        width: 320px;
        height: 377px;
        object-fit: cover;
    }



    .work-desktop {
        display: none;
    }

    .works .video-quote h2 {
        font-size: 35px;
        line-height: 35px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .works .video-quote p,
    .work-cards .cards-column h5 {
        font-size: 16px;
        line-height: 20px;
        color: #fff;
        font-weight: 700;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .works .video-quote p {
        font-weight: 400;
    }

    .work-cards .row {
        flex-direction: column;
    }

    .work-cards .cards-column {
        width: 320px;
        padding-left: auto;
        padding-right: auto;
        padding-left: 0;
        padding-right: 0;

    }

    .work-cards .cards-column .work-card {
        margin-bottom: 0.5rem;
    }



    .work-cards .cards-column:last-child .second-card .quote-bottom,
    .work-cards .cards-column .work-card .quote-bottom {

        bottom: 20%;
    }

    .work-cards .work-card span {
        position: initial;
    }

    .work-cards .cards-column .work-card .quote .quote-up {
        position: absolute;
        top: 10%;
        left: 10%;
        display: flex;
    }

    .work-cards .cards-column .work-card h4 {
        margin: auto;
        margin-left: 1rem;
        font-size: 20px;
        line-height: 20px;
    }

    .work-cards .cards-column .work-card p {
        margin-bottom: 0;
    }

    .work-cards .cards-column:last-child .second-card span {
        position: initial;
        width: 90%;
        font-size: 24px;
        line-height: 24px;
    }

    .work-cards {
        margin: 1rem auto;
    }
}

@media (max-width: 426px) {
    .chart hr {
        margin: 1.5rem auto;
    }

    .works .video-quote p,
    .work-cards .cards-column h5,
    .works .video-quote h2 {
        width: 90%;
    }

    .works .video-quote {
        width: 80%;
    }

    .work-cards hr {
        margin: 1rem auto;
    }
}

@media (max-width: 321px) {
    .works .video-background video {
        width: 90%;
    }

    .work-cards .cards-column {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .work-cards .cards-column .work-card p {
        font-size: 13px;
        line-height: 16px;
    }

    .work-cards .work-card span {
        font-size: 45px;
    }

    .work-cards .cards-column .work-card h4 {
        font-size: 16px;
        line-height: 18px;
    }
}</pre></body></html>