<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header {
    position: relative;
    height: 270px;
    width: 100%;
    background-size: cover;
}

.logo {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 20px;
    top: 70px;
    background-size: cover;
}

@media screen and (min-width: 360px) {
    .logo {
        width: calc(100px + 30 * (100vw - 360px) / 400);
        height: calc(100px + 30 * (100vw - 360px) / 400);
    }
}

@media screen and (min-width: 760px) {
    .logo {
        width: 130px;
        height: 130px;
    }
}

@media screen and (min-width: 360px) {
    .logo {
        left: calc(20px + 30 * (100vw - 360px) / 400);
    }
}

@media screen and (min-width: 760px) {
    .logo {
        left: 50px;
    }
}

.title {
    font-size: 24px;
    left: 150px;
    width: 150px;
    position: absolute;
    top: 70px;
    font: 24px "Open Sans", sans-serif;
    font-weight: bold;
    color: white;
}

@media screen and (min-width: 360px) {
    .title {
        font-size: calc(24px + 18 * (100vw - 360px) / 400);
    }
}

@media screen and (min-width: 760px) {
    .title {
        font-size: 42px;
    }
}

@media screen and (min-width: 360px) {
    .title {
        left: calc(150px + 100 * (100vw - 360px) / 400);
    }
}

@media screen and (min-width: 760px) {
    .title {
        left: 250px;
    }
}

@media screen and (min-width: 360px) {
    .title {
        width: calc(150px + 350 * (100vw - 360px) / 400);
    }
}

@media screen and (min-width: 760px) {
    .title {
        width: 500px;
    }
}

.text {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #2e2e2e;
    font: 18px "Open Sans", sans-serif;
}

.tags-wrapper {
    left: 150px;
    position: absolute;
    top: 200px;
    text-align: left;
}

@media screen and (min-width: 360px) {
    .tags-wrapper {
        left: calc(150px + 100 * (100vw - 360px) / 400);
    }
}

@media screen and (min-width: 760px) {
    .tags-wrapper {
        left: 250px;
    }
}

.backward-link a {
    color: #3ea0cb;
}

.tag {
    display: inline-block;
    font: 12px "Roboto", sans-serif;
    border-radius: 50px;
    background: rgba(252, 252, 252, 0.6);
    padding: 0.4vw 1.7vh;
    margin: 5px;
}

.white-slide {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: table;
}

.gray-back {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #e6e6e6;
}

.gray-slide {
    margin-right: auto;
    margin-left: auto;
    background: white;
    display: table;
    padding-top: 30px;
    padding-bottom: 20px;
}

.gray-slide-inner {
    display: table;
}

.linebreak {
    background: #e6e6e6;
    height: 70px;
    width: 100%;
    margin-top: 15px;
}

@media (min-width: 1200px) {
    .white-slide {
        width: calc(1100px + 30px);
    }
    .gray-slide {
        width: calc(1100px + (100vw - 1100px) / 2);
    }
    .gray-slide-inner {
        margin-left: calc((100vw - 1100px) / 4);
        margin-right: calc((100vw - 1100px) / 4);
        width: 1100px;
    }
}

@media (min-width: 970px) and (max-width: 1199px) {
    .white-slide {
        width: calc(900px + 30px);
    }
    .gray-slide {
        width: calc(900px + (100vw - 900px) / 2);
    }
    .gray-slide-inner {
        margin-left: calc((100vw - 900px) / 4);
        margin-right: calc((100vw - 900px) / 4);
        width: 900px;
    }
}

@media (min-width: 768px) and (max-width: 969px) {
    .white-slide {
        width: calc(680px + 30px);
    }
    .gray-slide {
        width: calc(680px + (100vw - 680px) / 2);
    }
    .gray-slide-inner {
        margin-left: calc((100vw - 680px) / 4);
        margin-right: calc((100vw - 680px) / 4);
        width: 680px;
    }
}

@media (max-width: 767px) {
    .gray-slide-inner {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.backward-link {
    margin-top: 30px;
    margin-bottom: 15px;
    font: 14px "Open Sans", sans-serif;
    color: #3ea0cb;
}

.centered-text {
    display: flex;
    align-items: center;
}

.img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.client {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
}

.client h4 {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 600;
}

@media (min-width: 992px) {
    .client {
        padding-top: 43px;
    }
}

.year {
    position: relative;
    bottom: -1px;
    float: left;
    font-size: 13px;
    margin-left: 6px;
}

.timelines {
    /* position: absolute;
  top: 45px;  */
}

.ico {
    height: 20px;
    width: 20px;
    float: left;
}

.calendar {
    background-image: url("../../images/portfolio/calendar.svg");
}

.clock {
    background-image: url("../../images/portfolio/clocks.svg");
    margin-left: 15px;
}

.footer {
    /* height: 170px; */
    width: 100%;
    background-size: cover;
}

.conclusion {
    font: 24px "Open Sans", sans-serif;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 90px;
    color: #2e2e2e;
}

.instruments {
    margin-top: 30px;
    margin-bottom: 30px;
}

.instruments h4 {
    font-size: 18px;
    font-weight: 600;
}

.instruments .inst-wrapper {
    margin-top: 20px;
}

.instruments .instrument {
    position: relative;
    display: inline-block;
    width: 62px;
    height: 79px;
    font-size: 12px;
    text-align: center;
}

.instruments .name {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.instruments .inst-logo {
    display: inline-block;
    width: 43px;
    height: 42px;
    background-size: cover;
}

.instruments .inst-photoshop {
    background-image: url("../../images/portfolio/instruments/photoshop.png");
}

.instruments .inst-xmind {
    background-image: url("../../images/portfolio/instruments/xmind.png");
}

.instruments .inst-balsamiq {
    background-image: url("../../images/portfolio/instruments/balsamiq.png");
}

.instruments .inst-figma {
    background-image: url("../../images/portfolio/instruments/figma.png");
}

.instruments .inst-illustrator {
    background-image: url("../../images/portfolio/instruments/illustrator.png");
}

.instruments .inst-react {
    background-image: url("../../images/portfolio/instruments/react.png");
}

.instruments .inst-python {
    background-image: url("../../images/portfolio/instruments/python.svg");
}

.instruments .inst-c {
    background-image: url("../../images/portfolio/instruments/C++.svg");
}

.instruments .inst-netcore {
    background-image: url("../../images/portfolio/instruments/netcore.svg");
}

.instruments .inst-sqlserver {
    background-image: url("../../images/portfolio/instruments/sqlserver.svg");
}

.instruments .inst-csharp {
    background-image: url("../../images/portfolio/instruments/csharp.png");
}

.instruments .inst-aspnetcore {
    background-image: url("../../images/portfolio/instruments/aspnetcore.svg");
}

.instruments .inst-html {
    background-image: url("../../images/portfolio/instruments/html.svg");
}

.instruments .inst-js {
    background-image: url("../../images/portfolio/instruments/js.svg");
}


/*# sourceMappingURL=portfolio_utils.css.map */

.gray-slide-inner hr,
.white-slide hr,
hr {
    margin: 10px 0 40px 0;
    border-top: none;
}

.backward-link a {
    color: #3ea0cb;
}

.backward-link a:hover {
    color: #3ea0cb;
}

.backward-link#pkb_change a:hover {
    color: #3ea0cb;
    text-decoration: underline;
}

.backward-link#autolocator_change a:hover {
    color: #3ea0cb;
    text-decoration: underline;
}

.backward-link:hover {
    color: #3ea0cb;
}
</pre></body></html>