<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-white header {
    background-color: #FFFFFF !important;
}

.homepage-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.homepage-section-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 120px;
    border-radius: 30px 0 0 0 !important;
    max-width: 1460px;
}

.homepage-section-1:after {
    content: url("/images/head-background-element.svg");
    position: absolute;
    opacity: 60%;
    top: -188px;

}

.homepage-titles {
    width: calc(100% - 80px);
    max-width: 970px;
    margin: 0 40px;
    z-index: 1;
}

.title-l {
    margin-top: 107px;
    font-size: 50px;
    line-height: 72px;
    text-align: center;
}

.homepage-title-descr {
    margin-top: 30px;
    text-align: center;
}

.homepage-section-2 {
    background: linear-gradient(180deg, #FFFFFF 0%, #F2F3F6 100%);
    padding-bottom: 120px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.slider {
    width: 100%;
    margin: 0 60px;
    position: relative;
    max-width: 1460px;
}

.carousel-wrap {
    position: relative;
}

.counter {
    position: absolute;
    height: 42px;
    width: 64px;
    border-radius: 10px;
    background-color: var(--lightblue);
    top: 40px;
    left: 40px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: -0.4px;
    line-height: 22px;
}

.fraction {
    margin: 0 3px;
}

.carousel-inner {
    width: 100%;
}

.carousel-item {
    width: 100%;
}


.carousel-item img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    max-height: 624px;
}


.test {
    width: 88% !important;
    position: relative;
    z-index: 2;
    margin-top: -18%;
    padding-bottom: 120px;
}

.homepage-cards {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.homepage-card {
    width: 31.8%;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 8px 16px 0 rgba(54,57,77,0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 40px 58px 40px;
    justify-content: space-between;
}

.card-img {
    height: 100px;
    width: 100px;
    border-radius: 20px;
    background-color: #F3F3F6;
}

.card-title {
    font-size: 24px;
    line-height: 34px;
    margin: 30px 0 0 0;
    text-align: center;
}

.card-descr {
    text-align: center;
    margin-top: 16px;
}

.card-link {
    margin-top: 30px;
}

.homepage-section-3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 110px 0 110px 0;
    align-items: center;
}


.homepage-section-3-info {
    width: 68.3%;
    max-width: 685px;
}



.homepage-section-3-img {
    width: 100%;
    height: 570px;
    background-color: var(--grey);
    border-radius: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.corner {
    position: relative;
    max-height: 570px;
    width: 31.7%;
    min-width: 270px;
    margin: 20px;
    border-radius: 20px;
    background-color: #F2F3F6;
}

.corner:after {
    display: block;
    content: "";
    width: 140px;
    height: 140px;
    position: absolute;
    top: -10px;
    left: -10px;
    border-top: 10px solid #131F5F;
    border-left: 10px solid #131F5F;
    border-radius: 20px 0 0 0;
}

.corner:before {
    display: block;
    content: "";
    width: 140px;
    height: 140px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    border-bottom: 10px solid #E65417;
    border-right: 10px solid #E65417;
    border-radius: 0 0 20px 0;
    z-index: 5;
}


.corner img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: relative;
}


.img-wrap:after {
    display: block;
    content: "";
    width: 133px;
    height: 133px;
    position: absolute;
    top: -3px;
    left: -3px;
    border-top: 10px solid #131F5F;
    border-left: 10px solid #131F5F;
    border-radius: 19px 0 0 0;
    z-index: 10;
}

.img-wrap:before {
    display: block;
    content: "";
    width: 133px;
    height: 133px;
    position: absolute;
    bottom: -3px;
    right: -3px;
    border-bottom: 10px solid #E65417;
    border-right: 10px solid #E65417;
    border-radius: 0 0 19px 0;
    z-index: 10;
}






.homepage-section-3-img-wrap {
    width: calc(100% - 20px);
    height: 550px;
    background-color: pink;
    position: relative;
    padding: 10px;
    border-radius: 10px;
    z-index: 5000000000;
}


.homepage-section-3-descr {
    margin-top: 20px;
}


.homepage-section-3-links {
    margin-top: 40px;
    display: flex;
}

.homepage-section-3-link {
    margin-left: 40px;
}

.homepage-section-3-links a svg{
    position: absolute;
    right: -14px;
}

.homepage-section-4-wrap {
    width: 100%;
    background-color: var(--grey);
    padding: 120px 0 100px 0;
    border-radius: 0 0 0 30px;
}

.homepage-section-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.homepage-section-4 .title {
    text-align: center;
}


.homepage-section-4-descr {
    margin-top: 20px;
    max-width: 970px;
    text-align: center;
}

.homepage-section-4-links {
    margin-top: 30px;
}


.swiper {
    width: 100%;
    margin-top: 60px;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(20% - 24px);
    min-width: 194px;
    height: 120px;
    background-color: #FFFFFF;
    box-shadow: 0 8px 16px 0 rgba(54,57,77,0.08);
    border-radius: 10px;
    height: 120px !important;
}

.swiper-slide img {
    max-width: 100%;
    object-fit: cover;
}

.btn-wrap {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    display: none;
}

.btn-wrap .btn {
    width: 100%;
}

.swiper-wrapper {
    transition-timing-function: linear;
}


@media (max-width: 1323px) {
    .homepage-section-3 .border{
        margin-left: 20px;
    }
}

@media (max-width: 1150px) {
    .homepage-cards {
        flex-direction: column;
    }

    .homepage-card {
        width: 100%;
        margin-top: 20px;
    }
}


@media (max-width: 850px) {
    .homepage-section-3 {
        flex-direction: column-reverse;
    }

    .homepage-section-3 .border{
        margin-left: 0;
    }

    .border {
        width: 100%;
        margin-bottom: 20px;
    }

    .homepage-section-3-info {
        width: 100%;
    }

    .slider {
        margin: 0;
    }

    .carousel-item img {
        border-radius: unset;
    }

    .corner {
        width: 70%;
        max-height: 100%;
    }

    .homepage-section-3-info {
        margin-top: 20px;
    }
}


@media (max-width: 600px) {
    .corner:after, .corner:before {
        width: 96px;
        height: 96px;
    }

    .corner:after {
        border-top: 5px solid #131F5F;
        border-left: 5px solid #131F5F;
        top: -5px;
        left: -5px;
    }

    .corner:before {
        border-bottom: 5px solid #E65417;
        border-right: 5px solid #E65417;
        bottom: -5px;
        right: -5px;
    }

    .img-wrap:after, .img-wrap:before {
        width: 91px;
        height: 91px;
    }

    .img-wrap:after {
        border-top: 5px solid #131F5F;
        border-left: 5px solid #131F5F;
        top: 0px;
        left: 0px;
        border-radius: 13px 0 0 0;
    }

    .img-wrap:before {
        border-bottom: 5px solid #E65417;
        border-right: 5px solid #E65417;
        bottom: 0px;
        right: 0px;
        border-radius: 0 0 13px 0;
    }

    .corner {
        width: 100%;
    }
}



@media (max-width: 470px) {
    .homepage-card {
        padding: 30px 20px;
    }

    .title-l {
        margin-top: 40px;
    }

    .homepage-title-descr {
        margin-top: 20px;
    }

    .homepage-section-1 {
        padding-bottom: 40px;
    }

    .btn-wrap {
        display: flex;
    }

    .counter {
        top: 16px;
        left: 21px;
    }

    .homepage-section-2 {
        padding-bottom: 20px;
    }

    .homepage-section-3 {
        margin: 40px 0 80px 0;
    }

    .homepage-section-4-descr {
        text-align: start;
    }


    .homepage-section-4-cards {
        margin-top: 40px;
    }

    .homepage-section-4-wrap {
        padding: 80px 0 !important;
    }
}
</pre></body></html>