<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.service-list {
    margin-top: 6rem;
    list-style-type: none;
    z-index: 2;
}

@media (max-width: 1200px) {
    .service-list {
        margin-top: 4rem;
    }
}

.service-item {
    font: bold 5.5rem "TTTuunnels";
    text-transform: uppercase;
    cursor: pointer;
}

@media (max-width: 992px) {
    .service-item {
        font: bold 42px "TTTuunnels";
    }
}

@media only screen and (max-width: 1256px) and (min-width: 992px) {
    .service-item {
        font: bold 42px "TTTuunnels";
    }
}

.service-item .active-item strong {
    color: #fb4000;
}

.service-item .active-item::before {
    display: inline-block;
    content: "";
    background-image: url("/assets/img/rectangle_orange.svg");
    margin: 1rem 6.2rem 0rem -7.9rem;
    background-size: cover;
    height: 3.9rem;
    width: 0.7rem;

}

@media (max-width: 1256px) {
    .service-item .active-item::before {
        height: 2.7rem;
    }
}

.service-description {
    font: normal 1.6rem "Formular";
    text-align: justify;
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    max-width: 53rem;
    z-index: 2;
}

@media (max-width: 1200px) {
    .service-description {
        font: normal 13px "Formular";
    }
}

.service-img {
    max-height: calc(100vh - 14.9rem - 2rem);
    min-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 2rem;
    height: 100%;
}

.about-services {
    font: normal 11px "Formular";
}

@media (max-width: 992px) {
    .staffing-heading,
    .microsoft-heading,
    .websites-heading,
    .startups-heading {
        font: bold 55px "TTTuunnels";
    }
}

@media (max-width: 576px) {
    .staffing-heading,
    .microsoft-heading,
    .websites-heading,
    .startups-heading {
        font: bold 48px "TTTuunnels";
    }
}

.startups {
    height: 20rem;
    background-image: url("/assets/img/startups.png");
    background-position: 50%;
    background-size: cover;
}

@media (max-width: 992px) {
    .startups {
        margin: 0 2rem;
    }
}

.startups-heading {
    margin-left: 2rem;
}

.websites {
    margin-top: 7rem;
    width: 20rem;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 992px) {
    .websites {
        width: 45rem;
        height: 37rem;
    }
}

@media (max-width: 768px) {
    .websites {
        width: 21rem;
        height: 35rem;
    }
}

@media (max-width: 576px) {
    .websites {
        width: 18rem;
        height: auto;
        margin-top: 4rem;
    }
}

.websites-heading {
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 6rem;
    margin-left: 4rem;
    background-color: #ffffff;
    padding: 1rem;
}

@media (max-width: 576px) {
    .websites-heading {
        margin-top: 5rem;
        margin-left: -4rem;
        z-index: 3;
    }
}

.microsoft {
    margin-top: 12rem;
    width: 25rem;
    height: 46rem;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 992px) {
    .microsoft {
        width: 45rem;
        height: 36rem;
    }
}

@media (max-width: 768px) {
    .microsoft {
        width: 35rem;
        height: 40rem;
    }
}

@media (max-width: 576px) {
    .microsoft {
        width: 22rem;
        max-width: 100%;
        height: 30rem;
    }
}

.microsoft-heading {
    margin-top: 14rem;
    margin-left: 2rem;
}

.staffing {
    margin-top: 18rem;
    width: 22rem;
    height: 42rem;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 992px) {
    .staffing {
        width: 45rem;
        height: 34rem;
    }
}

@media (max-width: 768px) {
    .staffing {
        width: 30rem;
        height: 38rem;
    }
}

@media (max-width: 576px) {
    .staffing {
        width: 22rem;
        height: 37rem;
    }
}

.staffing-heading {
    z-index: 2;
    margin-top: 18rem;
    margin-left: 4rem;
}

@media (max-width: 576px) {
    .staffing-heading {
        margin-left: -5rem;
        margin-top: 20rem;
        background: white;
        padding: 1rem 1.5rem;
        height: max-content;
    }
}

.details-4,
.details-3,
.details-2,
.details-1 {
    background-color: #ffffff;
    padding: 2rem;
}

.details-1 {
    margin-top: -3rem;
    margin-right: 1rem;
    width: 95vw;
}

.details-2 {
    position: absolute;
    width: 60vw;
    height: auto;
    top: 55%;
    left: 70%;
}

@media (max-width: 576px) {
    .details-2 {
        left: 55%;
        width: 65vw;
    }
}

@media (max-width: 400px) {
    .details-2 {
        width: 80vw;
    }
}

.details-3 {
    position: absolute;
    width: 60vw;
    height: auto;
    top: 57%;
    right: 65%;
}

@media (max-width: 576px) {
    .details-3 {
        top: 65%;
        right: 45%;
        width: 65vw;
    }
}

@media (max-width: 400px) {
    .details-3 {
        width: 80vw;
    }
}

.details-4 {
    position: absolute;
    width: 50vw;
    height: auto;
    top: 57%;
    left: 85%;
}

@media (max-width: 576px) {
    .details-4 {
        top: 62%;
        left: 45%;
        width: 80vw;
    }
}
/*# sourceMappingURL=style.css.map */
</pre></body></html>