.title-section {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .title-section {
        font-size: 30px;
        margin-bottom: 35px
    }
}

@media (min-width: 992px) {
    .title-section {
        font-size: 34px;
        margin-bottom: 30px
    }
}

@media (min-width: 1200px) {
    .title-section {
        font-size: 38px;
        margin-bottom: 70px
    }
}

.title-section-small {
    display: block;
    font-size: 20px;
    line-height: 125%;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .title-section-small {
        font-size: 23px
    }
}

@media (min-width: 992px) {
    .title-section-small {
        font-size: 25px
    }
}

@media (min-width: 1200px) {
    .title-section-small {
        font-size: 28px
    }
}

.bg-dark-grey {
    background-color: #ebebf6
}

@media (min-width: 992px) {
    .wrapper-grid {
        grid-gap: 30px;
        align-items: center;
        display: grid;
        grid-template-columns:40% 60%
    }
}

@media (min-width: 1200px) {
    .wrapper-grid {
        align-items: flex-start;
        display: grid;
        grid-template-columns:calc(33% - 15px) calc(67% - 15px)
    }

    .wrapper-grid-desktop {
        grid-gap: 30px;
        display: grid;
        grid-template-columns:40% 60%
    }
}

@media (min-width: 1300px) {
    .wrapper-grid-desktop {
        grid-gap: 30px;
        display: grid;
        grid-template-columns:31% 65%
    }
}

.wrapper-card {
    background-color: #fff;
    border-radius: 2px;
    height: 100%;
    overflow: hidden;
    padding: 16px
}

.wrapper-card.center-card {
    align-items: center;
    display: flex;
    height: 72px;
    justify-content: center
}

.wrapper-card.benefits-grid {
    grid-gap: 16px;
    display: grid;
    grid-template-columns:40px calc(100% - 56px);
    justify-content: space-between
}

@media (min-width: 768px) {
    .wrapper-card {
        padding: 7px
    }
}

@media (min-width: 992px) {
    .wrapper-card:hover {
        box-shadow: 0 0 12px 2px #c2c2c2;
        filter: grayscale(100%);
        transition: all .5s ease
    }
}

@media (min-width: 1200px) {
    .wrapper-card.center-card {
        height: 90px
    }

    .wrapper-card.benefits-grid {
        grid-template-columns:48px calc(100% - 64px);
        padding: 24px
    }
}

.wrapper-grid-desktop {
    margin-bottom: 25px
}

.bg-welcome-about-us {
    background-image: url(../storage/images/presentation/welcome-banner.svg);
    background-position-x: 76%;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: 300%;
    height: calc(100vh - 88px - 12em);
    min-height: 785px
}

.bg-welcome-about-us h1 {
    max-width: 290px
}

.bg-welcome-about-us .block-text-welcome {
    margin: 17px 0 0;
    padding: 0
}

.bg-welcome-about-us .info-welcome-banner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 750px
}

@media (min-width: 425px) {
    .bg-welcome-about-us {
        background-position-x: 82%;
        background-size: 270%
    }
}

@media (min-width: 580px) {
    .bg-welcome-about-us {
        background-size: 240%
    }

    .bg-welcome-about-us h1 {
        max-width: 100%
    }

    .bg-welcome-about-us .info-welcome-banner {
        height: auto
    }
}

@media (min-width: 768px) {
    .bg-welcome-about-us {
        background-size: cover;
        height: 855px
    }

    .bg-welcome-about-us .info-welcome-banner {
        height: fit-content;
        justify-content: center
    }

    .bg-welcome-about-us h1 {
        margin-top: 30px;
        max-width: 100%;
        padding-bottom: 300px
    }
}

@media (min-width: 992px) {
    .bg-welcome-about-us {
        background-position-x: center;
        background-position-y: -90px;
        background-size: cover
    }

    .bg-welcome-about-us h1 {
        padding-bottom: 0
    }
}

@media (min-width: 1200px) {
    .bg-welcome-about-us {
        background-position-y: -130px;
        height: 800px
    }

    .bg-welcome-about-us .info-welcome-banner {
        display: block;
        height: 730px;
        margin-top: 0
    }

    .bg-welcome-about-us h1 {
        font-size: 48px
    }
}

@media (min-width: 2000px) {
    .bg-welcome-about-us {
        background-size: 80%
    }
}

@media (min-width: 768px) {
    .list-info-statistic .wrapper-card, .list-info-ukraine .wrapper-card, .list-tech-talent .wrapper-card {
        padding: 22px 28px
    }
}

@media (min-width: 1200px) {
    .list-info-statistic .wrapper-card, .list-info-ukraine .wrapper-card, .list-tech-talent .wrapper-card {
        padding: 30px 32px
    }
}

.list-info-ukraine {
    font-size: 16px;
    line-height: 155%;
    list-style-type: none;
    padding: 0
}

.list-info-ukraine > li {
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .list-info-ukraine {
        font-size: 18px
    }
}

@media (min-width: 992px) {
    .list-info-ukraine {
        font-size: 20px;
        max-width: 545px
    }
}

.list-tech-talent {
    font-size: 13px;
    line-height: 122%;
    list-style-type: none;
    padding: 0
}

.list-tech-talent p {
    margin: 0
}

.list-tech-talent .title {
    display: block;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 10px
}

.list-tech-talent > li {
    margin-bottom: 16px
}

@media (min-width: 768px) {
    .list-tech-talent {
        grid-gap: 20px;
        display: grid;
        font-size: 14px;
        grid-template-columns:1fr 1fr
    }

    .list-tech-talent > li {
        margin-bottom: 0
    }

    .list-tech-talent .wrapper-card {
        height: 100%
    }
}

@media (min-width: 992px) {
    .list-tech-talent {
        display: block;
        font-size: 16px
    }

    .list-tech-talent .title {
        font-size: 28px;
        margin-bottom: 16px
    }

    .list-tech-talent > li {
        margin-bottom: 24px;
        margin-bottom: 27px
    }
}

.title_section-tech {
    display: block;
    font-size: 20px;
    line-height: 125%;
    margin: 35px 0 23px
}

@media (min-width: 768px) {
    .title_section-tech {
        font-size: 24px
    }
}

@media (min-width: 1200px) {
    .title_section-tech {
        font-size: 28px;
        margin: 0 0 23px
    }
}

.list-info-statistic {
    list-style-type: none;
    padding-bottom: 2px;
    padding-left: 0
}

.list-info-statistic.border-custom {
    border-bottom: 2px solid #dfdff5
}

.list-info-statistic .item-info-statistic {
    font-size: 13px;
    line-height: 130%;
    margin-bottom: 23px
}

.list-info-statistic .item-info-statistic .number {
    color: #5b5aff;
    display: block;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 8px
}

.list-info-statistic.border-none {
    border-bottom: none
}

@media (min-width: 768px) {
    .list-info-statistic {
        grid-gap: 25px;
        display: grid;
        grid-template-columns:1fr 1fr
    }

    .list-info-statistic .item-info-statistic {
        font-size: 14px;
        margin-bottom: 0;
        padding-bottom: 17px
    }

    .list-info-statistic .item-info-statistic .number {
        font-size: 27px
    }
}

@media (min-width: 992px) {
    .list-info-statistic .item-info-statistic {
        font-size: 15px;
        padding-bottom: 16px
    }

    .list-info-statistic .item-info-statistic .number {
        font-size: 31px
    }
}

@media (min-width: 1200px) {
    .list-info-statistic {
        margin-bottom: 45px;
        padding-bottom: 30px
    }

    .list-info-statistic .item-info-statistic {
        font-size: 16px
    }

    .list-info-statistic .item-info-statistic .number {
        font-size: 38px
    }
}

.section-start {
    padding-top: 35px
}

@media (min-width: 1200px) {
    .section-start {
        padding-bottom: 43px;
        padding-top: 75px
    }
}

.list-stage-start {
    font-size: 13px;
    line-height: 120%;
    list-style-type: none;
    padding: 0
}

.list-stage-start .number-stage {
    color: rgba(0, 0, 0, .3);
    display: block;
    margin-bottom: 8px
}

.list-stage-start p {
    margin: 0
}

.list-stage-start > li {
    margin-bottom: 21px
}

@media (min-width: 768px) {
    .list-stage-start {
        grid-gap: 30px;
        display: grid;
        font-size: 14px;
        grid-template-columns:1fr 1fr;
        line-height: 133%
    }

    .list-stage-start > li {
        margin-bottom: 0
    }
}

@media (min-width: 992px) {
    .list-stage-start {
        font-size: 15px
    }
}

@media (min-width: 1200px) {
    .list-stage-start {
        grid-gap: 40px;
        display: grid;
        font-size: 16px;
        line-height: 150%;
        padding-top: 5px
    }
}

.section-biggest-companies {
    font-size: 13px;
    line-height: 130%;
    padding-top: 45px
}

.section-biggest-companies .icon-hand {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 16px auto 24px
}

.section-biggest-companies .icon-hand:before {
    background-image: url(../storage/images/presentation/hand.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 32px;
    width: 32px
}

@media (min-width: 992px) {
    .section-biggest-companies {
        font-size: 15px
    }
}

@media (min-width: 1200px) {
    .section-biggest-companies {
        font-size: 16px;
        padding-bottom: 0;
        padding-top: 75px
    }

    .section-biggest-companies .wrapper-grid-desktop {
        grid-gap: 32px;
        display: grid;
        grid-template-columns:1.5fr 3fr
    }

    .section-biggest-companies .list-fast-company {
        grid-row-gap: 24px;
        grid-column-gap: 32px;
        grid-template-columns:calc(50% - 16px) calc(50% - 16px)
    }

    .section-biggest-companies .list-fast-company.grid-4 {
        grid-row-gap: 24px;
        grid-column-gap: 32px;
        grid-template-columns:calc(25% - 16px) calc(25% - 16px) calc(25% - 16px) calc(25% - 16px)
    }

    .section-biggest-companies .list-fast-company.min-gap {
        grid-row-gap: 16px;
        grid-column-gap: 16px
    }

    .section-biggest-companies .list-fast-company .wrapper-card.center-card {
        height: 93px
    }
}

.list-fast-company {
    grid-gap: 16px;
    display: grid;
    grid-template-columns:calc(50% - 8px) calc(50% - 8px);
    list-style-type: none;
    margin-bottom: 35px;
    padding: 0
}

@media (min-width: 768px) {
    .list-fast-company {
        grid-template-columns:calc(25% - 8px) calc(25% - 8px) calc(25% - 8px) calc(25% - 8px)
    }
}

@media (max-width: 768px) {
    .wrapper-world-lab {
        display: flex;
        flex-direction: column
    }

    .wrapper-world-lab .block-benefits {
        order: 1
    }

    .wrapper-world-lab .block-company {
        order: 2
    }
}

.section-world-lab .bg-world-lab {
    background-image: url(../storage/images/presentation/maps-ukraine.svg);
    background-position-x: center;
    background-position-y: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 30px
}

@media (min-width: 768px) {
    .section-world-lab .bg-world-lab {
        padding-top: 50px
    }
}

.section-world-lab .wrapper-world-lab.bg-world-lab {
    background-image: none;
    padding-top: 0
}

@media (min-width: 992px) {
    .section-world-lab .list-fast-company {
        grid-row-gap: 24px;
        grid-column-gap: 32px;
        grid-template-columns:calc(16% - 16px) calc(16% - 16px) calc(16% - 16px) calc(16% - 16px) calc(16% - 16px) calc(16% - 16px)
    }

    .section-world-lab .block-company.bg-world-lab {
        background-image: none
    }

    .section-world-lab .wrapper-world-lab.bg-world-lab {
        background-image: url(../storage/images/presentation/maps-ukraine.svg)
    }
}

@media (min-width: 1200px) {
    .section-world-lab {
        background-size: cover;
        padding-bottom: 70px
    }

    .section-world-lab .wrapper-card.center-card {
        height: 72px
    }

    .block-benefits {
        margin-top: 200px
    }
}

.list-benefits {
    list-style-type: none;
    padding: 0
}

.list-benefits > li {
    margin-bottom: 16px
}

.list-benefits .wrapper-card.center-card {
    font-size: 16px;
    height: auto;
    line-height: 150%;
    min-height: fit-content;
    padding: 16px
}

@media (min-width: 768px) {
    .list-benefits {
        grid-gap: 20px;
        display: grid;
        font-size: 17px;
        grid-template-columns:calc(50% - 10px) calc(50% - 10px)
    }

    .list-benefits .wrapper-card.center-card {
        height: 100%;
        min-height: 120px;
        padding: 24px
    }

    .list-benefits > li {
        margin-bottom: 0
    }
}

@media (min-width: 992px) {
    .list-benefits {
        grid-gap: 30px;
        display: grid;
        grid-template-columns:calc(33% - 15px) calc(33% - 15px) calc(33% - 15px)
    }
}

@media (min-width: 1200px) {
    .list-benefits .wrapper-card.center-card {
        font-size: 18px;
        min-height: 130px
    }
}

.scale-investors {
    margin-right: -15px
}

.block-scale-investors {
    position: relative
}

.block-scale-investors .scale {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='697' height='505' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M696.707 481.707a.999.999 0 0 0 0-1.414l-6.364-6.364a.999.999 0 1 0-1.414 1.414l5.657 5.657-5.657 5.657a.999.999 0 1 0 1.414 1.414l6.364-6.364ZM24 482h672v-2H24v2Z' fill='%235B5AFF'/%3E%3Cpath d='M24.707.293a1 1 0 0 0-1.414 0l-6.364 6.364a1 1 0 1 0 1.414 1.414L24 2.414l5.657 5.657a1 1 0 1 0 1.414-1.414L24.707.293ZM25 482V1h-2v481h2Z' fill='%235B5AFF'/%3E%3Cpath d='M4.799 74.764H3.352v6.677H13v-1.6H8.81v-3.935H7.415v3.936H4.8v-5.078Zm8.328-4.266c0-2.285-1.6-3.86-3.936-3.86-2.386 0-3.935 1.524-3.935 3.86 0 2.285 1.6 3.86 3.935 3.86 2.387 0 3.936-1.524 3.936-3.86Zm-1.295 0c0 1.396-1.041 2.31-2.64 2.31-1.6 0-2.641-.914-2.641-2.31s1.04-2.31 2.64-2.31 2.641.914 2.641 2.31Zm-6.576-9.775c0 1.142.533 2.107 1.346 2.666l-1.22.101v1.32H13v-1.523H8.734c-1.218 0-2.005-.914-2.005-2.133 0-.33.025-.685.05-1.015H5.332c-.05.203-.076.38-.076.584Zm4.418-2.616v-5.865c-.178-.05-.305-.05-.483-.05-2.386 0-3.935 1.447-3.935 3.681s1.6 3.758 3.935 3.758c2.26 0 3.936-1.371 3.936-3.885 0-1.6-.61-2.666-1.371-3.3l-.914 1.04c.558.432.99 1.143.99 2.26 0 1.346-.838 2.184-2.158 2.361Zm-3.149-2.234c0-1.142.737-1.93 1.98-2.133v4.342c-1.218-.229-1.98-1.016-1.98-2.209Zm-2.209-5.51v-1.675H2.793v1.675h1.523ZM13 50.287v-1.523H5.383v1.523H13Zm-7.617-9.521 1.092.101c-.762.584-1.22 1.498-1.22 2.615 0 1.956 1.499 3.327 3.708 3.327 2.234 0 3.707-1.32 3.707-3.327 0-1.091-.457-1.98-1.219-2.59h.736c1.22 0 2.184.61 2.184 2.311 0 .965-.228 1.65-.863 2.26l1.066.812c.686-.685 1.092-1.7 1.092-3.097 0-2.336-1.422-3.707-3.453-3.707l-6.83-.026v1.32Zm6.043 2.31c0 1.32-.94 2.184-2.438 2.184-1.472 0-2.437-.863-2.437-2.184 0-1.346.965-2.209 2.437-2.209 1.498 0 2.438.864 2.438 2.21Zm-6.17-10.13c0 1.142.508 2.107 1.32 2.69l-1.193.102v1.32H13v-1.523H8.633c-1.219 0-2.082-.965-2.082-2.158 0-1.041.736-1.676 2.031-1.676H13v-1.523H8.176c-1.752 0-2.92 1.142-2.92 2.767Zm6.271 247.631H3.352v1.6H13v-6.703h-1.473v5.103Zm1.6-9.471c0-2.285-1.6-3.859-3.936-3.859-2.386 0-3.935 1.524-3.935 3.859 0 2.286 1.6 3.86 3.935 3.86 2.387 0 3.936-1.524 3.936-3.86Zm-1.295 0c0 1.397-1.041 2.311-2.64 2.311-1.6 0-2.641-.914-2.641-2.311 0-1.396 1.04-2.31 2.64-2.31s2.641.914 2.641 2.31Zm1.295-8.937c0-1.625-.838-2.971-2.285-3.402l-.457 1.447c.888.33 1.447 1.041 1.447 1.955 0 1.396-1.041 2.26-2.64 2.26-1.6 0-2.641-.864-2.641-2.26 0-.94.558-1.625 1.447-1.955l-.457-1.447c-1.447.431-2.285 1.752-2.285 3.402 0 2.26 1.6 3.809 3.935 3.809 2.336 0 3.936-1.549 3.936-3.809Zm-1.447-11.096c0 .33-.153.483-.483.483H7.77c-1.575 0-2.514 1.117-2.514 2.945 0 1.32.457 2.412 1.295 3.301l.99-.94c-.635-.609-1.016-1.422-1.016-2.285 0-.965.407-1.599 1.016-1.599.584 0 .686.558.838 1.701.228 1.472.635 3.275 2.514 3.275 1.32 0 2.234-.99 2.234-2.488 0-1.117-.508-2.133-1.295-2.666.889-.102 1.219-.533 1.219-1.473 0-.254-.026-.457-.051-.533h-1.32v.279Zm.203 4.139c0 .787-.381 1.244-1.092 1.244-.99 0-1.143-.99-1.295-1.955-.127-.736-.203-1.193-.38-1.473h.99c.964 0 1.777 1.016 1.777 2.184ZM13 249.093v-1.524H2.844v1.524H13Zm155.628 253.034c2.387 0 3.834-1.117 3.834-2.895 0-1.599-1.27-2.285-3.479-2.843-1.65-.432-2.285-.787-2.285-1.498 0-.762.762-1.27 1.955-1.27a4.19 4.19 0 0 1 2.692.965l.888-1.219c-.99-.762-2.132-1.142-3.478-1.142-2.209 0-3.656 1.066-3.656 2.742 0 1.853 1.752 2.412 3.58 2.945 1.599.457 2.183.762 2.183 1.473 0 .838-.787 1.345-2.107 1.345-1.143 0-2.26-.431-3.072-1.218l-.94 1.218c.99.915 2.387 1.397 3.885 1.397Zm6.601-3.453h5.866c.051-.178.051-.305.051-.483 0-2.386-1.448-3.935-3.682-3.935-2.235 0-3.758 1.599-3.758 3.935 0 2.26 1.371 3.936 3.885 3.936 1.599 0 2.666-.609 3.301-1.371l-1.041-.914c-.432.558-1.143.99-2.26.99-1.346 0-2.184-.838-2.362-2.158Zm2.235-3.149c1.142 0 1.93.737 2.133 1.981h-4.342c.228-1.219 1.016-1.981 2.209-1.981Zm6.424 3.149h5.865c.051-.178.051-.305.051-.483 0-2.386-1.448-3.935-3.682-3.935s-3.758 1.599-3.758 3.935c0 2.26 1.371 3.936 3.885 3.936 1.6 0 2.666-.609 3.301-1.371l-1.041-.914c-.432.558-1.143.99-2.26.99-1.346 0-2.184-.838-2.361-2.158Zm2.234-3.149c1.143 0 1.93.737 2.133 1.981h-4.342c.229-1.219 1.016-1.981 2.209-1.981Zm10.74-3.681v3.554c-.584-.736-1.472-1.142-2.513-1.142-1.955 0-3.327 1.599-3.327 3.935 0 2.387 1.321 3.936 3.327 3.936 1.091 0 2.005-.482 2.615-1.32l.101 1.193h1.321v-10.156h-1.524Zm-2.107 8.988c-1.346 0-2.184-1.041-2.184-2.641 0-1.599.838-2.64 2.184-2.64s2.209 1.041 2.209 2.64c0 1.6-.863 2.641-2.209 2.641Zm9.775-2.412h4.418v-1.473h-4.418v1.473Zm13.762 3.707c2.387 0 3.834-1.117 3.834-2.895 0-1.599-1.27-2.285-3.479-2.843-1.65-.432-2.285-.787-2.285-1.498 0-.762.762-1.27 1.955-1.27a4.19 4.19 0 0 1 2.692.965l.888-1.219c-.99-.762-2.132-1.142-3.478-1.142-2.209 0-3.656 1.066-3.656 2.742 0 1.853 1.752 2.412 3.58 2.945 1.599.457 2.183.762 2.183 1.473 0 .838-.787 1.345-2.107 1.345-1.143 0-2.26-.431-3.072-1.218l-.94 1.218c.99.915 2.387 1.397 3.885 1.397Zm6.602-3.453h5.865c.051-.178.051-.305.051-.483 0-2.386-1.448-3.935-3.682-3.935s-3.758 1.599-3.758 3.935c0 2.26 1.371 3.936 3.885 3.936 1.599 0 2.666-.609 3.301-1.371l-1.041-.914c-.432.558-1.143.99-2.26.99-1.346 0-2.184-.838-2.361-2.158Zm2.234-3.149c1.143 0 1.93.737 2.133 1.981h-4.342c.228-1.219 1.016-1.981 2.209-1.981Zm9.547-1.269c-1.143 0-2.108.533-2.666 1.346l-.102-1.219h-1.32V502h1.523v-4.266c0-1.218.914-2.005 2.133-2.005.33 0 .686.025 1.016.05v-1.447a2.295 2.295 0 0 0-.584-.076Zm2.082-.94h1.676v-1.523h-1.676v1.523Zm.076 8.684h1.523v-7.617h-1.523V502Zm5.002-3.326h5.865c.051-.178.051-.305.051-.483 0-2.386-1.447-3.935-3.682-3.935-2.234 0-3.757 1.599-3.757 3.935 0 2.26 1.371 3.936 3.884 3.936 1.6 0 2.666-.609 3.301-1.371l-1.041-.914c-.432.558-1.143.99-2.26.99-1.345 0-2.183-.838-2.361-2.158Zm2.234-3.149c1.143 0 1.93.737 2.133 1.981h-4.342c.229-1.219 1.016-1.981 2.209-1.981Zm7.922 6.602c1.905 0 3.098-.889 3.098-2.285 0-1.194-.787-1.828-2.869-2.362-1.295-.33-1.701-.584-1.701-1.066 0-.533.584-.863 1.447-.863.812 0 1.498.279 2.107.787l.864-1.143a4.874 4.874 0 0 0-2.895-.939c-1.803 0-2.996.889-2.996 2.26 0 1.168.787 1.802 2.767 2.31 1.397.33 1.803.61 1.803 1.092 0 .584-.609.889-1.574.889-1.016 0-1.854-.33-2.488-.94l-.838 1.092c.838.762 1.98 1.168 3.275 1.168Zm15.895-.127h1.701l-3.885-9.648h-1.955L261.862 502h1.676l.863-2.234h4.621l.864 2.234Zm-4.926-3.656 1.752-4.52 1.752 4.52h-3.504Zm236.815-1.244v1.244h2.539c-.33 1.625-1.574 2.386-2.894 2.386-1.803 0-2.945-1.345-2.945-3.554 0-2.158 1.218-3.555 3.072-3.555 1.269 0 2.183.609 2.615 1.752l1.473-.559c-.66-1.675-2.133-2.589-4.063-2.589-2.843 0-4.748 2.005-4.748 4.976s1.778 4.926 4.494 4.926c1.346 0 2.412-.559 3.123-1.574l.127 1.447h1.194v-4.9h-3.987Zm10.233-2.844c-1.143 0-2.108.533-2.666 1.346l-.102-1.219h-1.32V502h1.523v-4.266c0-1.218.914-2.005 2.133-2.005.33 0 .686.025 1.016.05v-1.447a2.295 2.295 0 0 0-.584-.076Zm4.951 7.871c2.285 0 3.859-1.6 3.859-3.936 0-2.386-1.523-3.935-3.859-3.935-2.285 0-3.859 1.599-3.859 3.935 0 2.387 1.523 3.936 3.859 3.936Zm0-1.295c-1.397 0-2.311-1.041-2.311-2.641 0-1.599.914-2.64 2.311-2.64 1.396 0 2.311 1.041 2.311 2.64 0 1.6-.915 2.641-2.311 2.641Zm14.473-6.449-1.676 5.89-1.727-5.89h-1.498l-1.701 5.89-1.65-5.89h-1.575l2.336 7.617h1.676l1.651-5.586 1.675 5.586h1.651l2.336-7.617h-1.498Zm7.541 1.295v-1.295h-2.336v-2.031h-1.321l-.203 2.031h-1.498v1.295h1.498v4.316c0 1.397.813 2.133 2.311 2.133.508 0 1.041-.051 1.549-.178v-1.396a4.604 4.604 0 0 1-1.244.152c-.737 0-1.092-.228-1.092-1.016v-4.011h2.336Zm5.89-1.422c-1.066 0-1.98.457-2.564 1.193v-3.605h-1.524V502h1.524v-4.367c0-1.219.965-2.082 2.133-2.082 1.041 0 1.675.736 1.675 2.031V502h1.524v-4.824c0-1.752-1.117-2.92-2.768-2.92Zm11.578 7.871c1.905 0 3.098-.889 3.098-2.285 0-1.194-.787-1.828-2.869-2.362-1.295-.33-1.701-.584-1.701-1.066 0-.533.584-.863 1.447-.863.813 0 1.498.279 2.107.787l.864-1.143a4.872 4.872 0 0 0-2.895-.939c-1.803 0-2.996.889-2.996 2.26 0 1.168.787 1.802 2.768 2.31 1.396.33 1.802.61 1.802 1.092 0 .584-.609.889-1.574.889-1.015 0-1.853-.33-2.488-.94l-.838 1.092c.838.762 1.98 1.168 3.275 1.168Zm9.116-6.449v-1.295h-2.336v-2.031H561.9l-.203 2.031h-1.498v1.295h1.498v4.316c0 1.397.813 2.133 2.311 2.133.508 0 1.041-.051 1.549-.178v-1.396a4.606 4.606 0 0 1-1.245.152c-.736 0-1.091-.228-1.091-1.016v-4.011h2.336Zm7.82 5.002c-.33 0-.482-.153-.482-.483v-3.427c0-1.575-1.118-2.514-2.946-2.514-1.32 0-2.412.457-3.301 1.295l.94.99c.609-.635 1.422-1.016 2.285-1.016.965 0 1.6.407 1.6 1.016 0 .584-.559.686-1.702.838-1.472.228-3.275.635-3.275 2.514 0 1.32.99 2.234 2.488 2.234 1.118 0 2.133-.508 2.666-1.295.102.889.534 1.219 1.473 1.219.254 0 .457-.026.533-.051v-1.32h-.279Zm-4.139.203c-.787 0-1.244-.381-1.244-1.092 0-.99.99-1.143 1.955-1.295.737-.127 1.194-.203 1.473-.381v.99c0 .965-1.016 1.778-2.184 1.778Zm11.477-6.5-.102 1.092c-.584-.762-1.498-1.219-2.615-1.219-1.955 0-3.326 1.498-3.326 3.707 0 2.234 1.32 3.707 3.326 3.707 1.092 0 1.981-.457 2.59-1.219v.737c0 1.218-.609 2.183-2.311 2.183-.965 0-1.65-.228-2.259-.863l-.813 1.066c.686.686 1.701 1.092 3.098 1.092 2.336 0 3.707-1.422 3.707-3.453l.025-6.83h-1.32Zm-2.311 6.043c-1.32 0-2.183-.94-2.183-2.438 0-1.472.863-2.437 2.183-2.437 1.346 0 2.209.965 2.209 2.437 0 1.498-.863 2.438-2.209 2.438Zm6.983-1.752h5.865c.051-.178.051-.305.051-.483 0-2.386-1.448-3.935-3.682-3.935s-3.758 1.599-3.758 3.935c0 2.26 1.371 3.936 3.885 3.936 1.6 0 2.666-.609 3.301-1.371l-1.041-.914c-.432.558-1.143.99-2.26.99-1.346 0-2.184-.838-2.361-2.158Zm2.234-3.149c1.143 0 1.93.737 2.133 1.981h-4.342c.229-1.219 1.016-1.981 2.209-1.981Z' fill='%23000'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 5px;
    padding-left: 20px;
    width: fit-content
}

.section-investors {
    padding-top: 40px
}

.section-investors .wrapper-scroll {
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 15px;
    padding-top: 15px
}

.section-investors .wrapper-scroll::-webkit-scrollbar {
    display: none
}

.section-investors .list-investors {
    grid-gap: 8px;
    display: grid;
    grid-template-columns:80px 80px 80px 80px 80px 80px 80px;
    list-style-type: none;
    margin-bottom: 0;
    padding: 10px 24px
}

.section-investors .list-investors.grid-4 {
    grid-template-columns:80px 80px 80px 80px;
    justify-content: flex-start
}

.section-investors .list-investors > li .wrapper-card.center-card {
    height: 40px;
    padding: 0;
    width: 100%
}

.section-investors .list-investors > li .wrapper-card.center-card:hover {
    box-shadow: 0 4px 11px rgba(195, 195, 231, .5);
    filter: grayscale(0)
}

.section-investors .block-hover-title {
    cursor: pointer;
    display: inline-block;
    position: relative
}

.section-investors .block-hover-title:hover:after {
    background: #fff;
    border: 1px solid rgba(25, 25, 36, .15);
    border-radius: 2px;
    box-shadow: 2px 4px 22px 0 #19192426;
    content: attr(data-title);
    font-size: 13px;
    left: 0;
    line-height: 120%;
    padding: 5px 10px;
    position: absolute;
    top: 55px;
    white-space: nowrap;
    z-index: 1
}

@media (min-width: 1200px) {
    .section-investors {
        padding-top: 62px
    }

    .section-investors .list-stage-start {
        display: block
    }

    .section-investors .list-stage-start > li {
        margin-bottom: 24px
    }
}

@media (min-width: 1280px) {
    .section-investors .wrapper-scroll {
        margin-left: 45px;
        overflow: inherit
    }
}

.section-heart-world {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='1407' height='751' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1134.91-375.729-9.69 24.82-8.02 23.037-10.56 8.042-3 15.677 6.82 8.97-4.71 11.423-15.67-2.993-17.5-12.72 1.38-10.153 9.7-5.862 2.22-10.037-18.96-8.323-9.81 6.708-13.13-2.648 1.49 5.947 8.76 5.213 3.98 17.2 13.35 24.22 16.12 22.873-5.02 7.359-19.94-11.617-12.46-3.417-7.44 12.488 1.07 9.049-12.6 10.35 3.29 11.65 17.73 21.654-2.65 6.82-6.94-8.123-15.89 5.019-9.19-2.111-10.99 4.824-4.4-14.098-8 6.092 6.4 18.391 12.79.879 5.41 2.459-5.56 11.307-25.308-1.719-5.357-7.047-7.276.733-5.126-8.739-3.834-14.021-5.97-2.535 7.785-15.026-3.833-7.702-26.917-13.139-16.735-18.361 9.723-1.837 5.971 8.854 18.768 3.414 8.2 5.137 34.126 2.343 9.843 3.636 21.75-18.583 2.88-14.831-4.36-20.699-17.27-14.413-25.621-5.782-21.025-16.359-26.35-.424-11.836 4.709-11.529-3.866-2.757-9.279 9.158-1.914-13.015-3.493-6.417 2.861-5.533 2.694-18.576-4.824-1.488-5.947 12.913.033 9.08-7.669-3.409-4.485-9.724-4.482-4.484-2.907-9.043 1.067-.344 8.858-9.3-1.265 4.174-7.475 1.689-6.089-8.852-.342-1.074 7.896-4.904 6.514-2.88 8.512-.107-16.099-4.674 4.821-3.444 8.436-5.044 9.654-4.536-4.638 2.111-9.191 4.994-5.066.652-4.794-11.273-1.533-.228 8.011-4.905 6.514-6.43.849-.113 7.165-21.868-3.836.194 4.909 4.254 4.6-3.022 5.334-6.085-1.689-6.517 12.038-.08-12.074-6.316.003.311 10.382-4.563-8.663-5.558 4.989 2.871 8.433-6.815-2.651-10.796 9.734-13.024 13.452 7.969 6.828-9.415-.419-1.574 5.243-1.498 4.679-4.561-2.343-8.656 10.886 2.256 6.626-8.507-2.88-7.697 3.835-15.021 21.797-15.367 18.016 5.664 4.792-5.635 5.552-1.92 7.782-5.661 1.527-13.446 16.554-25.205 20.699 5.434 6.484 13.219-2.224-1.689 6.09-12.604 4.03-10.148-7.699-5.021 1.04.31 10.383-6.253-8.893-11.477 4.184-12.682-1.725 3.102 6.741-6.623 2.258-.652 4.795 3.524 3.638-11.607-3.302-2.456 11.73-6.931-1.804-4.252 1.719-9.494-6.174-4.904 6.514 13.554 5.864-3.752 4.373-9.916-3.072-2.228 3.718-5.635 5.553 8.342 8.315 9.839 3.636 6.544-8.014.617 8.126 9.3 1.265 6.517-12.039.222 15.253-13.898 2.993-2.65 6.82-6.702-9.816-20.407-1.913-2.226 10.037 13.334-3.07-15.278 13.146 3.947 6.856 17.7-11.954 1.603 5.1-15.164 12.3 4.254 4.6-13.526 4.479.847 6.434 8.428-2.875.194 4.909-13.561 17.4 9.265 14.185 5.24 1.574-.652 4.795 4.561 2.343 5.867-.925-2.343 4.564 3.715 2.229 8.005-6.092 10.567-1.723 3.944-5.782 4.676 1.497 1.574-5.243 11.899-7.286 10.094-.35 2.111-9.191-2.987-7.587 5.894 3.099 3.213-6.744.876 16.779 6.394 5.752-5.287 15.653-1.536 4.961 4.561 2.344 4.139 5.446-.765 11.959 1.039 5.024-.457 16.023 9.691 23.721-3.752 4.373-3.072 9.922 1.449 6.229 2.412 11.817 12.452 3.417 5.778 3.945 5.558-4.988.421-9.422 8.541-10.04 10.031 2.226 7.891 1.073 8.091-17.282 11.755-16.783.112-13.485-4.024-6.292 4.482-3.411 1.69-6.09-2.987-7.586 2.343-4.565L714.01 2.75l5.02-7.36 5.663 4.792 3.752-4.373 4.713-5.103-14.822-2.878-7.044 5.361-2.026-8.318-6.06-3.983 2.548-3.962 10.171-.915 5.214 3.869 10.608 4.315 8.325-6.336.138-9.46-2.947-1.55 1.433-8.421-13.324-7.557-6.749 7.412-7.044 5.36-5.368-2.74 1.817-4.923 9.312-3.041 4.341-6.59-.605-12.434.123-17.791 5.47-.118.573-10.55-.952-16.213 4.189.857 3.202-2.437 1.728-6.371 5.034.971 3.676-3.808 5.364-9.898 6.469-1.131 5.11-5.911 3.907.819 13.998-12.171 9.245-13.103 4.381-.554-.245-6.639-8.02-2.24 2.663-4.808 5.277-5.026-.232-4.628-1.718-4.254 1.856-5.205 5.662-1.528 8.054-10.681 10.595 2.303 6.583-1.977 2.025 1.998 7.596-.977 13.058 15.85-1.098 16.51-6.161-1.125-17.134 24.669-20.963 23.286-9.889.953-.409 5.114-2.113 2.873-4.52 3.693-.421 9.421 3.256 5.613-1.882 7.5 4.306 6.33.246 6.64-2.842 8.23-.66 21.739 16.899 12.926 6.201.843.412 7.524 2.96 3.562 5.623-1.246 10.247-1.479 9.798-8.72 3.767 3.96 8.875-8.272 5.201 1.856 2.792-3.642 8.031-2.067 4.649-2.527 9.621 1.021 9.159-1.914 5.238-4.745 6.046 1.972-3.508 4.693-.255 3.986 18.997 1.722 3.512 7.946-3.125 1.872-9.415-.418-6.544 8.014-4.688 2.809-.69 5.076-5.662 1.528-5.891 3.22-12.286-2.533s-.308-4.063-1.436-4.216c-1.127-.154-11.99-.482-11.99-.482l-2.164 1.142-2.525-4.652-2.357 2.552-1.42 4.115-10.428-1.418-3.355 3.565-3.267-1.306-3.804 2.642-2.702 5.09-6.788 1.374-1.304 9.588 7.149 4.42-4.97 2.77 3.217 5.895 4.664 5.804 6.904-2.22.491 13.279-5.425 25.112-6.25 3.746-10.159-3.392-4.755-7.253-6.267-10.905-4.881-2.1-10.733 7.157-8.233 14.103-5.016 19.998 1.296 7.357.132 13.805 7.522 12.225-1.485.372-2.088.578-1.881 7.499-6.981 2.785-3.217-5.895-2.331.257-1.741 4.359-7.328-.996-2.65 6.82-6.672 6.848-10.004 1.798-10.121-3.674-.116-5.473 3.42.178 1.536-4.961-4.805-2.664-16.204.955-16.511 3.212-13.319 11.401-21.111 1.15-12.487 9.504-9.314-3.278-.975-7.6-7.406-6.752-.309-4.063 7.366.715 2.023-4.321-3.332-5.049-7.019 3.067-3.867 5.218-10.863-.328 3.804-2.642 2.485-1.386-2.794-2.677-.64.487-8.773 5.413-6.918.208-6.518 5.72-3.984-.255-6.943 2.503-3.37-4.767 2.702-5.09 4.265.293 3.791-4.655-7.059-2.97-9.416-.419-4.459-5.202 3.919-3.488-2.089-5.742-3.524-3.638.332-4.551-6.367-1.728 6.352-6.603 2.676-2.796 1.358-1.539 1.202-6.73 4.778-1.36 1.702-4.077 6.315-.003 3.816-6.949 6.354-.285s2.665 1.511 3.1.422c.435-1.09 2.444-7.423 2.444-7.423l-8.878-4.367-6.315.003 4.877-10.538L597 33.654l1.137-10.472-.719-5.268-9.273 2.76-9.951 9.848-18.075-2.17-4.391 11.178-7.144 14.539-.022 14.933 6.177 9.457-.368 11.151-2.51 3.68-.409 5.114 2.27 8.639-6.469 1.131.873 4.139 3.37 4.767-2.1 4.885.873 4.139-9.736-.175-2.88 8.513-6.942 2.502.42-9.421-15.09-.904-1.832 2.911 2.41 5.498-1.396 1.82-4.47-.895-2.615-6.1-10.62-.008-14.923-.019-2.945 4.769 1.09 6.755-.151 7.447-6.584 1.977-.447 5.396 2.55 2.358-8.288-.266.163-11.754 3.355-3.565.562-6.242-6.212 3.463-5.721 16.743-13.179 8.261 2.845 4.408 13.527 1.839-.37 4.833-24.122-4.142-.255 3.986 2.998 3.28-12.003-2.494-9.903-1.06-3.612 1.232-3.573.951-17.46-.364-10.642 14.924.002 6.319-13.526 4.48-19.086 3.149 1.398 4.498 5.329 3.023-2.676 2.795-20.01-2.721-14.889-12.94 3.279-3.001.332-4.55-12.004-2.494-2.583 16.882 1.081 17.381-6.315.002-1.795-3.69s-1.371-.474-2.78-.666l-4.509-.613-7.328-.997-5.639-13.405-12.798-.878-1.831 2.91-7.341-3.009-15.052-1.185-3.842 2.924 3.652 4.805 2.909 1.832-1.23 2.705 3.486 3.921-6.43.848.822 8.729 8.851.342 13.326 13.876 7.175 2.125-.858 4.191 5.484 1.895-1.126 6.166 12.094 3.942-1.153 2.142-6.75 1.092-.562 6.243-6.2-.844 4.664 5.805 1.963 10.894 10.519 9.186-1.842 7.217-4.213 7.757 6.139 9.739-1.624 9.832-3.959-2.549-2.257-6.626-3.547 4.975-6.503 14.051 4.305 6.33-2.241 1.706-5.073-.69-2.393 9.153-5.967 10.103-14.728 11.209-14.707-3.723-21.729-13.296-12.964-1.763-29.404-18.073-8.495-7.187-4.726 3.091-16.643-10.593-5.636-.766-7.625-9.367-11.273-1.533-6.122 4.912-.536 3.948-10.723-3.469.422-3.102-4.906.194-2.204 1.424-7.429 1.862-.383 2.82 2.294 6.344-.381 9.139.592 10.421-4.623 6.552-2.945 4.769-3.298 24.253-1.038 1.295-16.3 22.772-14.804 18.093-10.721 2.85-3.034 9.64-3.79 4.655 3.537 5.651 1.296 7.357 9.864 1.341-5.838 11.27-5.98 8.09-2.662 11.127-7.236 6.771-.652 4.795 10.146 1.38 5.241 7.893 27.901 3.795 10.058 6.25 3.295 11.65.184 15.535 4.409 9.791 10.774 5.2 11.976-7.85 11.234 1.815 8.108-2.631 16.065 2.185 3.575 5.369 12.721 1.443 3.383 6.779 9.864 1.341 4.163-3.168 5.034.972 15.394-13.991 10.248-1.478 10.991 1.494 4.097-6.91 15.241-12.863 10.951-4.542.844-6.205-4.743-11.559-.015-8.332 27.907-19.47 13.191-12.567 4.943-6.796 29.54 2.295 4.713-5.104 14.577-3.762 7.826-2.67 1.457-10.716 4.496-1.399-.59-4.102-.347-3.781 3.085-7.91-4.536-4.638 6.185-7.488 12.836.597 7.107-7.938 10.57 4.597 4.946 5.843 11.235 1.815 5.061 4.997 7.174 2.125 2.166 5.177 15.052 1.185 21.926-17.698 6.072-.323 1.551 3.37 10.261.534 7.657-9.873 13.693-3.595 12.468 11.749 14.746 9.76-2.991 21.997 16.326 23.475-.959 7.05 7.328.997 2.756 9.279 6.649 1.766 10.625 18.966 8.303 8.597 17.768 4.427 7.485 12.507 3.907.818 1.115 4.46 10.031 2.226 1.68 4.537-1.343 9.871 7.174 2.124 2.025 1.999 3.253-.707 4.343-.271.183 15.535 8.409 18.378-1.113 8.178-7.864 2.951-1.664 3.795 1.038 5.024-6.006 4.066.283 6.358 6.816 2.65 9.81-6.708 7.877-7.258 4.352-10.897 6.622-2.259 3.852-13.55-10.609-10.635-.874-10.459 10.783-11.745 5.303-1.003 6.394 5.753 9.48 4.161 4.434 7.497 3.307 7.343 5.033-5.347.805-5.922-8.253-13.186-12.12-7.968-10.057-6.25-14.799-11.491-8.597-4.329-7.853-1.355 4.803-3.656 7.044-5.361-.423-3.217-12.683-1.724-9.043 1.067-5.894-3.099-5.78-10.264-7.072-4.983-6.871-17.02-1.759-16.611-14.032-17.131-13.299-9.851-2.45-11.535 4.199-9.769 4.803-3.655-1.154-4.178-3.242-3.601 4.213-7.757 13.194.072 4.712-5.104 12.119 1.648-3.008 7.346-1.306 3.269 3.807 9.997.322 6.075 7.75-2.105 3.366-7.872 5.79-.362 8.06 8.277 1.526 5.665-1.521 13.293 8.725 5.495-3.585 5.257 2.051 6.023 10.736 5.482 1.821 7.715 16.488 5.402 6.791 4.945 3.614 5.087 2.921 3.844 6.342 4.022 3.012 5.292 6.816 2.651 4.139 5.445 2.871 8.433 9.839 3.636 5.524 7.932 2.152 3.165 6.764.92-9.525 19.385-.484 11.997-2.738 11.692 3.409 4.484 11.992 6.801 1.065 9.049 4.37 3.754 1.666 2.524 6.702 9.816 1.244 5.626-.652 4.794 4.266.293.575-4.23 7.328.997-.537 3.948-5.457 2.13-.819 3.91 4.947 5.843 2.819 6.702 25.467.591 4.919 1.818 10.261.534 2.717 3.242 5.765 1.933-.537 3.948 4.637 1.78 3.818-.63 5.51 5.919 3.088 4.729 3.369-1.553 1.342-9.87-6.894-8.406-13.876-11.94-15.361-5.248 2.945-4.77 5.88 1.087.255-3.986-1.756-3.973 2.19-3.436 3.945.536 2.333 6.062 2.242-1.706-1.001-5.306-6.971-7.841-3.563-9.676-5.522-1.613 1.571-17.881 7.93.791 4.702 5.522 5.382 4.753 2.986 7.587 2.293.025-1.039-5.024 2.075-2.59 3.1.421 2.166 5.178-.537 3.948 3.933-1.476.523-5.96-5.113-6.728 6.931 1.805 3.202-2.437-9.724-4.482-3.127-4.446 5.111.407 1.114-1.859 8.327-.016 4.918-4.501 3.663.498 4.676 1.498 6.622-2.259 4.496-1.399 15.181 2.351 2.525 4.652 3.562 3.357-.422 3.102 11.426.405-7.684 5.848-.767 5.641 3.357 2.754-4.765 3.373-1.379 16.472 6.764.92 3.394-3.847 8.275-1.747-.691 5.076-4.521 3.694-1.152 2.141 4.523 2.625-.806 5.923 4.766 2.946-.307 2.256-4.444 3.129-.408 5.115 3.28 3.318-3.971 1.758-2.743-7.267-5.637-.766.886 6.152-3.175 6.462.744 2.973 7.007 1.24 5.571-2.976 3.653 4.805 6.93 1.804-1.112 8.179-4.214 1.437 3.37 4.767 2.974 5.574 6.161 1.126 1.154 4.178-6.763-.92-.653 4.794 2.794 2.678 7.891 1.073 3.637-3.527 8.121-.619 3.946.537-7.774 4.4 1.704 2.242-1.268 2.988.859 2.127 4.791.652 3.394-3.847 4.751-5.386 1.666 2.524-.422 3.103 3.062.703 3.434 2.191 3.828-4.937 2.525 4.652-.844 6.204 4.485 2.908 12.682 1.724-.384 2.821 4.228.575 3.021-5.334 6.046-4.348-.384 2.82 5.188-.156 2.992-21.997 14.321.225 8.765 5.213 10.82.61 7.64 11.379 13.98 2.763 21.34-9.162.8-5.922 2.83 2.396 2.37-.54.77-5.64 12.18-13.566 20.55 5.092 5.99-6.078-3.56-3.357 6.19-1.169 3.47-4.411 3.79 1.665-.92 6.768-4.2 3.45-4.78 7.68 8.5 7.187-.66 4.794 6.47-1.131 3.32-9.602 2.66-4.808.54-3.948-4.71-5.522 3.94-7.795 13.2 2.083-.38 2.82 6.99-.772 18.95-12.647 10.1 1.662 2.83 2.396 11.03 1.213 12.45-9.222 21.07-13.506 14.95-2.276 14.59-8.068 4.75-5.386 4.27.293 2.41 5.498 3.12-1.873 4.98-7.078 7.19-2.182 4.04-2.322 12.97 1.763 7.16-6.207 4.75.934-.54 3.948 1.68 4.537 2.37-.539 2.61-6.539 2.94-.462.42-3.103-1.44-4.216-4.69-3.51-3.42-6.497-8.35-4.009.77-5.64.93-4.756 3.48-2.398-1.3-3.05-3.83-1.383-1.45-6.229-3.18-6.176 11.26-.48 3.8 3.677 7.47 4.176 4.81 2.664 3.94 6.856 6.37 8.046 9.22 6.136 13.66 5.019 3.21-2.437-1.48-3.935-5.2-8.175-.62-8.126 3.02-5.334 1.77-12.972 8.41-4.888 8.91 2.073 2.56 4.37-1.19 8.742 1.05 7.037 6.51 4.906 3.05-1.309-2.93-5.856 2.07-8.91 4.16-9.487-1.75-14.598 1.28-7.294 7.46-4.157-4.41-3.471-5.13-2.421-8.16-5.418-9.61-11.647-4.47-13.534s-5.61-20.006-6.02-21.211c-.12-1.166-1.22-20.559-1.22-20.559l11.63-17.95 20.43-6.7 7.26-2.746 6.13-21.857 4.96-28.048 15.5-4.211 6.76-5.399 10.74 11.8 3.79 1.665 93.09-684.438-402.73-54.773Zm53.1 886.421-8.57-.303-1.06-2.73-5.9-3.1-16.3 10.134-12.45 2.902-2.19-2.883-9.02-1.227-8.8 1.389-7.73-.189-.7-3.256-8.06-1.957-.57 4.23-6.91 2.22-4.41-9.79-4.95-1.536-5.29 3.014-12.14-3.66-2.89-6.139-4.79-.652-5.77 4.387-27.54 1.999-39.664 23.615-.537 3.948-8.35 8.63-12.502 1.172-1.384-2.486-3.281-3.319-7.235 6.772-32.129-4.37-7.611-7.354-.41-1.205.602-.205-.846-.115-1.397-4.499-5.535-3.625-1.219-7.921-6.764-.919.69-5.077 11.477-4.183.652-4.794-3.524-3.639 1.011-5.32 4.789-5.668 5.56 1.331 3.369-1.552 3.327-13.909-1.45-6.229-2.231-8.92 2.842-8.231.495-16.304 4.906-.195 1.693 6.55-2.625 4.525.002 6.32 2.741.947.857-4.192 3.189-4.449 7.199-.17 1.753-8.666-.708-9.574-2.204-4.896.857-4.191-1.091-6.755 2.794 2.678 4.561 2.343 8.094-4.643 4.738-7.398-1.064-2.73-5.803-1.651-3.281-3.318 5.022-1.041.5 2.653 7.084.677.102-2.859 6.377-8.898 10.335-6.35 12.349-.044 3.918 2.831-.98 3.026-6.113.605-1.152 2.141 6.085 1.689-4.009 2.04-.178 3.423 22.057 2.425 2.55-3.962 8.12-.618 3.11 2.434 5.24 1.574.15 3.179-17.06 11.466.33 8.088 18.8 7.439 1.7 8.562-2.3 4.282.04 6.037 12.53 2.853 4.5-5.706 4.8-9.974 11.28 1.533s.43-1.09.1-2.859c-.33-1.768 8.62-10.604 8.62-10.604l17.75 2.415 5.14-1.886 1.66-3.795-4.99-1.254 3.06-5.616 4.13-.873 1.04 5.024 25.99 17.895 12.12 1.648 16.31 8.825 7.29 13.917 22.26 3.028 11.67 7.044-.79 7.935 7.73 6.508 1.29 7.357-3.62 11.858-21.26 14.916Z' fill='%23F9F9FF' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m487.242 454.449-.576 4.23-7.276.734-7.019 3.067-4.509-.614-1.419 10.435 3.934 4.843-4.893 2.207 2.116 9.766 4.947 5.843 2.191 2.883 7.096-3.63 1.457-10.717 4.611-2.245 1.458-10.716-2.027-8.318 3.944-5.783-4.035-1.985ZM468.233 505.575l-12.027 6.119-6.482-.882-.537 3.949 2.461 7.228s-1.918 14.1-2.353 15.19c-.435 1.09 1.143 8.485 1.143 8.485l-5.892 3.22.719 5.268-2.292 6.294 3.923 9.15 10.427 1.419 3.367-7.872 5.112.408 3.408 4.485 5.84-4.951 4.373-32.149 2.791-3.641 1.151-8.461-4.371-10.072-10.761-3.187ZM848.76 584.327l-4.559 3.975 3.677 2.511 4.688-2.809-3.806-3.677ZM836.981 561.183l-4.777 1.36 4.202 2.87 2.255.306 2.279-1.987-3.959-2.549ZM886.098 573.608l4.701-.797 7.607-5.285s2.909 1.832 2.832 2.396l-.575 4.23 10.209-1.196-1.244-5.627-1.179-1.883 3.894-1.194 4.509.613-2.023 4.321 1.141 2.165 8.735-5.131 16.346 2.223.537-3.948-7.61-1.035 2.907-4.487 7.916-1.221.576-4.23-3.934-4.844-23.776-.361-3.713 4.09-5.035-.972-6.544 8.014-9.925 7.555-7.531 4.72 1.179 1.884ZM919.378 527.295l.846.115-.602.205-.244-.32ZM1136.52 353.184l-12.39 4.632-.04 6.602 9.86 1.341 7.15 4.419 1.48 3.935-8.74-1.189-10.6 27.281-11.55-1.571-4.41 2.847.54 2.371-4.14.874-1.47-3.934-11.89 2.979-6.15 7.206s-1.39-4.499-1.84-5.421c-.45-.923-2.63-1.794-2.63-1.794l-3.51 4.693-5.35-.728.61-4.512-1.06-2.73-6.98 2.785-.27-4.346-2.9-6.138-13.13-2.648-3.32-3.036 3.88-3.206 3.19 1.87 8.45 1.15 2.61 4.088 2.81.383.98-5.038 1.06-9.909 3.55 1.345 4.83.369 3.61-7.551 19.11-11.762 3.58 1.062 5.06-1.323 7.1-9.949 14.21-3.237 2.92-2.475 3.88-3.206 9.38-5.618 4.54 4.638-.73 5.358-11.29 9.093ZM587.609 79.482l-5.776 2.374-2.805 1.63-1.973-.269-2.882 2.193.886 6.152 4.971 3.549 7.303 3.29 4.482-3.41 1.908-3.475-3.934-4.844 2.972-.745.575-4.23-5.727-2.215ZM598.664 78.4l1.064 2.73 1.871 3.127-2.318 2.27-.691 5.076 1.398 4.498s8.044-.054 8.737 1.189c.692 1.243-.652 4.794-.652 4.794l3.433 2.19 5.355.728 1.074-7.896 4.189.857.575-4.23-2.64-3.806 5.085-3.617.614-4.512-3.654-11.124-4.573 1.963-.332 4.55 2.985 1.268-1.535 4.961-1.691-.23.011-4.307-2.613.22-2.471 3.397-1.001-5.306 1.921-1.462-1.384-2.486-3.062-.704-.985 3.026.256 2.333-1.882 1.18-4.676-1.498-2.408.822ZM659.979 104.548l-1.908 3.475 3.382.46-.345 2.538 5.355.728-1.603-5.101-4.881-2.1ZM592.994 96.874l-4.034 4.334-2.444 7.423 3.663.498 1.971-6.051 3.638-3.526-2.794-2.678ZM596.377 103.653l-.843 6.205 7.225 3.854 4.893-2.206-1.411-6.511-5.418 1.848-4.446-3.19ZM608.305 106.711c.73.961.987 3.294.987 3.294l1.691.23-.614 4.512 2.819.383-.092-7.767-4.791-.652ZM703.159 46.656l-1.381 10.152-7.414 10.194-.921 6.768 3.446-2.116 5.479-10.744 4.469-5.424 1.113-8.178-4.791-.652ZM726.368 40.622l-.69 5.076 1.117 10.78s4.573-1.964 4.445-3.13c-.167-.884 1.15-8.46 1.15-8.46l6.597.035.959-7.05 1.96-1.744-.514-4.666-6.2-.843-8.824 10.002ZM795.827 2.676l1.948 2.562 2.818.384 1.474 3.934 5.213-2.45.384-2.82 2.254.306.614-4.512-7.046-.958-3.202 2.437-4.457 1.117ZM793.832 17.34c-.96.731-2.419 5.128-2.419 5.128l3.1.422-.921 6.768 1.973.269.575-4.23 4.239-3.732 6.969 1.522.806-5.922 5.918.804-1.115-4.46-14.937-2.031-.332 4.55-3.856.912Z' fill='%23F9F9FF' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m469.559 244.667 3.729 4.241 1.616 7.113 8.993 3.521 7.469 4.176 6.176 3.137-1.343 9.871-8.978 4.81-2.086 6.897-4.495 7.719-1.099 10.19 4.293 4.318 15.501 2.108 11.273 1.533 5.266 5.599 9.364-1.311 6.253 8.893 4.51.613 1.112-8.178 5.957.523 5.471 6.201 6.252 2.574 11.63-5.312 15.372.942 5.625 5.073 5.508-.4.24-12.318-.847-6.434 13.066-1.095 1.227-9.025 6.02-2.053-9.905-13.698-13.225-16.734 1.42-10.435-6.498-9.213-.718-5.268 5.918.805-.46 3.384 6.66-2.54 20.085-4.162.934-4.756 12.464-.89 1.074-7.896 3.663.498 6.024 10.585 7.378-3.592-.556-17.022-3.69-4.523 3.026-34.918-4.421-5.484 1.805-6.935 4.751-5.385-1.566-11.702' fill='%23F9F9FF'/%3E%3Cpath d='m469.559 244.667 3.729 4.241 1.616 7.113 8.993 3.521 7.469 4.176 6.176 3.137-1.343 9.871-8.978 4.81-2.086 6.897-4.495 7.719-1.099 10.19 4.293 4.318 15.501 2.108 11.273 1.533 5.266 5.599 9.364-1.311 6.253 8.893 4.51.613 1.112-8.178 5.957.523 5.471 6.201 6.252 2.574 11.63-5.312 15.372.942 5.625 5.073 5.508-.4.24-12.318-.847-6.434 13.066-1.095 1.227-9.025 6.02-2.053-9.905-13.698-13.225-16.734 1.42-10.435-6.498-9.213-.718-5.268 5.918.805-.46 3.384 6.66-2.54 20.085-4.162.934-4.756 12.464-.89 1.074-7.896 3.663.498 6.024 10.585 7.378-3.592-.556-17.022-3.69-4.523 3.026-34.918-4.421-5.484 1.805-6.935 4.751-5.385-1.566-11.702' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m521.421 319.219-1.726 12.69 7.65 7.072 5.073.69 3.203 3.882-7.351 7.617-2.805 1.63-.613 4.512-6.482-.882-1.705-2.242-5.059 1.322-5.638-7.086-3.521 9-7.351 7.617-4.152-7.458-1.924-11.176-2.55-2.358-6.109 6.925-1.112 8.178-6.482-.882-6.38-3.74-6.021 2.054-4.227-.575-1.231-3.614-3.83-1.383 1.764-12.972-7.251-1.561-4.853 8.244-4.074-1.703 1.918-14.1 25.116-15.829 1.843-7.217 14.001.468' fill='%23F9F9FF'/%3E%3Cpath d='m521.421 319.219-1.726 12.69 7.65 7.072 5.073.69 3.203 3.882-7.351 7.617-2.805 1.63-.613 4.512-6.482-.882-1.705-2.242-5.059 1.322-5.638-7.086-3.521 9-7.351 7.617-4.152-7.458-1.924-11.176-2.55-2.358-6.109 6.925-1.112 8.178-6.482-.882-6.38-3.74-6.021 2.054-4.227-.575-1.231-3.614-3.83-1.383 1.764-12.972-7.251-1.561-4.853 8.244-4.074-1.703 1.918-14.1 25.116-15.829 1.843-7.217 14.001.468' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m535.621 343.553 12.553.559 10.555-3.735 12.118 1.648 2.397 3.486 1.372 6.793 13.773 8.479 10.428 1.418-4.328 8.603 2.065 8.036 1.783 7.997' fill='%23F9F9FF'/%3E%3Cpath d='m535.621 343.553 12.553.559 10.555-3.735 12.118 1.648 2.397 3.486 1.372 6.793 13.773 8.479 10.428 1.418-4.328 8.603 2.065 8.036 1.783 7.997' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m595.29 394.465 7.609 1.035 6.942-2.502 7.892 1.073 4.51 6.932 10.16 3.392 1.726-12.69 10.849-1.684.614-4.512-5.395-6.765 6.622-2.259 3.754 1.946 6.8-5.681 4.675-4.821-1.975-6.588-1.857-1.114-3.793-1.665-7.019 3.067-9.095-.663-8.198 1.183-8.146 2.913-.896 4.474-12.682-1.725-.257-2.332-10.543-.573' fill='%23F9F9FF'/%3E%3Cpath d='m595.29 394.465 7.609 1.035 6.942-2.502 7.892 1.073 4.51 6.932 10.16 3.392 1.726-12.69 10.849-1.684.614-4.512-5.395-6.765 6.622-2.259 3.754 1.946 6.8-5.681 4.675-4.821-1.975-6.588-1.857-1.114-3.793-1.665-7.019 3.067-9.095-.663-8.198 1.183-8.146 2.913-.896 4.474-12.682-1.725-.257-2.332-10.543-.573' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m612.634 298.593 5.932 2.817 14.373 1.955 9.899-11.579s5.112.408 6.201.843c1.089.435 8.456 7.469 8.456 7.469l1.704 2.243 6.893 2.086 7.467-2.144 3.729 4.241-.844 6.204-.728 5.359 4.934 10.149-.997 7.332-8.173-1.111-7.98 3.797 1.321 5.063 1.986 2.281-4.534 1.681-.92 6.768-3.662 5.821' fill='%23F9F9FF'/%3E%3Cpath d='m612.634 298.593 5.932 2.817 14.373 1.955 9.899-11.579s5.112.408 6.201.843c1.089.435 8.456 7.469 8.456 7.469l1.704 2.243 6.893 2.086 7.467-2.144 3.729 4.241-.844 6.204-.728 5.359 4.934 10.149-.997 7.332-8.173-1.111-7.98 3.797 1.321 5.063 1.986 2.281-4.534 1.681-.92 6.768-3.662 5.821' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m647.448 234.681 3.88-3.206 2.832 2.395 2.973 5.575 9.864 1.341 6.125 7.727-2.509 3.68 6.24 6.88 9.684-1.555 10.556 2.584 2.987 7.587 7.327.997 4.538 10.957 9.647 5.046-4.482 3.412-4.51-.614-2.996 3.039-4.855 1.925-3.353 9.884-2.819-.383-6.915 6.527-7.328-.996-3.945-.537-2.959 2.757' fill='%23F9F9FF'/%3E%3Cpath d='m647.448 234.681 3.88-3.206 2.832 2.395 2.973 5.575 9.864 1.341 6.125 7.727-2.509 3.68 6.24 6.88 9.684-1.555 10.556 2.584 2.987 7.587 7.327.997 4.538 10.957 9.647 5.046-4.482 3.412-4.51-.614-2.996 3.039-4.855 1.925-3.353 9.884-2.819-.383-6.915 6.527-7.328-.996-3.945-.537-2.959 2.757' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m681.457 328.634 4.279 2.305 5.677 6.804 12.464-.89 7.609 1.035 3.509-4.693 7.109-1.618 7.659-3.554 14.092 1.916 9.4-7.913 5.648-3.54 10.146 1.38 8.43 3.444 9.864 1.342 1.573-11.563 7.26-9.065-5.368-2.741-6.623-4.06-5.382-4.753-9.582-1.303-6.571 3.989-3.6-3.075-8.723.825-4.931 2.488-6.688-1.484-4.998-7.573-12.118-1.648' fill='%23F9F9FF'/%3E%3Cpath d='m681.457 328.634 4.279 2.305 5.677 6.804 12.464-.89 7.609 1.035 3.509-4.693 7.109-1.618 7.659-3.554 14.092 1.916 9.4-7.913 5.648-3.54 10.146 1.38 8.43 3.444 9.864 1.342 1.573-11.563 7.26-9.065-5.368-2.741-6.623-4.06-5.382-4.753-9.582-1.303-6.571 3.989-3.6-3.075-8.723.825-4.931 2.488-6.688-1.484-4.998-7.573-12.118-1.648' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m746.199 137.529 16.167 5.645 21.931 1.26 11.234-4.504 11.606 3.302-2.68-9.843 1.933-5.769-2.114-3.447-2.487-4.934-19.498-4.375' fill='%23F9F9FF'/%3E%3Cpath d='m746.199 137.529 16.167 5.645 21.931 1.26 11.234-4.504 11.606 3.302-2.68-9.843 1.933-5.769-2.114-3.447-2.487-4.934-19.498-4.375' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m807.137 143.231 10.738 11.801 5.783 22.903-2.339 17.203-9.144 10.245-1.215 4.718 7.751 4.213-1.611 11.845 2.912 14.47 6.292 8.61 1.949 8.882-.997 7.333-16.715 8.928-9.193 14.835-2.251 12.331-2.92 2.475' fill='%23F9F9FF'/%3E%3Cpath d='m807.137 143.231 10.738 11.801 5.783 22.903-2.339 17.203-9.144 10.245-1.215 4.718 7.751 4.213-1.611 11.845 2.912 14.47 6.292 8.61 1.949 8.882-.997 7.333-16.715 8.928-9.193 14.835-2.251 12.331-2.92 2.475' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m662.048 367.929 1.296 7.356 6.764.92 3.602 9.394 6.098 3.702 3.127 4.446 7.059 2.971 18.883 2.568 7.389-7.899 6.2.843.461-3.384 7.891 1.073 6.737-3.105 5.483 1.895 3.28 3.318 5.572-2.976 9.248-.465 12.062-19.04 8.58-10.322 1.611-11.845 7.569-5.002 5.355.728 4.546-5.988-5.6-7.367-7.918-5.098' fill='%23F9F9FF'/%3E%3Cpath d='m662.048 367.929 1.296 7.356 6.764.92 3.602 9.394 6.098 3.702 3.127 4.446 7.059 2.971 18.883 2.568 7.389-7.899 6.2.843.461-3.384 7.891 1.073 6.737-3.105 5.483 1.895 3.28 3.318 5.572-2.976 9.248-.465 12.062-19.04 8.58-10.322 1.611-11.845 7.569-5.002 5.355.728 4.546-5.988-5.6-7.367-7.918-5.098' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m776.122 88.462 4.227.575 7.505-8.746 9.53-.427 26.44 1.873 6.189 5.15 6.072-.323 6.108-6.924 2.025 1.998 1.334 7.075 18.882 2.568 4.808 15.303 3.434 2.19-1.649 12.126s-3.984-.254-5.021 1.041c-.999 1.013-2.265 10.319-2.265 10.319l-5.213 2.451-3.906 5.5 5.01 3.267-4.584 6.269-21.238 6.303-6.905-4.098-2.395 2.834-7.199.169' fill='%23F9F9FF'/%3E%3Cpath d='m776.122 88.462 4.227.575 7.505-8.746 9.53-.427 26.44 1.873 6.189 5.15 6.072-.323 6.108-6.924 2.025 1.998 1.334 7.075 18.882 2.568 4.808 15.303 3.434 2.19-1.649 12.126s-3.984-.254-5.021 1.041c-.999 1.013-2.265 10.319-2.265 10.319l-5.213 2.451-3.906 5.5 5.01 3.267-4.584 6.269-21.238 6.303-6.905-4.098-2.395 2.834-7.199.169' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m836.507 34.92 6.673-.528 6.609-4.27 9.032 3.238 8.61 6.341 14.348 4.25 5.725-4.105.844-6.204-3.845-9.714 3.803-2.643.01-10.626 2.407-7.14-7.445-6.47 7.993-1.785 4.596-10.577' fill='%23F9F9FF'/%3E%3Cpath d='m836.507 34.92 6.673-.528 6.609-4.27 9.032 3.238 8.61 6.341 14.348 4.25 5.725-4.105.844-6.204-3.845-9.714 3.803-2.643.01-10.626 2.407-7.14-7.445-6.47 7.993-1.785 4.596-10.577' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m884.622 42.039 6.459 9.495 4.791.652-1.457 10.716 8.226 9.161-1.726 12.69-7.696 10.156-1.856 5.205-6.815-2.65-1.666-2.525-2.51 3.68-4.149 5.18-3.304 5.295' fill='%23F9F9FF'/%3E%3Cpath d='m884.622 42.039 6.459 9.495 4.791.652-1.457 10.716 8.226 9.161-1.726 12.69-7.696 10.156-1.856 5.205-6.815-2.65-1.666-2.525-2.51 3.68-4.149 5.18-3.304 5.295' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m817.1 226.159 16.599-8.083 16.678-2.327 25.646 3.488 12.991 5.788 2.602 4.087 15-.545 6.609-4.271 13.796-.134 8.136 7.713 11.67.725 10.862-5.991 1.764-12.972 8.53-5.733 10.669-4.581-1.181-8.203-6.113-12.033.587-8.537 4.187-5.462 4.651 3.792 5.919.804 6.442-5.155 1.265-9.306-4.125-3.434-5.739 2.092-10.864-6.648-3.077-9.035-8.788-2.919-2.182-13.509-7.744-27.478-7.855-7.674-11.977 1.53-.805 5.923-5.637-.767.997-7.332-5.97-2.535-4.085 2.603-7.046-.958.422-3.102-9.019-1.227' fill='%23F9F9FF'/%3E%3Cpath d='m817.1 226.159 16.599-8.083 16.678-2.327 25.646 3.488 12.991 5.788 2.602 4.087 15-.545 6.609-4.271 13.796-.134 8.136 7.713 11.67.725 10.862-5.991 1.764-12.972 8.53-5.733 10.669-4.581-1.181-8.203-6.113-12.033.587-8.537 4.187-5.462 4.651 3.792 5.919.804 6.442-5.155 1.265-9.306-4.125-3.434-5.739 2.092-10.864-6.648-3.077-9.035-8.788-2.919-2.182-13.509-7.744-27.478-7.855-7.674-11.977 1.53-.805 5.923-5.637-.767.997-7.332-5.97-2.535-4.085 2.603-7.046-.958.422-3.102-9.019-1.227' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m978.653 203.323 26.427-6.459 11.81-2.415 13.72 13.068-2.07 15.229 4.65 3.792 18.04 2.453 5.76 8.252-1.11 8.178 8.74 1.188 5.65-3.54 21.12.862 4.8-3.655 4.08 1.703 10.58 12.929s5.82 3.663 6.77.92c.66-2.782.84-6.205.84-6.205l7.05.959 3.35 2.754 4.37-2.565 11.61 3.301 10.91 8.378 2.4 9.805 3.41 4.485-.73 5.358-9.55 2.722 10.07 14.582-4.12 15.524-6.61 4.271-10.15-1.379-3.21 6.743-6.89 4.233.21 13.241M800.861 337.117l20.292 2.76 15.755-1.878 9.327 5.289 10.978-.517 2.945-4.77 9.864 1.342 6.326-10.629 26.553-5.293 12.326 8.57s5.93-3.502 7.147-1.9c.936 1.563 11.8 8.211 11.8 8.211l1.028 9.331 6.111 5.714 1.591 9.408 8.84 4.649 3.027 13.624-.575 4.23-18.601-2.53-4.661 6.834.245 6.64-8.388 8.912-2.379 11.165 7.329 7.316 20.327-10.161' fill='%23F9F9FF'/%3E%3Cpath d='m800.861 337.117 20.292 2.76 15.755-1.878 9.327 5.289 10.978-.517 2.945-4.77 9.864 1.342 6.326-10.629 26.553-5.293 12.326 8.57s5.93-3.502 7.147-1.9c.936 1.563 11.8 8.211 11.8 8.211l1.028 9.331 6.111 5.714 1.591 9.408 8.84 4.649 3.027 13.624-.575 4.23-18.601-2.53-4.661 6.834.245 6.64-8.388 8.912-2.379 11.165 7.329 7.316 20.327-10.161' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m874.953 330.535 11.606 3.302 12.276 13.158 1.399 10.818 8.443 5.456 6.947 16.456-.98 21.982 2.386 14.112 3.664.498' fill='%23F9F9FF'/%3E%3Cpath d='m874.953 330.535 11.606 3.302 12.276 13.158 1.399 10.818 8.443 5.456 6.947 16.456-.98 21.982 2.386 14.112 3.664.498' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m746.318 392.027 4.114 7.74 3.663.499 2.987 7.587-.652 4.794 5.663 4.791 7.892 1.073-.921 6.769 4.227.575-.536 3.948-4.228-.575-.575 4.23 5.918.805 4.408 3.471 5.189 6.164 4.228.575 1.074-7.897 9.825 1.624-.652 4.794s-3.997-2.267-4.829-.37l-.55 1.936 4.536 4.638-.576 4.23-6.647 4.554-1.214 11.036 4.243 8.907s7.097 2.689 6.905 4.099c-.192 1.41-3.507 11.012-3.507 11.012l-6.2-.844-2.661 11.127 2.409 5.498-2.471 3.398-13.516-6.147-5.303 1.003-3.829 4.936-14.36.058-4.251 8.038-5.059 1.323-.324-12.395-6.509-4.906-4.397-14.098 12.797.879-1-5.306-11.222.197-17.785-19.078 6.365-4.592 1.806-.616-4.921-8.137 8.173 1.112-.552-4.384-8.161-5.418.959-7.05 4.34-6.591.844-6.204-4.984-5.561 6.135-2.899.537-3.948-5.675-.485-4.281-8.624 1.419-10.435' fill='%23F9F9FF'/%3E%3Cpath d='m746.318 392.027 4.114 7.74 3.663.499 2.987 7.587-.652 4.794 5.663 4.791 7.892 1.073-.921 6.769 4.227.575-.536 3.948-4.228-.575-.575 4.23 5.918.805 4.408 3.471 5.189 6.164 4.228.575 1.074-7.897 9.825 1.624-.652 4.794s-3.997-2.267-4.829-.37l-.55 1.936 4.536 4.638-.576 4.23-6.647 4.554-1.214 11.036 4.243 8.907s7.097 2.689 6.905 4.099c-.192 1.41-3.507 11.012-3.507 11.012l-6.2-.844-2.661 11.127 2.409 5.498-2.471 3.398-13.516-6.147-5.303 1.003-3.829 4.936-14.36.058-4.251 8.038-5.059 1.323-.324-12.395-6.509-4.906-4.397-14.098 12.797.879-1-5.306-11.222.197-17.785-19.078 6.365-4.592 1.806-.616-4.921-8.137 8.173 1.112-.552-4.384-8.161-5.418.959-7.05 4.34-6.591.844-6.204-4.984-5.561 6.135-2.899.537-3.948-5.675-.485-4.281-8.624 1.419-10.435' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m796.242 453.39 4.856 4.394-.882 6.487 10.991 1.494 25.492-1.703 17.051 5.479 8.468 3.162 24.041-14.251 26.683 2.193 8.881 10.686 3.894-1.194 6.135-2.899' fill='%23F9F9FF'/%3E%3Cpath d='m796.242 453.39 4.856 4.394-.882 6.487 10.991 1.494 25.492-1.703 17.051 5.479 8.468 3.162 24.041-14.251 26.683 2.193 8.881 10.686 3.894-1.194 6.135-2.899' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m891.119 524.026-10.862 5.991-6.904 2.22-.958 7.05-6.276 6.04-13.412-2.686-10.468-7.455-9.864-1.341-17.855 6.762-16.346-2.223.038-.282-3.732-16.879-7.138-8.726' fill='%23F9F9FF'/%3E%3Cpath d='m891.119 524.026-10.862 5.991-6.904 2.22-.958 7.05-6.276 6.04-13.412-2.686-10.468-7.455-9.864-1.341-17.855 6.762-16.346-2.223.038-.282-3.732-16.879-7.138-8.726' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m891.119 524.026 4.009-2.039 5.291 3.304' fill='%23F9F9FF'/%3E%3Cpath d='m891.119 524.026 4.009-2.039 5.291 3.304' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m900.419 525.291 18.959 2.004.846.115-.603.205' fill='%23F9F9FF'/%3E%3Cpath d='m900.419 525.291 18.959 2.004.846.115-.603.205' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m880.258 530.016 2.564 10.689-4.482 3.411-1.227 9.025-4.148 11.499' fill='%23F9F9FF'/%3E%3Cpath d='m880.258 530.016 2.564 10.689-4.482 3.411-1.227 9.025-4.148 11.499' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m741.062 521.426-1.879 13.818 4.705 11.842 11.159 8.698 21.354-.83 6.454-9.462 8.48-1.145 8.811-5.694' fill='%23F9F9FF'/%3E%3Cpath d='m741.062 521.426-1.879 13.818 4.705 11.842 11.159 8.698 21.354-.83 6.454-9.462 8.48-1.145 8.811-5.694' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m729.937 590.57 2.496-5.693 8.492-5.451 4.147-11.499 4.803-3.656 3.11-10.204' fill='%23F9F9FF'/%3E%3Cpath d='m729.937 590.57 2.496-5.693 8.492-5.451 4.147-11.499 4.803-3.656 3.11-10.204' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m711.509 517.118 3.79-4.654-.45-7.242 7.901-9.553 3.382.46-.69 5.076 7.763-.093' fill='%23F9F9FF'/%3E%3Cpath d='m711.509 517.118 3.79-4.654-.45-7.242 7.901-9.553 3.382.46-.69 5.076 7.763-.093' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m670.327 475.902-4.666-12.123-10.431-14.057-3.537-5.651.998-7.332-3.179-6.177-4.369-3.754-4.229-6.894 1.687-12.408 4.406-2.848 4.139 5.446 2.128 5.459 3.702.217 1.498-4.679.985-3.026 8.455 1.15 5.625 5.073 14.578 2.557 2.679 3.524 3.867-5.218 3.51 1.626 7.136 2.407 5.215 3.868-.384 2.82 6.033-.041 3.036-3.321' fill='%23F9F9FF'/%3E%3Cpath d='m670.327 475.902-4.666-12.123-10.431-14.057-3.537-5.651.998-7.332-3.179-6.177-4.369-3.754-4.229-6.894 1.687-12.408 4.406-2.848 4.139 5.446 2.128 5.459 3.702.217 1.498-4.679.985-3.026 8.455 1.15 5.625 5.073 14.578 2.557 2.679 3.524 3.867-5.218 3.51 1.626 7.136 2.407 5.215 3.868-.384 2.82 6.033-.041 3.036-3.321' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m1163.02 436.924 11.43-5.914 21.14 2.875 9.08 4.969 9.93 5.084 20.28.748 8.9 8.391 12.98 3.776 7.66 9.084 8.47 3.163 12.36-10.67 16.63 2.261 6.87 4.381 1.34 9.087 8.46 1.15 8.74 7.507-1.04 7.615-2.88 2.193 1.77 5.985 7.04.958 9.5 6.174 6.75 5.227 11.55 1.571 4.95-6.795 1.07-7.896 3.6-3.245' fill='%23F9F9FF'/%3E%3Cpath d='m1163.02 436.924 11.43-5.914 21.14 2.875 9.08 4.969 9.93 5.084 20.28.748 8.9 8.391 12.98 3.776 7.66 9.084 8.47 3.163 12.36-10.67 16.63 2.261 6.87 4.381 1.34 9.087 8.46 1.15 8.74 7.507-1.04 7.615-2.88 2.193 1.77 5.985 7.04.958 9.5 6.174 6.75 5.227 11.55 1.571 4.95-6.795 1.07-7.896 3.6-3.245' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m1338 503.231 1.97 6.587-1.18 8.742-7.92 1.222-16.37-6.248-3.05-5.011-9.02-1.226-2.84 8.23-4.54 1.681-3.24-3.6-10.37 6.631-8.18-1.111-10.18-13.737-5.67-11.11-11.2-8.417-7.49 4.439-9.08 1.35-5.78 2.373-4.4 2.848-10.28-2.546' fill='%23F9F9FF'/%3E%3Cpath d='m1338 503.231 1.97 6.587-1.18 8.742-7.92 1.222-16.37-6.248-3.05-5.011-9.02-1.226-2.84 8.23-4.54 1.681-3.24-3.6-10.37 6.631-8.18-1.111-10.18-13.737-5.67-11.11-11.2-8.417-7.49 4.439-9.08 1.35-5.78 2.373-4.4 2.848-10.28-2.546' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m1295.05 517.208-1.34 9.87-.92 6.769-7.11 1.618-.61 4.512 6.42 3.458 4.31 8.342' fill='%23F9F9FF'/%3E%3Cpath d='m1295.05 517.208-1.34 9.87-.92 6.769-7.11 1.618-.61 4.512 6.42 3.458 4.31 8.342' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m1314.5 513.533 2.68 9.843 5.68 2.497 3.56 7.664 4.8 2.664 3.69 10.842 3.16 8.471 9.01 1.227 5.13 8.739' fill='%23F9F9FF'/%3E%3Cpath d='m1314.5 513.533 2.68 9.843 5.68 2.497 3.56 7.664 4.8 2.664 3.69 10.842 3.16 8.471 9.01 1.227 5.13 8.739' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m1323.14 561.815 9.89-.953 4.46 5.202 5.07.69 7.85 11.981 5.93 9.137' fill='%23F9F9FF'/%3E%3Cpath d='m1323.14 561.815 9.89-.953 4.46 5.202 5.07.69 7.85 11.981 5.93 9.137' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m617.035-8.14 6.916-6.528 6.89-4.233 1.304-9.588-2.089-5.741 4.084-8.923 10.644-2.287 6.529-16.345-5.563-13.97 3.752-4.372 4.227.575 4.034-4.334.614-4.512-5.6-7.368 1.392-14.459 1.895-5.487-1.668-8.844 3.674-10.127-.414-13.843 19.249-14.903 13.528 1.839 4.865-12.55-4.818-4.677 11.613-19.962 3.145-23.125 11.246-2.492 1.765-12.972 11.245-8.811 2.953-21.715 12.397-10.952 6.88 6.394 3.202-2.437 1.688-12.409 4.162-3.168 18.037 2.454 2.532-18.613 18.073-4.148 4.255 4.599 4.319 8.343 10.723 3.469.958-7.05 4.983-.759 9.929 5.085 5.367-3.579 4.065-29.893 18.227-5.276 12.428 5.711 6.869 10.7-.497 9.985' fill='%23F9F9FF'/%3E%3Cpath d='m617.035-8.14 6.916-6.528 6.89-4.233 1.304-9.588-2.089-5.741 4.084-8.923 10.644-2.287 6.529-16.345-5.563-13.97 3.752-4.372 4.227.575 4.034-4.334.614-4.512-5.6-7.368 1.392-14.459 1.895-5.487-1.668-8.844 3.674-10.127-.414-13.843 19.249-14.903 13.528 1.839 4.865-12.55-4.818-4.677 11.613-19.962 3.145-23.125 11.246-2.492 1.765-12.972 11.245-8.811 2.953-21.715 12.397-10.952 6.88 6.394 3.202-2.437 1.688-12.409 4.162-3.168 18.037 2.454 2.532-18.613 18.073-4.148 4.255 4.599 4.319 8.343 10.723 3.469.958-7.05 4.983-.759 9.929 5.085 5.367-3.579 4.065-29.893 18.227-5.276 12.428 5.711 6.869 10.7-.497 9.985' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m281.597 524.999-5.073-.69-3.15 4.167 3.434 2.19 4.367-2.565.422-3.102ZM307.509 513.875l9.402-1.593 7.377-3.593 1.756 3.973-.498 3.666 4.087 3.716-.652 4.794-8.491 5.451-5.075-7.009-1.039-5.024-7.289-1.279.422-3.102ZM344.58 511.448l-.461 3.384 2.564 4.37.987 3.294 4.214-1.438.69-5.076-7.994-4.534ZM534.297 617.099l-.997 7.333 16.835 9.183 9.674 9.07 12.248 9.134 4.561 2.344 4.563 8.663 12.4 1.686 4.943-6.795-1.372-6.793-1.003-11.626 10.847-14.322 1.15-8.46-6.865 1.938-9.864-1.341-5.802 4.668-12.926-2.045-6.865 1.938-5.727-2.215-.795-4.704-9.711-2.469-3.971 1.758-3.83-1.383-7.493 4.438ZM545.74 674.377l4.037 8.304 7.905 3.086 4.649-2.527-6.252-2.574-1.603-5.101-8.736-1.188ZM732.072 627.626l-4.149 5.18 7.675 4.778 3.664.498-3.012-5.292-4.178-5.164ZM769.274 632.685l-8.94 4.529-7.878.939-3.238 9.038 7.522 12.225 2.794 2.678-1.881 7.499-.729 5.358 5.792 5.958 1.035-7.614 4.701-.797 6.509 4.906-.445 11.716 3.92 2.831 3.341-11.896 2.203-1.424 5.203 8.175 4.497 4.92.997-7.332-1.182-14.522-7.509-10.212 4.752.933 9.891 5.366 3.829-4.936-8.842-10.968.51-7.973-14.373-1.955-8.251-6.867-4.228-.575ZM812.276 723.84c-.435 1.089-3.162 8.474-3.162 8.474l.155 5.191 32.411 4.408 3.523 3.638 10.428 1.419 6.122-4.912 9.428 2.431 7.596-.978 2.83-3.923 2.792-3.642-2.793-2.677-2.792 3.641-6.085-1.689-5.777 2.374-.565-6.396-2.818-.383-6.251 3.745-7.442-.15-2.717-3.242-5.111-.408-5.79.361-5.265.721-5.111-.408.294-4.269-5.509.4-3.253.706-5.138-4.432ZM855.022 673.356l-.652 4.795 4.649-2.528-3.997-2.267ZM865.655 626.836l-.537 3.948 2.818.383-2.253 6.013 1.141 2.166 4.764-3.373.767-5.641-6.7-3.496ZM866.584 603.122l-8.595 1.991 3.805 3.677 4.228.575 1.435 4.216 5.087 2.703s-.271-4.346-.886-6.153c-.859-2.127-5.074-7.009-5.074-7.009ZM801.051 614.315l-.498 3.667 3.728 4.241 5.048 2.984 3.666 6.818 9.237 3.841 3.55 7.663 5.855 3.382.767-5.64-9.827-7.943 1.036-7.615-11.454-4.43-4.626-6.086-6.482-.882ZM836.299 646.396l3.575 5.37 4.291-2.002-5.701-4.509-2.165 1.141ZM993.534 712.3l-.767 5.64-8.877 1.952-3.317 3.283 3.025 7.305 10.006 4.52 5.637.767 4.389-4.86 5.23-.438 3.97-8.077 8.97-.504.76-5.64-6.13-3.42 13.8-10.76-5.35-.728-16.14 11.017-11.389-.687-3.817.63ZM259.027 99.995l-15.997 7.877-25.208 8.061 5.1 4.715 8.224 2.842 8.658-4.567 4.368-2.566 4.344 6.048 6.867 4.381 8.352-2.311.844-6.204 11.99.482 6.572 2.33.642 5.831 11.338 5.276 11.644-3.299 4.649-2.527 4.292 4.318 6.189 5.15 17.845 3.863 20.47-.663 5.955-5.796-4.779-4.959-7.623-3.047.576-4.23 3.612-1.232.562-6.243 7.891 1.074 4.11-4.899 9.619-5.298 2.148-15.792-7.201-6.15-8.455-1.15-3.803 2.643-5.484-1.895-.962-5.588 9.094-5.657.562-6.242-9.534-12.212 2.51-3.68 4.946 5.843 4.432 1.178-1.487-5.947-5.548-5.638 2.391-15.472-4.574-4.356-6.189-5.15-.617-8.126 3.135-12.499-.003-12.638-9.291-11.891-9.365-5.008-3.461-6.215 14.374 1.955-.309-4.063-1.564-5.383 8.313-2.03 12.397-10.951 5.096-7.924 4.176-1.155-2.103-7.754-12.594-6.596-14.091-1.916-5.547.682-1.551-3.37 6.02-2.054 1.485-6.692 8.173 1.112 4.751-5.386 6.852-3.951-.604-6.114-15.219-2.069-3.575-5.37-10.773 1.12-8.44 7.182.719 5.268-9.94-.778-1.164 6.448-6.021 2.054 1.168 6.19 6.047 1.972-7.813 4.681-1.293 5.282-5.404 3.86-6.726-1.201 1.168 6.19 3.613 5.087 6.661-2.54.026 4.024-7.082 5.643-6.557 6.002-1.689 6.09-5.353 5.59 1.179 1.884 8.593-8.31 6.505-7.732-.92 6.768 5.688 2.497-2.061 4.603-2.895.18-.575 4.23 1.717 4.255-1.754 2.347-13.538 8.786-2.65 6.82 2.999 3.28 2.433-3.116 3.305 1.024.987 3.294 3.754 1.947 2.753-3.36 1.756 3.973 6.559.318 2.113-2.872 6.008 2.253 1.346 2.768 2.512 2.64-11.477 4.183-2.611 6.538.617 8.127 9.415.418-1.561 7.256-4.726 3.091-7.671 7.86 1.206 5.91-4.099.59-6.432-5.47-14.577 3.762-7.634 1.26.372 1.487 6.213 2.855.054 8.05-6.082 10.949-13.066 1.095-12.182.928-.715 7.371 4.894 4.112 9.274-2.76-.844 6.205 4.881 2.1 5.522 1.612 1.115 4.46L279.24 97l5.509-.4 9.823-4.696 2.46.91-2.51 3.679-14.383 8.671-6.829-4.663-10.389-1.7-3.894 1.194Z' fill='%23F9F9FF' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m296.112 2.499-3.445 2.116-3.292.989-.384 2.82L295 10.677l1.984-4.038-.872-4.14ZM280.706-27.745l-1.074 7.896-6.852 3.951 1.422 2.204 6.482.882-.268 1.974-4.918 4.5 1.884 5.14-2.69.783-6.482-.881-.345 2.538-8.928.221-2.573 6.257 1.501 7.959-1.216 4.717-1.82-1.396-4.185 11.782-8.17 11.526-7.531 4.72-.805 5.923-4.228-.575-2.73-5.254-12.157-1.366-6.532 3.707-3.382-.46-1.832-3.409-3.522 2.68-3.075-2.715.345-2.538-3.894 1.193-.422 3.102-6.866 1.939-5.073-.69-5.816-3.663-5.612-3.061 4.444-3.13-9.634-3.033 2.677-2.796 5.957.523-10.685-3.75 1.703-4.078 10.222.816.666-2.782-4.651-3.792 3.073-3.603 3.152 2.152 3.675-3.808 6.611 2.048 2.114 3.447 9.006-.786 3.508-4.693-4.279-2.305-2.997 3.039-10.479-3.149.627-2.5 7.032-1.054 2.932-6.782 10.773-1.12-.27-4.345-10.967-3.789-2.589-8.394 2.548-3.962 12.592.276-10.968-10.108 4.611-2.245 2.55 2.357 1.766-6.653 11.888 3.34.911 3.858 8.878 4.367 4.56-3.976 4.15 1.139 3.317-3.283-1.871-3.127-6.495-2.893 2.676-2.796 5.79-.361 1.396-1.821-2.832-2.396 3.484-2.398 3.1.421 4.419-.835 3.472 1.908 5.842 1.37-5.788 6.68 3.945.537 2.587-4.244 4.816-1.643 3.19 1.87-3.355 3.565-4.855 1.925 9.377.7 4.291-2 9.751 8.506Z' fill='%23F9F9FF' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m77.013 365.626 4.474-5.136 12.321-.909 1.744 4.258-.843 6.204 11.976 1.629 4.995 3.839 7.397-1.005 8.149 6.279 2.331 6.348-1.227 9.025-2.971 4.766-13.407 2.485-2.972 4.766-7.148 16.261-5.346 3.007 1.135 4.463 1.996.271-2.916 6.497-14.24.074-3.684 12.137 4.744 7.826-4.326 8.315-6.563 3.416-2.368 8.869 3.856 3.684-2.33 8.587-12.343 3.204-5.976 5.507-.537 3.948-1.738 6.37' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m247.996 377.391 8.778 13.544 8.046 6.265 19.22 16.975 12.822-1.416 10.301 6.571 8.163 11.738 14.655 1.993 4.331 4.036 12.682 1.725' fill='%23F9F9FF'/%3E%3Cpath d='m247.996 377.391 8.778 13.544 8.046 6.265 19.22 16.975 12.822-1.416 10.301 6.571 8.163 11.738 14.655 1.993 4.331 4.036 12.682 1.725' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M415.687 176.448 414 188.857l5.918.805 2.885 10.445 7.355 5.021 2.089 5.742-1.074 7.896 7.79 3.932 7.274-7.053 2.831 2.395-2.789 9.961-2.075 2.59 5.805 7.97 8.737 1.189 1.994-14.665 5.777-2.374 4.252-1.719.537-3.948 1.381-10.153-6.355-6.034.792-7.935-4.87-6.406.997-7.333-21.444-.618' fill='%23F9F9FF'/%3E%3Cpath d='M415.687 176.448 414 188.857l5.918.805 2.885 10.445 7.355 5.021 2.089 5.742-1.074 7.896 7.79 3.932 7.274-7.053 2.831 2.395-2.789 9.961-2.075 2.59 5.805 7.97 8.737 1.189 1.994-14.665 5.777-2.374 4.252-1.719.537-3.948 1.381-10.153-6.355-6.034.792-7.935-4.87-6.406.997-7.333-21.444-.618' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m470.77 220.992-1.458 10.716s.732 7.28.707 9.575c-.025 2.294-2.471 3.398-2.471 3.398l-8.802-4.931' fill='%23F9F9FF'/%3E%3Cpath d='m470.77 220.992-1.458 10.716s.732 7.28.707 9.575c-.025 2.294-2.471 3.398-2.471 3.398l-8.802-4.931' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m511.11 135.428-.292 10.588-5.878 5.232-8.121.619-.844 6.204 6.099 3.702-.537 3.948-6.789 1.374-4.738 7.398-3.664-.498-6.815-2.65-2.455 18.048-4.828 5.95-1.342 9.87' fill='%23F9F9FF'/%3E%3Cpath d='m511.11 135.428-.292 10.588-5.878 5.232-8.121.619-.844 6.204 6.099 3.702-.537 3.948-6.789 1.374-4.738 7.398-3.664-.498-6.815-2.65-2.455 18.048-4.828 5.95-1.342 9.87' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m449.135 415.948.384-2.82 5.007-3.053-4.087-3.715-4.599-2.062-2.437-9.523 4.585-6.27-3.089-4.728.806-5.922 7.095-3.631 2.97-7.064-3.794-7.984 1.036-7.614 1.896.833' fill='%23F9F9FF'/%3E%3Cpath d='m449.135 415.948.384-2.82 5.007-3.053-4.087-3.715-4.599-2.062-2.437-9.523 4.585-6.27-3.089-4.728.806-5.922 7.095-3.631 2.97-7.064-3.794-7.984 1.036-7.614 1.896.833' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m288.984 413.698 1.823 14.035 11.273 1.533 13.246 1.802' fill='%23F9F9FF'/%3E%3Cpath d='m288.984 413.698 1.823 14.035 11.273 1.533 13.246 1.802' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m465.073 235.44-14.215 15.875' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='m551.86 93.29 10.773-1.12' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m454.525 410.075 4.56-3.976 3.1.422 2.45 11.535' fill='%23F9F9FF'/%3E%3Cpath d='m454.525 410.075 4.56-3.976 3.1.422 2.45 11.535' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m559.211 419.142-5.212 8.77 3.332 5.049 4.33-2.284' fill='%23F9F9FF'/%3E%3Cpath d='m559.211 419.142-5.212 8.77 3.332 5.049 4.33-2.284' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m721.412 475.957-13.528-1.84-.613 4.512.617 8.127-8.71 2.836-5.865 7.245' fill='%23F9F9FF'/%3E%3Cpath d='m721.412 475.957-13.528-1.84-.613 4.512.617 8.127-8.71 2.836-5.865 7.245' stroke='%23DCDCFA' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='m1028.28 222.204 4.77 4.408 17.91 2.437 5.92 7.789-1.15 8.438 8.96 1.219 5.32-3.575 21.36.757 4.79-3.646 3.55 1.557 10.54 13.252 5.58 2.371 1.27-1.439.86-6.33 7.38 1.004 3.4 2.611 4.12-2.663 11.84 3.758 10.73 7.906 2.4 9.996 3.18 4.194-.71 5.274-9.54 3.001 10.33 14.834-4.26 15.537-6.44 3.958-10.01-1.362-3.64 7.026-6.45 3.959.32 13.472-2.54 2.878-14.42 3.411-7.3 10.288-4.96.937-3.62-1.029-19.32 11.875-3.71 7.554-4.82-.118-3.54-1.557-.77 9.566-1.24 5.203-2.64-.359-2.73-3.594-8.43-1.147-2.95-2.012-4.19 3.19 3.4 2.611 13.03 2.847 2.9 6.303.48 4.363 6.83-2.832 1.22 2.852-.57 4.22 5.27.717 3.28-4.389 2.49 1.413 1.92 5.633 6.27-6.667 11.79-3.77 2.58 4.65-4.02 5.899 5.13 1.772-1.49 3.021-5.1 1.992-17.39-2.365-8.81 9.545-.22 1.582-.35 2.638-11.07-1.505-3.93 9.135-5.15 6.283-12.5-2.775-.26-5.945 2.15-4.004-1.49-8.797-18.85-7.399.02-8.055 16.62-11.707.36-2.637-5.58-2.37-3.47-2.084-7.6.579-3.21 3.861-21.673-2.411.431-3.165 4.052-2.135-6.784-1.46 1.94-2.422 5.414-.338 1.41-2.494-3.855-3.21-12.264-.594-10.49 6.094-6.178 9.904-.287 2.11-7.521.051.431-3.165-5.557 1.393 3.402 2.612 5.581 2.371.696 2.78-4.166 6.954-8.167 4.799-4.528-2.228-2.803-3.067.649 7.072-.359 2.637-20.094 9.622-7.044-7.404 2.033-11.004 8.669-8.491-.193-6.472 4.765-7.41 18.444 2.508.574-4.219-3.021-13.304-8.984-4.982-1.415-9.324-6.205-5.679-.889-9.253-11.259-7.978-2.563-.885-5.174 2.519-12.241-8.648-26.443 4.998-6.848 10.887-9.485-1.29-2.754 4.46-10.826.677-9.511-5.054-15.784 1.614-20.552-2.795-5.463-7.19-7.93-4.838 1.578-11.604 7.16-9.233 2.994-2.279 2.248-12.586 9.003-14.892 16.789-8.997.932-6.857-1.487-8.797-6.757-9.514-2.949-13.831 16.645-7.943 16.455-2.597 26.348 3.584 12.673 5.483 2.659 4.123 14.587-.703 6.97-3.886 13.988-.247 7.571 7.476 12.192 1.121 10.49-6.094 1.793-13.186 8.765-5.254 10.874-4.967 38.228-8.768 13.25 13.083-2.01 14.768Z' stroke='url(%23a)' stroke-width='3'/%3E%3Cpath d='m1028.28 222.204 4.77 4.408 17.91 2.437 5.92 7.789-1.15 8.438 8.96 1.219 5.32-3.575 21.36.757 4.79-3.646 3.55 1.557 10.54 13.252 5.58 2.371 1.27-1.439.86-6.33 7.38 1.004 3.4 2.611 4.12-2.663 11.84 3.758 10.73 7.906 2.4 9.996 3.18 4.194-.71 5.274-9.54 3.001 10.33 14.834-4.26 15.537-6.44 3.958-10.01-1.362-3.64 7.026-6.45 3.959.32 13.472-2.54 2.878-14.42 3.411-7.3 10.288-4.96.937-3.62-1.029-19.32 11.875-3.71 7.554-4.82-.118-3.54-1.557-.77 9.566-1.24 5.203-2.64-.359-2.73-3.594-8.43-1.147-2.95-2.012-4.19 3.19 3.4 2.611 13.03 2.847 2.9 6.303.48 4.363 6.83-2.832 1.22 2.852-.57 4.22 5.27.717 3.28-4.389 2.49 1.413 1.92 5.633 6.27-6.667 11.79-3.77 2.58 4.65-4.02 5.899 5.13 1.772-1.49 3.021-5.1 1.992-17.39-2.365-8.81 9.545-.22 1.582-.35 2.638-11.07-1.505-3.93 9.135-5.15 6.283-12.5-2.775-.26-5.945 2.15-4.004-1.49-8.797-18.85-7.399.02-8.055 16.62-11.707.36-2.637-5.58-2.37-3.47-2.084-7.6.579-3.21 3.861-21.673-2.411.431-3.165 4.052-2.135-6.784-1.46 1.94-2.422 5.414-.338 1.41-2.494-3.855-3.21-12.264-.594-10.49 6.094-6.178 9.904-.287 2.11-7.521.051.431-3.165-5.557 1.393 3.402 2.612 5.581 2.371.696 2.78-4.166 6.954-8.167 4.799-4.528-2.228-2.803-3.067.649 7.072-.359 2.637-20.094 9.622-7.044-7.404 2.033-11.004 8.669-8.491-.193-6.472 4.765-7.41 18.444 2.508.574-4.219-3.021-13.304-8.984-4.982-1.415-9.324-6.205-5.679-.889-9.253-11.259-7.978-2.563-.885-5.174 2.519-12.241-8.648-26.443 4.998-6.848 10.887-9.485-1.29-2.754 4.46-10.826.677-9.511-5.054-15.784 1.614-20.552-2.795-5.463-7.19-7.93-4.838 1.578-11.604 7.16-9.233 2.994-2.279 2.248-12.586 9.003-14.892 16.789-8.997.932-6.857-1.487-8.797-6.757-9.514-2.949-13.831 16.645-7.943 16.455-2.597 26.348 3.584 12.673 5.483 2.659 4.123 14.587-.703 6.97-3.886 13.988-.247 7.571 7.476 12.192 1.121 10.49-6.094 1.793-13.186 8.765-5.254 10.874-4.967 38.228-8.768 13.25 13.083-2.01 14.768Z' stroke='url(%23b)' stroke-opacity='.2' stroke-width='3'/%3E%3Cpath d='m1028.28 222.204 4.77 4.408 17.91 2.437 5.92 7.789-1.15 8.438 8.96 1.219 5.32-3.575 21.36.757 4.79-3.646 3.55 1.557 10.54 13.252 5.58 2.371 1.27-1.439.86-6.33 7.38 1.004 3.4 2.611 4.12-2.663 11.84 3.758 10.73 7.906 2.4 9.996 3.18 4.194-.71 5.274-9.54 3.001 10.33 14.834-4.26 15.537-6.44 3.958-10.01-1.362-3.64 7.026-6.45 3.959.32 13.472-2.54 2.878-14.42 3.411-7.3 10.288-4.96.937-3.62-1.029-19.32 11.875-3.71 7.554-4.82-.118-3.54-1.557-.77 9.566-1.24 5.203-2.64-.359-2.73-3.594-8.43-1.147-2.95-2.012-4.19 3.19 3.4 2.611 13.03 2.847 2.9 6.303.48 4.363 6.83-2.832 1.22 2.852-.57 4.22 5.27.717 3.28-4.389 2.49 1.413 1.92 5.633 6.27-6.667 11.79-3.77 2.58 4.65-4.02 5.899 5.13 1.772-1.49 3.021-5.1 1.992-17.39-2.365-8.81 9.545-.22 1.582-.35 2.638-11.07-1.505-3.93 9.135-5.15 6.283-12.5-2.775-.26-5.945 2.15-4.004-1.49-8.797-18.85-7.399.02-8.055 16.62-11.707.36-2.637-5.58-2.37-3.47-2.084-7.6.579-3.21 3.861-21.673-2.411.431-3.165 4.052-2.135-6.784-1.46 1.94-2.422 5.414-.338 1.41-2.494-3.855-3.21-12.264-.594-10.49 6.094-6.178 9.904-.287 2.11-7.521.051.431-3.165-5.557 1.393 3.402 2.612 5.581 2.371.696 2.78-4.166 6.954-8.167 4.799-4.528-2.228-2.803-3.067.649 7.072-.359 2.637-20.094 9.622-7.044-7.404 2.033-11.004 8.669-8.491-.193-6.472 4.765-7.41 18.444 2.508.574-4.219-3.021-13.304-8.984-4.982-1.415-9.324-6.205-5.679-.889-9.253-11.259-7.978-2.563-.885-5.174 2.519-12.241-8.648-26.443 4.998-6.848 10.887-9.485-1.29-2.754 4.46-10.826.677-9.511-5.054-15.784 1.614-20.552-2.795-5.463-7.19-7.93-4.838 1.578-11.604 7.16-9.233 2.994-2.279 2.248-12.586 9.003-14.892 16.789-8.997.932-6.857-1.487-8.797-6.757-9.514-2.949-13.831 16.645-7.943 16.455-2.597 26.348 3.584 12.673 5.483 2.659 4.123 14.587-.703 6.97-3.886 13.988-.247 7.571 7.476 12.192 1.121 10.49-6.094 1.793-13.186 8.765-5.254 10.874-4.967 38.228-8.768 13.25 13.083-2.01 14.768Z' stroke='url(%23c)' stroke-opacity='.2' stroke-width='3'/%3E%3Cdefs%3E%3CradialGradient id='a' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='rotate(-61.959 780.644 -610.376) scale(226.014 225.865)'%3E%3Cstop offset='0%25' stop-color='%235B5AFF'%3E%3Canimate attributeName='stop-color' values='%235B5AFF;%23B770FF;%23FFD84D;%23B770FF;%235B5AFF' dur='6s' repeatCount='indefinite'/%3E%3C/stop%3E%3Cstop offset='100%25' stop-color='%23FFEBB9'%3E%3Canimate attributeName='stop-color' values='%23FFEBB9;%237E00FB;%23FFD02B;%237E00FB;%23FFEBB9' dur='6s' repeatCount='indefinite'/%3E%3C/stop%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='rotate(-148.664 564.323 -30.98) scale(134.485 153.194)'%3E%3Cstop offset='0%25' stop-color='%23B770FF'%3E%3Canimate attributeName='stop-color' values='%23B770FF;%23FFD84D;%235B5AFF;%23FFD84D;%23B770FF' dur='6s' repeatCount='indefinite'/%3E%3C/stop%3E%3Cstop offset='100%25' stop-color='%237E00FB' stop-opacity='0'%3E%3Canimate attributeName='stop-color' values='%237E00FB;%23FFD02B;%23FFEBB9;%23FFD02B;%237E00FB' dur='6s' repeatCount='indefinite'/%3E%3C/stop%3E%3C/radialGradient%3E%3CradialGradient id='c' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='rotate(-117.237 671.121 -180.938) scale(197.332 189.928)'%3E%3Cstop offset='0%25' stop-color='%23FFD84D'%3E%3Canimate attributeName='stop-color' values='%23FFD84D;%235B5AFF;%23B770FF;%235B5AFF;%23FFD84D' dur='6s' repeatCount='indefinite'/%3E%3C/stop%3E%3Cstop offset='100%25' stop-color='%23FFD02B' stop-opacity='0'%3E%3Canimate attributeName='stop-color' values='%23FFD02B;%23FFEBB9;%237E00FB;%23FFEBB9;%23FFD02B' dur='6s' repeatCount='indefinite'/%3E%3C/stop%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");
    background-position: 80%;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: 300%;
    height: 570px;
    margin-top: 0;
    text-align: center
}

.section-heart-world .title-map {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 16px
}

.section-heart-world .small-title-map {
    font-size: 16px;
    line-height: 24px
}

@media (min-width: 375px) {
    .section-heart-world {
        background-position: 80%;
        background-position-y: top
    }
}

@media (min-width: 500px) {
    .section-heart-world {
        background-size: cover
    }
}

@media (min-width: 768px) {
    .section-heart-world {
        background-position: 60%
    }

    .section-heart-world .wrapper-title-map {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        height: 400px;
        justify-content: center;
        text-align: left;
        width: 50%
    }

    .section-heart-world .title-map {
        font-size: 35px;
        line-height: 135%
    }

    .section-heart-world .small-title-map {
        font-size: 20px;
        line-height: 135%
    }
}

@media (min-width: 992px) {
    .section-heart-world {
        height: 700px
    }

    .section-heart-world .wrapper-title-map {
        align-items: baseline;
        display: flex;
        min-height: 700px;
        width: 50%
    }

    .section-heart-world .title-map {
        font-size: 56px;
        line-height: 60px;
        margin-bottom: 40px
    }

    .section-heart-world .small-title-map {
        font-size: 24px;
        line-height: 28px
    }
}

@media (min-width: 1200px) {
    .section-heart-world {
        background-position-x: center;
        background-position-y: 37px;
        background-size: 100%;
        height: 751px
    }
}

@media (min-width: 1440px) {
    .section-heart-world {
        background-position-x: center;
        background-position-y: top;
        background-size: 100%;
        height: 751px
    }
}

@media (min-width: 2000px) {
    .section-heart-world .section-heart-world {
        background-position-x: center;
        background-position-y: center;
        background-size: contain
    }
}

.section-startups {
    padding-top: 45px
}

@media (min-width: 768px) {
    .section-startups {
        padding-top: 45px
    }
}

@media (min-width: 1200px) {
    .section-startups {
        padding-top: 85px
    }

    .section-startups .list-info-statistic {
        display: block;
        margin-bottom: 0
    }

    .section-startups .list-info-statistic > li {
        margin-bottom: 8px
    }
}

.section-techable-ukraine {
    padding-bottom: 35px;
    padding-top: 45px
}

.section-techable-ukraine .title-section {
    max-width: 540px
}

.section-techable-ukraine .wrapper-grid-50 {
    grid-gap: 33px;
    align-items: center;
    display: grid;
    grid-template-columns:1fr 1fr;
    justify-content: space-between
}

.section-techable-ukraine .list-tech {
    list-style-type: none;
    margin-bottom: 53px;
    padding: 0;
    text-align: center
}

.section-techable-ukraine .list-tech img {
    image-rendering: auto
}

.section-techable-ukraine .list-tech.participating-members {
    grid-gap: 33px;
    align-items: center;
    display: grid;
    grid-template-columns:1fr 1fr;
    justify-content: space-between
}

@media (min-width: 768px) {
    .section-techable-ukraine .list-tech.participating-members {
        grid-template-columns:1fr 1fr 1fr 1fr
    }
}

@media (min-width: 992px) {
    .section-techable-ukraine .wrapper-grid-50-desktop {
        grid-gap: 20px;
        display: grid;
        grid-template-columns:1fr 1fr
    }

    .section-techable-ukraine .list-tech.participating-members {
        display: grid;
        grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr
    }

    .section-techable-ukraine .list-tech.participating-members img {
        height: auto
    }
}

@media (min-width: 1200px) {
    .section-techable-ukraine {
        padding-bottom: 70px;
        padding-top: 77px
    }

    .section-techable-ukraine .wrapper-grid-50.custom-50 {
        max-width: 400px;
        padding-top: 30px
    }

    .section-techable-ukraine .list-tech.participating-members {
        grid-gap: 40px 0
    }
}

.section-techable-ukraine .title-section-small {
    margin-bottom: 30px
}

#toTop {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    bottom: 10px;
    box-shadow: 0 0 12px 2px #c2c2c2;
    display: flex;
    height: 60px;
    justify-content: center;
    left: 35px;
    position: fixed;
    width: 60px;
    z-index: 10
}

#toTop:before {
    background-image: url(../storage/images/presentation/to-top.svg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 10px;
    width: 21px
}

.list-fast-company .wrapper-card {
    padding: 10px
}

@media (min-width: 768px) {
    .list-fast-company .wrapper-card {
        padding: 7px
    }
}

.list-fast-company img, .section-techable-ukraine img {
    //-ms-interpolation-mode: nearest-neighbor;
    height: auto;
    //image-rendering: -moz-crisp-edges;
    //image-rendering: -o-crisp-edges;
    //image-rendering: -webkit-optimize-contrast;
    //image-rendering: pixelated;
    max-height: 93px;
    max-width: 100%;
    width: auto
}

.title-section-small-video {
    display: block;
    font-size: 20px;
    line-height: 125%;
    margin-bottom: 30px;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .title-section-small-video {
        font-size: 23px
    }
}

@media (min-width: 992px) {
    .title-section-small-video {
        font-size: 25px
    }
}

@media (min-width: 1200px) {
    .title-section-small-video {
        font-size: 28px
    }
}
