@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@900&display=swap');

.page-template-guide-how-to main {
    overflow: visible;
}

.new-service {
    padding: 75px 0 4.6rem
}

.home .new-service {
    padding-top: 0;
}

.new-service *,
.new-service ::after,
.new-service ::before {
    box-sizing: border-box
}

.new-service html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

.new-service article,
.new-service aside,
.new-service figcaption,
.new-service figure,
.new-service footer,
.new-service header,
.new-service hgroup,
.new-service main,
.new-service nav,
.new-service section {
    display: block
}

.new-service body {
    margin: 0;
    text-align: left
}

.new-service [tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

.new-service hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

.new-service h1,
.new-service h2,
.new-service h3,
.new-service h4,
.new-service h5,
.new-service h6 {
    margin-top: 0
}

.new-service p {
    margin-top: 0
}

.new-service abbr[data-original-title],
.new-service abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

.new-service address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

.new-service dl,
.new-service ol,
.new-service ul {
    margin-top: 0;
    margin-bottom: 1rem
}

.new-service ol ol,
.new-service ol ul,
.new-service ul ol,
.new-service ul ul {
    margin-bottom: 0
}

.new-service dd {
    margin-bottom: .5rem;
    margin-left: 0
}

.new-service blockquote {
    margin: 0 0 1rem
}

.new-service b,
.new-service strong {
    font-weight: 700
}

.new-service sub,
.new-service sup {
    position: relative;
    line-height: 0;
    vertical-align: baseline
}

.new-service sub {
    bottom: -.25em
}

.new-service sup {
    top: -.5em
}

.new-service .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.new-service .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.new-service .slick-list:focus {
    outline: 0
}

.new-service .slick-list.dragging {
    cursor: pointer
}

.new-service .slick-slider .slick-list,
.new-service .slick-slider .slick-track {
    transform: translate3d(0, 0, 0)
}

.new-service .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.new-service .slick-track:after,
.new-service .slick-track:before {
    content: "";
    display: table
}

.new-service .slick-track:after {
    clear: both
}

.slick-loading .new-service .slick-track {
    visibility: hidden
}

.new-service .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    margin-left: 16px;
    margin-right: 16px;
}

[dir=rtl] .new-service .slick-slide {
    float: right
}

.new-service .slick-slide img {
    display: block
}

.new-service .slick-slide.slick-loading img {
    display: none
}

.new-service .slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .new-service .slick-slide {
    display: block
}

.slick-loading .new-service .slick-slide {
    visibility: hidden
}

.slick-vertical .new-service .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.new-service .slick-arrow.slick-hidden {
    display: none
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.new-service .new-service {
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 130%
}

.technology-tools .item{
    box-shadow: 0px 0px 8px rgba(135, 165, 192, 0.25);
    border-radius: 8px;
    padding: 32px;
    margin-bottom: 24px!important;
}

.technology-tools .item h2{
    max-width: 350px!important;
}

.technology-tools .item .description-area,
.technology-tools .item .descr{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.technology-tools .item .descr {
    margin: 10px 0;
}

.technology-tools .item .descr .title {
    border-right: 1px solid rgba(195, 210, 224, 1);
    padding-right: 15px;
    margin-right: 15px;
}

.technology-tools .item .descr svg,
.technology-tools .item .descr img {
    margin-right: 24px;
}
 

.app-startups .customers .video .play-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
 

.app-startups .customers .review .add-info{
    margin-bottom: 10px;
}
 

.app-startups .customers .review .author {
    font-size: 32px;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 10px;
}

.app-startups .customers .review p {
    font-size: 16px;
}

.simple-reviews {
    display: flex;
    flex-wrap: wrap;
    width: 85%;
    margin: 0 auto;
    justify-content: space-between;
}

.simple-reviews .review {
    width: 45%;
    margin-left: 30px;
}

@media screen and (max-width: 768px) { 

    .technology-tools .item .descr .title {
        width: 100%;
        margin-bottom: 20px;
        border-right: none;
    }

    .technology-tools .item .descr svg {
        margin-right: 10px;
    }

    .simple-reviews {
        width: 100%;
    } 
}

@media (min-width:1024px) {
    .new-service .new-service {
        line-height: 150%;
        font-size: 16px
    }
}

@media (min-width:1199px){
    .app-startups .hero-design {
        padding: 3rem 2rem; 
        display: flex;
        align-items: center;
    }
}

.new-service .container {
    padding: 0 16px;
    width: 100%;
    margin: 0 auto
}

@media (min-width:1400px) {
    .new-service .container-discovery {
        max-width: 1338px
    }
}

@media (min-width:1400px) {
    .new-service .container-testimonials {
        max-width: 1278px
    }
}

@media (min-width:1400px) {
    .new-service .container-price {
        max-width: 1342px
    }
}

.new-service .blue-text {
    color: #0f4c81
}

.new-service a {
    color: #ff2c55;
}

.new-service a:hover {
    text-decoration: none
}

.new-service p {
    margin: 0 0 1rem
}

@media (min-width:1024px) {
    .new-service p {
        margin: 0 0 2.5rem
    }
}

.new-service p+.base-list {
    margin-top: -1rem
}

@media (min-width:1024px) {
    .new-service p+.base-list {
        margin-top: -2.3rem
    }
}

.new-service .header-1,
.new-service h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 130%;
    color: #0f4c81
}

@media (min-width:1024px) {

    .new-service .header-1,
    .new-service h1 {
        font-size: 56px;
        line-height: 112.5%;
        margin: 0 0 1.5rem
    }
}

.new-service .header-2,
.new-service h2 {
    font-size: 18px;
    color: #ff2c55;
    text-align: center;
    line-height: 130%;
    font-weight: 700;
    margin: 0 0 1.6rem
}

@media (min-width:1024px) {

    .new-service .header-2,
    .new-service h2 {
        font-size: 40px;
        margin: 0 0 32px;
        line-height: 112.5%
    }
}

.new-service .header-3:not(.header-4):not(.header-5),
.new-service h3:not(.header-4):not(.header-5) {
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    color: #ff2c55;
    text-align: center
}

@media (min-width:1024px) {

    .new-service .header-3:not(.header-4):not(.header-5),
    .new-service h3:not(.header-4):not(.header-5) {
        font-size: 36px;
        margin: 0 0 1.5rem
    }
}

.new-service .header-3:not(.header-4):not(.header-5).gray-header,
.new-service h3:not(.header-4):not(.header-5).gray-header {
    font-size: 14px;
    color: #474747;
    font-weight: 400
}

@media (min-width:1024px) {

    .new-service .header-3:not(.header-4):not(.header-5).gray-header,
    .new-service h3:not(.header-4):not(.header-5).gray-header {
        font-size: 36px;
        margin: 0 0 2.1rem
    }
}

.new-service .header-3:not(.header-4):not(.header-5).blue-header,
.new-service h3:not(.header-4):not(.header-5).blue-header {
    color: #4d7eff;
    margin: 0 0 .4rem
}

@media (min-width:1024px) {

    .new-service .header-3:not(.header-4):not(.header-5).blue-header,
    .new-service h3:not(.header-4):not(.header-5).blue-header {
        margin: 0 0 2rem
    }
}

.new-service .header-4,
.new-service h4 {
    font-size: 18px;
    line-height: 1.5;
    color: #ff2c55;
    margin: 0 0 .7rem;
}

.new-service .intro .intro-text h4 {
    font-weight: bold;
    text-align: left;
}

.new-service .intro .intro-text h4 span {
    color: #ff2c55;
}

@media (min-width:1024px) {

    .new-service .header-4,
    .new-service h4 {
        font-size: 24px;
        margin: 0 0 1rem
    }
}

.new-service .header-5,
.new-service h5 {
    font-size: 14px;
    line-height: 130%;
    margin: 0 0 1.5rem
}

@media (min-width:1024px) {

    .new-service .header-5,
    .new-service h5 {
        font-size: 18px;
    }
}

.new-service .header-6,
.new-service h6 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 .7rem
}

.new-service .text-center {
    text-align: center
}

.new-service .text-left {
    text-align: left
}

.new-service .f-right {
    float: right
}

.new-service .clearfix:after {
    content: "";
    clear: both;
    display: block
}

.new-service .subtitle {
    display: none
}

@media (min-width:1024px) {
    .new-service .subtitle {
        font-weight: 700;
        font-size: 24px;
        color: #2d2d2d;
        display: block;
        line-height: 236%;
        padding: 0 .5rem
    }
}

.new-service .btn {
    border-radius: 4px;
    border-color: transparent;
    text-transform: uppercase;
    padding: .7rem 2rem;
    letter-spacing: .05em;
    font-size: 14px;
    line-height: 130%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    text-align: center;
    cursor: pointer
}

.new-service .btn:hover {
    background-color: #9d0038;
    color: #fff
}

.new-service .btn:focus {
    outline: 0
}

@media (min-width: 768px) {
    .new-service .hero-main-buttons .btn {
        width: 260px;
        height: 60px;
    }
}

@media (min-width:1024px) {
    .new-service .btn {
        padding: 0 20px;
        font-size: 14px;
        line-height: 40px;
    }
}

.new-service .btn-red {
    background-color: #ff2c55;
    color: #fff;
    display: inline-flex;
}

.new-service .btn-red:focus {
    background-color: #991a33
}

.new-service .btn-red.inactive {
    background-color: #ff6b88
}

.new-service .btn-white-border {
    border-color: #fff;
    color: #fff;
    background: 0 0
}

.new-service .btn-gray-border {
    border-color: #e7edf2;
    color: #e6284d;
    background: 0 0
}

.new-service .btn-w100 {
    display: block;
    width: 100%
}

@media (min-width:1024px) {
    .new-service .btn-md {
        font-size: 16px;
        padding: .5rem 4.1rem;
        width: 100%;
    }
}

@media (min-width:1024px) {
    .new-service .btn-sm {
        font-size: 12px;
        padding: .2rem .8rem
    }
}

.new-service .highlighted {
    font-weight: 700;
    color: #ff2c55;
    font-size: 1.2em
}

.new-service .hero {
    background: url(/wp-content/themes/SPDLoad/img/new-service/promo-bg-mb.svg) no-repeat;
    background-size: cover;
    padding: 10rem 0 5.5rem;
    background-position: center;
}

@media (min-width:1024px) {
    .new-service .hero {
        background-image: url(/wp-content/themes/SPDLoad/img/new-service/promo-bg.svg);
        padding: 13rem 0 12.3rem;
        background-position: 50% 0
    }
}

@media (min-width:1299px) {
    .new-service .hero {
        padding: 13rem 0 18.3rem
    }
}

.new-service .hero-discovery {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/discovery-mb.svg), url(/wp-content/themes/SPDLoad/img/new-service/discovery-mb-bottom.svg);
    background-position: 0 -42px, 100% 100%;
    background-repeat: no-repeat, no-repeat;
    padding: 1.8rem 1.9rem 1.5rem
}

@media (min-width:1024px) {
    .new-service .hero-discovery {
        background-image: url(/wp-content/themes/SPDLoad/img/new-service/discovery-bg.svg);
        padding: 8.7rem 0 34.3rem;
        background-position: 50% -62px;
        background-size: 100% auto;
        background-repeat: no-repeat
    }
}

@media (min-width:1024px) {
    .new-service .hero-discovery-row {
        display: flex
    }
}

@media (min-width:1024px) {
    .new-service .hero-discovery-text {
        flex: 0 0 54%;
        font-size: 20px;
        line-height: 30px
    }
}

.new-service .hero-discovery-text p {
    line-height: 150%;
    margin: 0 0 1rem;
    font-size: 1.25rem;

}

@media (min-width:1024px) {
    .new-service .hero-discovery-text p {
        margin: 0 0 .8rem
    }

    .new-service .hero-discovery-text p:nth-child(4) {
        margin: 0 0 2rem
    }
}

.new-service .hero-discovery-text p strong {
    display: block
}

.new-service .hero-discovery-img {
    padding: 1.4rem 0 0
}

@media (min-width:1024px) {
    .new-service .hero-discovery-img {
        flex: 1
    }
}

@media (max-width:1023px) {
    .new-service .hero-discovery-img {
        display: none
    }
}

.new-service .hero-discovery-img img {
    max-width: 100%
}

.new-service .hero-discovery h1 {
    margin: 0
}

@media (min-width:1024px) {
    .new-service .hero-discovery h1 {
        margin: 0 0 1.2rem
    }
}

@media (min-width:1024px) {
    .new-service .hero-discovery+.discovery {
        margin-top: -24rem
    }
}

.new-service .hero-design {
    background: url(/wp-content/themes/SPDLoad/img/new-service/design-hero-mb.svg) no-repeat;
    background-size: 100% auto;
    padding: 3rem 2rem 2.9rem;
    background-position: center 0;
    color: #092e4d
}

.new-service .hero-marketing {
    padding: 3rem 1.5rem 2.9rem;
}

@media (min-width:768px) {
    .new-service .hero-marketing {
        padding: 3rem 2rem 2.9rem;
    }
}

@media (min-width:1024px) {
    .new-service .hero-design {
        padding-top: 100px;
        background-image: url(/wp-content/themes/SPDLoad/img/new-service/design-hero.svg);
        background-position: 50% -100px;
        font-size: 24px;
        line-height: 175%;
    }
}
@media (min-width:1440px) {
    .new-service .hero-design {
        padding-top: 220px;
    }
}

.new-service .hero-design-text {
    max-width: 770px
}

.new-service .hero-design p:last-child {
    margin: 0
}

@media (min-width:1024px) {
    .new-service .hero-design p {
        margin: 0 0 1.3rem
    }
}

@media (max-width:1199px) {
    .new-service .hero-design p {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .new-service .hero-design h1 {
        font-size: 32px
    }
}

@media (min-width: 768px) and (max-width:1199px) {
    .new-service .hero-design h1 {
        font-size: 38px;
    }
}

.hero-wrapper .animation-wrapper {
    overflow: hidden;
}

.hero-design .animation-row span {
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 8px;
}

@media (max-width: 639px) {

}
.title-slider {
    display: flex;
    flex-direction: column;
} 
.page-template-page-hire-deticated-developers .app-startups .hero-design {
    padding-right: 0;
    padding-left: 0;
}
.title-slider .slick-track {
    display: flex !important;
    flex-direction: column;
}
.title-slider .slick-slide {
    height: inherit; 
    background-color: #fff;
}

@media (min-width: 1024px) {
    .hero-design .animation-row span {
        margin-bottom: 24px;
    }
}
@media (min-width: 1280px) {
    .hero-design .animation-row span,
    .hero-design .animation-wrapper h1 {
        font-size: 56px;
    }
}
@media (max-width: 1023px) {
    .hero-design .animation-wrapper h1 {
        color: #0f4c81;
    }
    .animation-row {
        display: none;
    }
}
@media (min-width: 1024px) {
    .hero-design .animation-wrapper h1 {
        color: #fff;
        font-size: 48px;
        text-transform: uppercase;
        text-shadow: #0f4c81 1px 1px 0,
        #0f4c81 -1px -1px 0,
        #0f4c81 -1px 1px 0,
        #0f4c81 1px -1px 0;
    }
    .hero-design .animation-wrapper h1 {
        position: relative;
        max-height: 300px;
        /* left: 100vw; */
        /* animation: titleAnimation 2s linear 1s forwards; */
        color: #0f4c81;
        left: 0;
        text-shadow:#0f4c81 0 0 0,
        #0f4c81 0 0 0,
        #0f4c81 0 0 0,
        #0f4c81 0 0 0;  
    }
    .hero-design .animation-row {
        position: relative;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        left: -100vw;
    }
    .animation-row.top-row {
        /* animation: rowAnimation 2s linear 1s forwards; */
        display: none;
    }
    .animation-row.bottom-row {
        /* animation: bottomRow 2s linear 1s forwards; */      
        display: none;
    }
    @keyframes rowAnimation {
        50% {
            left: 0;
        }
        80% {
            opacity: 1;
        }
        95% {
            opacity: 0;
        }
        100% {
            left: 0;
            opacity: 0;
        }
    }
    @keyframes bottomRow {
        50% {
            transform: scaleY(1);
            left: 0;
        }
        80% {
            opacity: 1;
        }
        95% {
            opacity: 0;
        }
        100% {
            left: 0;
            opacity: 0;
        }
    }
    @keyframes titleAnimation {
        50% {
            left: 0;
            color: #fff;
            text-shadow:#0f4c81 1px 1px 0,
            #0f4c81 -1px -1px 0,
            #0f4c81 -1px 1px 0,
            #0f4c81 1px -1px 0;
        }
        100% {
            color: #0f4c81;
            left: 0;
            text-shadow:#0f4c81 0 0 0,
            #0f4c81 0 0 0,
            #0f4c81 0 0 0,
            #0f4c81 0 0 0;
        }
    }
    @keyframes titleInnerAnimation {
        50% {
            text-shadow:#FF2C55 1px 1px 0,
            #FF2C55 -1px -1px 0,
            #FF2C55 -1px 1px 0,
            #FF2C55 1px -1px 0;
        }
        100% {
            color: #FF2C55;
            text-shadow:#FF2C55 0 0 0,
            #FF2C55 0 0 0,
            #FF2C55 0 0 0,
            #FF2C55 0 0 0;
        }
    }
    .app-startups .hero-design .animation-wrapper h1::after { 
        margin-top: 28px; 
        /* animation: titleAfter 1s linear 2s forwards; */
    }
    @keyframes titleAfter {
        50% {
            margin-top: 0;
        }
        100% {
            margin-top: 28px;
            transform: scaleY(1);
        }
    }
    .animation-wrapper + .hero-bottom {
        position: relative;
        top: 0;
        opacity: 0;
        /* animation: toTop 1s ease-out 2.5s forwards; */ 
        opacity: 1;
    }
    @keyframes toTop {
        50% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-90%);
            top: 0;
            opacity: 1;
        }
    }
}

@media (min-width: 1024px) {
    @keyframes toTop {
        50% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-132px);
            top: 0;
            opacity: 1;
        }
    }
}

@media (max-width:1023px) {
    .new-service .discovery-btn-dt {
        display: none;
    }
}

@media (min-width:1024px) {
    .new-service .discovery-btn-mb {
        display: none;
    }
}

.new-service .intro {
    background: url(/wp-content/themes/SPDLoad/img/new-service/intro-bg.svg) no-repeat;
    background-size: 100% auto;
    padding: 3.9rem 0 3.3rem
}

@media (min-width:1024px) {
    .new-service .intro {
        background-image: url(/wp-content/themes/SPDLoad/img/new-service/intro-bg.svg), url(/wp-content/themes/SPDLoad/img/new-service/intro-bg-bottom.svg);
        background-position: 50% 0, 50% 100%;
        background-repeat: no-repeat, no-repeat;
        background-size: 100% auto, 100% auto;
        padding: 4.6rem 0 34rem;
    }
}

@media (min-width:1024px) {
    .new-service .intro-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.new-service .intro h4 {
    color: #474747;
    font-weight: 400;
    text-align: center
}

@media (min-width:1024px) {
    .new-service .intro h4 {
        text-align: left
    }
}

.new-service .intro-text {
    font-size: 16px;
    line-height: 130%;
    color: #474747 !important;
    margin: 0 0 1rem
}

@media (min-width:1024px) {
    .new-service .intro-text {
        font-size: 20px;
        line-height: 170%;
        width: 43%;
        margin: 0 2.4rem 0 0;
        padding: 2.8rem 0 0
    }
}

.new-service .intro-text .large-text {
    font-size: 14px;
    line-height: 130%
}

@media (max-width:1023px) {
    .new-service .intro-text .large-text {
        text-align: center
    }
}

@media (min-width:1024px) {
    .new-service .intro-text .large-text {
        font-size: 24px
    }
}

.new-service .intro-text p {
    color: #474747
}

.new-service .intro-text p:last-child {
    margin: 0
}

.new-service .intro-slider {
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
    border-radius: 4px;
    padding: 1rem 2rem 1.8rem;
    font-size: 16px;
    line-height: 130%;
}

.new-service .intro-slider p {
    text-align: center;
}

@media (min-width:1024px) {
    .new-service .intro-slider {
        width: calc(57% - 2.4rem);
        font-size: 18px;
        line-height: 170%;
        padding: 2.8rem 2rem 3.4rem
    }
}

.new-service .intro-slider img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.new-service .intro-img {
    padding: 0 .8rem
}

@media (min-width:1024px) {
    .new-service .intro-img {
        padding: 0 4rem
    }
}

.new-service .intro-gallery .slick-next,
.new-service .intro-gallery .slick-prev {
    width: 4px;
    height: 8px;
    background: url(/wp-content/themes/SPDLoad/img/new-service/arrow-red.svg) no-repeat;
    background-size: contain;
    top: 70%;
    z-index: 100
}

@media (min-width:1024px) {

    .new-service .intro-gallery .slick-next,
    .new-service .intro-gallery .slick-prev {
        width: 14px;
        height: 28px
    }
}

.new-service .intro-gallery .slick-next:before,
.new-service .intro-gallery .slick-prev:before {
    display: none
}

.new-service .intro-gallery .slick-prev {
    transform: translate(0, -50%) rotate(180deg);
    left: -.7rem
}

@media (min-width:1024px) {
    .new-service .intro-gallery .slick-prev {
        left: .6rem
    }
}

.new-service .intro-gallery .slick-next {
    right: -.7rem
}

@media (min-width:1024px) {
    .new-service .intro-gallery .slick-next {
        right: .6rem
    }
}

@media (min-width:1024px) {
    .new-service .intro+.expertise {
        margin-top: -29.3rem
    }
}

.new-service .expertise {
    padding: 0 0 4.6rem
}

.new-service .expertise-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.new-service .expertise-item {
    width: 100%;
    margin: 10px;
    background-color: #e7edf2;
    box-shadow: 0 16px 16px rgba(213, 213, 213, .4);
    border-radius: 8px;
    padding: 2rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #0f4c81;
    font-weight: 700;
    font-size: 14px
}

@media (min-width: 640px) {
    .new-service .expertise-item {
        width: calc(100% / 2 - 20px);
    }
}

@media (min-width: 768px) {
    .new-service .expertise-item {
        width: calc(100% / 4 - 20px);
    }
}

.new-service .expertise-item span {
    align-self: flex-start;
    padding: 0 22px 0 2px;
    width: 100%;
    position: relative
}

.new-service .expertise-item span:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid #0f4c81;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    right: 11px;
    top: 50%;
    transform: translateY(-57%)
}

.new-service .expertise-img {
    display: flex;
    align-items: center;
    margin: 0 0 1.7rem;
    height: 107px;
    text-align: center
}

@media (min-width:1024px) {
    .new-service .expertise-img {
        height: auto;
        flex: 1
    }
}

.new-service .expertise-img img {
    height: 100%;
    max-width: 100%;
    margin: 0 auto
}

@media (min-width:1024px) {
    .new-service .expertise-img img {
        width: 100%
    }
}

.new-service .receive {
    margin: 0 0 4.6rem;
}

.new-service .receive-row {
    display: flex;
    flex-direction: column
}

.new-service .receive-item {
    background-color: #fafaff;
    padding: 1rem;
    margin: 0 0 .8rem;
    border-radius: 16px;
    font-size: 16px;
    line-height: 130%;
    color: #07223a
}

.new-service .receive-item:nth-child(2n) {
    background-color: #f4f8ff;
    align-self: flex-end
}

.new-service .receive-item:nth-child(2n) .header-4 {
    color: #0f4c81
}

@media (max-width:1023px) {
    .new-service .receive-item {
        width: 100%
    }
}

@media (min-width:1024px) {
    .new-service .receive-item {
        width: 65.8%;
        font-size: 18px;
        line-height: 175%;
        padding: 2.6rem 4.4rem
    }
}

@media (max-width:1023px) {
    .new-service .receive-item .header-4 {
        font-size: 16px
    }
}

.new-service .receive-item p {
    margin: 0 0 1rem
}

@media (min-width: 1024px) {
    .new-service .receive-item p {
        margin: 0 0 .8rem;
    }
}

.new-service .howwork {
    margin: 0 0 2.5rem
}

@media (min-width:1024px) {
    .new-service .howwork {
        margin: 0 0 3.7rem
    }
}

.new-service .howwork-img img {
    width: 100%
}

@media (max-width:1023px) {
    .new-service .howwork-img {
        margin: 0 0 0 1rem;
        width: 50px;
        order: 1
    }
}

.new-service .howwork-row {
    display: flex;
    flex-direction: column;
    padding: 1.9rem 0 0;
    position: relative
}

@media (max-width:1023px) {
    .new-service .howwork-row {
        padding-left: 1.7rem
    }

    .new-service .howwork-row svg {
        display: none;
    }

    .new-service .howwork-row:after {
        position: absolute;
        content: "";
        width: 1px;
        left: 0;
        top: 59px;
        bottom: 1px;
        border: 1px dashed #ff2c55
    }
}

@media (min-width:1024px) {
    .new-service .howwork-row svg {
        position: absolute;
        width: 172px;
        left: 50%;
        top: 4px;
        bottom: 0;
        transform: translateX(-50%);
    }

    .new-service .howwork-row .dashed {
        stroke-dasharray: 10;

    }

    .new-service .howwork-row .path {
        stroke-dasharray: 2300;
        stroke-dashoffset: 2300;
    }

    .new-service .howwork-row.visible .path {
        animation: dash 15s forwards linear alternate;
    }

    @keyframes dash {
        from {
            stroke-dashoffset: 2300;
        }

        to {
            stroke-dashoffset: 0;
        }
    }

    .new-service .howwork-row:before {
        position: absolute;
        content: "";
        left: 50%;
        top: -10px;
        transform: translateX(calc(-50% - 3px));
        width: 10px;
        height: 10px;
        background: #ff2c55;
        border-radius: 50%
    }
}

.new-service .howwork-item {
    margin: 0 0 1.3rem;
    font-size: 16px
}

.new-service .howwork-item:last-child {
    margin: 0
}

@media (max-width:1023px) {
    .new-service .howwork-item:last-child {
        position: relative
    }

    .new-service .howwork-item:last-child:after {
        position: absolute;
        content: "";
        left: -1.7rem;
        bottom: 0;
        width: 2px;
        background: #fff;
        top: 27px;
        z-index: 100
    }
}

@media (min-width:1024px) {
    .new-service .howwork-item {
        margin: 0 0 2.1rem
    }
}

@media (min-width:1024px) {
    .new-service .howwork-item:nth-child(2n) {
        align-self: flex-end
    }
}

.new-service .howwork-item-header {
    display: flex;
    align-items: center
}

@media (max-width:1023px) {
    .new-service .howwork-item-header {
        position: relative
    }

    .new-service .howwork-item-header:after {
        position: absolute;
        content: "";
        left: -1.7rem;
        top: 50%;
        border: 1px dashed #ff2c55;
        width: 13px
    }
}

@media (min-width:1024px) {
    .new-service .howwork-item-header {
        margin: 0 0 1rem
    }
}

.new-service .howwork-item-header .number {
    color: #ff2c55;
    font-size: 18px;
    margin: 0 .1rem 0 0
}

.new-service .howwork-item h4 {
    color: #000;
    margin: 0 1.4rem 0 0
}

@media (min-width:1024px) {
    .new-service .howwork-item h4 {
        margin: 0 0 0 1rem;
        order: 2
    }
}

@media (min-width:1024px) {
    .new-service .howwork-item {
        width: 370px;
        font-size: 16px;
        line-height: 112.5%
    }

    .new-service .howwork-item .number {
        display: none
    }
}

.new-service .howwork-item p {
    margin: 0;
    line-height: 26px
}

@media (min-width:1024px) {
    .new-service .howwork-item p {
        line-height: 19px
    }
}

.new-service .technologies {
    padding: 0 0 2rem
}

@media (min-width:1024px) {
    .new-service .technologies {
        background: url(/wp-content/themes/SPDLoad/img/new-service/technologies-bg.svg) no-repeat;
        background-position: 50% 100%;
        background-size: 100% auto;
        padding: 0 0 34rem
    }
}

.new-service .technologies h3 {
    color: #0f4c81
}

@media (max-width:1023px) {
    .new-service .technologies h3 {
        font-size: 36px;
        text-align: left;
        margin: 0 0 .6rem
    }
}

@media (min-width:1024px) {
    .new-service .technologies-columns {
        display: flex;
        max-width: 1060px;
        margin: 0 auto
    }
}

.new-service .technologies-col {
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
    border-radius: 4px;
    padding: 1rem 1.2rem
}

@media (max-width:1023px) {
    .new-service .technologies-col {
        margin: 0 0 1rem
    }
}

@media (min-width:1024px) {
    .new-service .technologies-col {
        width: calc(50% - 30px);
        margin: 0 15px;
        flex: calc(50% - 30px);
        padding: 2.3rem 2rem 1.7rem
    }
}

.new-service .technologies-title {
    font-size: 16px;
    flex: 0 0 43%
}

@media (min-width:1024px) {
    .new-service .technologies-title {
        font-size: 18px
    }
}

.new-service .technologies-row {
    display: flex;
    align-items: center;
    margin: 0 0 2rem
}

.new-service .technologies-row:last-of-type {
    margin: 0;
}

.new-service .technologies-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
}

@media (min-width: 375px) {
    .new-service .technologies-items {
        flex-wrap: nowrap;
    }
}

.new-service .technologies-items img {
    display: block;
    margin: 0 1rem 0 0
}

@media (max-width:1023px) {
    .new-service .technologies-items img {
        max-width: 52px;
        max-height: 44px
    }
}

@media (min-width:1024px) {
    .new-service .technologies+div {
        margin-top: -29rem
    }
}

.new-service .studies-slider .slick-slide {
    padding: 1rem
}

.new-service .studies-slider .slick-next:before,
.new-service .studies-slider .slick-prev:before,
.new-service .websites-slider .slick-next:before,
.new-service .websites-slider .slick-prev:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 16px solid #0f4c81;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    right: 0;
    top: 0
}

@media (max-width:1023px) {

    .new-service .studies-slider .slick-next,
    .new-service .studies-slider .slick-prev,
    .new-service .websites-slider .slick-next,
    .new-service .websites-slider .slick-prev {
        transform: translate(0, -121%);
        top: 48%
    }
}

.new-service .studies-slider .slick-prev {
    left: -85px
}

.new-service .websites-slider .slick-prev {
    left: -63px
}

@media (max-width:1023px) {
    .new-service .studies-slider .slick-prev {
        left: -20px
    }
}

@media (max-width:1280px) {
    .new-service .websites-slider .slick-prev {
        left: -15px
    }
}

@media (max-width:1365px) {
    .new-service .websites-slider .slick-prev {
        left: -50px
    }
}

.new-service .studies-slider .slick-prev:before,
.new-service .websites-slider .slick-prev:before {
    transform: rotate(180deg)
}

.new-service .studies-slider .slick-next {
    right: -85px
}

.new-service .websites-slider .slick-next {
    right: -63px
}

@media (max-width:1023px) {
    .new-service .studies-slider .slick-next {
        right: -16px
    }
}

@media (max-width:1280px) {
    .new-service .websites-slider .slick-next {
        right: -12px
    }
}

@media (max-width:1365px) {
    .new-service .websites-slider .slick-next {
        right: -50px
    }
}

.new-service .studies-item {
    display: flex
}

@media (max-width:1023px) {
    .new-service .studies-item {
        flex-direction: column
    }
}

@media (min-width:1024px) {
    .new-service .studies-item {
        align-items: center;
        box-shadow: 0 0 16px rgba(212, 212, 212, .4);
        border-radius: 16px;
        background: #f0f8ff
    }
}

@media (max-width:1023px) {
    .new-service .studies-details {
        order: 2;
    }

    .new-service .studies-details h4 {
        font-size: 14px;
        line-height: 17px;
        color: #0E4474;
    }
}

.new-service .studies-details a {
    display: block;
    margin-top: 20px;
}

@media (min-width:1024px) {
    .new-service .studies-details {
        flex: 0 0 42.6%;
        padding: 3.5rem;
        font-size: 18px;
        line-height: 1.5;
    }
}

@media (max-width:1023px) {
    .new-service .studies-details .caption {
        display: none
    }
}

@media (max-width:1023px) {

    .new-service .studies-details .header-4,
    .new-service .studies-details h4 {
        color: #0f4c81
    }
}

.new-service .studies-details .header-4+p,
.new-service .studies-details h4+p {
    position: relative;
    padding: 0 0 2rem;
    margin: 0 0 2rem
}

@media (max-width:1023px) {

    .new-service .studies-details .header-4+p,
    .new-service .studies-details h4+p {
        display: none
    }
}

.new-service .studies-details .header-4+p:after,
.new-service .studies-details h4+p:after {
    position: absolute;
    width: 18%;
    height: 1px;
    content: "";
    left: 0;
    bottom: 0;
    background: #5782a7
}

@media (max-width:1023px) {
    .new-service .studies-details .btn {
        display: none
    }
}

.new-service .studies-details p {
    margin: 0
}

@media (max-width:1023px) {
    .new-service .studies-link {
        order: 1;
        margin-bottom: 16px;
    }
}

@media (min-width:1024px) {
    .new-service .studies-link {
        flex: 1
    }
}

.new-service .studies-link img {
    width: 100%
}

.new-service .caption {
    font-size: 16px;
    color: #5782a7;
    display: inline-block;
    border: 1px solid #5782a7;
    border-radius: 3px;
    margin: 0 0 1.5rem;
    padding: .1rem .5rem
}

.new-service .basic-form input[type=email],
.new-service .basic-form input[type=tel],
.new-service .basic-form input[type=text],
.new-service .basic-form select {
    display: block;
    width: 100%;
    padding: .5rem 0;
    font-size: 16px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    border-width: 0 0 1px;
    color: #a9a9a9;
    margin: 0 0 1rem;
    font-weight: 300
}

.new-service .basic-form input[type=email]::-webkit-input-placeholder,
.new-service .basic-form input[type=tel]::-webkit-input-placeholder,
.new-service .basic-form input[type=text]::-webkit-input-placeholder {
    color: #a9a9a9;
    font-weight: 300
}

.new-service .basic-form input[type=email]::-moz-placeholder,
.new-service .basic-form input[type=tel]::-moz-placeholder,
.new-service .basic-form input[type=text]::-moz-placeholder {
    color: #a9a9a9;
    font-weight: 300
}

.new-service .basic-form input[type=email]:-ms-input-placeholder,
.new-service .basic-form input[type=tel]:-ms-input-placeholder,
.new-service .basic-form input[type=text]:-ms-input-placeholder {
    color: #a9a9a9;
    font-weight: 300
}

.new-service .basic-form input[type=email]::-ms-input-placeholder,
.new-service .basic-form input[type=tel]::-ms-input-placeholder,
.new-service .basic-form input[type=text]::-ms-input-placeholder {
    color: #a9a9a9;
    font-weight: 300
}

.new-service .basic-form input[type=email]::placeholder,
.new-service .basic-form input[type=tel]::placeholder,
.new-service .basic-form input[type=text]::placeholder {
    color: #a9a9a9;
    font-weight: 300
}

.new-service .basic-form input[type=email]:focus,
.new-service .basic-form input[type=tel]:focus,
.new-service .basic-form input[type=text]:focus,
.new-service .basic-form select:focus {
    outline: 0;
    border-color: #ff2c55 !important
}

@media (min-width:1024px) {

    .new-service .basic-form input[type=email],
    .new-service .basic-form input[type=tel],
    .new-service .basic-form input[type=text],
    .new-service .basic-form select {
        font-size: 14px;
        padding: .5rem 0;
        margin: 0 0 1.4rem
    }
}

.new-service .basic-form textarea {
    display: block;
    width: 100%;
    padding: .7rem .3rem;
    font-size: 16px;
    border: 1px solid #dfdfdf;
    color: #a9a9a9;
    border-radius: 4px;
    font-weight: 300;
    margin: 0 0 1rem
}

.new-service .basic-form textarea::-webkit-input-placeholder {
    color: #a9a9a9;
    font-weight: 300
}

.new-service .basic-form textarea::-moz-placeholder {
    color: #a9a9a9;
    font-weight: 300
}

.new-service .basic-form textarea:-ms-input-placeholder {
    color: #a9a9a9;
    font-weight: 300
}

.new-service .basic-form textarea::-ms-input-placeholder {
    color: #a9a9a9;
    font-weight: 300
}

.new-service .basic-form textarea::placeholder {
    color: #a9a9a9;
    font-weight: 300
}

.new-service .basic-form textarea:focus {
    outline: 0;
    border-color: #ff2c55 !important
}

.new-service .basic-form textarea {
    resize: none;
}

.contact-form.basic-form .file-file {
    display: none;
}

@media (min-width:1024px) {
    .new-service .basic-form textarea {
        font-size: 14px;
        padding: .4rem .5rem 2rem;
        margin: 0 0 1.4rem
    }
}

.new-service .contact {
    margin: 0
}

.new-service .contact:last-child {
    margin: 0
}

@media (min-width:1024px) {
    .new-service .contact:last-child {
        margin: 0
    }
}

@media (min-width:1024px) {
    .new-service .contact-form {
        display: flex;
        padding: 2.2rem 0 0;
    }
}

@media (max-width:1023px) {
    .new-service .contact-form form {
        padding: 0 !important;
        display: block !important
    }
}

.new-service .contact-info {
    margin: 0 0 1rem
}

.new-service .contact-info h5 {
    font-size: 16px;
}

@media (min-width:1024px) {
    .new-service .contact-info {
        flex: 0 0 31.5%;
        margin: 0 11% 0 0
    }
}

@media (min-width:1024px) {
    .new-service .contact-options {
        flex: 1
    }
}

@media (min-width:1024px) {
    .new-service .contact-row {
        margin: 0 0 1rem
    }
}

@media (min-width:768px) {
    .new-service .contact-row {
        display: flex;
        flex-wrap: wrap
    }
}

@media (max-width:1023px) {
    .new-service .contact-row {
        margin: 0 0 1.4rem
    }
}

.new-service .budget .wpcf7-list-item.active .wpcf7-list-item-label {
    color: #0f4c81 !important
}

.new-service .budget .wpcf7-list-item.active .wpcf7-list-item-label:after {
    background-color: #0f4c81 !important
}

.new-service .budget .wpcf7-list-item.active .wpcf7-list-item-label:before {
    background-color: #0f4c81 !important
}

.new-service .budget .wpcf7-list-item.active+.wpcf7-list-item .wpcf7-list-item-label {
    color: #0f4c81 !important
}

.new-service .budget .wpcf7-list-item.active+.wpcf7-list-item .wpcf7-list-item-label:before {
    width: 16px !important;
    height: 16px !important;
    border-radius: 50%;
    background: url(/wp-content/uploads/2020/03/circle.svg) no-repeat;
    left: -4.5px !important;
    z-index: 1;
    background-color: #fff !important
}

.new-service .wpcf7-radio .wpcf7-list-item {
    margin: 0 1rem 1rem 0
}

.new-service .contact-form .contact-options .budget .wpcf7-radio .wpcf7-list-item-label:after {
    background-color: #0f4c81
}

.new-service .radio-label {
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    width: 120px;
    height: 100px
}

@media (max-width:767px) {
    .new-service .radio-label {
        margin: 0 auto .7rem
    }
}

@media (min-width:1024px) {
    .new-service .radio-label {
        width: 150px;
        height: 125px
    }
}

@media (min-width:767px) {
    .new-service .radio-label {
        margin: 0 1.5rem 1rem 0
    }

    .new-service .radio-label:last-child {
        margin: 0
    }
}

.new-service .radio-label input {
    position: absolute;
    width: 120px;
    height: 100px;
    left: 0;
    top: 0;
    opacity: 0
}

@media (min-width:1024px) {
    .new-service .radio-label input {
        width: 150px;
        height: 125px
    }
}

.new-service .radio-label input:checked+.radio-label-checkmark {
    border-color: #ff2c55;
    color: #ff2c55
}

.new-service .radio-label input:checked+.radio-label-checkmark.checkmark-web {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/web-active.svg)
}

.new-service .radio-label input:checked+.radio-label-checkmark.checkmark-mobile {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/smartphone-active.svg)
}

.new-service .radio-label input:checked+.radio-label-checkmark.checkmark-prototype {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/prototype-active.svg)
}

.new-service .radio-label input:checked+.radio-label-checkmark.checkmark-mvp {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/mvp-active.svg)
}

.new-service .radio-label input:checked+.radio-label-checkmark.checkmark-complete {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/complete-active.svg)
}

.new-service .radio-label input:checked+.radio-label-checkmark.checkmark-exisiting {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/exisiting-active.svg)
}

.new-service .radio-label-checkmark {
    display: block;
    border: 1px dashed #dfdfdf;
    border-radius: 4px;
    position: relative;
    background-position: center 20px;
    background-repeat: no-repeat;
    width: 120px;
    height: 100px
}

@media (max-width:1023px) {
    .new-service .radio-label-checkmark {
        background-size: 41%
    }
}

@media (min-width:1024px) {
    .new-service .radio-label-checkmark {
        width: 150px;
        height: 125px
    }
}

.new-service .radio-label-checkmark.checkmark-web {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/web.svg)
}

.new-service .radio-label-checkmark.checkmark-mobile {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/smartphone.svg)
}

.new-service .radio-label-checkmark.checkmark-prototype {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/prototype.svg)
}

.new-service .radio-label-checkmark.checkmark-mvp {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/mvp.svg)
}

.new-service .radio-label-checkmark.checkmark-complete {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/complete.svg)
}

.new-service .radio-label-checkmark.checkmark-exisiting {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/exisiting.svg)
}

.new-service .radio-label-caption {
    position: absolute;
    bottom: 7px;
    width: 100%;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase
}
.faq-item:not(:last-of-type) {
    margin-bottom: 24px;
    border-bottom: 2px solid #E5E7EB;
}
@media (min-width:1024px) {
    .new-service .radio-label-caption {
        bottom: 11px
    }
}

@media (min-width:1024px) {
    .new-service .faq{
        max-width: 922px;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
        line-height: 150%
    }
}

.new-service .faq .number {
    color: #ff2c55;
    margin: 0 .5rem 0 0
}

.new-service .faq .header-6,
.new-service .faq h6 {
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
}


.new-service .faq-item p {
    margin-bottom: 16px;
}

@media (min-width:1024px) {
    .new-service .faq-col {
        display: flex;
        flex-wrap: wrap;
    }
}
.new-service .cta {
    background-color: #003665;
    text-align: center;
    padding: 1rem;
    color: #fff;
    margin: 0 0 2.3rem
}

.new-service .cta .btn {
    display: inline-flex;
    height: 60px;
    width: 260px;
}

@media (min-width:1024px) {
    .new-service .cta {
        padding: 2rem;
        margin: 0 0 4.6rem
    }
}

.new-service .cta p {
    text-align: center
}

.new-service .cta-caption {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 1rem
}

@media (min-width:1024px) {
    .new-service .cta-caption {
        font-size: 48px;
        line-height: 130%;
        margin: 0 0 2.4rem
    }
}

.new-service .steps {
    padding: 2rem 0;
}

@media (min-width:1024px) {
    .new-service .steps {
        padding: 9rem 0 2rem;
    }
}

@media (min-width:1024px) {
    .new-service .steps-row {
        display: flex;
        padding: 2rem 0 7rem;
        margin-bottom: 4.6rem;
    }
}

.new-service .steps-header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (min-width:1024px) {
    .new-service .steps-header {
        margin: 0 0 2.1rem
    }
}

@media (max-width:1023px) {
    .new-service .steps-header {
        margin: 0 0 1.4rem
    }
}

.new-service .steps-icon {
    width: 65px;
    height: 65px;
    align-items: center;
    display: flex;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .102);
    border-radius: 16px;
    flex: 0 0 65px;
    margin: 0 0 0 10px
}

.new-service .steps-text {
    overflow: hidden
}

.new-service .steps-item {
    padding: 2.3rem;
    background: #fff;
    box-shadow: 0 20px 60px rgba(49, 69, 244, .1);
    position: relative
}

@media (max-width:1023px) {
    .new-service .steps-item {
        margin-bottom: 1rem;
        padding: 1rem;
        font-size: 14px;
        line-height: 16px;
    }

    .new-service .steps .steps-item p {
        font-size: 16px;
        line-height: 26px;
    }
}

.new-service .steps-item:after {
    position: absolute;
    content: "";
    border: 1px dashed #0f4c81;
    z-index: 100
}

@media (max-width:1023px) {
    .new-service .steps-item:after {
        height: 72px;
        border-width: 0 2px 0 0;
        bottom: -40px;
        right: 26px
    }
}

@media (min-width:1024px) {
    .new-service .steps-item:after {
        width: 82px;
        right: -82px;
        border-width: 2px 0 0;
        top: 20%
    }
}

.new-service .steps-item:last-child:after {
    display: none
}

@media (min-width:1024px) {
    .new-service .steps-item {
        padding: 2.2rem 1.1rem 2.2rem;
        margin: 0 82px 0 0;
        flex: 0 0 calc(33.3333% - 54.666px);
        width: calc(33.3333% - 64.666px);
        display: flex;
        flex-direction: column
    }

    .new-service .steps-item .clearfix {
        flex: 1
    }

    .new-service .steps-item:nth-child(2) {
        top: 2.7rem
    }

    .new-service .steps-item:last-child {
        top: 5.7rem;
        margin: 0
    }
}

@media (max-width:1023px) {
    .new-service .steps-item .clearfix {
        padding: 0 0 1rem
    }
}

.new-service .steps-subheader {
    color: #11223f;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 .4rem
}

@media (min-width:1024px) {
    .new-service .steps-subheader {
        margin: 0 0 .5rem
    }
}

.new-service .steps p {
    margin: 0 0 1rem
}

@media (max-width:1023px) {
    .new-service .steps p {
        line-height: 16px;
    }
}

.new-service .steps .header-5 {
    text-transform: uppercase;
    color: #0f4c81;
    margin: 0
}

@media (max-width:1023px) {
    .new-service .steps .header-5 {
        font-size: 18px
    }
}

.new-service .difference {
    margin: 0 0 2.7rem
}

@media (min-width:1024px) {
    .new-service .difference {
        margin: -29.2rem 0 4.6rem
    }
}

@media (min-width:1024px) {
    .new-service .difference-row {
        display: flex
    }
}

.new-service .difference-header {
    max-width: 650px;
    margin: 0 auto 1.4rem
}

@media (min-width:1024px) {
    .new-service .difference-header {
        margin: 0 auto 5rem
    }
}

.new-service .difference-header p {
    display: none;
    margin: -1rem 0 0
}

.new-service .difference-item {
    background: #f0f8ff;
    box-shadow: 0 4px 4px rgba(135, 165, 192, .5);
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 2.2rem 1.6rem;
    margin: 0 0 1rem
}

@media (min-width:1024px) {
    .new-service .difference-item {
        margin: 0 30px 0 0;
        width: calc(33.3333% - 20px);
        flex: calc(33.3333% - 20px);
        padding: 2.7rem 2rem
    }

    .new-service .difference-item:last-child {
        margin: 0
    }
}

.new-service .difference-item p {
    margin: 0
}

.new-service .difference-icon {
    margin: 0 1.4rem 0 0
}

@media (min-width:1024px) {
    .new-service .difference-icon {
        margin: 0 2.3rem 0 0
    }
}

@media (max-width:1023px) {
    .new-service .difference-icon img {
        max-height: 60px
    }
}

@media (max-width:1023px) {
    .new-service .difference-icon {
        flex: 0 0 30%
    }
}

@media (max-width:1023px) {
    .new-service .difference h2 {
        text-align: left
    }
}

.new-service .marked {
    color: #ff2c55;
    font-size: 24px
}

@media (min-width:1024px) {
    .new-service .range {
        padding: 10px 0 0 22px
    }
}

.new-service .range-slider {
    height: 1px;
    background: #b5b5b5
}

.new-service .range-labels {
    list-style: none;
    margin: 0;
    padding: 5px 0 0;
    display: flex
}

.new-service .range-labels li {
    width: 30%;
    flex: 0 0 30%;
    position: relative;
    font-size: 10px;
    color: #b5b5b5;
    text-indent: -24px
}

.new-service .range-labels li:last-child {
    width: 10%;
    flex: 0 0 10%
}

.new-service .range-labels li:after {
    position: absolute;
    content: "";
    height: 17px;
    width: 1px;
    background: #b5b5b5;
    top: -14px;
    left: 0
}

.new-service .discovery {
    padding: 1rem 0
}

@media (min-width:1024px) {
    .new-service .discovery {
        padding: 2rem 0;
        margin: 0 0 3rem
    }
}

@media (min-width:1024px) {
    .new-service .discovery-row {
        display: flex
    }
}

.new-service .discovery-item {
    border: 1px dashed #ff2c55;
    border-radius: 16px;
    padding: .9rem .6rem 1.2rem;
    margin: 0 0 1.4rem;
    background: #fff
}

@media (min-width:1024px) {
    .new-service .discovery-item {
        padding: 1.5rem 2rem 3.7rem;
        margin: 0 40px 0 0;
        flex: 0 0 calc(33.3333% - 26.6666px)
    }

    .new-service .discovery-item:last-child {
        margin: 0
    }
}

.new-service .discovery-item p {
    margin: 0
}

@media (max-width:1023px) {
    .new-service .discovery-item p {
        line-height: 200%
    }
}

.new-service .discovery-item h3 {
    color: #000;
    -moz-text-align-last: left;
    text-align-last: left;
    margin: 0
}

@media (max-width:1023px) {
    .new-service .discovery-item h3 {
        font-size: 18px;
        padding: 0 0 5px
    }
}

.new-service .discovery-header {
    display: flex;
    margin: 0 0 .5rem
}

@media (max-width:1023px) {
    .new-service .discovery-header {
        align-items: flex-end
    }
}

@media (min-width:1024px) {
    .new-service .discovery-header {
        flex-direction: column;
        margin: 0 0 .6rem
    }
}

.new-service .discovery-icon {
    flex: 0 0 70px
}

@media (max-width:1023px) {
    .new-service .discovery-icon {
        flex: 0 0 50px;
        margin: 0 .2rem 0 0
    }

    .new-service .discovery-icon img {
        width: 100%
    }
}

@media (min-width:1024px) {
    .new-service .discovery-icon {
        text-align: center;
        margin: 0 0 1.6rem
    }
}

.new-service .testimonials {
    margin: 0 0 6rem
}

@media (min-width:1024px) {
    .new-service .testimonials {
        margin: 0 0 7rem
    }
}

.new-service .testimonials-slider .slick-next,
.new-service .testimonials-slider .slick-prev {
    width: 4px;
    height: 8px;
    background: url(/wp-content/themes/SPDLoad/img/new-service/arrow-blue.svg) no-repeat;
    background-size: contain
}

@media (min-width:1024px) {

    .new-service .testimonials-slider .slick-next,
    .new-service .testimonials-slider .slick-prev {
        width: 11px;
        height: 18px
    }
}

.new-service .testimonials-slider .slick-next:before,
.new-service .testimonials-slider .slick-prev:before {
    display: none
}

.new-service .testimonials-slider .slick-prev {
    transform: translate(0, -50%) rotate(180deg)
}

@media (max-width:1265px) {
    .new-service .testimonials-slider .slick-prev {
        left: -12px
    }
}

@media (max-width:1023px) {
    .new-service .testimonials-slider .slick-prev {
        left: -8px
    }
}

@media (max-width:1265px) {
    .new-service .testimonials-slider .slick-next {
        right: -12px
    }
}

@media (max-width:1023px) {
    .new-service .testimonials-slider .slick-next {
        right: -8px
    }
}

.new-service .testimonials-slider .slick-dots li button {
    height: 10px;
    width: 10px;
    border: 2px solid rgba(15, 76, 129, .4);
    border-radius: 50%;
    background: 0 0
}

.new-service .testimonials-slider .slick-dots li button:before {
    display: none
}

.new-service .testimonials-slider .slick-dots li.slick-active button {
    background: #0f4c81;
    border-color: #0f4c81
}

.new-service .testimonials-slider .slick-dots {
    bottom: -55px
}

.new-service .testimonials-slider .slick-track {
    display: flex
}

.new-service .testimonials-slider .slick-slide {
    height: auto;
    display: flex
}

.new-service .testimonials-slider .slick-slide>div {
    display: flex
}

.new-service .testimonials-slider .slick-slide .testimonials-slide {
    display: flex !important
}

.new-service .testimonials-slide {
    padding: 0 12px
}

.new-service .testimonials-item {
    border: 1px solid #003665;
    padding: 1rem
}

@media (min-width:1024px) {
    .new-service .testimonials-item {
        padding: 3.3rem
    }
}

.new-service .testimonials-item p {
    margin: 0
}

.new-service .testimonials-header {
    display: flex;
    margin: 0 0 1rem
}

@media (max-width:1023px) {
    .new-service .testimonials-header {
        align-items: center
    }
}

@media (min-width:1024px) {
    .new-service .testimonials-header {
        margin: 0 0 1.2rem
    }
}

.new-service .testimonials-avatar {
    margin: 0 1rem 0 0;
    flex: 0 0 63px
}

@media (min-width:1024px) {
    .new-service .testimonials-avatar {
        flex: 0 0 70px;
        margin: 0 1.4rem 0 0
    }
}

.new-service .testimonials-avatar img {
    width: 100%
}

.new-service .testimonials-name {
    color: #505d68
}

.new-service .testimonials-job {
    color: #a1aeb7;
    font-size: 14px
}

.new-service .phasework {
    margin: 0 0 2.3rem
}

@media (min-width:1024px) {
    .new-service .phasework {
        margin: 0 0 5rem
    }
}

.new-service .phasework-item {
    display: flex
}

.new-service .phasework-item:last-child {
    margin: 0
}

@media (min-width:1024px) {
    .new-service .phasework-item {
        margin: 0 0 3.7rem;
        position: relative
    }
}

@media (min-width:1024px) {
    .new-service .phasework-item:after {
        position: absolute;
        content: "";
        border: 1px dashed #0f4c81;
        top: 15px;
        left: 50%;
        right: 0;
        height: 1px;
        border-width: 1px 0 0
    }
}

@media (min-width:1024px) {
    .new-service .phasework-item:nth-child(2n) .phasework-num {
        margin-left: 13%
    }
}

@media (min-width:1024px) {
    .new-service .phasework-item:last-child:before {
        position: absolute;
        content: "";
        right: 0;
        top: 15px;
        bottom: 0;
        background: #fff;
        width: 2px;
        z-index: 100
    }
}

.new-service .phasework-item h3 {
    color: #0f4c81;
    background: #fff
}

@media (min-width:1024px) {
    .new-service .phasework-item h3 {
        position: relative;
        z-index: 10;
        display: inline-block;
        padding: 0 10px 0 0
    }
}

@media (max-width:1023px) {
    .new-service .phasework-item h3 {
        font-size: 16px
    }
}

.new-service .phasework-num {
    flex: 0 0 28px;
    margin: 0 10px 0 0
}

@media (min-width:1024px) {
    .new-service .phasework-num {
        flex: 0 0 25%;
        margin: 0 9% 0 0
    }
}

.new-service .phasework-num .image-share-wrap .cool-image-share {
    opacity: 0;
    transform: scale(0);
    transition: transform .7s linear, opacity .7s linear;
}

.new-service .phasework-num .image-share-wrap.visible .cool-image-share {
    opacity: 1;
    transform: scale(1);
}

.new-service .phasework-num img {
    max-width: 100%
}

.new-service .phasework-num img.num-desktop {
    display: none
}

@media (min-width:1024px) {
    .new-service .phasework-num img.num-desktop {
        display: block
    }
}

.new-service .phasework-num img.num-mobile {
    position: relative;
    z-index: 10
}

@media (min-width:1024px) {
    .new-service .phasework-num img.num-mobile {
        display: none
    }
}

@media (min-width:1024px) {
    .new-service .phasework-text {
        flex: 0 0 32%
    }
}

.new-service .phasework-col {
    position: relative
}

@media (min-width:1024px) {
    .new-service .phasework-col {
        padding: 1.4rem 0 0
    }
}

.new-service .phasework-col:after {
    position: absolute;
    content: "";
    border: 1px dashed #0f4c81
}

@media (max-width:1023px) {
    .new-service .phasework-col:after {
        top: 0;
        bottom: 0;
        left: 0;
        width: 1px;
        border-width: 0 0 0 1px
    }
}

@media (min-width:1024px) {
    .new-service .phasework-col:after {
        top: 37px;
        bottom: 10px;
        right: 0;
        width: 1px;
        border-width: 0 1px 0 0
    }
}

.new-service .base-list {
    margin: 0 0 1rem;
    padding: 0 0 0 1.4rem
}

@media (min-width:1024px) {
    .new-service .base-list {
        margin: 0 0 2rem
    }
}

.new-service .team {
    margin: 0 0 6rem
}

.new-service .team-img .mycenter,
.new-service .team-img .image-share-wrap {
    height: 100%;
    width: 100%;
}

@media (min-width:1024px) {
    .new-service .team {
        margin: 0 0 8rem;
        background: url(/wp-content/themes/SPDLoad/img/new-service/team-bg.svg) no-repeat;
        background-size: 100% auto;
        background-position: center -145px;
        padding: 3rem 0
    }
}

.new-service .team-slider .slick-track {
    display: flex;
    align-items: flex-end
}

.new-service .team-slider .slick-next,
.new-service .team-slider .slick-prev {
    width: 4px;
    height: 8px;
    background: url(/wp-content/themes/SPDLoad/img/new-service/arrow-blue.svg) no-repeat;
    background-size: contain
}

@media (min-width:1024px) {

    .new-service .team-slider .slick-next,
    .new-service .team-slider .slick-prev {
        width: 11px;
        height: 18px
    }
}

.new-service .team-slider .slick-next:before,
.new-service .team-slider .slick-prev:before {
    display: none
}

.new-service .team-slider .slick-prev {
    transform: translate(0, -50%) rotate(180deg)
}

@media (max-width:1265px) {
    .new-service .team-slider .slick-prev {
        left: -12px
    }
}

@media (max-width:1023px) {
    .new-service .team-slider .slick-prev {
        left: -8px
    }
}

@media (max-width:1265px) {
    .new-service .team-slider .slick-next {
        right: -12px
    }
}

@media (max-width:1023px) {
    .new-service .team-slider .slick-next {
        right: -8px
    }
}

.new-service .team-slider .slick-dots li button {
    height: 10px;
    width: 10px;
    border: 2px solid rgba(15, 76, 129, .4);
    border-radius: 50%
}

.new-service .team-slider .slick-dots li button:before {
    display: none
}

.new-service .team-slider .slick-dots li.slick-active button {
    background: #0f4c81;
    border-color: #0f4c81
}

.new-service .team-slider .slick-dots {
    bottom: -55px
}

.new-service .team-img {
    text-align: center
}

@media (min-width:1024px) {
    .new-service .team-img img {
        max-width: 100%
    }
}

.new-service .team-title {
    text-transform: uppercase;
    color: #0f4c81;
    font-weight: 700;
    text-align: center
}

@media (min-width:1200px) {
    .new-service .team-title {
        font-size: 20px;
        line-height: 24px;
    }
}

.new-service .price {
    color: #fff;
    background: #003665;
    padding: 1.6rem 0;
    margin-bottom: -4.6rem
}

@media (min-width:1024px) {
    .new-service .price {
        padding: 6.5rem 0
    }
}

.new-service .price .btn {
    white-space: nowrap;
    padding: .5rem 3.5rem
}

@media (max-width:1023px) {
    .new-service .price .btn {
        padding: 1.3rem 1.5rem
    }
}

@media (min-width:1024px) {
    .new-service .price-row {
        display: flex
    }
}

.new-service .price-details {
    display: flex;
    flex-direction: column
}

.new-service .price-details a {
    text-decoration: none;
}

.new-service .price-item {
    border: 1px solid #fff;
    padding: 2.1rem 1rem 3.5rem 3.3rem;
    font-size: 14px;
    position: relative
}

@media (max-width:1023px) {
    .new-service .price-item {
        margin: 0 0 1.5rem
    }
}

@media (min-width:1024px) {
    .new-service .price-item {
        margin: 0 32px 0 0;
        flex: 0 0 calc(33.3333% - 21.3333px);
        width: calc(33.3333% - 21.3333px);
        padding: 3.4rem 1.9rem 4rem 5.7rem;
        font-size: 16px;
        display: flex
    }

    .new-service .price-item:last-child {
        margin: 0
    }
}

.new-service .price-item p {
    margin: 0 0 1.5rem;
    line-height: 27px;
    color: #fff
}

@media (min-width:1024px) {
    .new-service .price-item p {
        margin: 0 0 3rem;
        font-weight: 700
    }
}

.new-service .price-item-best {
    padding: 5.1rem 1rem 3.5rem 3.3rem
}

@media (min-width:1024px) {
    .new-service .price-item-best {
        margin: -3.7rem 32px -3.7rem 0;
        padding: 7rem 1.9rem 8rem 5.7rem
    }
}

.new-service .price-item-best .best-label {
    position: absolute;
    background: #fff;
    color: #ff2c55;
    font-size: 16px;
    text-transform: uppercase;
    top: 1rem;
    left: -.5rem;
    padding: 0 50px 0 27px;
    height: 36px;
    display: flex;
    align-items: center
}

@media (min-width:1024px) {
    .new-service .price-item-best .best-label {
        font-size: 14px;
        line-height: 24px
    }
}

.new-service .price-item-best .best-label:after {
    position: absolute;
    content: "";
    right: -1px;
    width: 0;
    height: 0;
    top: -2px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 10px solid #003665
}

.new-service .price-item-best .price-value {
    font-size: 24px
}

@media (min-width:1024px) {
    .new-service .price-item-best .price-value {
        font-size: 40px
    }
}

.new-service .price-item-best .price-title {
    top: 17.3rem
}

@media (min-width:1024px) {
    .new-service .price-item-best .price-title {
        top: 18rem
    }
}

.new-service .price-title {
    position: absolute;
    top: 15.3rem;
    left: 1.2rem;
    text-transform: uppercase;
    color: #ff2c55;
    transform: rotate(-90deg);
    letter-spacing: 2.5px;
    transform-origin: 0 0;
    width: 200px;
    text-align: right
}

@media (min-width:1024px) {
    .new-service .price-title {
        top: 14.6rem;
        left: 2.2rem
    }
}

.new-service .price-value {
    font-size: 18px;
    line-height: 49px;
    margin: 0 0 1.6rem
}

@media (min-width:1024px) {
    .new-service .price-value {
        font-size: 30px;
        margin: 0 0 1.5rem
    }
}

.new-service .price-subtitle {
    padding: 0 0 0 20px;
    margin: 0 0 1.2rem
}

@media (min-width:1024px) {
    .new-service .price-subtitle {
        margin: 0 0 .5rem
    }
}

.new-service .price-list {
    margin: 0;
    padding: 0 0 1rem;
    list-style: none
}

@media (min-width:1024px) {
    .new-service .price-list {
        padding: 0 0 3rem;
        flex: 1
    }
}

.new-service .price-list li {
    padding: 0 0 0 20px;
    position: relative;
    margin: 0 0 1rem
}

@media (min-width:1024px) {
    .new-service .price-list li {
        margin: 0 0 .5rem
    }
}

.new-service .price-list li:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    height: 1px;
    width: 14px;
    background: #fff
}

.new-service .customers {
    margin: 0 0 106px;
    overflow: hidden;
}
.new-service .slick-dots li:not(.slick-active) button {
    background-color: #FFEAEE;
}

@media (min-width:1024px) {
    .new-service .customers {
        margin: 0 0 168px;
    }
}

.new-service .customers p {
    font-size: 14px;
}

@media (min-width:1024px) {
    .new-service .customers p {
        font-size: 24px;
    }

    .new-service .customers_slider__block__info:after {
        width: 5rem;
        top: 1.1rem;
        left: 1.8rem
    }
}

.new-service .need-design {
    background: url(/wp-content/themes/SPDLoad/img/new-service/need-design-mb.svg) no-repeat;
    background-size: 100% auto;
    /*padding: 3rem 0 3.6rem;*/
    background-position: center 0;
    color: #07223a
}

@media (min-width:1024px) {
    .new-service .hero-design+div.pb-0 {
        padding-bottom: 0;
    }
    .new-service .hero-design+div {
        padding: 0 16px 8.7rem;
        background-position: center 84px
    }
}
@media (min-width:1280px) {
    .new-service .hero-design+div {
        padding-left: 0;
        padding-right: 0;
    }
}

.new-service .need-design h2 {
    text-align: left
}

.new-service .need-design-list {
    max-width: 882px;
    margin: 0 auto
}

@media (max-width:1023px) {
    .new-service .need-design-inner {
        background: #fff;
        box-shadow: 0 4px 6px rgba(135, 165, 192, .25);
        border-radius: 6px;
        padding: 1rem
    }
}

.new-service .need-design-item p,
.new-service .need-design-item .list {
    opacity: 0;
    transform: translateY(70%);
    transition: transform .6s linear, opacity .6s linear
}

.new-service .need-design-item.visible p,
.new-service .need-design-item.visible .list {
    opacity: 1;
    transform: translateY(0)
}

.new-service .need-design-item {
    border-bottom: 2px solid #e7edf2;
    padding: 1rem 0 0;
}

.new-service .need-design-item:last-child {
    border: none
}

@media (min-width:1024px) {
    .new-service .need-design-item {
        display: flex;
        padding: 1.3rem 0
    }
}

.new-service .need-design-item h3 {
    color: #0e4474
}

@media (min-width:1024px) {
    .new-service .need-design-item h3 {
        flex: 0 0 48%;
        text-align: left;
    }
}

@media (max-width:1023px) {
    .new-service .need-design-item h3 {
        font-size: 18px
    }
}

.new-service .need-design-item p {
    margin: 0
}

@media (min-width:1024px) {
    .new-service .need-design-item p {
        flex: 1
    }
}

@media (max-width:1023px) {
    .new-service .results-item {
        border-bottom: 1px solid #e7edf2;
        padding: 0 0 2rem;
        margin: 0 0 2rem
    }
}

@media (min-width:1024px) {
    .new-service .results-item {
        display: flex;
        margin: 0 0 2.9rem
    }
}

.new-service .results-item .results-img {
    opacity: 0;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transition: opacity .6s ease, transform .6s ease
}

.new-service .results-item.visible .results-img {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

@media (min-width:1024px) {
    .new-service .results-text {
        flex: 0 0 43%;
        margin: 0 7% 0 0
    }
}

.new-service .results-text .header-4,
.new-service .results-text h4 {
    color: #0e4474
}

@media (max-width:1023px) {

    .new-service .results-text .header-4,
    .new-service .results-text h4 {
        font-size: 18px
    }
}

@media (min-width:1024px) {
    .new-service .results-details {
        flex: 1
    }
}

.new-service .results-img {
    background: #eff8ff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0 0 1rem
}

@media (max-width:1023px) {
    .new-service .results-img {
        box-shadow: 0 4px 6px rgba(135, 165, 192, .25)
    }
}

@media (min-width:1024px) {
    .new-service .results-img {
        margin: 0 0 .6rem
    }
}

.new-service .results-img img {
    max-width: 100%
}

.new-service .section-intro {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 1.15;
    color: #07223A;
}
.new-service .section-intro.section-intro-secondary {
    color: #0E4474;
}

@media (min-width: 1024px) {
    .new-service .section-intro,
    .new-service.mvp-startups .section-intro {
        max-width: 970px;
        margin-bottom: 60px;
        font-size: 44px;
        line-height: 115%;
    }
    .page-template-page-seo .new-service .section-intro {
        max-width: 870px;
    }
    .page-template-page-corporate-website-design .new-service .section-intro {
        font-size: 30px;
    }

    .new-service .section-intro.section-intro-small {
        max-width: 800px;
        font-size: 32px;
        line-height: 130%;
    }
}

.new-service .process:last-child {
    margin: 0
}

@media (min-width:1024px) {
    .new-service .process-row {
        display: flex;
        flex-wrap: wrap;
    }
}

.new-service .process-item {
    margin: 0 0.6rem 1.5rem
}

@media (min-width:1024px) {
    .new-service .process-item {
        width: calc(100% / 3 - 22px);
        margin-bottom: 0;
    }
}

.new-service .process-item a {
    height: 100%;
    color: #07223A;
}

.new-service .process-item>p {
    display: none;
}

.new-service .process-item:after {
    content: "";
    clear: both;
    display: block
}

@media (min-width:1024px) {
    .new-service .process .section-info {
        max-width: 775px;
    }
}

.new-service .process-item > a {
    transition: box-shadow .4s linear;
    text-decoration: none
}
.new-service .process-item-header {
    display: flex;
    align-items: center;
}

.new-service .process-item:hover .process-title {
    color: #FF2C55;
}

.new-service .process-item > a * {
    text-decoration: none
}
.new-service .process-item h3 {
    margin-bottom: 0;
    width: calc(100% - 80px);
}
@media (min-width: 1024px) {
    .new-service .process-item h3 {
        width: calc(100% - 155px);
    }
}
.new-service .process-text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5;
    color: #1F2937;
    overflow: hidden;
}

.new-service .process-icon {
    float: left;
    width: 70px;
    height: 70px;
    box-shadow: 0 4px 6px rgba(135, 165, 192, .25);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px 0 0;
    border-radius: 16px
}

@media (min-width:1024px) {
    .new-service .process-icon {
        width: 113px;
        height: 113px;
        margin: 0 40px 0 0
    }

    .new-service .process-icon img {
        transform: scale(1);
        transition-duration: .3s;
    }

    .process-item:hover .process-icon img {
        transform: scale(1.1);
    }
}

@media (max-width:1023px) {
    .new-service .process-icon img {
        max-width: 60%
    }
}

.new-service .process-title {
    color: #0e4474;
    transition-duration: .25s;
    transition-property: color;
}

@media (min-width:1024px) {
    .new-service .process-title {
        min-height: 113px;
        display: flex;
        align-items: center;
        margin: 0 0 1.5rem
    }
}

@media (max-width:1023px) {
    .new-service .process-title {
        font-size: 20px
    }
}

@media (min-width:1024px) {
    .new-service .process-text {
        overflow: hidden
    }
}

.new-service .tags {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 0 1.6rem
}

.new-service .tags .tags-item {
    margin: 0 .2rem 0 0
}

.new-service .tags-item {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    background: #eff8ff;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative
}

.new-service .tags-item .icon-clock {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 5px;
    top: 3px
}

.new-service .tags-value {
    color: #5782a7;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
}

.new-service .tags-details {
    text-transform: uppercase;
    font-size: 10px;
    color: #07223a;
    font-weight: 300
}

.new-service .f-right.tags-item {
    margin: 0 0 0 1rem
}

.new-service .mission {
    margin: 0 0 2rem
}

@media (max-width:1023px) {
    .new-service .mission {
        background: url(/wp-content/themes/SPDLoad/img/new-service/mission-mb.svg) no-repeat;
        background-position: 99% 31px
    }
}

@media (min-width:1024px) {
    .new-service .mission {
        margin: 0
    }
}

@media (min-width:1024px) {
    .new-service .mission-row {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

@media (max-width:1023px) {
    .new-service .mission-img {
        display: none
    }
}

@media (min-width:1024px) {
    .new-service .mission-img {
        flex: 0 0 50%
    }
}

.new-service .mission-img img {
    max-width: 100%
}

.new-service .mission-text {
    color: #07223a;
    position: relative;
    transition: transform .7s linear, opacity .7s linear;
    transform: translateX(100%);
    opacity: 0;
}

.new-service .mission-text.visible {
    opacity: 1;
    transform: translateX(0);
}

.new-service .mission-text:before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    width: 50px;
    height: 35px;
    top: 28%;
    left: -10px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 80 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.562 20.364c3.458 0 6.838 1.045 9.713 3.002a17.75 17.75 0 016.44 7.997 18.136 18.136 0 01.994 10.295 17.926 17.926 0 01-4.785 9.123 17.383 17.383 0 01-8.95 4.877 17.177 17.177 0 01-10.102-1.014 17.56 17.56 0 01-7.846-6.563 18.063 18.063 0 01-2.946-9.9L0 35.637c0-9.451 3.684-18.515 10.241-25.198C16.798 3.755 25.691 0 34.965 0v10.182a24.418 24.418 0 00-9.563 1.924 24.801 24.801 0 00-8.1 5.529c-.899.915-1.729 1.899-2.482 2.942a17.38 17.38 0 012.737-.219l.005.006zm44.956 0c3.457 0 6.837 1.045 9.712 3.002a17.75 17.75 0 016.44 7.997 18.137 18.137 0 01.994 10.295 17.927 17.927 0 01-4.785 9.123 17.383 17.383 0 01-8.95 4.877 17.177 17.177 0 01-10.102-1.014 17.56 17.56 0 01-7.846-6.563 18.063 18.063 0 01-2.946-9.9l-.08-2.545c0-9.451 3.684-18.515 10.241-25.198C61.753 3.755 70.646 0 79.92 0v10.182a24.42 24.42 0 00-9.563 1.924 24.802 24.802 0 00-8.1 5.529c-.899.915-1.729 1.899-2.482 2.942a17.397 17.397 0 012.742-.219v.006z' fill='%23AEBCCA' opacity='.15'/%3E%3C/svg%3E");
}

@media (min-width:1024px) {
    .new-service .mission-text:before {
        width: 80px;
        height: 56px;
        top: 40%;
        left: -40px;
    }
}

@media (min-width:1024px) {
    .new-service .mission-text {
        flex: 0 0 40%;
        font-size: 20px
    }
}

@media (min-width:1024px) {
    .new-service .mission-text p {
        font-size: 18px;
        margin: 0 0 .8rem
    }
}

@media (min-width:1024px) {
    .new-service .mission h3 {
        text-align: left
    }
}

@media (max-width:1023px) {
    .new-service .mission h3 {
        -moz-text-align-last: left;
        text-align-last: left
    }
}

.new-service .contact-form form {
    display: flex;
    flex-wrap: wrap;
    padding: 2.2rem 0 0;
    margin: 0 0 4.6rem;
    width: 100%
}

.new-service .contact-form form .contact-options .range {
	min-height: 30px;
}

.new-service .contact-form .wpcf7 {
    width: 100%
}

.new-service .contact-form .contact-options .wpcf7-list-item label {
    position: relative
}

.new-service .contact-form .contact-options .wpcf7-list-item input {
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 1px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    font-size: 0;
    line-height: 0
}

.new-service .contact-form .contact-options .wpcf7-list-item input:checked+.wpcf7-list-item-label {
    border-color: #ff2c55
}

.new-service .contact-form .contact-options .radio1 .wpcf7-list-item-label,
.new-service .contact-form .contact-options .radio2 .wpcf7-list-item-label {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 150px;
    height: 125px;
    padding-bottom: 8px;
    font-size: 10px;
    text-transform: uppercase;
    border: 1px dashed #dfdfdf;
    border-radius: 4px;
    background-position: center 20px;
    background-repeat: no-repeat;
    cursor: pointer
}

.new-service .contact-form .contact-options .radio1 .wpcf7-radio .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/web.svg)
}

.new-service .contact-form .contact-options .radio1 .wpcf7-radio .wpcf7-list-item:nth-child(1) input:checked+.wpcf7-list-item-label {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/web-active.svg)
}

.new-service .contact-form .contact-options .radio1 .wpcf7-radio .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/smartphone.svg)
}

.new-service .contact-form .contact-options .radio1 .wpcf7-radio .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/both.svg)
}

.new-service .contact-form .contact-options .radio1 .wpcf7-radio .wpcf7-list-item:nth-child(2) input:checked+.wpcf7-list-item-label {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/smartphone-active.svg)
}

.new-service .contact-form .contact-options .radio1 .wpcf7-radio .wpcf7-list-item:nth-child(3) input:checked+.wpcf7-list-item-label {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/both-active.svg)
}

.new-service .contact-form .contact-options .radio2 .wpcf7-radio .wpcf7-list-item:nth-child(1) .wpcf7-list-item-label {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/prototype.svg)
}

.new-service .contact-form .contact-options .radio2 .wpcf7-radio .wpcf7-list-item:nth-child(1) input:checked+.wpcf7-list-item-label {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/prototype-active.svg)
}

.new-service .contact-form .contact-options .radio2 .wpcf7-radio .wpcf7-list-item:nth-child(2) .wpcf7-list-item-label {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/mvp.svg)
}

.new-service .contact-form .contact-options .radio2 .wpcf7-radio .wpcf7-list-item:nth-child(2) input:checked+.wpcf7-list-item-label {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/mvp-active.svg)
}

.new-service .contact-form .contact-options .radio2 .wpcf7-radio .wpcf7-list-item:nth-child(3) .wpcf7-list-item-label {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/complete.svg)
}

.new-service .contact-form .contact-options .radio2 .wpcf7-radio .wpcf7-list-item:nth-child(3) input:checked+.wpcf7-list-item-label {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/complete-active.svg)
}

.new-service .contact-form .contact-options .radio2 .wpcf7-radio .wpcf7-list-item:nth-child(4) .wpcf7-list-item-label {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/exisiting.svg)
}

.new-service .contact-form .contact-options .radio2 .wpcf7-radio .wpcf7-list-item:nth-child(4) input:checked+.wpcf7-list-item-label {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/exisiting-active.svg)
}

.new-service .contact-form .contact-options .budget .wpcf7-radio {
    display: flex
}

.new-service .contact-form .contact-options .budget .wpcf7-radio .wpcf7-list-item {
    position: relative;
    width: 30%;
    margin: 0
}

.new-service .contact-form .contact-options .budget .wpcf7-radio .wpcf7-list-item-label {
    position: absolute;
    width: 100%;
    top: 3px;
    left: 0;
    padding-top: 5px;
    cursor: pointer;
    font-size: 10px;
    color: #b5b5b5;
    text-indent: -14px
}

.new-service .contact-form .contact-options .budget .wpcf7-radio .wpcf7-list-item label {
    position: static
}

.new-service .contact-form .contact-options .budget .wpcf7-radio .wpcf7-list-item.last {
    width: 0%
}

.new-service .contact-form .contact-options .budget .wpcf7-radio .wpcf7-list-item-label:after {
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    height: 1px;
    width: 100%;
    background-color: #b5b5b5
}

.new-service .contact-form .contact-options .budget .wpcf7-radio .wpcf7-list-item-label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    height: 17px;
    width: 1px;
    background-color: #b5b5b5;
    transform: translateY(-50%)
}

.new-service .contact-form .contact-options .budget .wpcf7-radio .wpcf7-list-item input:checked+.wpcf7-list-item-label:after {
    background-color: #ff2c55
}

.sbt-btn {
    width: 100%;
    margin-top: 96px;
    display: flex;
    align-items: center;
    justify-content: center
}

.new-service .contact-form .contact-options .wpcf7-list-item input:checked+.wpcf7-list-item-label {
    color: #ff2c55
}

.new-service .contact-form .contact-options .radio1 .wpcf7-list-item-label,
.new-service .contact-form .contact-options .radio2 .wpcf7-list-item-label {
    transition-duration: .3s;
}

.new-service .contact-form .contact-options .radio1 .wpcf7-list-item-label:hover,
.new-service .contact-form .contact-options .radio2 .wpcf7-list-item-label:hover {
    border-color: #ff2c55;
}

.new-service .file-file {
    border: 1px dashed #dfdfdf;
    border-radius: 4px;
    width: 100%;
    height: 114px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.new-service .file-file input {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    cursor: pointer
}

.new-service .file-file .input-file-details {
    display: flex;
    align-items: center
}

.new-service .file-file .input-file-icon {
    margin: 0 1rem 0 0
}

.new-service .file-file .input-file-text {
    font-size: 16px;
    line-height: 14px
}

.new-service .file-file .input-file-text span {
    font-size: 9px;
    color: #959595
}

.new-service .uniqueness {
    /*background: url(/wp-content/themes/SPDLoad/img/new-service/uniqueness-mb.svg) no-repeat;*/
    background-position: center 50%;
    background-size: 100% auto;
    padding: 2rem 0;
    margin: 0 0 2rem
}

.app-startups .hero-design {
    background-image: none;
}

.app-startups .hero-design-text {
    margin: 0 auto;
    max-width: 900px;
}

.app-startups .hero-design h1{
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.app-startups .hero-design h1::after{
    display: block;
    content: ' ';
    width: 220px;
    height: 2px;
    background-color: #D1D5DB;
    margin: 1.5rem auto 0;
}

.app-startups .hero-mvp p{
    text-align: center;
}

.app-startups .hero-design-text-wrapper{
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
}
.new-service.app-startups .hero-design-text-wrapper.hero-design-text-wrapper__new p {
    color: #0F4C81;
}
.page-template-page-app-development-consulting .hero-design-text-wrapper {
    /*max-width: 360px;*/
}
.new-service.app-startups .hero-design-text-wrapper p{
    max-width: 500px;
    margin: 0 auto!important;
    color: #092E4D;
}
.mvp-startups.app-startups .hero-design-text-wrapper p {
    max-width: 924px;
}

@media (min-width:1024px) {
    .new-service .uniqueness {
        padding: 4.6rem 0 13rem
    }
}

@media (min-width:1024px) {
    .new-service .uniqueness-row {
        display: flex
    }
}

@media (max-width:1023px) {
    .new-service .uniqueness h3 {
        text-align: left !important
    }
}

.new-service .uniqueness-item {
    margin: 0 0 1rem;
    line-height: 150% opacity: 0;
    transform: translateY(70%);
    transition: transform .6s linear, opacity .6s linear;
}

.new-service .uniqueness-item.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width:1024px) {
    .new-service .uniqueness-item {
        margin: 0 30px 0 0;
        width: calc(33.3333% - 20px);
        flex: 0 0 calc(33.3333% - 20px);
        background: #fff;
        box-shadow: 0 4px 6px rgba(135, 165, 192, .25);
        border-radius: 6px;
        padding: 1.5rem 1rem;
        font-size: 20px
    }

    .new-service .uniqueness-item:nth-child(2) {
        transition: transform .8s linear, opacity .8s linear;
    }

    .new-service .uniqueness-item:nth-child(3) {
        transition: transform 1s linear, opacity 1s linear;
    }

    .new-service .uniqueness-item:nth-child(4) {
        transition: transform 1.2s linear, opacity 1.2s linear;
    }

    .new-service .uniqueness-item:last-child {
        margin: 0;
    }
}

@media (min-width:1024px) {
    .new-service .uniqueness-item-col3 {
        width: calc(25% - 22.5px);
        flex: 0 0 calc(25% - 22.5px)
    }
}

.new-service .uniqueness-item p {
    margin: 0
}

.new-service .uniqueness-item .header-4,
.new-service .uniqueness-item h4 {
    color: #0f4c81
}

@media (max-width:1023px) {
    .new-service .uniqueness-inner {
        background: #fff;
        box-shadow: 0 4px 6px rgba(135, 165, 192, .25);
        border-radius: 6px;
        padding: 1rem
    }
}

.new-service .fb_form .item.checkbox input:focus:after,
.new-service .popup-form input[type=email]:focus,
.new-service .popup-form input[type=text]:focus,
.new-service .popup-form select:focus,
.new-service .popup-form textarea:focus,
.new-service button:focus,
.new-service input:focus,
.new-service textarea:focus {
    border-bottom-color: transparent !important
}

.new-service .care {
    padding: 1rem 0 90vw;
    margin: 0 0 2rem;
    background: url(/wp-content/themes/SPDLoad/img/new-service/care-mb.svg) no-repeat;
    background-position: center 10px;
    background-size: 100vw;
}

.new-service .care+div {
    margin-top: calc(-90vw + 4.6rem);
}

@media (min-width:1024px) {
    .new-service .care {
        padding: 4.6rem 0 20vh;
        margin: 0 0 2rem;
        background-image: url(/wp-content/themes/SPDLoad/img/new-service/care.svg);
        background-position: center 30%
    }

    .new-service .care+div {
        margin-top: calc(-20vh + 4.6rem);
    }
}

.new-service .care-item {
    position: relative
}

.new-service .care-item img {
    margin: 0 auto
}

.new-service .care-details {
    position: absolute;
    top: 22px;
    right: 56px
}

.new-service .care-details span {
    display: block;
    color: #092e4d
}

.new-service .care-details span.care-name {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 1rem
}

@media (min-width:1024px) {
    .new-service .care-details span.care-name {
        font-size: 24px
    }
}

.new-service .care-slider .slick-track {
    display: flex;
    align-items: flex-end
}

.new-service .care-slider .slick-next,
.new-service .care-slider .slick-prev {
    width: 4px;
    height: 8px;
    background: url(/wp-content/themes/SPDLoad/img/new-service/arrow-blue.svg) no-repeat;
    background-size: contain
}

@media (min-width:1024px) {

    .new-service .care-slider .slick-next,
    .new-service .care-slider .slick-prev {
        width: 11px;
        height: 18px
    }
}

.new-service .care-slider .slick-next:before,
.new-service .care-slider .slick-prev:before {
    display: none
}

.new-service .care-slider .slick-prev {
    transform: translate(0, -50%) rotate(180deg)
}

@media (max-width:1265px) {
    .new-service .care-slider .slick-prev {
        left: -12px
    }
}

@media (max-width:1023px) {
    .new-service .care-slider .slick-prev {
        left: -8px
    }
}

@media (max-width:1265px) {
    .new-service .care-slider .slick-next {
        right: -12px
    }
}

@media (max-width:1023px) {
    .new-service .care-slider .slick-next {
        right: -8px
    }
}

.new-service .care-slider .slick-dots li button {
    height: 10px;
    width: 10px;
    border: 2px solid rgba(15, 76, 129, .4);
    border-radius: 50%
}

.new-service .care-slider .slick-dots li button:before {
    display: none
}

.new-service .care-slider .slick-dots li.slick-active button {
    background: #0f4c81;
    border-color: #0f4c81
}

.new-service .care-slider .slick-dots {
    bottom: -55px
}

.new-service .posts {
    margin: 0 0 5rem
}

@media (max-width:1399px) {
    .new-service .posts {
        padding: 0 120px
    }
}

@media (min-width:1024px) {
    .new-service .posts {
        margin: 0 0 6rem
    }
}

@media (max-width:1023px) {
    .new-service .posts {
        padding: 0
    }
}

.new-service .posts-slider .slick-track {
    display: flex;
    align-items: flex-end
}

.new-service .posts-slider .slick-slide {
    padding: 1rem
}

@media (max-width:1023px) {

    .new-service .posts-slider .slick-next,
    .new-service .posts-slider .slick-prev {
        display: none !important
    }
}

.new-service .posts-slider .slick-next:before,
.new-service .posts-slider .slick-prev:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 16px solid #0f4c81;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    right: 0;
    top: 0
}

.new-service .posts-slider .slick-prev {
    left: -85px
}

@media (max-width:1023px) {
    .new-service .posts-slider .slick-prev {
        left: -20px
    }
}

.new-service .posts-slider .slick-prev:before {
    transform: rotate(180deg)
}

.new-service .posts-slider .slick-next {
    right: -85px
}

@media (max-width:1023px) {
    .new-service .posts-slider .slick-next {
        right: -20px
    }
}

.new-service .posts-slider .slick-dots li button {
    height: 10px;
    width: 10px;
    background: #ffeaee;
    border-radius: 50%
}

.new-service .posts-slider .slick-dots li button:before {
    display: none
}

.new-service .posts-slider .slick-dots li.slick-active button {
    background: #ff2c55
}

.new-service .posts-slider .slick-dots {
    bottom: -36px
}

.new-service .posts-slider .slick-slide {
    padding: 5px 10px
}

.new-service .posts-item {
    background: #fff;
    box-shadow: 0 0 6px rgba(135, 165, 192, .25);
    border-radius: 6px;
    padding: 0 0 1rem
}

.new-service .posts-item h5 {
    padding: 0 1rem;
    color: #0f4c81
}

.new-service .posts-item p {
    padding: 0 1rem
}

.new-service .posts-img {
    margin: 0 0 1rem
}

.new-service .posts-img img {
    max-width: 100%
}

.new-service .text-intro {
    color: #07223a;
    margin: 0 auto 1rem;
    max-width: 500px;
    font-size: 16px;
    line-height: 150%
}

@media (min-width:1024px) {
    .new-service .text-intro {
        text-align: center;
        font-size: 20px
    }
}

.new-service .video-bg {
    position: relative;
    margin: 0 0 4.6rem;
    background-color: #000;
}
.new-service .video-bg video {
    opacity: .75;
}

@media (min-width: 1024px) {
    .new-service .video-bg {
        max-height: 100vh;
        overflow: hidden;
    }
}

.new-service .video-bg>p {
    display: none;
}

@media (min-width:1024px) {
    .new-service .video-bg .hero-main {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%
    }
}

@media (max-width:1023px) {
    .new-service .video-bg video {
        display: none
    }
}

@media (max-width:1023px) {
    .new-service .hero-main {
        background: url(/wp-content/themes/SPDLoad/img/new-service/main-bg-mb.jpg) no-repeat;
        background-size: 100% auto;
        padding: 10rem 0 6.8rem;
        background-position: center -55px;
        margin: 0 0 2.3rem;
        background-size: cover
    }
}

÷ .new-service .hero-main-text {
    color: #fff;
    max-width: 830px
}

.new-service .hero-main h1 {
    color: #fff
}

.new-service .hero-main p {
    color: #fff
}


@media (min-width:1024px) {
    .new-service .hero-main-text p {
        font-size: 32px
    }
}

.new-service .hero-main-buttons {
    display: flex
}

.new-service .hero-main-buttons .btn {
    margin: 0 1rem 0 0
}

.new-service .hero-main-buttons .btn:last-child {
    margin: 0
}

@media (max-width:1023px) {
    .new-service .hero-main-buttons .btn {
        padding: .7rem .8rem;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .new-service .hero-main h1 span {
        color: #ff2c55;
    }
}

@media (min-width:1024px) {
    .new-service .hero-main-buttons .btn {
        margin: 0 2.5rem 0 0;
    }
}


.new-service .sbt-btn {
    margin-top: 50px
}

.new-service .customers .titles p {
    display: none;
}
 

.new-service.landing-page {
    position: relative;
    padding-top: 75px;
    z-index: 1;
}
/*@media (max-width: 767px) {*/
/*    .new-service.landing-page {*/
/*        overflow-x: hidden;*/
/*    }*/
/*}*/
.new-service .hero-startup {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/design-hero.svg);
    background-position: 50% 0;
    padding: 3rem 2rem 2.9rem;
    font-size: 24px;
    line-height: 175%;
}

@media (min-width:1024px) {
    .new-service .hero-startup {
        background-image: url(/wp-content/themes/SPDLoad/img/new-service/startup-bg.svg);
        background-position: -539px -1065px;
        padding: 8rem 0 70vh;
    }

    .new-service .hero-startup+div {
        margin-top: calc(-70vh + 100px);
    }
}

.new-service .hero-startup h1 {
    color: #ff2c55;
    text-align: center
}

.new-service .startup {
    max-width: 1000px;
    margin: 0 auto
}

.new-service .startup-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.new-service .startup-row>p {
    display: none;
}

@media (min-width:1024px) {
    .new-service .startup-row {
        margin: 0 0 5rem;
    }
}

.new-service .startup-item {
    width: 100%;
    display: flex;
    background: #fff;
    box-shadow: 0 4px 6px rgba(135, 165, 192, .25);
    border-radius: 6px;
    padding: 1rem;
    color: #07223a;
    margin: 0 0 2rem;
}

@media (min-width: 768px) {
    .new-service .startup-item {
        margin: 0 10px 10px;
        width: calc(50% - 20px);
    }
}

@media (min-width: 1024px) {
    .new-service .startup-item {
        width: calc(40% - 20px);
    }
}

.new-service .startup-item p {
    margin: 0 0 .6rem
}

.new-service .startup-icon {
    flex: 0 0 56px;
    margin: 0 1rem 0 0
}

@media (min-width:1024px) {
    .new-service .startup-icon {
        flex: 0 0 62px
    }
}

.new-service .startup-icon img {
    max-width: 100%
}

.new-service .startup h4 {
    color: #0f4c81
}

.new-service .startup-text p {
    margin: 0 0 20px;
}

.new-service .startup-text>p {
    margin: 0;
}

.new-service .red-link {
    font-size: 20px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding: 0 16px 0 0
}

.new-service .red-link:after {
    background: url(../../img/arrow-red.svg) no-repeat;
    background-size: contain;
    position: absolute;
    content: "";
    right: 0;
    top: .45rem;
    width: 10px;
    height: 17px;
    transition-duration: .3s;
}

.new-service .red-link:hover:after {
    right: -5px;
}

.new-service .startup-details {
    max-width: 664px;
    margin: 0 auto
}

.new-service .startup-text {
    font-size: 14px;
    color: #07223a;
    line-height: 150%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (min-width:1024px) {
    .new-service .startup-text {
        font-size: 16px;
        padding: 0;
    }
}

.new-service .startup-text-img {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .102);
    margin: 0 1rem 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

@media (max-width:1023px) {
    .new-service .startup-text-img img {
        max-width: 50%
    }
}

@media (min-width:1024px) {
    .new-service .startup-text-img {
        width: 140px;
        height: 140px;
        margin: 0 1.3rem 1.2rem 0;
    }
}

.new-service .startup-text h2 {
    color: #0f4c81
}

.new-service .tick-list {
    list-style: none;
    margin: 0;
    padding: 0
}

@media (min-width:1024px) {
    .new-service .tick-list {
        padding: 0 0 .6rem
    }
}

.new-service .tick-list li {
    padding: 0 0 5px 20px;
    position: relative;
    margin: 0 0 1rem
}

@media (min-width:1024px) {
    .new-service .tick-list li {
        padding: 0 0 0 40px
    }
}

.new-service .tick-list li:before {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    background: url(/wp-content/themes/SPDLoad/img/new-service/tick.svg) no-repeat;
    width: 12px;
    height: 9px;
    background-size: cover
}

@media (min-width:1024px) {
    .new-service .tick-list li:before {
        width: 14px;
        height: 13px;
        top: 7px;
        left: 4px
    }
}

.new-service .s-width {
    max-width: 634px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:1023px) {
    .new-service .contact-form .contact-options .budget .wpcf7-radio .wpcf7-list-item-label {
        text-indent: -10px !important;
        padding-top: 12px !important
    }
}

.new-service .contact-form .contact-options .radio1 .wpcf7-radio .wpcf7-list-item:nth-child(1) input {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/web-active.svg)
}

.new-service .contact-form .contact-options .radio1 .wpcf7-radio .wpcf7-list-item:nth-child(2) input {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/smartphone-active.svg)
}

.new-service .contact-form .contact-options .radio2 .wpcf7-radio .wpcf7-list-item:nth-child(1) input {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/prototype-active.svg)
}

.new-service .contact-form .contact-options .radio2 .wpcf7-radio .wpcf7-list-item:nth-child(2) input {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/mvp-active.svg)
}

.new-service .contact-form .contact-options .radio2 .wpcf7-radio .wpcf7-list-item:nth-child(3) input {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/complete-active.svg)
}

.new-service .contact-form .contact-options .radio2 .wpcf7-radio .wpcf7-list-item:nth-child(4) input {
    background-image: url(/wp-content/themes/SPDLoad/img/new-service/exisiting-active.svg)
}

.new-service .recently_slider {
    margin-left: auto;
    margin-right: auto;
    max-width: 1330px;
    padding: 0 30px
}

@media (min-width:768px) {
    .new-service .recently_slider {
        padding: 0 50px
    }
}

.new-service .recently_slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: 0 0;
    display: flex;
    align-items: center;
    z-index: 2
}

.new-service .recently_slider .slick-arrow:before {
    display: none
}

.new-service .recently_slider .slick-prev {
    left: 0
}

.new-service .recently_slider .slick-next {
    right: 0
}

.new-service .recently_slider .slick-arrow img {
    width: 1rem
}

@media (min-width:768px) {
    .new-service .recently_slider .slick-arrow img {
        width: 2rem
    }
}

.new-service .recently_slider .slick-arrow,
.new-service .recently_slider .slick-arrow:focus {
    outline: 0;
    box-shadow: none
}

.new-service .recently_slider .slick-track {
    display: flex
}

.new-service .recently_slider.slick-initialized .slick-slide {
    display: flex;
    height: auto
}

.new-service .recently {
    position: relative;
    z-index: 2;
    background-color: #fff;
    margin-bottom: 125px;
}
@media (min-width: 1024px) {
    .new-service .recently {
        margin-bottom: 210px;
    }
}
.new-service .recently_block {
    display: flex;
    flex-direction: column
}

.new-service .recently_block {
    margin: 0;
    padding: 0
}

.new-service .recently_block .readmore {
    background-image: none;
    font-size: .875rem
}

.new-service .recently_block .readmore:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 1rem;
    transform: translateY(-50%) rotate(90deg);
    background-image: url(/wp-content/themes/SPDLoad/img/menu-chidpren-arrow.svg);
    background-repeat: no-repeat;
    width: 8px;
    height: 6px;
    transition: right .4s;
    background-color: transparent
}

.new-service .recently_block .readmore:hover:after {
    right: .5rem
}

.new-service .recently .slick-slide>div {
    display: flex
}

.new-service .recently .slick-slide>div>div {
    display: flex !important
}

@media (min-width:768px) {
    .new-service .recently_block {
        margin: 0 1rem;
        padding-bottom: 2rem
    }
}

@media (min-width:1024px) {
    .new-service .recently_block {
        margin: 0;
        margin-bottom: 30px;
        padding: 0;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    }
}
.main-posts-section .btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.main-posts-section .btn-wrapper .btn {
    display: inline-flex;
    width: auto;
}
.main-posts-section .content_articles__item > div {
    min-height: auto;
}
.main-posts-section .content_articles__item p {
    margin-bottom: 0;
}
.new-service .recently_block img {
    height: 10rem;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    width: 100%;
    flex-shrink: 0;
}

.new-service .recently_block_info {
    margin-top: 8px;
    padding: 1rem;
    background-color: #fff;
    border-radius: 0; 
    z-index: 2;
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column; 
}

.new-service .recently_block_info a {
    text-decoration: none
}

.new-service .recently_block_info a:hover {
    text-decoration: underline
}

@media (min-width:768px) {
    .new-service .recently_block_info {
        padding: 1rem
    }
}

.new-service .recently_block_info h4 { 
    font-weight: 700; 
    line-height: 22px;  
    font-size: 1.5rem;
    color: #212121; 
    margin-bottom: 1.1875rem;
    font-weight: 400;
    line-height: 1.875rem;
}

.new-service .recently_block_info h4 a {
    color: #212121;
    text-decoration: none;
    transition: color .4s;
}

.new-service .recently_block_info h4 a:hover {
    color: #ff2c55;
    text-decoration: none;
}

.new-service .recently_block_info time {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 150%;
    color: #6B7280;
}

.new-service .recently_block_info p {
    min-height: 63px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 150%;
    color: #212121;
    opacity: .8;
}

.new-service .recently .slick-dots {
    bottom: -3rem
}

@media (min-width:1024) {
    .new-service .recently .slick-dots {
        bottom: 0
    }
}

.new-service .contact-last .contact,
.new-service .contact-last .contact-form,
.new-service .contact-last .contact-form form {
    margin: 0
}

@media (min-width:1024px) {

    .new-service .uniqueness+div,
    .new-service .uniqueness+section {
        margin-top: -12rem
    }
}

@media (min-width:1024px) {

    .new-service .uniqueness+p+div,
    .new-service .uniqueness+p+section {
        margin-top: -12rem
    }
}

.new-service .blog-article__container {
    max-width: 785px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 84px
}

@media (max-width:1279px) {
    .new-service .blog-article__container {
        max-width: 646px
    }
}

@media (max-width:1023px) {
    .new-service .blog-article__container {
        max-width: 100%
    }
}

@media (min-width:768px) {
    .new-service .blog-article__container {
        padding-top: 110px;
        padding-left: 60px;
        padding-right: 60px
    }
}

.new-service .blog-article__container h1 {
    font-size: 34px;
    line-height: 130%;
    margin-bottom: 16px
}

.new-service .blog-article__container h1 .wtr-time-wrap.after-title {
    display: none
}

.new-service .blog-article__content-bottom {
    background-color: #fff;
    position: relative
}

.new-service .blog-article__content-bottom .blog-article__container {
    padding-top: 0
}

@media (min-width:768px) {
    .new-service .blog-article__container h1 {
        font-size: 40px
    }
}

.new-service .blog-article__container h4 {
    font-size: 18px;
    font-weight: 600
}

.new-service .blog-article__container h4 span {
    font-weight: inherit !important
}

.new-service .wp-user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 8px
}

.new-service .blog-article__author {
    color: #000;
    margin-right: 20px;
    font-weight: 600
}

.new-service .blog-article__info-top {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.new-service .blog-article__info-top ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0
}

.new-service .blog-article__img {
    height: auto;
    width: 100%;
    margin-bottom: 10px
}

.new-service .blog-article__info-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column
}

@media (min-width:768px) {
    .new-service .blog-article__info-bottom {
        flex-direction: row
    }
}

.new-service .blog-article__info-bottom ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0
}

@media (min-width:768px) {
    .new-service .blog-article__info-bottom ul {
        margin-right: 24px
    }
}

.new-service .blog-article__info-bottom ul li {
    display: flex;
    align-items: center;
    margin-right: 25px;
    color: #9ca2a8
}

.new-service .blog-article__info-bottom .wtr-time-wrap {
    color: #9ca2a8
}

.new-service .blog-article__info-bottom ul li img {
    margin-right: 4px
}

.new-service .blog-article__info-bottom .rt-label.rt-postfix,
.new-service .blog-article__info-bottom .rt-reading-time,
.new-service .blog-article__info-bottom .rt-time,
.new-service .blog-article__info-bottom .span-reading-time {
    color: #9ca2a8;
    font-size: 16px
}

.new-service .blog-article__info-bottom .btn.btn-small {
    padding: 10px;
    font-size: .875rem;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    width: 140px;
    background-color: transparent;
    color: #ff2c55;
    border: 1px solid #ff2c55;
    transition-duration: .3s
}

.new-service .blog-article__info-bottom .btn.btn-small:hover {
    background-color: #ff2c55;
    color: #fff
}

.new-service .blog-article__tags {
    flex-wrap: wrap
}

.new-service .blog-article__tags li {
    border: 1px solid #9ca2a8;
    color: #9ca2a8;
    font-size: 9px;
    line-height: 19px;
    padding: 3px 9px;
    border-radius: 3px;
    margin-top: 3px;
    margin-right: 6px;
    margin-bottom: 3px;
    text-transform: capitalize
}

.new-service .blog-article__content {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 26px;
    color: #212121
}

.new-service .blog-article__content p {
    margin: 0 0 20px
}

.new-service .blog-article__content p[class] {
    margin-bottom: 0
}

.new-service .blog-article__content img {
    display: block;
    width: 100%;
    height: auto
}

.new-service .blog-article__content h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 24px;
    line-height: 1.3;
    text-align: left;
}

.new-service .blog-article__content iframe {
    width: 100%
}

@media (min-width:768px) {
    .new-service .blog-article__content h2 {
        font-size: 36px
    }
}

.new-service .blog-article__content h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 16px;
    text-align: left;
}

.new-service .blog-article__content blockquote {
    font-size: 16px;
    font-style: italic;
    line-height: 170%;
    width: calc(100% - 35px);
    text-align: right
}

.new-service .blog-article__content blockquote ol,
.new-service .blog-article__content blockquote ul {
    text-align: left
}

.new-service .blog-article__content p:not(.logged-in-as) a {
    color: #00f;
    position: relative;
    text-decoration: none;
    display: inline-block
}

.new-service .blog-article__content p:not(.logged-in-as) a:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transition-duration: .3s;
    background-color: #00f
}

.new-service .blog-article__content p:not(.logged-in-as) a:hover:after {
    transform: scaleX(1)
}

.new-service .blog-article__content table {
    border: 1px solid #ff2c55 !important;
    width: 100%;
    margin-bottom: 20px
}

.new-service .blog-article__content table tbody tr {
    color: #000
}

.new-service .blog-article__content table tbody tr:not(:last-of-type) {
    border-bottom: 1px solid #ff2c55 !important
}

.new-service .blog-article__content table tbody td {
    padding: 10px
}

@media (min-width: 1280px) {
    .new-service .blog-article__content table tbody td {
        padding: 15px
    }
}

.new-service .blog-article__content ol,
.new-service .blog-article__content ul {
    list-style: none;
    padding-left: 16px;
    margin-bottom: 24px
}

.new-service .blog-article__content ol li,
.new-service .blog-article__content ul li {
    padding-left: 15px;
    position: relative
}

.new-service .blog-article__content ol li:not(:last-of-type),
.new-service .blog-article__content ul li:not(:last-of-type) {
    margin-bottom: 12px
}

.new-service .blog-article__content ol li:before,
.new-service .blog-article__content ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    background-color: #ff2c55;
    border-radius: 50%
}

.new-service .blog-article__content ol ol li:before,
.new-service .blog-article__content ol ul li:before,
.new-service .blog-article__content ul ol li:before,
.new-service .blog-article__content ul ul li:before {
    background-color: #fff;
    border: 2px solid #ff2c55;
    top: 8px;
    width: 5px;
    height: 5px;
    box-sizing: content-box;
}

.new-service .blog-article__container__guide {
    padding-top: 4.2rem
}

@media (max-width: 1023px) {
    .new-service .blog-article__container__guide {
        padding-top: 0;
    }
}

@media (min-width: 1024px) {
    .new-service .article_share__guide {
        float: left;
        width: 14rem;
        top: 8rem
    }
}


.new-service .article_share__guide h3 {
    text-align: left !important
}

.new-service .article_nav li {
    position: relative;
    padding: 0 0 0 18px
}

.new-service .article_nav li.active a {
    color: #ff2c55;
}

.new-service .article_nav li:after {
    width: 9px;
    height: 15px;
    background: url(/wp-content/themes/SPDLoad/img/new-service/arrow-red.svg) no-repeat;
    background-size: contain;
    top: 6px;
    z-index: 100;
    position: absolute;
    content: '';
    left: 0
}

.new-service .article_nav li a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    margin: 0 0 10px
}

.new-service .article_nav>li>a {
    font-weight: 700
}

.new-service .article_nav>li>ul>li>a {
    font-size: 13px;
}

@media (min-width:1280px) {
    .new-service .article_share {
        transform: translateX(-35rem)
    }
}

@media (max-width:1023x) {
    .new-service .article_share__guide {
        position: static;
        transform: translateX(0);
        width: 100%;
    }
}

.new-service .hero-mvp {
    border-bottom: none
}

@media (min-width:1024px) {
    .new-service .hero-mvp p {
        margin: 0 0 .5rem;
        font-size: 1.25rem;
        color: #0f4c81;
    }
}

.hero-design-text-wrapper {
    margin-bottom: 3.2rem;
}

.new-service .project-calc__section {
    position: fixed;
    left: 68%;
    width: auto
}

.new-service .project-calc__section h3 {
    width: auto
}

/*.new-service.new-service p {*/
/*    font-size: 18px;*/
/*}*/

/*.new-service.service-page p,*/
/*.new-service.landing-page p {*/
/*font-size: 16px;*/
/*}*/

.new-service.landing-page .team-slider .slick-slide>div {
    background: #fff;
    box-shadow: 0px 4px 4px rgba(135, 165, 192, 0.5);
    border-radius: 16px;
    padding: 0 .5rem;
    margin-right: .5rem;
    transition: all .5s ease;
}

.new-service.landing-page .team-slider .slick-slide>div>div {
    display: flex !important;
    flex-direction: column;
}

.new-service.landing-page .team-slider .slick-slide:last-of-type>div {
    margin-right: 0;
}

.new-service.landing-page .team-slider .slick-slide>div .team-img {
    height: 320px;
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}

.new-service.landing-page .team-slider .slick-slide>div .team-title {
    order: 1;
    margin-top: 16px;
    margin-bottom: 14px;
}

.new-service.landing-page .team-slider .slick-slide>div .team-img img {
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

@media (min-width:1024px) {
    .new-service.landing-page .team-slider .slick-slide>div:hover {
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
        box-shadow: 0px 8px 8px rgba(135, 165, 192, 0.5);
    }
}

div.wpcf7 .wpcf7-submit:disabled {
    background-color: #FF95AA;
}

.blog-article.blog-article__container.blog-article__container__guide h3 {
    color: #212121;
    font-size: 28px;
    font-weight: bold;
    line-height: 130%;
    margin-bottom: 16px;
    text-align: left;
}

body .wplc-color-bg-1,
body .wplc-color-bg-1.active {
    background-color: #FF2C55 !important;
    color: #fff;
}

#wplc_first_message {
    color: #fff;
}

.footer .btn.contact_btn {
    width: 200px;
    margin-left: 40px;
    margin-top: 20px;
    color: #fff;
}

.new-service .container-small {
    max-width: 770px;
    width: 100%;
}

.services-for-startups .hero-design p {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 40px;
    color: #0f4c81;
}

@media (min-width: 768px) {
    .services-for-startups .hero-design p {
        font-size: 24px;
        line-height: 1.75;
    }
}

@media (min-width: 1024px) {

    .services-for-startups .hero-design .container-small,
    .services-for-startups .who_we_are .container-small {
        margin-left: 100px;
    }

    .services-for-startups .hero-design p {
        font-size: 24px;
        line-height: 1.75;
    }
}

.services-for-startups .who_we_are {
    margin-bottom: 64px;
}

@media (min-width: 1024px) {
    .new-service .hero-design+.who_we_are {
        padding-bottom: 0;
    }
}

.services-for-startups .who_we_are .slick-dots {
    position: static;
    margin-top: 16px;
}

.services-for-startups .who_we_are .slick-dots li button {
    background-color: #fff;
    transition-duration: .25s;
    padding: 0;
    margin: 0;
    width: 14px;
    height: 14px;
}

.services-for-startups .m_services {
    margin-bottom: 64px;
    background: none;
}

.services-for-startups .header-4 {
    margin-bottom: 16px;
    color: #0E4474;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}

.services-for-startups ul {
    list-style: none;
    padding-left: 0;
}

.services-for-startups .list li {
    display: flex;
}

.services-for-startups .list li:not(:last-of-type) {
    margin-bottom: 8px;
}

.services-for-startups .list li:before {
    content: '';
    position: relative;
    top: 9px;
    height: 1px;
    width: 15px;
    margin-right: 8px;
    background-color: #07223A;
    flex-shrink: 0;
}

.services-for-startups .receive-item {
    padding-top: 24px;
    padding-bottom: 8px;
}

.services-for-startups .receive-item .step-num {
    text-transform: uppercase;
    font-weight: bold;
}

.new-service .services-for-startups .receive-item .header-4 {
    font-size: 18px;
    text-align: left;
}

.services-for-startups .section {
    margin-bottom: 64px;
}

.m_numbers.section.mb-0+.websites {
    padding-top: 64px;
}

@media (max-width: 1023px) {
    .services-for-startups h2 {
        font-size: 24px;
    }
}

@media (min-width: 1024px) {
    .m_numbers.section.mb-0+.websites {
        padding-top: 100px;
    }

    .services-for-startups .section {
        margin-bottom: 100px;
    }
}

#tellAboutIdea {
    padding-top: 0;
}

@media (min-width: 1024px) {
    #tellAboutIdea {
        padding-top: 30px;
    }
}

.services-for-startups .m_agency .header-4 {
    text-align: left;
}

.services-for-startups .m_agency .sub-title {
    margin-bottom: 1.5rem;
}

.services-for-startups .receive-item:nth-child(odd) .header-4 {
    color: #E83F61;
}

.services-for-startups .m_steps .step {
    padding: 24px 16px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px rgba(135, 165, 192, 0.25);
    border-radius: 8px;
    left: -20px;
    opacity: 0;
    transition-duration: .25s;
}

.services-for-startups .m_steps .step:nth-child(2) {
    transition-delay: .25s;
}

.services-for-startups .m_steps .step:nth-child(3) {
    transition-delay: .5s;
}

.services-for-startups .m_steps .step.visible {
    left: 0;
    opacity: 1;
}

.services-for-startups .m_steps .step:not(:last-of-type) {
    margin-bottom: 32px;
}

.services-for-startups .m_steps .step:not(:last-of-type):after {
    content: '';
    position: absolute;
    right: 14px;
    top: calc(100% - 10px);
    height: 54px;
    width: 4px;
    border-right: 2px dashed #0F4C81;
    z-index: 1;
}

.services-for-startups .m_steps h4 {
    font-size: 18px;
    line-height: 22px;
    color: #0E4474;
}

.services-for-startups .m_steps ol {
    padding-left: 16px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .services-for-startups .m_steps .step {
        width: 50%;
    }

    .services-for-startups .m_steps .step:nth-child(2) {
        margin-left: auto;
        margin-right: auto;
    }

    .services-for-startups .m_steps .step:nth-child(3) {
        margin-left: auto;
    }
}

@media (min-width: 1024px) {
    .services-for-startups .who_we_are p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .services-for-startups .m_steps {
        display: flex;
        justify-content: space-between;
    }

    .services-for-startups .m_steps .step:not(:last-of-type) {
        margin-bottom: 0;
    }

    .services-for-startups .m_steps .step {
        width: calc(100% / 3 - 35px);
        height: 211px;
    }

    .services-for-startups .m_steps .step:nth-child(2) {
        margin-top: 40px;
    }

    .services-for-startups .m_steps .step:nth-child(3) {
        margin-top: 80px;
    }

    .services-for-startups .m_steps .step:not(:last-of-type):after {
        width: 50px;
        height: 4px;
        border-top: 2px dashed #0E4474;
        border-right: 0;
        top: 50%;
        transform: translateY(-50%);
        right: auto;
        left: 100%;
    }

    .services-for-startups .m_agency .sub-title {
        text-align: center;
        max-width: 600px;
        margin: 0 auto 2.5rem;
    }

    .services-for-startups .header-4 {
        font-size: 24px;
        line-height: 1.3;
    }
}

@media (min-width: 1280px) {
    .services-for-startups .m_steps .step {
        width: calc(100% / 3 - 50px);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .services-for-startups .m_steps .step:not(:last-of-type):after {
        width: 74px;
    }
}

.services-for-startups .m_steps ol li:not(:last-child) {
    margin-bottom: 8px;
}

.services-for-startups .row {
    display: flex;
    flex-wrap: wrap;
}

.services-for-startups .item-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-for-startups .row {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .services-for-startups .row {
        flex-direction: row;
        justify-content: center;
    }

    .services-for-startups .m_numbers .item {
        width: calc(100% / 2 - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (min-width: 1024px) {
    .services-for-startups .row {
        justify-content: space-between;
    }

    .services-for-startups .m_numbers .item {
        width: calc(100% / 3 - 40px);
        margin-left: 0;
        margin-right: 0;
    }
}

.services-for-startups .m_numbers .item {
    position: relative;
    top: 20px;
    transition-duration: .25s;
    opacity: 0;
}

.services-for-startups .m_numbers .item.visible {
    top: 0;
    opacity: 1;
}

.services-for-startups .m_numbers .item:nth-child(2) {
    transition-delay: .25s;
}

.services-for-startups .m_numbers .item:nth-child(3) {
    transition-delay: .5s;
}

.services-for-startups .m_numbers .num {
    font-weight: 900;
    font-size: 72px;
    line-height: 1.125;
    color: #FF2C55;
    flex-shrink: 0;
    text-align: right;
    min-width: 150px;
}

.services-for-startups .m_numbers .text {
    margin-bottom: 0;
    margin-left: 8px;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    color: #0E4474;
    max-width: 150px;
}

.services-for-startups .m_numbers .annotate {
    text-align: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.services-for-startups .m_how-we-work .process-item {
    position: relative;
    opacity: 0;
    top: 20px;
    transition-duration: .25s;
}

.services-for-startups .m_how-we-work .process-item.visible {
    top: 0;
    opacity: 1;
}

.services-for-startups .m_how-we-work .process-item:nth-child(2) {
    transition-delay: .25s;
}

.services-for-startups .m_how-we-work .process-item:nth-child(3) {
    transition-delay: .5s;
}

.services-for-startups .m_how-we-work .process-item:nth-child(4) {
    transition-delay: .75s;
}

.services-for-startups .m_how-we-work .process-item:nth-child(5) {
    transition-delay: 1s;
}

.services-for-startups .m_how-we-work .process-item:nth-child(6) {
    transition-delay: 1.25s;
}

.services-for-startups .m_how-we-work .item-header {
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.services-for-startups .m_how-we-work .item-header h3 {
    margin-bottom: 0;
    margin-left: 16px;
    text-align: left;
}

.services-for-startups .m_how-we-work .item-header .img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 130px;
    height: 130px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(135, 165, 192, 0.25);
}

.services-for-startups .m_how-we-work .item-header .img svg {
    width: 82px;
}

.services-for-startups .m_how-we-work .list li:before {
    top: 13px;
}

.services-for-startups .need-design-list {
    margin: 0;
}

.services-for-startups .container-small {
    max-width: 970px;
}

@media (min-width: 1024px) {
    .services-for-startups .need-design-list {
        margin-left: 100px;
    }
}

/*.services-for-startups .m_price {
    margin-bottom: 0;
}*/
.services-for-startups .m_price h2 {
    text-align: center;
    color: #fff;
}

.services-for-startups .m_price .price-item {
    padding: 24px 16px;
    position: relative;
    opacity: 0;
    transition-duration: .25s;
}

@media (max-width: 1023px) {
    .services-for-startups .m_price .price-item {
        top: 20px;
    }

    .services-for-startups .m_price .price-item.visible {
        top: 0;
    }
}

.services-for-startups .m_price .price-item.visible {
    opacity: 1;
}

.services-for-startups .m_price .price-item:nth-child(1) {
    transition-delay: .25s;
}

.services-for-startups .m_price .price-item:nth-child(2) {
    transition-delay: .5s;
}

.services-for-startups .m_price .price-item:nth-child(3) {
    transition-delay: .75s;
}

@media (min-width: 1024px) {
    .services-for-startups .m_price .price-item:nth-child(1) {
        left: -30px;
    }

    .services-for-startups .m_price .price-item:nth-child(2) {
        top: 20px;
    }

    .services-for-startups .m_price .price-item:nth-child(3) {
        right: -30px;
    }

    .services-for-startups .m_price .price-item.visible:nth-child(1) {
        left: 0;
    }

    .services-for-startups .m_price .price-item.visible:nth-child(2) {
        top: 0;
    }

    .services-for-startups .m_price .price-item.visible:nth-child(3) {
        right: 0;
    }

    .services-for-startups .m_price .price-item {
        flex-direction: column;
        padding: 40px;
    }

    .services-for-startups .m_price .price-list {
        margin-bottom: 24px;
        flex: 0;
    }

    .services-for-startups .m_price .price-item:nth-child(1),
    .services-for-startups .m_price .price-item:nth-child(3) {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.services-for-startups .m_price h4 {
    margin-bottom: 16px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 150%;
}

.services-for-startups .m_price .price-list {
    padding: 0;
}

.services-for-startups .m_price .price-list li:before {
    top: 8px;
}

.services-for-startups .m_price p {
    margin: 0;
}

/* .services-for-startups .studies {
    padding: 0;
} */
.marketing-contact-form-wrapper {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.102);
    border-radius: 16px;
    padding: 30px 20px;
}

.marketing-contact-form-wrapper .label {
    color: #A9A9A9;
}

.services-for-startups .marketing-contact-form-wrapper h4 {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.3;
    color: #000;
}

.services-for-startups .cta {
    padding-top: 32px;
    padding-bottom: 32px;
}

.services-for-startups .websites .websites-item {
    background: #FFFFFF;
    box-shadow: 0px 0px 16px rgba(212, 212, 212, 0.4);
    border-radius: 16px;
    overflow: hidden;
}

.services-for-startups .websites .websites-link {
    display: flex;
    justify-content: center;
    padding: 16px;
}

.services-for-startups .websites .websites-image img {
    width: 100%;
}

.services-for-startups .websites .btn-red {
    width: 100%;
}

.services-for-startups .websites .slick-dots {
    margin: 0;
    background-color: rgb(195, 210, 224, .3);
    height: 2px;
    bottom: -5px;
}

.services-for-startups .websites .slick-dots li {
    height: 4px;
    padding: 0;
    width: 100%;
}

.services-for-startups .websites .slick-dots li button {
    height: 4px;
    width: 100%;
    padding: 0;
    border-radius: 8px;
    background-color: transparent;
}

.services-for-startups .websites .slick-dots li.slick-active button {
    background-color: #FFCAD5;
}

@media (min-width: 1024px) {
    .services-for-startups .websites .websites-slider .slick-slide {
        padding: 1.25rem;
    }
}

@media (min-width: 768px) {
    .marketing-contact-form-wrapper {
        padding: 32px 45px;
    }

    .marketing-contact-form-wrapper .wpcf7-form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .marketing-contact-form-wrapper label:not(.textarea-wrapper) {
        width: calc(100% / 2 - 28px);
        margin-bottom: 24px;
    }

    .marketing-contact-form-wrapper .textarea-wrapper {
        width: 100%;
    }

    .services-for-startups .websites .websites-link {
        padding: 24px
    }
}

.new-service.design-services .hero-design {
    background: none;
    padding-top: 56px;
    padding-bottom: 0;
}

.new-service.design-services .hero-design .container-small {
    max-width: 795px;
}

@media (min-width: 1024px) {
    .new-service.design-services .hero-design {
        margin-bottom: 150px;
        padding-top: 170px;
    }
}

.new-service.design-services {
    background-image: url(/wp-content/themes/SPDLoad/img/hero-design-services.svg);
    background-position: right 0;
    background-repeat: no-repeat;
    background-size: 100%;
}

.new-service.services-for-startups .hero-design .btn-red {
    width: 100%;
    max-width: 180px;
    height: 40px;
}

@media (min-width: 1024px) {
    .new-service.services-for-startups .hero-design .btn-red {
        max-width: 260px;
        height: 60px;
    }
}

.new-service.design-services .who_we_are {
    margin-top: 0;
    padding-top: 0;
}

@media (max-width: 1279px) {
    .new-service.design-services h2 {
        text-align: left;
    }
}

.new-service.design-services .who_we_are .item-wrapper {
    position: relative;
}

.new-service.design-services .who_we_are .item {
    display: flex;
    position: relative;
}

@media (min-width: 768px) {
    .new-service.design-services .who_we_are .item {
        align-items: center;
    }

    .new-service.design-services .who_we_are .item .text {
        font-size: 16px;
        line-height: 24px;
    }
}

.new-service.design-services .who_we_are .item-wrapper:nth-child(2) .item {
    justify-content: flex-end;
    margin-left: auto;
}

.new-service.design-services .who_we_are .item-wrapper:before,
.new-service.design-services .who_we_are .item-wrapper:after {
    content: '';
    position: absolute;
}

.new-service.design-services .who_we_are .item-wrapper:nth-child(1):before {
    top: 100%;
    left: 35px;
    width: calc(100% / 2 - 35px);
    height: 32px;
    border-bottom: 2px dashed #FF2C55;
    border-left: 2px dashed #FF2C55;
    border-bottom-left-radius: 15px;
}

.new-service.design-services .who_we_are .item-wrapper:nth-child(1):after {
    top: calc(100% + 30px);
    right: 35px;
    width: calc(100% / 2 - 30px);
    height: 32px;
    border-top: 2px dashed #FF2C55;
    border-right: 2px dashed #FF2C55;
    border-top-right-radius: 15px;
}

.new-service.design-services .who_we_are .item-wrapper:nth-child(2):before {
    top: calc(100% - 17px);
    right: 35px;
    width: calc(100% / 2 - 35px);
    height: 45px;
    border-bottom-right-radius: 15px;
    border-bottom: 2px dashed #FF2C55;
    border-right: 2px dashed #FF2C55;
}

.new-service.design-services .who_we_are .item-wrapper:nth-child(2):after {
    top: calc(100% + 26px);
    left: 35px;
    width: calc(100% / 2 - 30px);
    height: 38px;
    border-top-left-radius: 15px;
    border-top: 2px dashed #FF2C55;
    border-left: 2px dashed #FF2C55;
}

.new-service.design-services .who_we_are .item-wrapper:not(:last-of-type) {
    margin-bottom: 64px;
}

.new-service.design-services .who_we_are .item .img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin-right: 8px;
    background-color: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.102);
    flex-shrink: 0;
    border-radius: 8px;
    z-index: 1;
}

.new-service.design-services .who_we_are .item .ico {
    height: 35px;
}

.new-service.design-services .who_we_are .item .text {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 0;
    max-width: 320px;
}

.new-service.design-services .who_we_are .item-wrapper:nth-child(2) .img {
    order: 2;
    margin-right: 0;
    margin-left: 8px;
}

.new-service.design-services .who_we_are .item-wrapper:nth-child(2) .text {
    order: 1;
}

.new-service.design-services .who_we_are {
    background-image: url("data:image/svg+xml,%3Csvg width='1375' height='439' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M77.91 338.952A11.953 11.953 0 0165.963 327a11.973 11.973 0 01-3.51 8.452 11.96 11.96 0 01-8.454 3.5 11.963 11.963 0 0111.964 11.969c0-3.171 1.258-6.213 3.498-8.457a11.954 11.954 0 018.447-3.512zM1367.47 11.951A11.946 11.946 0 011355.52 0c0 3.171-1.26 6.211-3.51 8.452-2.24 2.24-5.28 3.5-8.45 3.5a11.96 11.96 0 0111.96 11.969 11.973 11.973 0 0111.95-11.97zM1367.47 245.972a11.955 11.955 0 01-11.95-11.951c0 3.171-1.26 6.211-3.51 8.452a11.95 11.95 0 01-8.45 3.499 11.96 11.96 0 0111.96 11.97 11.974 11.974 0 0111.95-11.97zM1312.4 420.197c-1.38 0-2.7-.548-3.68-1.523a5.212 5.212 0 01-1.52-3.674c0 1.379-.55 2.701-1.52 3.675a5.218 5.218 0 01-3.68 1.522c1.38 0 2.7.548 3.68 1.524.97.976 1.52 2.3 1.52 3.68 0-1.379.55-2.702 1.52-3.677a5.223 5.223 0 013.68-1.527z' fill='%230F4B81' fill-opacity='.6'/%3E%3Cpath d='M1374.4 286.197c-1.38 0-2.7-.548-3.68-1.523a5.212 5.212 0 01-1.52-3.674c0 1.379-.55 2.701-1.52 3.675a5.218 5.218 0 01-3.68 1.522c1.38 0 2.7.548 3.68 1.524.97.976 1.52 2.3 1.52 3.68 0-1.379.55-2.702 1.52-3.677a5.223 5.223 0 013.68-1.527zM1323.91 78.951A11.947 11.947 0 011311.96 67c0 3.171-1.26 6.211-3.51 8.452-2.24 2.24-5.28 3.5-8.45 3.5a11.96 11.96 0 0111.96 11.969 11.973 11.973 0 0111.95-11.97zM33.91 80.951c-3.169 0-6.207-1.259-8.447-3.5a11.955 11.955 0 01-3.5-8.451 11.972 11.972 0 01-3.51 8.452 11.96 11.96 0 01-8.453 3.5 11.96 11.96 0 018.46 3.505 11.973 11.973 0 013.504 8.464c0-3.171 1.258-6.213 3.498-8.457a11.961 11.961 0 018.448-3.513z' fill='%23E8D423' fill-opacity='.6'/%3E%3Cpath d='M10.396 433.197A5.196 5.196 0 015.202 428 5.205 5.205 0 010 433.197a5.2 5.2 0 015.202 5.204 5.204 5.204 0 015.194-5.204zM54.396 45.197A5.193 5.193 0 0149.202 40 5.205 5.205 0 0144 45.197a5.2 5.2 0 015.202 5.204 5.206 5.206 0 015.194-5.204z' fill='%230F4B81' fill-opacity='.6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100%;
}

.new-service.design-services .dev-services h2 {
    font-size: 18px;
    line-height: 20px;
    text-align: left;
}

.new-service.design-services .underline-left {
    position: relative;
    padding-bottom: 8px;
}

.new-service.design-services .underline-left:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background-color: #FF2C55;
}

.new-service.design-services .dev-services .container {
    display: flex;
    justify-content: flex-end;
}

.new-service.design-services .dev-services .block-wrapper {
    max-width: 580px;
    margin-bottom: 32px;
    padding: 16px;
    background: #FAFAFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.102);
    border-radius: 16px;
}

.new-service.design-services .dev-services .block-wrapper p:last-of-type {
    margin-bottom: 0;
}

.new-service.design-services .dev-services .redesign-row p {
    margin-bottom: 0;
}

.new-service.design-services .dev-services .redesign-row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.new-service.design-services .dev-services .redesign-row:not(:last-of-type):after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 100%;
    max-width: 920px;
    height: 2px;
    transform: translateX(-50%);
    background-color: #E7EDF2;
}

.new-service.design-services .dev-services .row-header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.new-service.design-services .dev-services .row-header h3 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
}

.new-service.design-services .dev-services .row-header .num {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.3;
    margin-right: 8px;
    color: rgba(255, 44, 85, 0.2);
}

.new-service.design-services .dev-services .redesign-row:nth-of-type(3) .num {
    color: rgba(15, 76, 129, 0.2);
}

.new-service.design-services .dev-services .redesign-row:nth-of-type(3) h3 {
    color: #0F4C81;
}

.new-service.services-for-startups .dark-blue {
    color: #0C1859
}

.new-service.services-for-startups .red-color {
    color: #FF2C55;
}

.new-service.software-dev .hero-design p {
    font-size: 14px;
}

.new-service.software-dev .hero-design {
    background: url(/wp-content/themes/SPDLoad/img/new-service/design-hero-mb.svg) no-repeat;
    background-size: 100% auto;
    background-position: center 0;
}

.new-service.software-dev {
    background-image: none;
}

.new-service.software-dev .text-left {
    text-align: left;
}

.new-service.software-dev .uniqueness-item {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.102);
    padding: 1.5rem 1rem;
    margin: 0 0 1.5rem;
}

.new-service.software-dev .list li:before {
    background-color: #FF2C55;
}

.new-service.software-dev .software-consider {
    margin-top: 0;
}

.new-service.software-dev .discovery-item {
    border: 2px solid #FF2C55;
    padding: 1.5rem 1rem;
}

.new-service.software-dev .software-consider .header-4 {
    text-align: center;
    text-align-last: center;
}

.new-service.software-dev .software-consider .header-5 {
    margin: 1.5rem 0 1rem;
}

.new-service.software-dev .software-consider .flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.new-service.software-dev .software-consider .flex-wrapper .list li strong {
    display: block;
}

.new-service.software-dev .cta-caption {
    line-height: 1.3em;
}

.new-service.services-for-startups .benefits-row {
    display: flex;
    flex-wrap: wrap;
}

.new-service.services-for-startups .benefits-item {
    width: 100%;
    margin: 0 0 1.5rem;
}

.new-service.services-for-startups .benefits-item:last-child {
    margin: 0;
}

.new-service.services-for-startups .benefits-item .h-line {
    text-align: left;
    padding-bottom: .5rem;
    position: relative;
}

.new-service.software-dev .benefits-item p:last-child {
    margin: 0;
}

.new-service.services-for-startups .benefits-item .h-line:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background-color: #FF2C55;
}

.services-for-startups.software-dev .m_numbers .item {
    text-align: center;
    margin-bottom: 1.5rem;
}

.services-for-startups.software-dev .m_numbers .item:last-child {
    margin-bottom: 0;
}

.services-for-startups.software-dev .m_numbers .num {
    font-size: 48px;
}

.services-for-startups.software-dev .m_numbers .text {
    max-width: 100%;
    text-align: center;
}

.new-service.software-dev .customers h2 {
    text-align: left;
}

.services-for-startups.software-dev .receive .header-4 {
    text-align: left;
}

.new-service .btn-white {
    width: 100%;
    color: #E6284D;
    background-color: #fff;
    border: 1px solid #E7EDF2;
}

.new-service .btn-white.btn-blue-color {
    color: #0F4C81;
}
.new-service .btn-white.btn-blue-color:hover {
    color: #fff;
}
.new-service.software-dev .receive-item {
    padding: 1rem 1rem 1.5rem;
}

.new-service.software-dev .receive .btn-white {
    max-width: 180px;
    margin: 0;
}

.new-service.software-dev .contact h2 {
    text-align: left;
}

.m_numbers.section.mb-0 {
    margin-bottom: 0;
}

@media (max-width: 479px) {
    .new-service.software-dev .uniqueness h3 {
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    .new-service .hero-design h1 {
        font-size: 28px;
    }
}

@media (min-width: 768px) {
    .new-service.design-services .dev-services .row-header .num {
        font-size: 72px;
    }

    .new-service.design-services .dev-services .row-header h3 {
        font-size: 24px;
    }

    .dev-services .list {
        display: flex;
        justify-content: space-between;
    }

    .dev-services .list li {
        width: calc(100% / 3 - 20px);
        line-height: 1.3;
    }

    .new-service.design-services .who_we_are .item .img {
        width: 150px;
        height: 150px;
        margin-right: 24px;
    }

    .new-service.design-services .who_we_are .item .ico {
        height: 75px;
    }

    .new-service.design-services .who_we_are .item-wrapper:nth-child(2) .img {
        margin-left: 24px;
    }

    .new-service.design-services .who_we_are .item {
        width: 500px;
    }

    .new-service.design-services .who_we_are .item .text {
        font-size: 16px;
        line-height: 1.5;
    }

    .new-service.design-services .who_we_are .item-wrapper:nth-child(1):before,
    .new-service.design-services .who_we_are .item-wrapper:nth-child(2):before {
        display: none;
    }

    .new-service.design-services .who_we_are .item-wrapper:nth-child(1):after {
        width: calc(100% - 600px);
        right: 71px;
        height: 135px;
        top: 50%;
    }

    .new-service.design-services .who_we_are .item-wrapper:nth-child(2):after {
        display: none;
    }

    .new-service.design-services .who_we_are .item-wrapper:nth-child(3):after {
        width: calc(100% - 600px);
        right: 71px;
        height: 135px;
        /* top: 50%; */
        top: -65px;
        border-bottom: 2px dashed #FF2C55;
        border-right: 2px dashed #FF2C55;
        border-bottom-right-radius: 15px;
    }

    .new-service.design-services .dev-services .redesign-row {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .new-service.software-dev .hero-design p {
        font-size: 24px;
    }

    .new-service.services-for-startups .benefits-row {
        margin: 0 -2rem -2.5rem;
        justify-content: space-between;
    }

    .new-service.services-for-startups .benefits-item {
        width: 50%;
        padding: 0 2rem;
        margin: 0 0 2.5rem;
    }

    .new-service.services-for-startups .benefits-item .h-line {
        color: #07223A;
        padding-bottom: 4px;
    }

    .new-service.software-dev .receive-item {
        padding: 2.5rem 4.375rem 2.5rem 2.5rem;
    }

    .new-service.software-dev .receive .btn-white {
        max-width: 200px;
    }
}

@media (min-width: 1024px) {
    .new-service.design-services h2 {
        text-align: center;
    }

    .new-service.design-services .dev-services .block-wrapper {
        max-width: 969px;
        width: 100%;
        padding: 32px;
        margin-bottom: 48px;
    }

    .new-service.design-services .dev-services .block-wrapper p {
        margin: 0;
        font-size: 20px;
        line-height: 1.5;
    }

    .new-service.design-services .who_we_are .item-wrapper:nth-child(1):after,
    .new-service.design-services .who_we_are .item-wrapper:nth-child(3):after {
        width: calc(100% - 825px);
        right: 325px;
        height: 120px;
    }

    .new-service.design-services .who_we_are .item-wrapper:nth-child(3):after {
        top: -45px;
    }

    .new-service.design-services .dev-services h2 {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .new-service.design-services .dev-services .row-header {
        flex-shrink: 0;
        margin-right: 64px;
    }

    .new-service.design-services .dev-services .row-header h3 {
        max-width: 290px;
        width: 100%;
        font-size: 24px;
        line-height: 1.3;
    }

    .new-service.design-services .dev-services .redesign-row {
        flex-wrap: nowrap;
        align-items: center;
    }

    .new-service.design-services .dev-services .redesign-row:last-of-type {
        margin-bottom: 0;
    }

    .dev-services .list li {
        line-height: 1.5;
    }

    .new-service.design-services .dev-services .redesign-row:not(:last-of-type):after {
        width: calc(100% - 126px);
    }

    .new-service.design-services .receive-item li {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .services-for-startups .list li:before {
        top: 14px;
    }

    .new-service.design-services .m_agency {
        background-repeat: no-repeat;
        background-size: 100%;
        background-image: url("data:image/svg+xml,%3Csvg width='1440' height='1863' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='.7' stroke-miterlimit='10'%3E%3Cpath d='M1663.07 1137.56s-410.2-207.288-586.87 104.04c-176.666 311.32-288.057 375.77-783.43 179.07-249.958-99.3-470.514 108.47-549.535 159.36' stroke='url(%23paint0_linear)' stroke-width='.65'/%3E%3Cpath d='M-256.414 1580.41c81.574-49.1 295.099-242.73 545.909-148.59 487.736 183.1 590.262 111.31 768.745-188.41 178.47-299.707 579.01-84.69 601.15-88.58' stroke='url(%23paint1_linear)' stroke-width='.64'/%3E%3Cpath d='M-256.079 1580.89c84.143-47.47 290.521-226.78 542.282-137.81 479.927 169.6 573.759 90.07 754.057-197.84 180.3-287.908 571.19-65.64 615.55-73.24' stroke='url(%23paint2_linear)' stroke-width='.63'/%3E%3Cpath d='M-255.744 1581.37c86.658-45.63 285.874-210.77 538.656-127.05 471.899 156.35 557.246 68.94 739.378-207.26 182.13-276.196 563.35-46.45 629.74-57.86' stroke='url(%23paint3_linear)' stroke-width='.61'/%3E%3Cpath d='M-255.408 1581.81c89.204-43.78 281.089-194.68 534.994-116.24 463.719 143.28 540.797 47.8 724.854-216.68 184.05-264.474 555.61-27.26 644-42.47' stroke='url(%23paint4_linear)' stroke-width='.6'/%3E%3Cpath d='M-255.054 1582.16c91.835-42.1 276.268-178.57 531.368-105.47 455.352 130.46 524.287 26.64 710.01-226.11 185.726-252.759 547.726-7.96 658.316-26.96' stroke='url(%23paint5_linear)' stroke-width='.59'/%3E%3Cpath d='M-254.858 1582.75c94.331-40.39 271.31-162.38 527.741-94.7 446.828 117.89 507.774 5.5 695.328-235.54 187.549-241.05 540.029 11.14 672.749-11.62' stroke='url(%23paint6_linear)' stroke-width='.57'/%3E%3Cpath d='M-254.392 1583.21c96.851-38.61 266.273-146.07 524.08-83.9 438.134 105.68 491.324-15.63 680.676-244.97 189.356-229.34 532.066 30.32 686.916 3.7' stroke='url(%23paint7_linear)' stroke-width='.56'/%3E%3Cpath d='M-254.088 1583.67c99.439-36.84 261.194-129.66 520.488-73.15 429.364 93.6 474.811-36.77 665.99-254.36 191.18-217.6 524.21 49.62 701.24 19.09' stroke='url(%23paint8_linear)' stroke-width='.54'/%3E%3Cpath d='M-253.757 1584.16c102-35.12 256.04-113.14 516.863-62.39 420.237 81.83 458.33-57.89 651.307-263.78 192.977-205.89 516.387 68.68 715.507 34.48' stroke='url(%23paint9_linear)' stroke-width='.53'/%3E%3Cpath d='M-253.412 1584.6c104.552-33.33 250.77-96.48 513.232-51.58 411.24 70.34 441.657-79.05 636.625-273.22 194.965-194.16 508.555 87.9 729.795 49.88' stroke='url(%23paint10_linear)' stroke-width='.52'/%3E%3Cpath d='M-253.078 1585.09c107.08-31.62 245.47-79.83 509.574-40.82 402.08 59.15 425.339-100.2 621.974-282.64 196.63-182.44 500.71 107.08 744.08 65.33' stroke='url(%23paint11_linear)' stroke-width='.5'/%3E%3Cpath d='M-252.74 1585.56c109.636-29.86 240.091-62.74 505.938-29.95 392.823 48.27 408.857-121.33 607.291-292.07 198.431-170.73 492.911 126.27 758.381 80.66' stroke='url(%23paint12_linear)' stroke-width='.49'/%3E%3Cpath d='M-252.399 1585.99c112.19-28.07 234.702-45.55 502.319-19.24 383.501 37.7 392.344-142.47 592.608-301.49 200.262-159.02 485.132 145.45 772.682 96.05' stroke='url(%23paint13_linear)' stroke-width='.48'/%3E%3Cpath d='M-252.037 1586.48c114.749-26.34 229.294-28.21 498.627-8.48 374.149 27.41 375.895-163.59 577.961-310.94 202.069-147.35 477.229 164.69 786.969 111.47' stroke='url(%23paint14_linear)' stroke-width='.46'/%3E%3Cpath d='M-251.73 1586.95c117.273-24.59 223.804-10.69 495.047 2.17 364.761 17.42 359.413-184.73 563.274-320.34 203.859-135.61 469.369 184.06 801.219 126.96' stroke='url(%23paint15_linear)' stroke-width='.45'/%3E%3Cpath d='M-251.39 1587.4c119.83-22.84 218.408 7.15 491.407 13.07 355.409 7.72 342.869-205.87 548.592-329.77 205.724-123.9 461.491 203.05 815.511 142.32' stroke='url(%23paint16_linear)' stroke-width='.44'/%3E%3Cpath d='M-251.054 1587.89c122.386-21.08 213.023 25.18 487.781 23.83 345.996-1.72 326.391-227.03 533.909-339.19 207.518-112.16 453.714 222.27 829.814 157.65' stroke='url(%23paint17_linear)' stroke-width='.42'/%3E%3Cpath d='M-250.717 1588.35c124.914-19.36 207.671 43.51 484.25 34.62 336.717-10.91 309.846-248.17 519.131-348.63 209.285-100.45 445.886 241.42 844.106 173.04' stroke='url(%23paint18_linear)' stroke-width='.41'/%3E%3Cpath d='M-250.396 1588.95c127.471-17.6 202.382 62.15 480.493 45.41 327.676-19.91 293.423-269.55 504.56-358.2 211.138-88.65 438.103 260.64 858.433 188.43' stroke='url(%23paint19_linear)' stroke-width='.39'/%3E%3Cpath d='M-250.044 1589.28c130.023-15.81 197.18 81.18 476.866 56.18 318.6-28.29 276.918-290.46 489.86-367.47 212.943-77.01 430.268 279.83 872.728 203.82' stroke='url(%23paint20_linear)' stroke-width='.38'/%3E%3Cpath d='M-249.706 1589.76c132.582-14.09 192.127 100.31 473.211 66.91 309.76-36.77 260.433-311.56 475.206-376.86 214.773-65.3 422.429 299.01 887.019 219.27' stroke='url(%23paint21_linear)' stroke-width='.37'/%3E%3Cpath d='M-249.369 1590.21c135.103-12.31 187.346 119.93 469.581 77.72 301.051-44.95 243.952-332.7 460.524-386.29 216.571-53.59 414.664 318.2 901.314 234.6' stroke='url(%23paint22_linear)' stroke-width='.35'/%3E%3Cpath d='M-249.062 1590.67c137.695-10.58 182.536 139.82 466 88.37 292.662-52.81 227.429-353.74 445.828-395.59 218.398-41.85 406.754 337.4 915.604 249.99' stroke='url(%23paint23_linear)' stroke-width='.34'/%3E%3Cpath d='M-248.727 1591.15c140.252-8.82 178.01 160.05 462.361 99.26 284.35-60.78 210.929-375 431.158-405.14 220.229-30.14 398.918 356.59 929.838 265.38' stroke='url(%23paint24_linear)' stroke-width='.33'/%3E%3C/g%3E%3Cg opacity='.7' stroke-miterlimit='10'%3E%3Cpath d='M-340.755 293.378s500.253-252.8 715.712 126.875C590.415 799.93 726.262 878.53 1330.4 638.647c304.83-121.106 573.81 132.28 670.18 194.341' stroke='url(%23paint25_linear)' stroke-width='.65'/%3E%3Cpath d='M2000.15 833.453c-99.48-59.883-359.88-296.019-665.76-181.206-594.82 223.299-719.856 135.738-937.52-229.776C179.206 56.958-309.263 319.18-336.264 314.442' stroke='url(%23paint26_linear)' stroke-width='.64'/%3E%3Cpath d='M1999.75 834.039c-102.62-57.893-354.31-276.565-661.35-168.07-585.292 206.845-699.725 109.847-919.609-241.272C198.907 73.579-277.802 344.649-331.9 335.375' stroke='url(%23paint27_linear)' stroke-width='.63'/%3E%3Cpath d='M1999.34 834.621c-105.69-55.642-348.64-257.044-656.92-154.934-575.507 190.669-679.593 84.071-901.709-252.767-222.117-336.838-687.036-56.655-768.006-70.565' stroke='url(%23paint28_linear)' stroke-width='.61'/%3E%3Cpath d='M1998.93 835.161c-108.79-53.386-342.81-237.426-652.46-141.764-565.526 174.742-659.527 58.302-883.992-264.242-224.466-322.545-677.596-33.247-785.399-51.799' stroke='url(%23paint29_linear)' stroke-width='.6'/%3E%3Cpath d='M1998.5 835.593c-112-51.351-336.93-217.775-648.03-128.629-555.331 159.096-639.4 32.488-865.899-275.759-226.499-308.247-667.983-9.705-802.853-32.872' stroke='url(%23paint30_linear)' stroke-width='.59'/%3E%3Cpath d='M1998.26 836.306c-115.04-49.256-330.88-198.026-643.61-115.493-544.932 143.775-619.259 6.711-847.99-287.255s-658.593 13.592-820.447-14.161' stroke='url(%23paint31_linear)' stroke-width='.57'/%3E%3Cpath d='M1997.69 836.868c-118.12-47.08-324.73-178.134-639.14-102.323-534.332 128.892-599.199-19.058-830.124-298.747-230.924-279.69-648.88 36.97-837.732 4.517' stroke='url(%23paint32_linear)' stroke-width='.56'/%3E%3Cpath d='M1997.32 837.436c-121.27-44.935-318.54-158.134-634.77-89.221-523.627 114.152-579.052-44.834-812.205-310.205-233.153-265.371-639.307 60.516-855.202 23.291' stroke='url(%23paint33_linear)' stroke-width='.54'/%3E%3Cpath d='M1996.91 838.031c-124.39-42.831-312.25-137.989-630.34-76.085-512.499 99.787-558.955-70.607-794.301-321.701-235.346-251.094-629.766 83.759-872.595 42.057' stroke='url(%23paint34_linear)' stroke-width='.53'/%3E%3Cpath d='M1996.49 838.569c-127.5-40.652-305.82-117.668-625.91-62.911-501.529 85.783-538.624-96.405-776.397-333.197-237.774-236.792-620.205 107.191-890.026 60.828' stroke='url(%23paint35_linear)' stroke-width='.52'/%3E%3Cpath d='M1996.09 839.158c-130.59-38.553-299.37-97.351-621.46-49.78-490.355 72.143-518.719-122.194-758.526-344.688C376.298 222.195 5.457 575.275-291.345 524.364' stroke='url(%23paint36_linear)' stroke-width='.5'/%3E%3Cpath d='M1995.67 839.733c-133.7-36.411-292.8-76.507-617.01-36.529-479.073 58.872-498.627-147.967-740.627-356.185-242-208.218-601.13 153.984-924.889 98.368' stroke='url(%23paint37_linear)' stroke-width='.49'/%3E%3Cpath d='M1995.26 840.263c-136.82-34.232-286.23-55.55-612.61-23.469-467.696 45.977-478.48-173.744-722.713-367.681C415.705 255.176 68.287 626.5-282.383 566.252' stroke='url(%23paint38_linear)' stroke-width='.48'/%3E%3Cpath d='M1994.82 840.863c-139.95-32.128-279.64-34.404-608.11-10.342-456.29 33.423-458.42-199.511-704.849-379.21C435.431 271.612 99.855 652.16-277.887 587.258' stroke='url(%23paint39_linear)' stroke-width='.46'/%3E%3Cpath d='M1994.44 841.431c-143.02-29.991-272.94-13.038-603.73 2.647-444.849 21.248-438.327-225.284-686.946-390.669C455.145 288.025 131.34 677.881-273.364 608.237' stroke='url(%23paint40_linear)' stroke-width='.45'/%3E%3Cpath d='M1994.03 841.98c-146.14-27.85-266.36 8.723-599.3 15.934-433.439 9.422-418.146-251.065-669.036-402.164C474.803 304.651 162.88 703.38-268.87 629.309' stroke='url(%23paint41_linear)' stroke-width='.44'/%3E%3Cpath d='M1993.62 842.573c-149.26-25.708-259.8 30.717-594.88 29.07-421.958-2.104-398.05-276.875-651.127-413.66-253.08-136.785-553.331 271.071-1012.004 192.254' stroke='url(%23paint42_linear)' stroke-width='.42'/%3E%3Cpath d='M1993.21 843.14c-152.34-23.609-253.27 53.059-590.57 42.219-410.646-13.306-377.87-302.657-633.109-425.169C514.297 337.677 225.754 754.617-259.903 671.214' stroke='url(%23paint43_linear)' stroke-width='.41'/%3E%3Cpath d='M1992.81 843.872c-155.45-21.467-246.81 75.794-585.98 55.376-399.62-24.285-357.85-328.729-615.339-436.842C533.998 354.292 257.197 780.274-255.414 692.205' stroke='url(%23paint44_linear)' stroke-width='.39'/%3E%3Cpath d='M1992.39 844.273c-158.57-19.288-240.47 99.001-581.57 68.511-388.55-34.5-337.71-354.235-597.408-448.148-259.694-93.913-524.736 341.263-1064.336 248.57' stroke='url(%23paint45_linear)' stroke-width='.38'/%3E%3Cpath d='M1991.97 844.855c-161.69-17.185-234.31 122.342-577.1 81.605-377.77-44.839-317.61-379.97-579.541-459.602-261.927-79.632-515.179 364.657-1081.76 267.416' stroke='url(%23paint46_linear)' stroke-width='.37'/%3E%3Cpath d='M1991.56 845.406c-164.76-15.009-228.48 146.257-572.68 94.779-367.14-54.815-297.51-405.742-561.629-471.098-264.12-65.355-505.7 388.06-1099.2 286.11' stroke='url(%23paint47_linear)' stroke-width='.35'/%3E%3Cpath d='M1991.19 845.97c-167.93-12.902-222.61 170.51-568.31 107.767-356.92-64.403-277.36-431.406-543.713-482.442-266.349-51.037-496.061 411.484-1116.631 304.88' stroke='url(%23paint48_linear)' stroke-width='.34'/%3E%3Cpath d='M1990.78 846.554c-171.05-10.76-217.09 195.186-563.87 121.055-346.78-74.134-257.24-457.334-525.824-494.09-268.581-36.755-486.503 434.879-1133.984 323.643' stroke='url(%23paint49_linear)' stroke-width='.33'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='742.404' y1='997.486' x2='668.201' y2='1680.51' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='739.85' y1='1014.49' x2='667.466' y2='1680.78' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='737.376' y1='1031.15' x2='666.762' y2='1681.14' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear' x1='734.842' y1='1047.48' x2='665.964' y2='1681.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear' x1='732.439' y1='1063.47' x2='665.262' y2='1681.83' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear' x1='729.98' y1='1079.01' x2='664.466' y2='1682.06' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear' x1='727.545' y1='1094.29' x2='663.639' y2='1682.53' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear' x1='725.291' y1='1109.08' x2='662.955' y2='1682.87' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear' x1='723.017' y1='1123.46' x2='662.205' y2='1683.22' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear' x1='720.78' y1='1137.32' x2='661.435' y2='1683.59' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint10_linear' x1='718.616' y1='1150.74' x2='660.693' y2='1683.91' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint11_linear' x1='716.497' y1='1163.69' x2='659.941' y2='1684.28' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint12_linear' x1='714.427' y1='1176.21' x2='659.193' y2='1684.63' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint13_linear' x1='712.432' y1='1188.04' x2='658.449' y2='1684.95' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint14_linear' x1='710.492' y1='1199.44' x2='657.708' y2='1685.32' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint15_linear' x1='708.574' y1='1210.28' x2='656.929' y2='1685.67' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint16_linear' x1='706.728' y1='1220.75' x2='656.184' y2='1686' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint17_linear' x1='704.943' y1='1230.64' x2='655.433' y2='1686.37' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint18_linear' x1='703.217' y1='1239.97' x2='654.684' y2='1686.71' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint19_linear' x1='701.543' y1='1248.83' x2='652.88' y2='1696.77' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint20_linear' x1='699.931' y1='1257.11' x2='650.732' y2='1709.99' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint21_linear' x1='698.377' y1='1264.89' x2='648.56' y2='1723.45' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint22_linear' x1='696.874' y1='1272.16' x2='646.359' y2='1737.15' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint23_linear' x1='695.417' y1='1278.9' x2='644.138' y2='1750.91' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint24_linear' x1='693.995' y1='1285.14' x2='641.869' y2='1764.95' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint25_linear' x1='782.044' y1='122.549' x2='872.538' y2='955.537' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint26_linear' x1='785.158' y1='143.281' x2='873.435' y2='955.857' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint27_linear' x1='788.175' y1='163.602' x2='874.292' y2='956.306' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint28_linear' x1='791.266' y1='183.524' x2='875.266' y2='956.738' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint29_linear' x1='794.196' y1='203.021' x2='876.122' y2='957.141' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint30_linear' x1='797.195' y1='221.967' x2='877.094' y2='957.42' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint31_linear' x1='800.165' y1='240.608' x2='878.101' y2='957.997' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint32_linear' x1='802.915' y1='258.641' x2='878.936' y2='958.407' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint33_linear' x1='805.687' y1='276.176' x2='879.85' y2='958.835' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint34_linear' x1='808.414' y1='293.084' x2='880.789' y2='959.284' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint35_linear' x1='811.054' y1='309.446' x2='881.694' y2='959.679' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint36_linear' x1='813.639' y1='325.241' x2='882.611' y2='960.123' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint37_linear' x1='816.163' y1='340.513' x2='883.523' y2='960.555' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint38_linear' x1='818.596' y1='354.939' x2='884.431' y2='960.941' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint39_linear' x1='820.961' y1='368.845' x2='885.335' y2='961.395' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint40_linear' x1='823.301' y1='382.065' x2='886.285' y2='961.82' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint41_linear' x1='825.553' y1='394.828' x2='887.194' y2='962.224' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint42_linear' x1='827.729' y1='406.893' x2='888.108' y2='962.674' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint43_linear' x1='829.834' y1='418.273' x2='889.022' y2='963.097' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint44_linear' x1='831.876' y1='429.071' x2='891.223' y2='975.356' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint45_linear' x1='833.842' y1='439.178' x2='893.843' y2='991.48' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint46_linear' x1='835.737' y1='448.667' x2='896.491' y2='1007.9' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint47_linear' x1='837.569' y1='457.531' x2='899.175' y2='1024.61' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint48_linear' x1='839.347' y1='465.752' x2='901.884' y2='1041.39' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint49_linear' x1='841.08' y1='473.354' x2='904.65' y2='1058.51' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23004C8E' stop-opacity='.7'/%3E%3Cstop offset='1' stop-color='%230F4C81' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    }

    .new-service.design-services .m_agency .receive-item {
        width: calc(50% + 20px);
        margin-bottom: 40px;
    }

    .new-service.design-services .underline-left:after {
        width: 100px;
    }

    .new-service.software-dev .hero-design {
        background-image: url(/wp-content/themes/SPDLoad/img/new-service/design-hero.svg);
        background-position: 50% -90px;
    }

    .new-service.software-dev .discovery-item {
        border: 3px solid #FF2C55;
        padding: 2.5rem;
        margin: 0 30px 0 0;
        flex: 0 0 calc(50% - 15px);
    }

    .new-service.software-dev .discovery-item:last-child,
    .new-service.software-dev .uniqueness-item:last-child {
        margin: 0;
    }

    .new-service.software-dev .uniqueness-item {
        padding: 1.5rem 1rem;
        margin: 0 30px 0 0;
    }

    .new-service.software-dev .uniqueness .list li:before {
        top: 10px;
    }

    .new-service.software-dev .software-consider .flex-wrapper {
        margin: 0 -1rem;
    }

    .new-service.software-dev .software-consider .flex-wrapper .list {
        padding: 0 1rem;
    }

    .new-service.software-dev .software-consider .flex-wrapper .list:first-child {
        width: 53%;
    }

    .new-service.software-dev .software-consider .flex-wrapper .list:nth-child(2) {
        width: 47%;
    }

    .new-service.software-dev .software-consider .flex-wrapper .list li:before {
        top: 9px;
    }

    .new-service.software-dev .cta-caption {
        margin: 0 auto 2.4rem;
        width: 75%;
    }

    .new-service.services-for-startups .benefits-row {
        margin: 0 -50px -2.5rem;
    }

    .new-service.services-for-startups .benefits-item {
        padding: 0 50px;
    }

    .services-for-startups.software-dev .m_numbers .num {
        font-size: 52px;
    }

    .new-service.software-dev .receive {
        background-image: url(/wp-content/themes/SPDLoad/img/new-service/receive-bg_1.svg), url(/wp-content/themes/SPDLoad/img/new-service/receive-bg_2.svg);
        background-position: 0 -104px, 100% 140%;
        background-repeat: no-repeat, no-repeat;
    }

    .services-for-startups.landing-page .m_agency {
        background-image: url(/wp-content/themes/SPDLoad/img/new-service/m_agency-bg.svg);
        background-position: 0 46%;
        background-repeat: no-repeat;
        padding-top: 100px;
        margin-top: -100px;
    }

    .services-for-startups.landing-page .m_agency .receive-item {
        margin-bottom: 2.5rem;
    }
}

@media (min-width: 1200px) {
    .services-for-startups.software-dev .m_numbers .num {
        font-size: 64px;
    }
}
.accordion-header {
    cursor: pointer;
}
.title-text-shadow .item {
    margin-bottom: 24px;
    padding: 16px;
    box-shadow: 0 0 8px rgba(135, 165, 192, 0.25);
    border-radius: 8px;
    color: #1F2937;
}
.title-text-shadow .item h2 {
    text-align: left;
    color: #0E4474;
    font-size: 24px;
}
.list-style-dash {
    padding-left: 0;
    list-style-type: none;
}
.list-style-dash li {
    display: flex;
    gap: 12px;
    align-items: center;
    color: #092E4D;
}
.list-style-dash li:not(:last-of-type) {
    margin-bottom: 16px;
}
.list-style-dash li:before {
    content: '';
    height: 4px;
    width: 24px;
    flex-shrink: 0;
    background-color: rgba(255, 44, 85, 0.32);
}
.title-text-shadow.two-one-in-row .text p {
    margin-bottom: 0;
    color: #1F2937;
}
@media (max-width: 1023px) {
    .title-text-shadow.titles-chess .item:nth-child(even) h2 {
        color: #FF2C55;
    }
}
.list-style-dash li:not(:last-of-type) {
    margin-bottom: 32px;
}
@media (min-width: 1024px) {
    .title-text-shadow .item {
        display: flex;
        padding: 32px;
        font-size: 20px;
        line-height: 150%;
    }
    .title-text-shadow .item h2 {
        max-width: 500px;
        flex-shrink: 0;
        font-size: 32px;
        line-height: 38px;
    }
    .title-text-shadow.two-one-in-row.titles-chess h2.selected {
        width: auto;
        color: #FF2C55;
    }
    .title-text-shadow.two-one-in-row {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: -30px;
    }
    .title-text-shadow.two-one-in-row .item {
        flex-direction: column;
        width: calc(50% - 30px);
        margin-bottom: 30px;
        margin-right: 15px;
        margin-left: 15px;
    }
    .title-text-shadow.two-one-in-row .item h2 {
        max-width: 500px;
        flex-shrink: 0;
        font-size: 32px;
        line-height: 38px;
    }
    .title-text-shadow .text {
        padding-left: 68px;
    }
    .title-text-shadow.two-one-in-row .text {
        padding-left: 0;
    }
}
.projects-list__new {
    display: grid;
    grid-gap: 30px;
}
.projects-list__new .project-item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 24px 16px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px 0px rgba(135, 165, 192, 0.25);
    background-size: 100%;
    background-repeat: no-repeat;
    transition-duration: .25s;
    overflow: hidden;
    text-decoration: none;
}
.projects-list__new .project-item:before,
.projects-list__new .project-item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    transition-duration: .25s;
    transition-property: opacity;
}
.projects-list__new .project-item:before {
    z-index: 1;
}
.projects-list__new .project-item:after {
    opacity: 0;
}
.projects-list__new .project-item .img,
.projects-list__new .project-item .text {
    position: relative;
    z-index: 2;
}
.projects-list__new .project-item .img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    transform: scale(.8);
    transition-duration: .25s;
}
.projects-list__new .project-item .text {
    flex-shrink: 0;
}
.projects-list__new .project-item .text p {
    margin-bottom: 0;
    transition-duration: .25s;
    transition-property: color;
}
.projects-list__new .project-item .description {
    color: #1F2937;
    font-size: 16px;
    line-height: 1.5;
    transition-duration: .25s;
    transition-property: color
}
.projects-list__new .project-item .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #0E4474;;
}
.projects-list__new .project-item.real-estate {
    background-image: linear-gradient(180deg, #BFDBFE 0%, rgba(237, 245, 255, 0.00) 100%);
}
.projects-list__new .project-item.real-estate:before {
    background-position: center 15%;
    background-image: url("data:image/svg+xml,%3Csvg width='370' height='296' viewBox='0 0 370 296' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='.64'%3E%3Cpath d='M372.933 167.196c1.14 0 2.217-.454 3.012.122-.146 3.09-3.921.742-6.421 1.24-.533.1-.69.621-1.265.366.04-.532.242-1.036.576-1.436a2.301 2.301 0 0 1 1.275-.78c.711-.099 1.778.477 2.823.488Z' fill='url(%23a)'/%3E%3Cpath d='M373.914 171.029c.105 1.706-1.736 1.895-2.238 3.224.805 1.562 1.119 3.766 2.092 5.184 0 .952.146 2.215-.293 2.603-1.956.476-3.012-3.999-3.796-5.539-1.496.355-.126 6.447-2.092 5.683-.983-.366 0-2.105-.198-3.456-.178-1.185-1.046-1.429-1.161-2.36-.063-.764.659-1.572.868-2.348.313-1.108.115-3.323 1.171-3.323.523 0 1.213 1.385 1.558 1.473 1.067.288 2.479-1.573 4.089-1.141Z' fill='url(%23b)'/%3E%3Cpath d='M370.322 189.428c-.366.941-2.364.487-2.531-.366.334-.941 2.363-.653 2.531.366Z' fill='url(%23c)'/%3E%3Cpath d='M368.462 192.43c-.109.182-.239.35-.387.498-.742-.299-1.527-.521-1.746-1.484.544-1.019 2.102-.177 2.133.986Z' fill='url(%23d)'/%3E%3Cpath d='M365.836 189.339c-.491.897-2.206-.067-2.823.864-1.046 0-2.029 0-2.238-1.108.292-.908 1.213-.288 1.945-.377 1.213-.133 2.802-1.185 3.116.621Z' fill='url(%23e)'/%3E%3Cpath d='M352.132 236.737a33.624 33.624 0 0 0-.68-3.224c-.052-.409 0-.952 0-1.484a13.419 13.419 0 0 1-.293-1.861c.136-.808.889-.897 1.046-1.606.314-1.108-.366-1.34-.387-2.725 0-.975.586-1.451.972-2.714.189-.587.189-1.683.387-2.104.199-.421 1.329-.975 1.757-1.23 1.485-.941 2.678-2.669 4.183-2.98.377-.077.889.067 1.161 0 .889-.199 1.987-1.107 3.211-1.484 1.223-.377 2.227-.21 3.137-.864a9.786 9.786 0 0 0 2.73-3.711c.439-1.362.313-2.503 1.16-2.968.419-.233.837 0 1.266-.122a5.883 5.883 0 0 0 1.757-1.108c.669-.775.784-2.038 1.547-2.847a14.14 14.14 0 0 1 2.238-1.85 3.245 3.245 0 0 1 1.559-.498c1.37.144 2.007 2.581 3.492 2.105.534-.178 1.046-1.618 1.559-2.482.7-1.262 1.213-2.957 2.436-3.323.983-.31 2.092.477 2.625-.62.115-.786-.46-1.252 0-1.739 1.13.1 3.043 2.038 4.759 2.105.92 0 2.635-1.274 2.823.498.084.786-.69 1.418-.878 2.215-.126.576.198.875-.094 1.485-.795.398-1.632.609-1.653 1.728 0 1.418 1.569 2.082 2.521 2.858.658.52 1.213 1.329 1.558 1.606.345.277.774.332.972.487.638.521 1.046 1.706 1.945 1.739.9.033 1.977-1.573 2.531-3.101.503-1.9.829-3.848.973-5.816.094-.62.449-1.229.585-1.85.377-1.694.879-3.976 2.04-4.585 1.161 1.572 1.558 4.619 1.359 7.188.774.743 2.092.499 2.332 2.216.063.598-.23 1.362-.188 1.972.063 1.041.669 1.96.774 2.846.199 1.651-.209 3.013.387 4.21.763 1.517 2.248 1.462 3.21 3.101.043.762.206 1.511.481 2.216.095.376 0 .996.105 1.24.314.831 1.15.908 1.454 1.606.157.344.115.997.292 1.607.379.87.834 1.701 1.36 2.481.515.769.94 1.602 1.265 2.481.199 1.23-.502 2.071-.679 3.09a32.343 32.343 0 0 1-.387 4.077c-.45 1.495-1.569 2.957-2.437 4.829a16.13 16.13 0 0 1-2.719 4.331c-.617.621-1.339.986-1.945 1.607a36.228 36.228 0 0 0-2.531 3.323c-.868 1.174-1.935 2.071-2.625 3.09-.993 1.473-1.495 3.844-3.2 4.088a7.82 7.82 0 0 0-2.823.498c-1.444.72-2.395 2.06-3.138 2.094-.742.033-1.453-1.108-2.144-1.23-.69-.122-1.391.742-2.53.742-.461 0-.691-.354-1.36-.62-1.391-.565-2.918-.543-3.137-2.481-.115-1.053.523-1.529.481-2.47-.042-.942-.764-1.186-1.046-1.983.153-.418.187-.874.1-1.313a2.355 2.355 0 0 0-.592-1.157 3.033 3.033 0 0 1 .398-1.74c-.679.271-1.333.604-1.956.997-.7.543-1.213 1.795-2.029 1.607-.815-.189-.188-1.319-.292-2.105a11.957 11.957 0 0 0-1.663-3.589 11.974 11.974 0 0 0-3.305-1.606c-3.001-.598-4.915 1.44-7.32 1.739a17.316 17.316 0 0 0-1.851 0c-1.945.432-4.131 2.404-5.344 3.7-2.008.254-4.047-.521-6.128.254-2.081.776-3.242 2.947-6.411 2.349-.627-.687-1.746-1.03-1.746-2.216 0-.941 1.045-1.55 1.453-2.215a10.162 10.162 0 0 0 1.046-3.467c0-.82-.439-1.806-.387-2.847.115-.809.481-1.673.471-2.47Z' fill='url(%23f)'/%3E%3Cpath d='M350.478 185.13c.533-.089.93-.587 1.464-.61 1.129 0 2.248 1.108 3.587.864.292.399.094.731.104 1.363 1.14.775 3.002.631 3.598 2.104-.858 1.108-2.092.322-3.211.122-1.119-.199-2.039-.099-3.137-.254-1.36-.2-2.583-1.108-3.88-1.352-.795-.133-1.6.144-2.343 0-.742-.144-4.13-1.739-4.183-2.847-.052-1.107 1.464-1.462 2.814-1.24 1.777.288 2.959 2.248 5.187 1.85Z' fill='url(%23g)'/%3E%3Cpath d='M353.09 176.601c-.732-.266-1.422-.122-1.746-.376-.669-.521-.565-2.005-.784-2.847-.22-.842-1.046-1.307-1.454-2.47-.638-1.695-.91-5.472.774-5.816.68-.144 1.38.521 1.851.366.931-.288.774-1.839 1.558-2.47.429-.366 1.224-.211 1.841-.499a4.67 4.67 0 0 0 1.558-1.728c.408-.62.732-1.661 1.265-2.105.534-.443 1.161-.52 1.653-.985 1.275-1.241 1.317-2.969 2.332-4.431.868-1.263 2.227 1.218 2.332 2.215.481.787 1.433.986 1.851 1.861-.575 2.216-2.186 2.371-1.851 5.439.124.725.32 1.434.585 2.116.283.72 1.099 1.495 1.046 1.971-.063.931-1.527.886-1.851 1.861-.324.975 0 .953-.094 2.349-.408 1.008-1.506 1.251-1.851 2.47-.408 1.473.063 3.323-.868 4.431-.648 0-1.349.708-2.092.609-.742-.1-1.673-1.584-3.022-1.606-.512 0-1.119.421-1.652.376-.533-.044-.774-.52-1.381-.731Z' fill='url(%23h)'/%3E%3Cpath d='M346.808 173.842c2.479 0 2.479 4.885 0 4.885-2.478 0-2.468-4.885 0-4.885Z' fill='url(%23i)'/%3E%3Cpath d='M343.183 173.255a5.42 5.42 0 0 1 1.359 2.481c0 .864-1.045.82-1.359 1.972-.46 1.783.199 3.799-.586 4.707-.439.344-1.244.233-1.945.244a32.57 32.57 0 0 1-4.664-5.538 12.91 12.91 0 0 1-1.558-2.216c-.513-1.185-.691-2.481-1.266-3.589-.575-1.107-1.443-1.661-1.945-2.714-.408-.875-.45-2.016-.868-2.846-.418-.831-1.046-1.108-1.569-1.739-.303-.41-.481-1.042-.773-1.485-1.224-1.861-3.566-2.835-3.692-5.538.502-.72 1.046.277 1.945.498.607.144 1.318 0 1.747.122.889.377 1.495 2.138 2.436 3.102.523.531 1.213.908 1.747 1.473.533.565 1.045 1.506 1.453 1.861.638.498 1.517.82 2.343 1.484 1.119.908 3.137 1.861 3.399 3.722.062.454-.168 1.241-.094 1.595.135.654.773.942 1.16 1.496.387.553.576 1.716 1.266 1.849.69.133.721-1.063 1.464-.941Z' fill='url(%23j)'/%3E%3Cpath d='M297.287 147.268c.836.355 3.639 4.675 2.823 7.056a2.18 2.18 0 0 1-.858 1.058 1.992 1.992 0 0 1-1.285.305c-1.925-.388-1.559-5.838-.973-8.042a.643.643 0 0 1 .111-.22.608.608 0 0 1 .182-.157Z' fill='url(%23k)'/%3E%3Cpath d='M232.645 209.887a6.207 6.207 0 0 1 1.265-3.224c.889-.841 2.092-.764 3.012-1.362a8.206 8.206 0 0 0 2.332-2.215c.471-.776.492-1.651.878-2.216.262-.399.848-.498 1.161-.986.314-.487.22-1.251.68-1.728 1.349-.742 1.736 2.404 1.945 4.575.126.57.224 1.147.293 1.728-.136.986-.993 1.185-1.265 1.861a24.066 24.066 0 0 1-1.653 7.3c-.648 1.927-1.045 4.032-1.558 5.693-.188.599-.596 1.108-.774 1.607-.7 2.104-.962 5.405-2.238 6.302a8.472 8.472 0 0 1-2.719.875 2.846 2.846 0 0 1-1.646-.797 3.155 3.155 0 0 1-.885-1.673 21.83 21.83 0 0 1-.094-2.215 13.178 13.178 0 0 1-.491-2.969c.219-2.514 2.144-3.744 2.238-5.815.094-1.606-.617-3.157-.481-4.741Z' fill='url(%23l)'/%3E%3Cpath d='M185.776 33.796c.104 2.082-2.5 1.816-2.824 3.589-.146.808.304 1.883.199 2.603-.199 1.296-1.192.92-2.437 1.606-.638.355-1.255 1.64-1.945 1.728-.69.089-1.046-.465-1.453-.366-.638.156-.429 1.108-1.37 1.363-.743.166-2.092-.853-2.092.365-.063.787 1.171 1.219 1.945 1.108.607-.077 1.046-.609 1.652-.62 1.151 0 1.904 1.108 2.625 1.108 1.663 0 3.305-1.961 5.062-1.74.784.1 1.255.82 1.84.743.942-.111 1.736-1.485 2.427-1.983-.293-2.083 0-4.83 1.558-4.94 1.046-.078 2.635 2.281 2.823 0a1.872 1.872 0 0 0-.393-1.23 1.683 1.683 0 0 0-1.071-.631c-.554 0-1.286 1.406-1.746.254 0-1.107 1.046-.841 1.558-1.107.513-.266.701-.787 1.161-.997 2.322-1.03 5.522 1.019 6.421-1.485-2.092-2.215-5.543.82-7.875.62a3.141 3.141 0 0 1-1.605-.718 3.422 3.422 0 0 1-1.02-1.497 16.567 16.567 0 0 1-.094-1.606c-.094-.786-.418-1.617-.397-2.104.105-2.216 4.476-2.659 4.476-5.44-.837-1.018-3.284-.852-4.079.244-.292.388-.282 1.186-.679 1.983-.879 1.684-3.692 1.894-4.57 3.955a5.469 5.469 0 0 0-.398 2.481c.188 1.163 2.228 1.484 2.301 2.714Zm-23.143 121.027c-2.803-.532-5.668.908-7.592 1.972-1.099.62-2.228 1.55-3.201 1.606-.972.055-1.84-.62-2.719-.731a11.572 11.572 0 0 0-3.796.243c-1.119.255-2.091 1.263-3.137 1.352-1.882.188-3.671-2.216-4.863-3.323-.722-.72-1.454-1.307-2.091-1.983-.638-.676-1.674-1.163-2.238-1.85-.764-.941-.764-2.581-1.161-3.844-.481-1.473-1.924-2.558-3.023-3.954-.815-1.052-2.708-2.614-2.917-3.955-.105-.686.23-1.484.198-2.215-.052-1.108-.69-1.695-.679-2.47 0-1.108 1.045-1.928 1.265-2.847.115-.465.063-1.108.188-1.728.272-1.263.931-2.005.785-3.844a23.145 23.145 0 0 1-.586-2.348c0-.642.335-1.008.293-1.606-.073-1.108-1.15-1.263-1.266-2.47-.115-1.208.942-2.293 1.559-3.722.272-.632.428-1.606.679-2.094.544-1.107 1.433-1.562 1.851-2.603.304-.764.398-1.905.68-2.481.283-.576 1.046-1.108 1.747-2.094.554-.797.774-1.75 1.16-2.104a8.19 8.19 0 0 1 1.757-.864c1.806-.971 3.221-2.6 3.985-4.586a6.285 6.285 0 0 1 .774-4.21 7.679 7.679 0 0 1 2.091-3.212c1.213-.875 2.353-.963 3.2-2.603a8.88 8.88 0 0 0 1.046-3.09 3.514 3.514 0 0 0-.54-1.77 3.248 3.248 0 0 0-1.342-1.199c-.879-.177-2.228.853-2.719-.365-.157-.4 0-1.308 0-1.74-.115-.808-.659-1.384-.68-1.982-.052-1.163.899-2.37 1.161-3.711.366-1.817 0-3.212-.094-5.317 1.359-2.725 4.381-1.374 7.393-1.108.45 0 .962-.133 1.454-.122 1.788.056 3.189.743 3.786-1.24.277-1.379.375-2.791.292-4.198a9.699 9.699 0 0 0-2.039-3.467c-.962-.787-2.363-.444-2.918-1.861.45-2.437 2.604-.41 3.891-.986.658-.3.585-1.75 1.171-1.983.397-.155.899.51 1.454.498a9.14 9.14 0 0 0 2.624-1.484c.628-.543.816-1.65 1.36-2.105.376-.31.868-.276 1.265-.498a7.795 7.795 0 0 0 2.437-2.215c.795-1.219 1.161-2.747 2.092-2.969 1.307-.3 4.256.332 4.475-1.484.22-1.817-1.192-3.09-.679-4.952.408-1.473 1.443-1.207 2.917-2.104.712.642.502 2.47.576 3.589.909 0 2.75-.333 2.917-1.363.22-1.274-1.307-2.57-1.652-3.323-.345-.753-.439-2.304-1.161-2.481-1.485-.355-2.918 2.603-4.769 2.603a3.195 3.195 0 0 1-1.734-.734 3.494 3.494 0 0 1-1.079-1.614 12.514 12.514 0 0 1-.104-1.983 11.098 11.098 0 0 1-.387-3.467c.742-1.617 2.457-1.883 3.691-2.725.471-.31.847-.986 1.37-1.23.868-.41 2.155 0 3.012-.62.544-.399.387-1.108.774-1.861.251-.498.837-.787 1.171-1.363.23-.387.251-.996.481-1.362.847-1.33 2.385-1.828 3.012-3.212.283-.61-.47-.842-.282-1.728s1.527-.233 2.227-.377c.973-.188 1.862-1.684 2.918-1.983 1.056-.299 2.29-.11 3.305-.609.617-.31 1.181-1.008 1.757-1.108.198 0 .773.144 1.045.122.272-.022.774-.31 1.266-.365a21.42 21.42 0 0 1 2.531.243c1.537 0 2.99-.587 4.277.122.669.377.585 1.34 1.453 1.728.44.2 1.046-.077 1.653 0 .951.122 1.945.953 3.21 1.108.45 0 .91-.067 1.36 0a20.91 20.91 0 0 1 4.277 1.728c1.14.498 3.556 1.108 3.597 2.481.053 1.629-2.091 2.105-3.011 2.105-1.527 0-3.556-1.108-5.156-.499a4.79 4.79 0 0 0 .348 1.817 4.581 4.581 0 0 0 1.001 1.52c.428.428.935.76 1.489.973a4.089 4.089 0 0 0 1.732.265c.199-1.307-1.224-.576-1.046-1.85.973-.93 2.092.62 3.504.366.533-.177.439-1.108.575-1.85 1.161-.897 2.604-2.215 4.382-1.24a.937.937 0 0 1 .386-.488c.115-1.363-1.16-2.071-.481-3.323.335-.886 2.144-.576 2.427.122.282.698-.45.742-.387 1.484.107.341.319.635.601.835.282.2.618.296.957.273.952-.067 1.14-1.108 2.039-1.74.366-.232.899-.254 1.36-.487.46-.232 1.045-.842 1.453-.997.408-.155.816 0 1.266-.122.449-.121 1.181-.742 1.652-.742.471 0 1.046.864 1.757.986.397.078.868-.288 1.453-.365.586-.078.973.066 1.36 0 .931-.178 1.569-.798 2.332-.743.544 0 1.475.964 1.851.499.628-.798-.837-1.385-.387-2.116 1.496.144 3.075.1 4.57.377 2.228.399 4.319 1.805 6.275 1.86-.188-1.727-1.736-1.229-2.426-1.982a7.813 7.813 0 0 1-1.046-2.603 15.936 15.936 0 0 1 1.359-2.969c.858-1.019 3.661-1.019 4.466.377.554.941.366 2.381 1.171 2.348.805-.033 1.046-2.215 1.841-2.215.794 0 1.045 1.373 1.652 1.362.607-.01 1.37-1.927 2.437-1.982.575 0 .763.376 1.652.498.607-.498-.199-1.108.094-1.861 1.046-1.008 3.577-.244 4.957-.864.387-.587-.491-1.008-.094-1.606 1.203-1.108 3.211-1.108 5.229-1.606 1.255-.277 2.426-1.374 3.409-1.496.983-.122 1.987.765 2.918.742.606-.04 1.2-.205 1.746-.487.544-.277.92-.953 1.464-1.108.847-.265 1.925.133 2.908 0A10.917 10.917 0 0 1 284.863 0c.701.144 1.265 1.108 1.945 1.23 2.039.41 4.183-.388 6.024.254.335.111.669.554 1.046.742 1.255.576 2.091.4 2.342 2.349.983.443 1.558 1.595 2.719 1.983.774.254 1.558-.133 2.426-.133 1.204-.016 2.407.07 3.598.254.554.111 1.046.632 1.558.743.512.11.91 0 1.36 0 .544.152 1.095.274 1.652.365 1.046 0 1.788-1.196 2.625-1.362a5.72 5.72 0 0 1 1.453.254c1.642.178 3.535-.277 4.863.122a9.418 9.418 0 0 1 2.73 1.983c.564.554.92 1.44 1.453 1.85a4.718 4.718 0 0 0 2.332.997c.628-.133.649-1.008 1.266-1.363 1.934-.542 5.354.776 6.902-.122.606-.354.491-1.107.972-1.617 2.918-.177 5.825.155 8.555.255a16.457 16.457 0 0 1 2.824-.122c.962.21 1.662 1.44 2.624 1.85.638.277 1.768.133 2.719.377.649.155 1.182.653 1.653.742 1.013.056 2.03-.03 3.022-.255 2.228-.221 5.093-.377 7.32.742 1.172.598 1.663 1.806 2.918 1.983 1.799.255 4.581-.188 6.421 0a9.3 9.3 0 0 0 1.161.244c.617 0 .994-.72 1.747-.743.962 0 2.499 1.917 3.9 1.618.596-.52-.491-1.24.084-1.74.575-.498 1.297 0 2.144 0 .46 0 1.046-.298 1.464-.243 1.046.122 2.091 1.34 3.399 1.728a9.652 9.652 0 0 0 3.796.255 8.442 8.442 0 0 1 2.625-.377c.428.078.815.476 1.265.62.45.145.816 0 1.161.122.345.122.648.499.972.62 1.81.654 4.184.987 6.129 1.729 1.129.443 2.269 1.329 3.21 1.362.46 0 .868-.255 1.454-.244 2.938 0 6.39 1.584 6.128 5.074-3.441.963-6.275-3.013-9.924-1.861a1.828 1.828 0 0 0-.83.683c-.207.31-.322.677-.331 1.056.136 2.149 4.403 1.971 4.758 4.076-.701.676-1.464 0-2.039.133a6.829 6.829 0 0 0-2.918 1.972c-.659.786-1.234 2.791-1.945 2.968-.868.222-2.196-1.107-3.493-.742-.481.133-.941.886-1.359.997-1.046.255-2.447-.742-3.138.864.356 1.108.136 2.703.879 3.323.47.41 1.046.089 1.652.366.607.277 1.046 1.384 1.652 1.983.607.598.994.498 1.266 1.107.063.92-.293 1.02-.199 1.617.157 1.03 1.422 1.263 1.454 1.972.052.898-.795.71-.962 1.606-.063.576.522.731.575 1.485 0 .51-.314 1.04-.283 1.617 0 .82.544 1.373.481 2.105-.04.282-.14.55-.292.787a1.849 1.849 0 0 1-.586.575c-1.861-1.529-3.535-3.622-5.543-5.538-2.007-1.917-5.302-4.431-5.636-8.663 0-.642 1.045-1.107 1.265-2.104.073-.388-.125-.942-.094-1.485.063-1.45 1.046-2.846.973-3.71-.324-1.248-1.092-2.312-2.144-2.969-.565.377 0 1.108-.094 1.728a2.282 2.282 0 0 1-.499 1.09 2.082 2.082 0 0 1-.966.65c-1.84.199-2.039-3.025-4.956-2.105a3.157 3.157 0 0 0-1.314 1.457 3.407 3.407 0 0 0-.245 1.998c.084.543 1.255 1.108 1.172 1.861-.084.754-2.646.92-3.211.864-1.569-.155-2.374-1.65-3.786-1.606-.7 0-1.307.742-1.851.864-3.064.71-7.613-1.916-8.648 1.485-.157.476-.073 1.107-.199 1.606a16.913 16.913 0 0 1-.669 1.65c-.115.377-.094 1.108-.283 1.728-.188.62-2.018 2.659-.397 3.224.397.132.575-.21 1.046-.133.836.144 2.217 1.85 3.2 1.86.585 0 1.401-.841 1.851-.863.899 0 1.548.686 2.238 1.107.69.421 1.652 1.274 2.144 1.241.909 0 .47-.864 1.359-1.24 1.673.642 2.468 2.902 4.079 4.707.585.642 1.453 1.207 2.238 2.105.439.498 1.788 1.838 1.851 2.47.062.631-.377.842-.492 1.362-.157.753.209 1.307-.199 1.861-1.547-.73-1.892-2.68-3.011-4.33-.408-.621-.827-1.352-1.454-2.216-.282-.399-1.318-1.795-1.945-1.485-1.224.587.669 2.947.972 3.456a9.691 9.691 0 0 1 1.559 3.722c0 .731-.377 2.072-.398 3.323 0 .853.178 1.629.105 2.349a20.165 20.165 0 0 1-.68 2.36c-.23.896-.282 1.982-.491 2.591a4.06 4.06 0 0 1-.986 1.556c-.44.43-.969.743-1.545.914-.805 0-1.151-.786-1.945-.73-1.193.066-1.412 1.472-2.092 2.591.063 1.219.366 1.64.199 2.481-.262 1.308-1.705 1.53-1.653 2.836.053 1.307 1.308 1.451 1.935 1.983a18.636 18.636 0 0 1 3.211 3.71 7.866 7.866 0 0 1 1.265 3.468c-.073 1.23-2.844 2.924-3.984 2.47-1.14-.454-.711-1.75-.973-2.969-.199-.93-.774-1.34-1.046-2.093-.157-.41-.083-1.041-.293-1.484-.585-1.263-1.61-.576-2.823-1.363-.795-.52-.565-1.617-.879-2.603-.407-1.33-2.175-1.96-3.587-1.606-1.045.255-1.37 1.362-2.342 1.606-1.422-1.108.293-3.733-1.454-3.954-1.338-.189-2.227 2.447-3.012 3.212-.533.52-1.495.62-1.558 1.362-.115 1.363 1.13 1.108 2.092 1.606.962.499 1.046 1.784 1.851 1.861.805.078 1.161-.919 1.851-.997a4.168 4.168 0 0 1 2.918 1.108c-.492 1.495-3.138 2.592-3.138 4.575 0 1.108 1.046 1.34 1.851 2.105.805.764 1.569 2.448 2.531 3.71.408.543 1.046.909 1.265 1.241.45.82.377 1.817.868 2.348.084.676-.24.842-.198 1.485.24.897 1.317.72 1.558 1.606-.199 2.138.502 4.154-.868 4.951-.638 3.833-1.349 6.824-3.409 8.862-1.841 1.872-4.288 2.415-6.515 3.323-.576.244-1.046 1.008-1.548 1.24-1.297.554-3.598.222-3.692 2.216-.063.986.983 1.584 1.046 2.592.115 1.551-.973 3.113-1.757 3.223a1.72 1.72 0 0 1-1.258-.472 1.93 1.93 0 0 1-.593-1.267c-.073-1.473 1.443-2.071 1.558-2.968a2.777 2.777 0 0 0-.089-1.122 2.664 2.664 0 0 0-.525-.978 2.485 2.485 0 0 0-.863-.656 2.354 2.354 0 0 0-1.043-.213c-1.286.122-4.183 3.412-4.277 5.206-.063 1.34 2.091 4.121 2.813 4.94 2.729 3.069 5.637 4.908 5.156 12.373-.68 1.895-2.427 2.304-3.797 3.324-1.045.797-1.558 3.256-3.304 3.467-.701-.311-.293-1.706-.481-2.349-.272-.886-1.663-1.329-2.531-2.215a27.84 27.84 0 0 1-1.558-2.603c-.68-.853-1.694-1.03-2.531-1.606-.523-.366-.931-1.64-1.454-1.607-.857 0-.564 1.108-.774 2.836-.209 1.728-1.202 3.046-.878 5.073.136.831.952 1.507 1.359 2.36.67 1.396.764 3.035 1.454 3.832.46.532 1.234.643 1.757 1.108a14.443 14.443 0 0 1 3.211 4.088c.418 1.307 0 2.835.292 4.209.325 1.584 1.945 2.714.973 4.331a7.452 7.452 0 0 1-2.531-1.606 9.23 9.23 0 0 1-2.823-3.711 13.738 13.738 0 0 1-.774-1.484c-.345-1.108-.272-2.371-.586-3.711a12.038 12.038 0 0 0-2.144-3.966c-.68-.819-1.893-1.296-1.945-2.481-.063-1.65.45-3.611.397-5.538 0-.421-.24-.853-.292-1.363-.105-.952.073-2.116-.105-2.968a15.158 15.158 0 0 0-.868-2.216 26.112 26.112 0 0 1-.774-2.359c-.397-1.429-.836-4.187-1.757-4.331-.92-.144-1.934 2.326-3.21 2.359a1.792 1.792 0 0 1-1.054-.457 1.976 1.976 0 0 1-.599-1.027c-.115-.765.314-1.529.293-2.349 0-1.661-.962-2.304-1.652-3.467-.282-.476-.356-1.107-.586-1.484-.439-.676-1.286-1.052-1.84-1.739a9.932 9.932 0 0 1-1.37-2.216c-.377-.963-.492-2.215-1.046-2.348s-1.182.875-1.746 1.108c-.854.295-1.733.499-2.625.609-1.956.177-3.535-.487-3.305 2.481-.303 1.33-1.412 1.341-2.144 1.972-.931.809-1.61 2.426-2.625 3.711-.491.631-1.202 1.03-1.652 1.617-.45.587-.481 1.263-.879 1.728-1.045 1.252-2.593 1.351-3.294 3.102 0 2.049.764 3.611.575 5.538-.083.886-.606 1.684-.679 2.603.077.821.112 1.646.104 2.47-.094.455-.481.687-.784 1.241-.303.554-.377 1.108-.575 1.484-.335.532-.868.909-1.171 1.363-.502.742-.607 1.274-1.046 1.362-2.092.388-2.657-4.774-3.598-6.934-.429-.997-1.317-1.894-1.746-3.09-.502-1.385-.649-3.124-1.36-4.708a33.71 33.71 0 0 1-1.851-4.076c-.345-1.186-.648-2.659-.972-3.966a25.602 25.602 0 0 1-.774-4.198c-.084-1.617.24-2.603-.784-3.224-.952.399-1.381 1.507-2.427 1.507-1.045 0-3.827-2.293-3.012-4.331-.679-1.23-2.394-1.894-3.691-3.323-.753-.82-1.422-2.792-2.73-2.969-.394.04-.783.125-1.16.255-.827.088-2.291-.1-3.211 0-1.349.25-2.722.332-4.089.244-.952-.133-2.091-.366-3.137-.499-1.245-.155-2.897-.532-3.598-1.362-.428-.499-.606-2.127-1.359-2.349-.91-.266-1.402.621-2.238.864-1.778.521-3.273-.465-4.476-1.484-.847-.72-1.631-1.108-2.238-1.606-1.475-1.263-1.736-5.04-3.984-5.073-.483 0-.951.171-1.33.486a2.306 2.306 0 0 0-.762 1.253 6.87 6.87 0 0 0 1.046 2.846c1.046 1.95 3.137 2.692 3.691 5.317.408.2 1.224-.454 1.653.122.376 1.108 0 3.224.878 3.711 4.037.853 5.229-1.972 6.996-3.954 1.046.864.712 1.628 1.046 2.592a3.723 3.723 0 0 0 1.652 2.104c.482.244 1.109 0 1.841.377.46.221 2.384 2.525 2.437 3.323.052.797-1.255 3.212-1.653 3.844-.397.631-.983.93-1.171 1.484-.188.554-.094 1.329-.199 1.606-.177.487-1.045 1.108-1.547 1.728a21.766 21.766 0 0 1-1.653 1.606c-.617.609-1.045 1.429-1.652 1.739-1.297.61-2.531.344-3.597 1.241-.701.576-.712 1.894-1.559 2.592-.847.698-2.405.742-3.691 1.484-.837.477-1.328 1.407-2.04 1.739-.292.122-.658 0-.983.122-.637.211-1.234.798-1.84.986-.607.188-1.046.078-1.464.255-1.496.543-2.866 2.481-4.372 1.351-.711-2.082-.826-4.708-1.652-6.557-.429-.942-1.255-1.23-1.558-2.216 0-.797.711-.576.774-1.229-.241-1.341-1.234-1.972-1.841-3.102-.303-.554-.439-1.34-.784-1.972-1.15-2.149-3.441-3.267-3.89-5.948-.115-.72 0-1.296-.094-1.85a7.643 7.643 0 0 0-1.161-2.603c-.377-.543-1.13-.919-1.559-1.728-.282-.543-.345-1.285-.585-1.861a20.083 20.083 0 0 0-3.89-5.937c-.795.144-1.642.21-2.04.864a21.806 21.806 0 0 0 1.653 4.331 27.214 27.214 0 0 1 1.851 3.966c.146.509.125 1.185.292 1.728.607 1.96 2.531 2.569 2.918 4.829.251 1.518-.063 2.559.283 4.076.345 1.518 2.028 2.316 2.729 3.711.565 1.108.575 2.758.973 3.844.575 1.584 2.206 2.215 3.398 3.323a32.807 32.807 0 0 1 2.719 3.467c.523.598 1.234.709 1.37 1.363.157.842-.282 1.107-.397 1.85.753.996 1.475 2.824 2.729 2.979.513.056 1.161-.598 1.946-.742.387-.077.836.078 1.16 0 .523-.122.973-.709 1.559-.875.993-.266 2.143-.155 3.398-.366 1.255-.21 2.008-1.473 2.918-1.107 1.046 1.407.282 2.991 0 4.331-.094.476-.094.975-.188 1.362-.523 2.216-1.903 3.844-2.531 5.816-.199.609-.157 1.351-.387 1.983a25.112 25.112 0 0 1-3.409 5.538 21.898 21.898 0 0 1-1.945 2.47c-.69.731-1.548 1.108-2.332 1.861a24.7 24.7 0 0 0-4.278 5.439c-.418.742-.627 1.606-1.045 2.215-.638.909-1.611 1.352-2.144 2.216a27.932 27.932 0 0 0-1.161 3.212c-.533 1.418-1.652 2.37-1.464 4.331.073.742.607 1.219.784 1.983a10.338 10.338 0 0 1-.104 3.833c.554 1.694.951 3.577 1.945 4.696.125 2.504-.157 4.941 0 7.056.104 1.352.523 2.349.104 3.589a11.053 11.053 0 0 1-2.624 3.711c-.921.753-2.322.953-3.305 1.861-.69.631-1.255 1.739-1.945 2.481-1.151 1.207-2.719 2.348-2.824 3.578.095.85.292 1.684.586 2.481.544 2.099.577 4.309.094 6.425-.701 2.149-4.267 1.706-4.664 3.965-.126.687.24 1.23.188 1.983a19.02 19.02 0 0 1-.973 3.578c-.428 1.03-1.401 1.484-2.039 2.359-.795 1.108-1.192 2.681-2.091 3.833a32.367 32.367 0 0 1-4.184 4.575 10.695 10.695 0 0 1-5.636 2.603c-1.182.111-2.447-.354-3.692-.122-.46.078-.951.62-1.558.742-.356.067-.711-.077-1.046 0-.617.133-1.182.754-1.757.742-1.255 0-2.876-1.927-2.907-3.832 0-.731.492-1.429.481-2.105-.01-.675-.774-1.783-1.359-3.223-.586-1.44-.795-2.947-1.36-4.077-.565-1.129-1.401-1.783-1.851-2.724-.899-1.906-.962-4.154-1.265-6.436-.094-.742-.492-1.551-.586-2.481a33.824 33.824 0 0 0-.094-3.324 16.85 16.85 0 0 0-1.171-2.348c-.68-1.606-1.161-3.7-1.747-4.951-.585-1.252-1.652-2.393-1.746-3.711a22.442 22.442 0 0 1 .188-3.467c.105-.864.617-1.551.784-2.47.105-.61 0-1.307.094-1.983.492-2.836 2.95-3.866 2.625-7.3-.136-1.462-.951-2.215-1.045-3.844-.063-.775.303-1.451.292-2.215a13.696 13.696 0 0 0-1.045-3.589c-.983-2.725-1.59-5.217-3.012-7.3-.774-1.107-1.788-1.927-2.426-2.968a8.93 8.93 0 0 1-1.172-3.091c0-.709.429-1.107.586-1.861.199-.908.22-2.636.481-4.076.339-1.074.536-2.192.586-3.323a5.1 5.1 0 0 0-.823-1.932 4.757 4.757 0 0 0-1.509-1.391c-1.36-.432-2.751.543-4.466.365-1.506-1.152-1.391-4.275-3.524-4.663Zm53.763 44.308c.45-.908 1.046-3.467 0-4.088h-.188c-.439 1.031-.899 3.501.188 4.077v.011Zm-1.359-25.865c.324-.853 1.098-1.761.972-2.847-.282-2.381-3.786-1.207-4.183.499-.261 1.107.157 2.049-.199 3.212.387.92 1.349 1.108 2.531.986.659-.377.575-1.074.879-1.861v.011Zm-5.878 12.739c.387-.909-.617-1.507-.784-2.482-.167-.974.22-2.481-.586-3.09h-.282c-.763 2.027.241 5.372 1.652 5.572Zm66.25-122.855c-.366-.942-1.412.277-.962 1.108.659 0 .889-.443.962-1.108Zm-22.651 5.073c1.579-.388 0-3.6-1.161-3.223-1.548.476.094 3.467 1.161 3.201v.022Zm-7.195 15.973c.491-4.298-2.092-4.619-2.625-7.676.23 0 .115-.355.293-.366.638-.387 1.61.62 1.945-.376a2.218 2.218 0 0 0-.266-1.028 2.06 2.06 0 0 0-.706-.76 1.907 1.907 0 0 0-1.946-.062c-.418-.366-.481-1.208-.585-1.983-1.046-.83-3.828-2.658-3.786-4.331 0-1.374 1.422-2.149 3.012-2.105.669-.642.24-2.636-.387-3.09-2.521-.698-3.859-.233-5.449 1.24-.763.698-1.61 1.186-2.039 1.607a3.485 3.485 0 0 0-.878 1.971c.062.776.92 1.219 1.265 2.216.178.52.136 1.174.293 1.606.428 1.196 1.516 1.96 2.332 2.969.585.708 2.206 2.215 2.238 3.09.031.875-.502.864-.68 1.606a11.923 11.923 0 0 0-.293 3.102c.22 1.351 1.318 1.406 2.332 1.982 1.015.576 1.977 1.573 3.012 1.607a3.517 3.517 0 0 0 1.587-.266c.504-.21.958-.536 1.331-.953Zm-22.85-8.861c2.635-.61 1.432-3.445.104-4.431-1.046-.776-2.227-1.44-3.409-2.36-.68-.531-3.284-1.528-3.305-2.592-.021-1.063 1.935-1.55 1.172-3.589-1.339-.42-4.497.233-4.278 2.105.126 1.108 1.13.476 1.36 1.606-.952.432-2.092 1.562-3.137 1.363-1.193-.244-1.496-2.105-2.092-3.224-.931 0-1.537-1.107-2.625-.986-1.088.122-1.757 2.271-2.332 3.324-.314.553-.805.852-.973 1.35-.104.311 0 .798-.104 1.242-.324 1.373-1.266 1.883-1.161 3.09.105 1.207 1.046 1.562 1.046 2.481 0 .92-1.266.454-1.161 1.606 1.736 1.828 1.83-.864 2.719-1.24.711-.3 2.092.255 3.012 0 .732-.2 1.307-1.108 2.091-1.484a5.108 5.108 0 0 1 1.851-.499c3.138-.155 5.093 2.404 7.781 2.481a16.886 16.886 0 0 0 3.482-.321l-.041.078Zm-6.233 14.522c.052-1.33-.398-2.327-.481-4.21-1.799-1.373-3.138 1.285-4.957.986-1.119-.177-1.924-1.839-3.138-1.606-.648.133-.972 1.207-1.652 1.362-1.391.322-2.018-1.417-3.503-.742-2.092-2.016-3.012-5.306-3.493-9.028-1.14-1.894-2.866-.354-3.702.865-.502 0-1.14-.366-1.255.365-.387 2.293 2.541 2.537 2.52 4.087 0 1.008-1.14.92-1.652 1.607-.513.686-.178 1.384-.868 1.86-1.924.288-2.552-1.04-2.531-3.223-.826-1.595-1.872-2.758-2.625-4.076a5.565 5.565 0 0 1-.774-1.983c-.073-.576.21-1.318.094-1.983-.209-1.174-1.945-2.071-3.011-2.725a16.258 16.258 0 0 1-3.41-2.215c-.575-.62-.847-1.695-1.359-2.094-.513-.398-.973-.277-1.36-.62-.387-.343-.449-1.274-1.171-1.495-.366-.166-.931.465-1.161.875-.481 2.703 1.245 2.88 2.04 4.076.543.82.815 2.06 1.359 2.603.544.543 1.391.476 2.092.864.512.277.857 1.108 1.359 1.484.931.72 2.416.842 2.531 2.216-.586.498-1.893-.731-2.343.498-.104.809.502 1.219.492 1.983 0 1.219-1.046 2.548-2.092 2.348-.104-.73.502-1.318.481-2.104 0-1.573-2.53-3.977-3.785-4.697-.596-.343-1.318-.365-1.851-.753a15.24 15.24 0 0 1-3.211-3.323c-.69-1.174-1.286-3.323-2.813-3.224-.627.056-1.14.787-1.663 1.108-.502.298-.988.627-1.453.986-.565.476-1.046.964-1.559.997-1.223.066-2.258-1.108-3.304-.875-.356.1-.649.51-1.046.997 0 .72.167 1.185.094 1.971-.314.698-1.255.654-1.945 1.108a15.1 15.1 0 0 0-2.719 3.09 4.236 4.236 0 0 0-1.046 1.74c-.052.41.272 1.185.188 1.728a5.617 5.617 0 0 1-1.558 2.348c-.334.31-.795.343-1.161.62-.763.576-1.108 1.33-1.746 1.485-1.705.41-4.79-.432-4.769 1.86 0 1.53 1.642 1.54 2.625 1.485 1.381-.067 2.541.365 3.305.122.523-.166 1.046-.92 1.652-1.24.345-.2.711-.2.973-.366.585-.377.909-.975 1.359-1.241a10 10 0 0 1 3.504-.986c1.307-.1 2.677.166 4.371 0 .606-.066 1.203-.554 1.851-.62 1.046-.11 2.447.531 3.305.498.596 0 1.254-.764 1.945-.742.385.02.756.16 1.066.403.311.242.547.576.68.96.084.354-.157.93-.094 1.484.115.897.722 1.263.68 1.85-.053.775-1.569 1.805-1.36 2.725.136.587 1.224 1.196 1.747 1.606.62.514 1.331.89 2.091 1.108.544.077 1.046-.2 1.558-.122.981.192 1.91.612 2.719 1.23.91.819.785 2.137 1.851 2.602.45.2 1.266.089 1.841.244 1.422.388 2.468 1.883 3.503 1.728 1.632-.233.889-2.215 1.046-3.578.418-3.168 5.229-3.024 6.223-.875.711.244 1.338 0 2.143.377.46.188.816.842 1.266.986.421.027.844.027 1.265 0 1.862.265 3.545 2.038 5.145 1.728 1.046-.189 1.757-1.396 2.73-1.485 1.851-.144 3.043 1.773 5.051.875 1.474-.664 1.15-2.614 1.652-4.586.523-1.34 1.224-2.326 1.224-3.312Zm104.828-42.215a5.32 5.32 0 0 0-.038-2.215 5.17 5.17 0 0 0-.934-1.983c-1.13.244-.314 1.728-.387 2.592-.115 1.23-1.14 2.082-1.046 3.323-.366.554-1.046.775-1.046 1.728.617.543.889-.42 1.36-.986.69-.853 1.84-1.351 2.091-2.459ZM295.833 4.72a3.314 3.314 0 0 0-2.144.997c-.366.243-1.108.376-.868 1.107.931-.166 2.793-.675 3.012-2.104Zm-41.026 15.23c2.28.676 3.357-2.602 1.841-4.43-.356-.432-1.548-.598-2.092-1.606-.596-1.208-.512-2.825-1.945-2.47 0 .143 0 .343-.094.365-.136 2.703 2.96 3.39 2.907 5.539.032 1.14-.909 1.262-.617 2.603Z' fill='url(%23m)'/%3E%3Cpath d='M222.814 15.241c-.282-1.34 1.705-1.107 1.359.122a.876.876 0 0 1-1.07.142.934.934 0 0 1-.289-.264Z' fill='url(%23n)'/%3E%3Cpath d='M210.855 89.236c0-1.019 1.883-1.395 2.238-.498-.125.997-1.84 1.684-2.238.498Z' fill='url(%23o)'/%3E%3Cpath d='M177.514 82.556c1.046-1.042 3.273-.344 4.675-.377-.272.953-.304 2.215-.879 2.725-1.6-.366-3.085-.864-3.796-2.348Z' fill='url(%23p)'/%3E%3Cpath d='M170.467 75.999c1.328-1.784 2.73-.842 2.228 2.592-.314 1.03-1.705 2.392-2.332.875.157-1.148.192-2.311.104-3.467Z' fill='url(%23q)'/%3E%3Cpath d='M172.352 72.011c.079.347.056.711-.065 1.044a1.74 1.74 0 0 1-.615.817c-1.276-.265-.303-3.19.68-1.86Z' fill='url(%23r)'/%3E%3Cpath d='M153.495 46.92a2.322 2.322 0 0 0-.191-1.114 2.19 2.19 0 0 0-.687-.868c-.314-.233-.805-.122-1.161-.377-.951-.664-1.297-2.038-1.851-2.348.073-1.352-.293-2.337 0-3.224a6.51 6.51 0 0 1 2.092-2.348c.847-.376 1.736 0 2.227-.864a.565.565 0 0 1 .492.122c0 .786-.523.908-.586 1.617.115 1.108 1.673.421 1.851 1.474-.157 1.107-.972 1.384-.972 2.215 0 .83 1.171 2.127 1.746 3.09.429.71 1.171 1.241 1.558 1.983s.408 1.396.68 1.728c.512.62 1.663.72 1.746 1.606.115 1.186-1.15 1.65-.972 2.969-1.328 1.34-3.556.642-5.731.997-1.046.155-2.092 1.407-3.137.365-.241-.83.868-.941.972-1.728-.073-.73-.805-.631-.972-1.24.282-.964 1.16-1.108 1.045-2.592.638-.742 1.684-.454 1.851-1.462Z' fill='url(%23s)'/%3E%3Cpath d='M146.213 43.943c1.297-1.008 3.566-.233 3.692.997.094.93-.69 1.108-.973 2.104-.282.997 0 2.072-.292 2.725-.293.654-1.109.532-1.653.732-1.223.465-3.587 2.303-4.57.254.136-1.108.973-1.318 1.266-2.215 0-.72-.586-1.108-.492-1.861.126-.93.669-.61 1.464-.986.565-.266.816-1.174 1.558-1.75Z' fill='url(%23t)'/%3E%3Cpath d='M79.796 17.092c.2 1.108-2.562 2.536-2.823 1.108-.21-1.13 2.112-2.548 2.823-1.108Z' fill='url(%23u)'/%3E%3Cpath d='M76.585 296h-1.464c.47-.2.994-.2 1.464 0Z' fill='url(%23v)'/%3E%3Cpath d='M72.171 8.308a.406.406 0 0 1 .293-.127c.11 0 .215.046.293.127-.094.299-.167.609-.586.498v-.498Z' fill='url(%23w)'/%3E%3Cpath d='M63.558 27.98c0 .686-1.935 1.816-2.144.498-.024-.187 0-.378.07-.551.07-.174.183-.324.327-.435.513-.41 1.726-.177 1.747.488Z' fill='url(%23x)'/%3E%3Cpath d='M23.1 142.905c0 .188-.147.31-.189.498-1.035-.011-.105-1.695.188-.498Z' fill='url(%23y)'/%3E%3Cpath d='M89.609 61.023c-.45-.144-1.046-.11-1.652-.244-.607-.133-1.046-.299-1.548-.376-1.203-.178-2.5.265-3.21-.62a38.597 38.597 0 0 1 4.182-5.54c.44-.509 1.391-.852 1.161-1.86-.826-.93-1.84 0-2.625.62a8.154 8.154 0 0 1-2.719 1.606c-1.61.3-3.744-.598-5.05.499-.19.93 1.495.565 1.254 1.983a1.585 1.585 0 0 1-.924.078 1.644 1.644 0 0 1-.822-.455c-.45-.52-.189-1.296-.481-1.606-.502-.532-2.374-.676-3.21-.499-.516.07-.996.311-1.372.69a2.63 2.63 0 0 0-.72 1.415c1.233.731 3.252-.753 3.701 1.108-.68 1.54-2.258 2.381-2.091 4.43.062.423.218.824.457 1.169.238.345.551.624.913.814.533.111.837-.565 1.36-.498.522.066.418.864 1.045.742.941-.51 1.454-2.215 2.531-2.105 1.286 1.983-1.16 2.958-2.53 3.59-1.559.72-3.577 1.107-4.77 1.727-.617.332-2.97 3.224-3.304.986-.23-1.606 1.171-1.108 1.464-2.47-1.506-.377-2.907.83-4.277 1.484-1.956.942-5.23 1.54-5.742 4.331-.094.565.2 1.606-.094 1.983-.293.377-1.631.355-2.238.62-.94.41-1.757 1.285-2.332 1.485-.575.2-1.046.11-1.36.243-.773.388-1.045 1.717-1.944 2.604-.366.354-1.172.62-1.465.985-.502.643-.564 2.216-1.453 2.482-.565.055-1.046-.543-1.558-.133-.063 1.584.439 3.733-.094 5.328a26.954 26.954 0 0 1-3.89 3.09c-.816.587-1.548.731-2.532 1.363-.69.443-1.328 1.495-2.091 2.104-1.861 1.385-4.1 3.035-4.089 6.558 0 .764.314 1.584.387 2.47v1.617c.115 1.285.857 2.936 0 3.833-1.307-.687-2.97-.919-3.88-2.105-.25-1.218.502-2.215.387-3.323-.094-.886-1.046-2.481-1.652-2.592-.607-.111-1.14.676-1.757.609-.617-.066-1.402-1.34-2.332-1.484-1.37-.2-2.374.399-3.89.133-1.465.997-1.893 2.769-3.692 2.592-.628-.055-1.213-.676-1.945-.864a9.932 9.932 0 0 0-2.813-.498c-1.663.144-2.866 1.661-4.278 2.603-1.411.941-3.032 1.861-3.409 3.589-.199.93 0 2.215-.293 3.09a14.92 14.92 0 0 1-.774 1.606 15.437 15.437 0 0 0-1.17 9.538 25.792 25.792 0 0 0 1.652 4.198 5.056 5.056 0 0 0 2.823 1.739 10.876 10.876 0 0 0 2.238-.621 17.79 17.79 0 0 0 2.52-.498c2.092-.853 1.694-4.431 3.796-5.694a8.28 8.28 0 0 1 3.598-.742c.259.324.452.7.57 1.106.116.406.154.832.11 1.254a17.468 17.468 0 0 1-.774 2.093c-.22.798-.272 1.717-.492 2.36-.282.83-.93 1.44-1.16 2.215-.157.51-.074 1.108-.2 1.606-.219.82-1.045 1.385-.679 2.216 2.092 1.052 4.602-.299 6.421.121.621.173 1.18.537 1.606 1.045.426.509.7 1.14.789 1.813 0 1.108-.69 1.861-.784 3.102-.115 1.54-.628 3.445-.68 4.696-.084 2.05 2.374 5.539 4.089 5.539 1.715 0 2.928-2.348 5.145-1.108.743.41 1.527 1.928 2.343 1.861.815-.066 1.683-1.562 2.091-2.603.554-1.263.586-2.326 1.558-2.969.973-.642 1.872-.354 3.21-.985a8.256 8.256 0 0 0 1.653-1.241c.47-.41.962-1.495 1.558-.742.774.986-.951 1.54-.292 2.592 1.338.919 2.091-1.684 3.011-1.728.713.289 1.371.709 1.946 1.24.753.632 1.045 1.518 1.84 1.729.534.132 1.391-.255 2.092-.122 1.046.177 1.579 1.262 2.332 1.24.92 0 1.36-1.307 2.091-1.484 1.715-.41 2.353.244 3.138 1.606.847.188.878-1.252 1.652-.742-.418 1.108.146 1.573.492 2.47.22.587.177.997.386 1.241.46.565 1.36.565 2.04 1.107.757.86 1.41 1.817 1.945 2.847.847 1.23 2.27 2.504 3.399 2.592 1.13.089 1.945-.387 2.823-.243 2.008.31 3.263 1.595 4.664 2.968a5.288 5.288 0 0 1 1.757 2.216c.178.642.084 1.506.293 2.215.429 1.54 2.186 2.282 1.548 4.951.293.776.951 1.108 1.652 1.607.7.498 1.046 1.362 1.653 1.484.397.077.826-.155 1.17-.122a7.86 7.86 0 0 1 2.824 1.108c.603.195 1.187.447 1.747.753.491.421.554 1.85 1.171 2.215.397.255 1.276-.088 1.945 0 1.046.167 2.458.975 3.399.997.575 0 1.046-.299 1.558-.243 2.374.232 3.723 3.854 6.024 4.94.711.343 1.84.111 2.332.377.868.476 1.59 3.832 1.652 5.317.199 4.497-2.51 5.937-4.078 8.916-.324.621-.513 1.607-.973 2.471-.931 1.75-1.976 2.115-1.851 5.317 0 .886.387 1.75.387 2.725a21.773 21.773 0 0 1-.293 3.843c-.157.82-.69 1.485-.774 2.216-.083.731.178 1.329.094 1.982a12.979 12.979 0 0 1-1.045 2.714c-.9 2.116-1.046 4.597-2.918 5.439-1.046.51-2.52.222-3.692.742-.47.222-1.045.776-1.652 1.108-1.694.997-4.11 2.359-4.57 4.575-.418 1.983.575 3.555.293 5.815-.348.727-.74 1.43-1.171 2.105-.419.709-.628 1.528-1.046 2.215-.586.942-1.496 1.352-1.851 2.603-.115.432 0 .931-.188 1.606-.063.255-.419.643-.586 1.108-.167.465-.147.997-.293 1.363-.44 1.107-1.767 3.733-2.719 4.076-2.018.72-4.183-1.108-5.543-.742.2 1.24.91 1.107 1.36 1.983.221.593.48 1.171.774 1.728.44.642.826.886.878 1.606a4.975 4.975 0 0 1-.358 1.967 4.75 4.75 0 0 1-1.095 1.633 7.77 7.77 0 0 1-2.824.986c-.722.155-2.573.155-2.918.742-.502.864.262 2.979-.094 3.832-.732 1.817-2.687 0-3.702.499-.066.43-.028.87.109 1.28.137.411.37.778.676 1.068.606.454 1.537-.133 1.945.742-.199 1.23-1.245 1.396-1.464 2.603 0 1.186.313 1.485.198 2.216-.25 1.584-2.196 1.517-2.144 3.212.084 2.537 3.828 1.496 3.89 3.966 0 1.495-1.045 1.506-1.453 2.968-.209.776.115.964 0 1.607-.167.875-.972 1.107-.972 2.104 0 1.185 1.36 2.481 2.039 3.467a12.881 12.881 0 0 0 2.426 2.969c1.37.964 3.399.742 3.995 2.47-.188 1.041-.983 1.318-1.757 1.606h-.188a1.87 1.87 0 0 0-1.464 0h-1.36c-1.297-.764-2.876-1.251-4.476-1.971-.575-.266-1.213-.887-1.84-1.241-.628-.355-1.046-.377-1.36-.62-.847-.554-1.788-2.371-2.625-3.091-.512-.443-1.317-.665-1.652-1.108a17.403 17.403 0 0 1-.784-1.849c-.314-.565-.89-.986-1.266-1.607-.805-1.373-1.84-3.212-1.84-4.209 0-.997.742-1.661.48-2.592-.26-.93-1.725-.698-1.944-1.739-.126-.631.428-1.695.387-2.603 0-.521-.785-1.23-.481-1.983.303-.753 1.045.078 1.558-.365-.419-1.784 0-4.664-1.37-5.196-.711.765.732 2.493-.481 2.969-1.182-.665-.9-2.636-1.172-4.087a18.944 18.944 0 0 1-.575-2.847c0-.532.168-1.163.094-1.728-.209-1.662-1.663-3.035-1.757-4.708.11-.794.275-1.579.492-2.348.073-.576-.063-1.241 0-1.85.084-.786.429-1.506.481-2.215a24.177 24.177 0 0 0-.188-4.83c-.24-1.429-1.13-2.647-1.266-4.209 0-.565.147-1.507.095-2.216-.053-.709-.335-1.329-.387-2.104.026-.742.092-1.482.198-2.216.105-1.55-.24-3.323-.198-4.829 0-.454.198-.787.198-1.23 0-1.285-.345-2.57-.387-3.843a57.229 57.229 0 0 0-.104-6.181 25.703 25.703 0 0 0-.973-5.195 13.936 13.936 0 0 0-3.482-3.789c-.68-.476-1.496-.642-2.228-1.108-1.59-.985-4.654-3.079-5.354-5.073-.199-.576-.167-1.34-.387-1.983a27.917 27.917 0 0 0-1.945-3.589c-1.203-2.337-2.175-5.261-3.399-7.665a33.29 33.29 0 0 0-1.851-3.589c-.397-.576-1.684-1.107-1.851-1.983-.21-1.107-.878-2.713-.774-3.588.136-1.186 1.945-2.138 1.945-3.213 0-1.074-.962-1.451-1.171-2.215-.492-1.894.293-3.013.878-4.586.2-.521.387-1.351.586-1.728.356-.687 1.046-.875 1.558-1.617.262-.41.429-1.263.774-1.85.743-1.252 1.935-1.717 2.238-2.847.309-2.339.34-4.709.094-7.056a25.641 25.641 0 0 0-1.046-2.47c-.439-1.496-.543-3.124-1.757-3.091-.742 0-1.265 1.108-1.746 1.728-.115.875-.052 1.828-.774 2.105-1.108.41-1.537-1.484-2.823-1.983-.513-.199-1.328-.188-1.653-.365-.94-.543-1.244-2.293-2.238-2.98-.826-.565-1.537-.366-2.091-1.23a12.495 12.495 0 0 1-.094-2.481c-1.046-.797-1.977-3.755-3.21-4.431-.827-.465-2.092-.421-3.138-.864-.44-.238-.894-.445-1.36-.62a6.59 6.59 0 0 1-1.694-.521c-1.924-1.207-2.96-5.15-5.344-5.073-1.046 0-1.997 1.252-2.917 1.241a9.949 9.949 0 0 1-3.608-1.606c-1.193-.709-2.51-1.108-3.493-1.728-.795-.521-1.35-1.474-2.092-1.861-.533-.299-1.318-.355-1.757-.621a20.364 20.364 0 0 1-2.091-1.861 4.18 4.18 0 0 1-1.559-2.47c0-.963.701-1.794.785-2.725.25-2.946-1.464-5.062-2.531-6.801-.795-1.296-1.726-2.393-2.53-3.589a9.535 9.535 0 0 0 0-1.728 26.559 26.559 0 0 1-1.747-2.98c-.575-1.008-1.705-2.082-1.851-3.212-.178-1.385.418-2.614 0-3.966-.69-2.215-3.138-1.218-2.813 1.74.083.819.983 1.916 1.255 2.725.271.808.23 1.849.491 2.846.262.997 1.046 1.773 1.265 2.847.408 1.695.398 3.512.774 4.575.377 1.063 1.569 1.828.879 2.969-.92.243-1.276-.931-1.851-1.607-.314-.376-1.475-1.107-1.652-1.982-.178-.875.366-1.706.198-2.603-.335-1.74-3.137-1.784-3.137-3.578 0-1.108 1.16-1.263 1.171-2.36.01-1.096-1.276-2.215-1.558-3.212a23.697 23.697 0 0 1-.387-3.71c.01-1.2-.057-2.4-.199-3.59a5.501 5.501 0 0 0-1.84-2.481c-.858-.598-1.527-.355-1.945-1.23-.37-1.034-.6-2.12-.68-3.223-.147-1.484 0-3.113-.105-4.697a31.023 31.023 0 0 1 0-4.83c.481-1.195 1.36-1.783 1.851-2.968.345-.83.387-1.85.774-2.725.711-1.617 2.27-3.101 3.305-4.696a22.967 22.967 0 0 0 2.823-5.328c.43-.973.693-2.02.774-3.09-.125-1.197-1.882-2.216-1.746-3.59.094-.875 1.046-.864 1.36-1.728a10.17 10.17 0 0 0 .292-2.215c0-1.197-.48-2.437-.293-3.711.168-1.108 1.433-1.529.785-2.725-.649-1.196-1.82.631-2.531-.122-.711-.753.136-1.562.188-2.847 0-.52-.23-1.107-.188-1.484.063-.554.91-1.484.68-1.86-.523-.843-1.12-2.992-2.238-3.712-1.423-.908-2.97-.299-4.957-.742-1.213-.277-1.799-1.728-2.918-1.606-.69.066-1.046 1.108-2.04 1.606-.993.499-2.174.344-3.137.62-.962.277-1.37 1.108-2.332.986-.795-.077-.805-.997-1.746-1.107-.558.08-1.11.203-1.653.365-1.908.27-3.844.228-5.74-.122a14.757 14.757 0 0 1-3.786-1.86c-1.161-.676-3.305-1.518-3.211-2.593.063-.698 2.029-1.428 2.813-1.739 1.276-.487 2.092-1.285 3.022-1.362.366 0 .858.299 1.36.255.502-.045 1.108-.632 1.746-.743 1.36-.243 3.274.09 3.138-1.606-1.046-1.041-5.23.765-5.355-1.484-.062-1.362 1.6-1.783 2.824-2.105a14.905 14.905 0 0 1 3.796-.742c1.109.067 2.562 1.65 3.2-.122.314-1.262-.376-2.326-.575-3.323.816-1.45 2.343-1.274 3.493-1.484a12.182 12.182 0 0 0 3.702-1.24 11.913 11.913 0 0 1 3.691-1.241c1.318-.21 2.604-.853 3.797-.986.941-.02 1.88-.1 2.813-.244a9 9 0 0 1 2.76-.775c.618 0 1.14.598 1.747.742.607.144 1.245 0 1.851.122.607.122.889.531 1.36.62.742.133 1.527-.133 2.238 0 .71.133 1.213.631 1.85.742 1.496.244 3.211-.1 4.665.244.554.133 1.046.476 1.652.62.607.144 1.192 0 1.747.122.773.2 1.422 1.108 2.237 1.24 1.506.2 3.2-.83 4.77-.996A21.252 21.252 0 0 0 9.847 14c1.021-.38 2.07-.668 3.137-.864.533 0 .973.2 1.464.122.492-.078 1.046-.853 1.652-.742.722.144.596 1.307 1.36 1.606.847-.554 1.694 0 2.625 0 .93 0 1.715-.565 2.719-.366 1.767.355 4.246 2.56 5.637 1.363.355-.31.271-.83.585-1.617.429-1.108 1.276-2.316 1.046-3.833-1.945 0-3.807 1.252-6.024 1.362-2.248-1.783.596-2.89 2.238-3.71 1.35-.676 2.416-2.216 4.079-2.482 1.36-.243 2.855.388 4.476.62.94.145 1.882-.077 2.426.123.962.365 1.453 1.572 2.238 1.86.345.122.9.111 1.36.244.878.266 1.662.853 2.53 0 .69.166.764 1.108 1.464 1.24.638-.442 1.14-1.572 2.092-1.849.428-.133.889.089 1.36 0 .794-.166 1.85-1.529 2.331-.255-.198.897-1.255 1.03-1.84 1.74a5.57 5.57 0 0 0-1.266 2.713c.115 1.185 1.506.731 1.559 2.216-.21.875-1.046.487-1.653.875-.606.387-.826 1.107-1.464 1.23-1.767.431-3.231-.566-4.758-.488-.073.842.753 1.329 1.16 1.606 1.392.92 2.521.797 4.477.742 1.045 0 2.154.377 3.011-.377.544-.476.513-1.517.973-2.104a3.448 3.448 0 0 1 1.185-.92 3.266 3.266 0 0 1 1.44-.31c.26.092.493.253.676.468.184.216.311.478.37.762 0 1.107-1.245.775-1.266 1.983.826.631 3.002-.687 3.138-1.728.083-.765-.712-1.208-.68-1.983 0-1.296 1.433-1.274 1.265-2.603-.67-.665-1.37.144-2.091 0-.952-.2-1.81-1.65-2.238-2.592.428-.665 1.307-.222 1.945-.122.721-1.263 2.091-1.75 3.89-1.983.659-.077 1.537-.41 1.851.366.157 1.174-1.36 1.883-1.046 3.223 1.308.421 1.736-1.828 2.813-2.725a9.955 9.955 0 0 1 1.852-.986c.596-.288 1.265-1.008 1.746-.997.481.011.638.587 1.171.875.534.288 1.109-.177 1.266.61-1.13 2.492-5.334 1.107-6.421 3.589.24 1.705-.66 3.323.104 4.43.534.809 1.757.255 2.092 1.108.376 1.108-1.182 1.108-.774 2.47 1.046.787 2.248-.742 3.2-1.351.951-.61 2.311-1.44 2.436-2.98-.522-1.252-2.436-.277-2.729-1.606.033-.924.304-1.82.784-2.592a9.761 9.761 0 0 1 3.232-2.387 9.28 9.28 0 0 1 3.859-.836c.491 0 .972.432 1.464.498 1.673.222 3.64-.92 4.957 0 1.046-.786 2.321.11 3.796-.122 1.13.842.816 2.659 2.52 3.467.47.21 1.046 0 1.653.244.606.244.94.809 1.464 1.108.732.42 1.296.32 1.453.986.157.664-.533 1.107-.48 1.728.418.443.062 1.107.292 1.739.418 1.107 1.475 1.107 2.52 1.606.743.387 2.312 1.562 2.238 2.47 0 .62-1.474 1.695-1.945 1.983-.763.54-1.62.917-2.52 1.107-.92-.177-1.276-2.547-2.53-2.48-.155.013-.305.06-.442.136a1.166 1.166 0 0 0-.355.309c-.098.127-.17.274-.213.431a1.287 1.287 0 0 0-.037.486c0 1.628 1.423 1.683 1.454 3.09 0 1.684-.722 1.806-1.851 2.847a6.88 6.88 0 0 0-2.52-1.108c-.628.942 1.045 1.274.48 2.47-1.558.421-2.75-.564-4.182-1.107-.44-.178-1.046-.111-1.454-.377-.554-.41-.711-1.606-1.171-2.215a3.889 3.889 0 0 0-2.427-1.728c-1.202 0-2.938 1.894-3.89.122.66-2.836 3.775-.732 5.836-1.74.763-.365 1.045-1.395 1.652-1.85 1.255-.919 3.305-1.04 3.137-2.846-.094-.909-1.046-.898-1.652-1.363-.753-.631-1.339-2.857-2.426-2.968-.565 0-.962.542-1.558.62-1.255.144-2.657-.643-3.786 0-.533.377-.178.997-.586 1.728s-1.14.764-1.464 1.363c-.324.598-.293 1.561-.774 2.104-.794.897-2.489 1.041-3.503 1.484-.45.2-1.046.875-1.454.864-.805 0-1.15-1.373-2.039-.864-.084 1.319 1.046 1.861 1.84 2.47a4.786 4.786 0 0 1 1.946 2.482c-.795 2.138-2.092-.11-3.305-.122-1.213-.011-3.388 3.323-4.57.61.293-1.44 1.548-1.662 1.851-3.091-1.38.299-2.573 1.772-4.183 2.215-.68.2-1.339.144-1.945.377-1.161.432-1.977 1.528-3.21 2.104-.482.222-1.047.155-1.559.366-1.32.62-2.587 1.36-3.786 2.215a21.305 21.305 0 0 0-3.398 2.603 7.118 7.118 0 0 0-1.465 2.592c.053.743 1.14.986 1.172 1.74 0 .454-.638 1.44-.199 2.104.44.665 1.192.11 2.092.244 1.485.232 2.457 1.794 3.597 2.603a9 9 0 0 0 3.137 1.484c1.339.21 2.834-.498 3.012.864.178 1.363-1.255 1.773-1.36 2.603.722 1.208-.49 1.784-.49 2.847 0 .853.836 2.138 1.557 2.215.983.111 2.416-1.218 2.824-2.47.481-1.484.272-3.5 1.16-4.575 4.53.156 8.367-2.625 8.074-8.54a10.167 10.167 0 0 1-.198-1.983c.146-.952 1.432-1.76 1.265-2.968 1.265-.499 1.213-3.08 2.53-3.467 1.099-.31 2.343.997 3.786.864.471 0 1.046-.576 1.559-.488.951.166 1.526 1.662 2.238 2.349.71.686 1.296.42 1.464 1.24-.189 1.385-.962 1.418-.879 2.714.041.458.198.896.454 1.269.255.372.6.664 1 .847a3.896 3.896 0 0 0 2.436-.753c1.297-.776 2.416-3.146 3.493-2.847.858.244 1.527 3.71 1.653 4.951.125 1.24-.136 2.36-.094 3.59.125 2.093 2.196 1.882 3.21 2.968.303.332.429 1.185.68 1.617.491.83 1.046.83 1.171 1.728.178 2.138-1.527 2.315-1.37 4.708-.345.92-1.234.864-1.16 2.093.114 1.96 2.321.465 2.917 1.983.324.82 0 1.429-.293 2.603.753 1.108.743 2.969-.585 2.969-.983.077-1.203-1.03-2.03-1.285Zm-105.1-3.213c.46-.609-.189-1.872-.879-1.362-.063.454.126 1.54.878 1.362Zm67.87 11.255c-.408-.499-1.725-.355-2.625-.244-.638.078-1.401.255-1.464.864 1.015.587 3.765 1.02 4.09-.62Zm-5.061-2.105c.165-.183.288-.405.36-.647.071-.243.09-.5.052-.75a1.706 1.706 0 0 0-.268-.697 1.592 1.592 0 0 0-.531-.498c-.314-.11-.743.3-1.266.244-.523-.056-1.045-.698-1.558-.742a1.988 1.988 0 0 0-1.025.182 2.116 2.116 0 0 0-.815.682c0 .742.428.864.386 1.606-.94.864-.439 3.733.492 3.843.93.111 1.495-3.179 2.813-3.467.481-.11.722.344 1.36.244Zm-1.36 4.952c-1.38-.62-2.656.42-3.785.62-.68.11-1.914-.177-1.757 1.108.125 1.052 1.4.675 2.091.376a8.67 8.67 0 0 0 3.451-2.104Zm-4.277-9.405c1.935-1.052-.387-4.287-1.265-4.575-1.58-.531-3.817 1.474-5.637 2.105-1.046.355-2.008.388-2.238 1.484.92 1.939 2.74-.432 4.078-.121.69.144 1.046 1.329 1.757 1.484a16.1 16.1 0 0 0 3.305-.377Zm-1.36 1.983c-.407-.61-2.583.066-3.21.62a12.57 12.57 0 0 0-1.171 1.983c-.45.698-.973 1.24-1.36 1.85-.387.61-2.322 4.165-.774 4.575.66.177 2.008-1.562 2.092-2.216.238-1.947 1.178-3.722 2.625-4.951.847-.62 1.662-.543 1.798-1.861ZM28.17 50.633c1.045 0 1.82-4.132 0-3.59-1.224.355-1.517 3.656 0 3.59Zm-5.23 92.803c0-.189.137-.311.189-.499-.314-1.229-1.245.454-.21.499h.022ZM-18.21 39.888c0-.233-.116-.277-.095-.498-.303 0-.638-.067-.585.376a.405.405 0 0 0 .11.196.358.358 0 0 0 .406.073.383.383 0 0 0 .163-.147Zm102.182-19.43c.481.079.753-.12.68-.741-.429-.41-1.056.1-.68.72v.022ZM72.792 8.275a.407.407 0 0 0-.292-.126.407.407 0 0 0-.293.126v.499c.419.1.492-.166.586-.466v-.033Zm-36.947 9.527c.325-.266.827-.62.586-1.23-1.046-.643-2.886-.155-4.476-.377-.9-1.617-2.395-1.86-2.52.742 1.81 1.906 4.55-.83 6.41.898V17.8ZM18.445 30.582c.554-.243 1.318-.121 1.454-.864-.45-.465-.92-1.107-1.454-1.107-.7 0-1.046.764-1.747 1.24-.7.476-1.966.687-2.091 1.606a5.78 5.78 0 0 0 3.838-.875Zm-.492-8.861c.628-.144 1.266.221 1.663-.499-.47-2.725-3.43-1.107-5.156-.864a7.094 7.094 0 0 0-.972 2.47c1.338.444 2.96-.83 4.465-1.152v.045ZM47.13 148.177c.764-.155.544-2.404-.386-1.85-.722.365-.346 1.96.386 1.805v.045Z' fill='url(%23z)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='a' x1='374.337' y1='166.597' x2='373.75' y2='169.345' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.32'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='372.308' y1='170.194' x2='365.098' y2='176.917' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.32'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='369.792' y1='188.426' x2='369.147' y2='189.989' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.32'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='368.016' y1='190.902' x2='366.906' y2='192.61' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.32'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' x1='364.777' y1='188.21' x2='364.177' y2='190.437' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.32'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' x1='405.211' y1='191.869' x2='368.482' y2='248.267' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.32'/%3E%3C/linearGradient%3E%3ClinearGradient id='g' x1='355.724' y1='182.946' x2='353.8' y2='190.211' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.32'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' x1='362.456' y1='151.77' x2='346.407' y2='167.091' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.32'/%3E%3C/linearGradient%3E%3ClinearGradient id='i' x1='347.89' y1='173.629' x2='344.84' y2='176.876' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.32'/%3E%3C/linearGradient%3E%3ClinearGradient id='j' x1='340.309' y1='155.607' x2='324.15' y2='173.255' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.32'/%3E%3C/linearGradient%3E%3ClinearGradient id='k' x1='299.476' y1='146.901' x2='294.753' y2='149.83' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.32'/%3E%3C/linearGradient%3E%3ClinearGradient id='l' x1='241.423' y1='196.736' x2='224.574' y2='207.195' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.32'/%3E%3C/linearGradient%3E%3ClinearGradient id='m' x1='352.683' y1='-10.857' x2='213.171' y2='214.504' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.32'/%3E%3C/linearGradient%3E%3ClinearGradient id='n' x1='223.915' y1='14.278' x2='223.179' y2='15.418' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.32'/%3E%3C/linearGradient%3E%3ClinearGradient id='o' x1='212.625' y1='88.161' x2='211.79' y2='89.766' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.32'/%3E%3C/linearGradient%3E%3ClinearGradient id='p' x1='181.21' y1='81.853' x2='179.848' y2='84.903' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.32'/%3E%3C/linearGradient%3E%3ClinearGradient id='q' x1='172.289' y1='74.896' x2='169.366' y2='76.879' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.32'/%3E%3C/linearGradient%3E%3ClinearGradient id='r' x1='172.119' y1='71.571' x2='170.757' y2='72.725' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.32'/%3E%3C/linearGradient%3E%3ClinearGradient id='s' x1='158.154' y1='34.954' x2='146.735' y2='44.377' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.32'/%3E%3C/linearGradient%3E%3ClinearGradient id='t' x1='148.344' y1='43.121' x2='143.348' y2='49.496' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.32'/%3E%3C/linearGradient%3E%3ClinearGradient id='u' x1='79.211' y1='16.381' x2='77.951' y2='18.549' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.32'/%3E%3C/linearGradient%3E%3ClinearGradient id='v' x1='76.279' y1='295.844' x2='76.265' y2='296.03' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.32'/%3E%3C/linearGradient%3E%3ClinearGradient id='w' x1='72.634' y1='8.153' x2='72.24' y2='8.652' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.32'/%3E%3C/linearGradient%3E%3ClinearGradient id='x' x1='63.107' y1='27.21' x2='62.117' y2='28.87' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.32'/%3E%3C/linearGradient%3E%3ClinearGradient id='y' x1='22.96' y1='142.435' x2='22.38' y2='143.017' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.32'/%3E%3C/linearGradient%3E%3ClinearGradient id='z' x1='77.001' y1='-7.9' x2='-100.518' y2='133.565' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.32'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
.projects-list__new .project-item.real-estate:after {
    background-color: #60A5FA;
}
.projects-list__new .project-item.hirenest {
    background-image: linear-gradient(180deg, #1E9780 -43.29%, #FFF 60.12%);
}
.projects-list__new .project-item.hirenest:before {
    background-position: center 25%;
    background-image: url("data:image/svg+xml,%3Csvg width='370' height='338' viewBox='0 0 370 338' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M228.752 242.979c.073.066.142.135.209.208l.594.616 2.297 2.432 8.663 9.279 30.696 33.097h-.355l34.819-39.882.24-.271.198.303 2.537 3.82 26.343 39.662-.365-.063 25.321-20.227.146-.115.125.135 19.33 21.919 5.219 5.98 1.357 1.566c.302.355.449.543.449.543s-.178-.167-.491-.501l-1.378-1.608-5.323-5.907-19.455-21.762h.271l-25.258 20.363-.209.167-.156-.229-26.375-39.6-2.547-3.83h.428c-12.671 14.508-24.59 28.129-34.861 39.881l-.177.198-.178-.198c-12.608-13.715-23.16-25.175-30.56-33.232l-8.559-9.394-2.244-2.484c-.24-.282-.428-.491-.574-.647-.146-.157-.188-.209-.177-.219Z' fill='url(%23a)'/%3E%3Cpath d='M267.61 288.882a3.653 3.653 0 1 0 3.622-3.622 3.645 3.645 0 0 0-3.622 3.622Z' fill='url(%23b)'/%3E%3Cpath d='M331.559 293.235c.005.723.223 1.428.628 2.027a3.67 3.67 0 0 0 1.649 1.336 3.658 3.658 0 0 0 4.965-2.699 3.658 3.658 0 0 0-1.584-3.739 3.65 3.65 0 0 0-5.658 3.075Z' fill='url(%23c)'/%3E%3Cpath d='M356.432 273.121a3.646 3.646 0 0 0 2.277 3.346 3.641 3.641 0 0 0 4.718-4.8 3.642 3.642 0 0 0-3.384-2.22 3.655 3.655 0 0 0-3.611 3.674Z' fill='url(%23d)'/%3E%3Cpath d='M302.231 249.22a3.647 3.647 0 0 0 2.276 3.363 3.658 3.658 0 0 0 3.978-.819 3.654 3.654 0 1 0-6.254-2.544Z' fill='url(%23e)'/%3E%3Cpath d='M63.748 25.684H40.295v93.278h23.453V25.684Z' fill='url(%23f)'/%3E%3Cpath d='M98.243 46.026H74.791v72.926h23.452V46.026Z' fill='url(%23g)'/%3E%3Cpath d='M133.271 62.684h-23.452v56.268h23.452V62.684Z' fill='url(%23h)'/%3E%3Cpath d='M165.7 85.542h-23.453v33.42H165.7v-33.42Z' fill='url(%23i)'/%3E%3Cpath d='M181 10s-.254.28-.751.778l-2.266 2.232-8.614 8.406-31.066 30.098-.169.156-.194-.125-20.27-13.305h.412L89.731 69.023l-.34.374-.206.228-.254-.197-38.177-28.884h.424C36.19 57.4 23.493 71.794 14.406 81.975L3.829 93.817l-2.823 3.114-.74.8A3.13 3.13 0 0 1 0 98c.069-.101.146-.198.23-.29l.703-.83 2.75-3.187 10.432-11.925 36.59-41.577.194-.218.23.177 38.226 28.81h-.46l.339-.373 28.388-30.762.181-.197.23.155 20.234 13.295h-.363l31.222-29.859c3.768-3.58 6.725-6.393 8.748-8.303l2.314-2.18c.533-.518.812-.736.812-.736Z' fill='url(%23j)'/%3E%3Cpath d='M176.425 31a1.24 1.24 0 0 1 .06-.463l.3-1.319c.312-1.226.732-2.853 1.2-4.84 1.068-4.121 2.579-9.745 4.319-16.048l.384.309-1.356.36a2200.454 2200.454 0 0 1-19.281 5.006l-5.867 1.452-1.608.371c-.184.06-.379.09-.576.093a3.28 3.28 0 0 1 .54-.196l1.572-.463 5.807-1.618c4.907-1.349 11.71-3.172 19.197-5.15l1.356-.35L183 8l-.132.463c-1.668 6.335-3.192 11.938-4.391 16.007a472.036 472.036 0 0 0-1.416 4.8c-.168.504-.312.937-.42 1.287a1.514 1.514 0 0 1-.216.443Z' fill='url(%23k)'/%3E%3Cpath d='M328.063 160.127a23.564 23.564 0 0 1 22.006 14.192 23.567 23.567 0 1 1-45.187 9.762 23.598 23.598 0 0 1 23.181-23.954Zm.564 34.84a11.274 11.274 0 0 0 7.619-19.38 11.271 11.271 0 1 0-11.953 18.597 11.29 11.29 0 0 0 4.334.783Z' fill='url(%23l)'/%3E%3Cpath d='M328.021 157.194a26.55 26.55 0 0 1 26.928 26.093l-16.073.418c-.104-6.983-4.833-9.822-10.437-10.177a10.013 10.013 0 0 0-9.834 6.152 10.007 10.007 0 0 0-.76 4.025l-15.907.428a26.53 26.53 0 0 1 26.083-26.939Z' fill='url(%23m)'/%3E%3Cpath d='M137.227 263.979a44.879 44.879 0 0 1 62.853-2.088 43.71 43.71 0 0 1 14.065 30.631 43.726 43.726 0 0 1-11.904 31.534 44.878 44.878 0 0 1-62.854 2.087 43.719 43.719 0 0 1-2.16-62.164Zm48.012 44.4a20.869 20.869 0 0 0 5.705-15.087 20.883 20.883 0 0 0-6.749-14.649 21.451 21.451 0 0 0-30.049 1.044 20.88 20.88 0 0 0-5.706 15.086 20.866 20.866 0 0 0 6.75 14.65 21.437 21.437 0 0 0 30.069-1.044h-.02Z' fill='url(%23n)'/%3E%3Cpath d='M137.227 263.979a44.88 44.88 0 0 1 62.853-2.088l-15.843 16.783a21.45 21.45 0 0 0-30.05 1.044 20.872 20.872 0 0 0-5.705 15.087 20.883 20.883 0 0 0 6.749 14.649l-15.865 16.721a43.72 43.72 0 0 1-2.139-62.196Z' fill='url(%23o)'/%3E%3Cpath d='M198.265 254.679c21.918 20.28 24.579 53.23 4.07 74.982l-22.263-19.195c9.801-10.385 11.93-24.256 1.441-33.952l16.752-21.835Z' fill='url(%23p)'/%3E%3Cpath d='M177.755 311.844 190.979 338a37.559 37.559 0 0 0 14.393-9.488l-23.755-19.183-3.862 2.515Z' fill='url(%23q)'/%3E%3Cpath d='M229.008 60.248a59.267 59.267 0 0 1 35.699-55.362A59.274 59.274 0 1 1 289.19 118.54a59.347 59.347 0 0 1-60.182-58.292Zm87.6-1.41a28.333 28.333 0 0 0-17.916-25.89 28.338 28.338 0 1 0-9.962 54.687 28.367 28.367 0 0 0 27.878-28.796Z' fill='url(%23r)'/%3E%3Cpath d='M229.008 60.248A59.326 59.326 0 0 1 287.321.035l.501 30.925a28.34 28.34 0 0 0 .908 56.675l.46 30.905a59.328 59.328 0 0 1-60.182-58.292Z' fill='url(%23s)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='307.662' y1='242.979' x2='307.662' y2='301.981' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='271.263' y1='285.26' x2='271.263' y2='292.566' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='335.212' y1='289.561' x2='335.212' y2='296.867' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='360.074' y1='269.447' x2='360.074' y2='276.733' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' x1='305.884' y1='245.546' x2='305.884' y2='252.852' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' x1='52.022' y1='25.684' x2='52.022' y2='118.962' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='g' x1='86.517' y1='46.026' x2='86.517' y2='118.952' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' x1='121.545' y1='62.684' x2='121.545' y2='118.952' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='i' x1='153.974' y1='85.542' x2='153.974' y2='118.962' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='j' x1='90.5' y1='10' x2='90.5' y2='98' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='k' x1='168.5' y1='8' x2='168.5' y2='31' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='l' x1='328.446' y1='160.124' x2='328.446' y2='207.259' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='m' x1='328.442' y1='157.191' x2='328.442' y2='184.133' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='n' x1='169.734' y1='250.061' x2='169.734' y2='337.974' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F5F5F5'/%3E%3Cstop offset='1' stop-color='%23F5F5F5' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='o' x1='162.676' y1='250.061' x2='162.676' y2='326.175' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='p' x1='198.191' y1='254.679' x2='198.191' y2='329.661' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='q' x1='191.564' y1='309.329' x2='191.564' y2='338' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='r' x1='288.274' y1='0' x2='288.274' y2='118.546' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FAFAFA'/%3E%3Cstop offset='1' stop-color='%23FAFAFA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='s' x1='259.095' y1='.035' x2='259.095' y2='118.546' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
.projects-list__new .project-item.hirenest:after {
    background-color: #1E9780;
}
.projects-list__new .project-item.resox {
    background-image: linear-gradient(180deg, #DDEFFF 0%, #FFF 100%);
}
.projects-list__new .project-item.resox:before {
    background-image: url("data:image/svg+xml,%3Csvg width='370' height='410' viewBox='0 0 370 410' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M391.975 402.257c32.655-49.62 18.902-116.317-30.718-148.972-49.62-32.655-116.317-18.902-148.972 30.718-32.655 49.62-18.902 116.317 30.718 148.972 49.62 32.655 116.317 18.902 148.972-30.718Z' fill='url(%23b)'/%3E%3Cpath d='M74.957 180.434c53.74-25.31 76.786-89.391 51.477-143.13-25.31-53.74-89.392-76.787-143.13-51.477-53.74 25.31-76.787 89.391-51.477 143.131 25.31 53.739 89.391 76.786 143.13 51.476Z' fill='url(%23c)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='212.286' y1='284.004' x2='391.975' y2='402.257' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='-16.697' y1='-14.173' x2='74.957' y2='180.434' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h370v410H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: cover;
}
.projects-list__new .project-item.resox:after {
    background-color: #A2D2FC;
}
.projects-list__new .project-item.avicenna-cardiology {
    background-image: linear-gradient(180deg, rgba(0, 255, 240, 0.14) 0%, rgba(245, 245, 245, 0.24) 100%);
}
.projects-list__new .project-item.avicenna-cardiology:before {
    background-position: center 40%;
    background-image: url("data:image/svg+xml,%3Csvg width='570' height='224' viewBox='0 0 570 224' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='m92.895 224-20.89-102.47-13.669 36.149H-26v-11.604h78.01l22.74-60.413 16.294 79.894L114.083 0l20.353 130.954 16.056-54.646 25.307 89.529 5.61-19.762H320v11.534H188.512l-12.713 44.73-25.486-90.093-18.861 64.141-16.832-108.66L92.895 224Z' fill='url(%23b)'/%3E%3Cpath d='m402.895 224-20.89-102.47-13.669 36.149H284v-11.604h78.01l22.74-60.413 16.294 79.894L424.083 0l20.353 130.954 16.056-54.646 25.307 89.529 5.61-19.762H630v11.534H498.512l-12.713 44.73-25.486-90.093-18.861 64.141-16.832-108.66L402.895 224Z' fill='url(%23c)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='147' y1='0' x2='147' y2='224' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.16'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='457' y1='0' x2='457' y2='224' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='.16'/%3E%3C/linearGradient%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h570v224H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.projects-list__new .project-item.avicenna-cardiology:after {
    background-color: #69D6D6;
}
.projects-list__new .project-item.replai {
    background-image: linear-gradient(235deg, rgba(255, 0, 50, 0.47) 11.51%, rgba(255, 236, 240, 0.43) 84.27%);
}
.projects-list__new .project-item.replai:before {
    background-position: center 20%;
    background-image: url("data:image/svg+xml,%3Csvg width='570' height='387' viewBox='0 0 570 387' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath opacity='.48' d='M602.538 386.567S585.758 31.305 482.01 76.714c-79.99 35.01-46.029 230.781-125.58 270.511-107.621 53.751-30.637-380.821-136.088-312.34-75.499 49.029-27.679 241.21-105.256 273.76C25.892 346.07 1.862 31.498 1.862 31.498' stroke='url(%23b)'/%3E%3Cpath opacity='.48' d='M591.55 377.87S574.771 22.608 471.022 68.017c-79.99 35.01-46.029 230.781-125.58 270.511-107.621 53.751-30.637-380.822-136.088-312.34-75.499 49.029-27.679 241.21-105.256 273.76C14.904 337.373-8.718 41.428-8.718 41.428' stroke='url(%23c)'/%3E%3Cpath opacity='.48' d='M580.562 369.174S563.782 13.912 460.034 59.32c-79.99 35.01-46.03 230.781-125.58 270.512-107.621 53.75-30.637-380.822-136.088-312.341C122.867 66.52 170.687 258.7 93.11 291.25 3.916 328.676-19.82 35.128-19.82 35.128' stroke='url(%23d)'/%3E%3Cpath opacity='.48' d='M567.099 372.839S553.213 3.119 448.956 51.069c-80.382 36.97-47.984 240.547-127.964 282.428C212.788 390.157 293.44-62.741 187.288 9.24c-76 51.534-29.695 251.283-107.64 285.677C-9.972 334.461-31.329 29.03-31.329 29.03' stroke='url(%23e)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='631.025' y1='244.223' x2='-14.842' y2='114.966' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='620.037' y1='235.526' x2='-21.853' y2='107.065' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='609.049' y1='226.829' x2='-32.49' y2='98.439' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' x1='596.792' y1='224.471' x2='-44.746' y2='96.08' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h570v387H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.projects-list__new .project-item.replai:after {
    background-color: #FF5C7C;
}


.projects-list__new .project-item.rex-cinema {
    background: linear-gradient(180deg, #FFAA80 0%, rgba(237, 245, 255, 0.00) 100%);
}
.projects-list__new .project-item.rex-cinema:before {
    background-position: center 20%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='370' height='371' fill='none'%3E%3Cg opacity='.45'%3E%3Cpath fill='url(%23a)' d='M-6.04 9.921h375.728v3.822h-3.531a.836.836 0 0 0-.553.205.749.749 0 0 0-.257.506h-2.728a.749.749 0 0 0-.257-.506.836.836 0 0 0-.553-.205h-6.988a.836.836 0 0 0-.554.205.748.748 0 0 0-.256.506h-2.729a.751.751 0 0 0-.241-.493.834.834 0 0 0-.528-.218h-7.029a.836.836 0 0 0-.553.205.749.749 0 0 0-.257.506v.092h-2.729a.787.787 0 0 0-.254-.568.886.886 0 0 0-.604-.235h-6.891a.884.884 0 0 0-.599.238.787.787 0 0 0-.251.565h-2.729a.79.79 0 0 0-.254-.568.887.887 0 0 0-.605-.235h-6.891a.886.886 0 0 0-.604.235.79.79 0 0 0-.254.568h-2.745a.706.706 0 0 0-.05-.304.765.765 0 0 0-.172-.262.815.815 0 0 0-.268-.175.853.853 0 0 0-.32-.062h-6.891a.886.886 0 0 0-.604.235.787.787 0 0 0-.254.568h-2.745v-.077a.726.726 0 0 0-.066-.303.775.775 0 0 0-.188-.254.827.827 0 0 0-.605-.207h-6.874a.835.835 0 0 0-.573.224.742.742 0 0 0-.237.54h-2.753a.756.756 0 0 0-.252-.554.81.81 0 0 0-.276-.163.856.856 0 0 0-.323-.047h-6.931a.855.855 0 0 0-.325.045.813.813 0 0 0-.468.416.725.725 0 0 0-.065.303h-2.746a.725.725 0 0 0-.254-.557.813.813 0 0 0-.279-.162.855.855 0 0 0-.325-.045h-6.867a.848.848 0 0 0-.604.207.775.775 0 0 0-.188.254.726.726 0 0 0-.066.303v.115h-2.745a.826.826 0 0 0-.266-.595.929.929 0 0 0-.633-.246h-6.794a.919.919 0 0 0-.63.247.818.818 0 0 0-.261.594h-2.753a.818.818 0 0 0-.261-.594.917.917 0 0 0-.629-.247h-6.794a.927.927 0 0 0-.633.246.826.826 0 0 0-.266.595h-2.745a.83.83 0 0 0-.264-.597.904.904 0 0 0-.635-.244H241.6a.938.938 0 0 0-.635.244.843.843 0 0 0-.195.274.805.805 0 0 0-.069.323h-2.745a.823.823 0 0 0-.266-.595.927.927 0 0 0-.633-.246h-6.793a.917.917 0 0 0-.63.247.818.818 0 0 0-.261.594h-2.753a.814.814 0 0 0-.254-.586.875.875 0 0 0-.285-.179.915.915 0 0 0-.336-.06h-6.81a.92.92 0 0 0-.634.233.817.817 0 0 0-.265.592h-2.745a.788.788 0 0 0-.254-.586.87.87 0 0 0-.284-.179.915.915 0 0 0-.336-.06h-6.81a.925.925 0 0 0-.343.056.882.882 0 0 0-.292.177.828.828 0 0 0-.195.27.778.778 0 0 0-.069.322h-2.745a.816.816 0 0 0-.259-.586.922.922 0 0 0-.624-.24h-6.81a.91.91 0 0 0-.631.235.813.813 0 0 0-.194.27.773.773 0 0 0-.066.321h-2.753a.788.788 0 0 0-.254-.586.907.907 0 0 0-.621-.24h-6.81a.923.923 0 0 0-.342.057.882.882 0 0 0-.292.177.793.793 0 0 0-.264.592h-2.746a.756.756 0 0 0-.064-.317.814.814 0 0 0-.189-.269.886.886 0 0 0-.621-.24h-6.834a.907.907 0 0 0-.621.24.788.788 0 0 0-.254.586v.168h-2.745a.981.981 0 0 0-.322-.706 1.1 1.1 0 0 0-.755-.287h-6.438a1.114 1.114 0 0 0-.406.073c-.129.05-.247.122-.346.214a.975.975 0 0 0-.317.706h-2.753a.984.984 0 0 0-.321-.706 1.105 1.105 0 0 0-.756-.287h-6.429a1.1 1.1 0 0 0-.755.287.981.981 0 0 0-.322.706h-2.745a.981.981 0 0 0-.322-.706 1.102 1.102 0 0 0-.755-.287h-6.43a1.102 1.102 0 0 0-.755.287.985.985 0 0 0-.322.706h-2.745a.984.984 0 0 0-.321-.706 1.105 1.105 0 0 0-.756-.287h-6.437a1.08 1.08 0 0 0-.753.288 1 1 0 0 0-.232.323.94.94 0 0 0-.084.382v.077h-2.753c0-.284-.12-.556-.332-.757a1.17 1.17 0 0 0-.802-.313h-6.316a1.17 1.17 0 0 0-.802.313c-.212.2-.332.473-.332.757h-2.745a1.04 1.04 0 0 0-.332-.757 1.168 1.168 0 0 0-.802-.313h-6.316a1.19 1.19 0 0 0-.433.081 1.133 1.133 0 0 0-.368.232c-.106.1-.189.217-.246.347-.057.13-.086.27-.086.41h-2.745a1.026 1.026 0 0 0-.335-.76 1.137 1.137 0 0 0-.371-.231 1.192 1.192 0 0 0-.436-.08h-6.308c-.3 0-.59.113-.802.314a1.04 1.04 0 0 0-.332.757h-2.753c0-.14-.03-.28-.086-.41a1.07 1.07 0 0 0-.246-.347c-.105-.1-.23-.178-.368-.232a1.194 1.194 0 0 0-.434-.081h-6.316c-.3 0-.589.112-.801.313a1.04 1.04 0 0 0-.332.757h-2.745v-.207a.84.84 0 0 0-.268-.61.943.943 0 0 0-.648-.253h-6.753a.943.943 0 0 0-.647.253.84.84 0 0 0-.268.61h-2.745a.822.822 0 0 0-.07-.332.863.863 0 0 0-.2-.281.921.921 0 0 0-.3-.187.964.964 0 0 0-.353-.063H60.32a.954.954 0 0 0-.352.063.912.912 0 0 0-.298.187.855.855 0 0 0-.198.282.815.815 0 0 0-.068.331h-2.753a.815.815 0 0 0-.067-.331.855.855 0 0 0-.198-.282.912.912 0 0 0-.298-.187.954.954 0 0 0-.352-.063h-6.753a.943.943 0 0 0-.647.253.84.84 0 0 0-.268.61v.13h-2.745a.938.938 0 0 0-.078-.381.983.983 0 0 0-.228-.324 1.05 1.05 0 0 0-.343-.215 1.101 1.101 0 0 0-.404-.073h-6.478c-.14-.004-.277.02-.407.069-.129.049-.246.122-.345.215a.968.968 0 0 0-.227.325.922.922 0 0 0-.074.384h-2.745a.937.937 0 0 0-.078-.383.985.985 0 0 0-.23-.324 1.052 1.052 0 0 0-.346-.215 1.1 1.1 0 0 0-.407-.071h-6.477c-.14-.004-.278.02-.407.069-.13.049-.247.122-.345.215a.97.97 0 0 0-.228.325.924.924 0 0 0-.073.384h-2.745a.938.938 0 0 0-.078-.381.984.984 0 0 0-.228-.324 1.052 1.052 0 0 0-.343-.215 1.1 1.1 0 0 0-.404-.073h-6.478a1.09 1.09 0 0 0-.408.069c-.13.049-.247.122-.347.214a.977.977 0 0 0-.23.326.928.928 0 0 0-.076.384v.29H11.33c0-.167-.035-.333-.103-.488a1.273 1.273 0 0 0-.293-.414 1.362 1.362 0 0 0-.439-.277 1.423 1.423 0 0 0-.517-.097H4.098a1.408 1.408 0 0 0-.52.093 1.347 1.347 0 0 0-.441.277 1.26 1.26 0 0 0-.293.416 1.2 1.2 0 0 0-.098.49H0v-.229a1.012 1.012 0 0 0-.092-.405 1.062 1.062 0 0 0-.25-.341 1.135 1.135 0 0 0-.368-.226 1.186 1.186 0 0 0-.432-.075h-4.9V9.921Z'/%3E%3Cpath fill='url(%23b)' d='M362.619 14.47h2.728v6.688c0 .202.086.397.238.54a.833.833 0 0 0 .572.224h3.523v79.058h-3.523a.835.835 0 0 0-.572.224.745.745 0 0 0-.238.541v6.634c0 .203.086.397.238.541a.835.835 0 0 0 .572.224h3.523v3.057H-6.04v-3.057h4.899c.303 0 .593-.114.807-.316.214-.202.335-.476.335-.762v-5.954c0-.142-.03-.281-.087-.412a1.077 1.077 0 0 0-.248-.348 1.18 1.18 0 0 0-.807-.311h-4.9v-79.18h4.9c.302-.002.591-.116.805-.318.214-.202.335-.475.337-.76v-5.74h2.745v5.541c0 .34.142.665.395.906.254.24.598.376.957.379h5.879a1.41 1.41 0 0 0 .954-.381c.253-.24.396-.565.398-.904v-5.541h2.745v5.824a.945.945 0 0 0 .079.384.99.99 0 0 0 .23.326c.098.094.216.167.345.217.129.05.267.075.407.075h6.478c.28-.003.548-.109.745-.296a.973.973 0 0 0 .308-.706v-6.115h2.753v6.115a.937.937 0 0 0 .075.384c.053.122.13.233.228.326s.215.167.344.217c.128.05.266.075.406.075h6.478c.281 0 .55-.106.75-.294a.974.974 0 0 0 .31-.708v-6.115h2.746v6.115a.936.936 0 0 0 .075.384c.052.122.13.233.228.326s.215.167.343.217a1.1 1.1 0 0 0 .406.075h6.478c.28-.003.548-.109.745-.296a.973.973 0 0 0 .308-.706v-6.115h2.745v6.222a.853.853 0 0 0 .264.621.958.958 0 0 0 .651.266h6.753c.246-.004.48-.1.651-.266a.854.854 0 0 0 .265-.62v-6.353h2.753v6.352a.854.854 0 0 0 .264.621.958.958 0 0 0 .65.266h6.746a.967.967 0 0 0 .654-.265.862.862 0 0 0 .27-.622v-6.352h2.744v6.352a.853.853 0 0 0 .264.621.958.958 0 0 0 .651.266h6.754c.245-.004.48-.1.65-.266a.854.854 0 0 0 .265-.62v-6.116h2.745v5.94c-.002.286.116.562.328.766.212.205.502.322.805.326h6.317c.303-.004.593-.12.805-.326.212-.204.33-.48.328-.767V14.86h2.753v5.94c-.002.286.116.562.329.766.212.205.502.322.805.326h6.308c.304-.004.595-.12.808-.325.214-.205.334-.48.334-.768V14.86h2.745v5.94c-.002.286.116.562.328.766.212.205.502.322.806.326h6.316c.303-.004.593-.12.805-.326.213-.204.331-.48.328-.767V14.86h2.745v5.94c-.002.286.116.562.329.766.212.205.502.322.805.326h6.316c.304-.004.593-.12.806-.326.212-.204.33-.48.328-.767V14.86h2.753v6.016a.965.965 0 0 0 .079.388c.053.124.132.236.231.33a1.124 1.124 0 0 0 .759.298h6.438c.141.001.282-.024.413-.075.131-.05.25-.125.35-.22.101-.095.18-.207.234-.331a.956.956 0 0 0 .079-.39V14.76h2.746v6.115a.956.956 0 0 0 .079.39c.054.124.133.236.234.33.1.096.219.17.35.221.131.05.272.076.414.075h6.429a1.122 1.122 0 0 0 .764-.295c.1-.095.179-.207.233-.331a.957.957 0 0 0 .08-.39V14.76h2.745v6.115a.957.957 0 0 0 .08.39c.054.124.133.236.233.33.1.096.219.17.351.221.131.05.271.076.413.075h6.43c.141.001.282-.024.413-.075.131-.05.25-.125.35-.22a.973.973 0 0 0 .314-.721V14.76h2.753v6.115a.949.949 0 0 0 .079.388c.053.124.132.236.231.33a1.124 1.124 0 0 0 .759.298h6.437a1.13 1.13 0 0 0 .414-.075c.131-.05.25-.125.35-.22.1-.095.18-.207.233-.331a.957.957 0 0 0 .08-.39V14.76h2.745v6.26a.817.817 0 0 0 .253.594c.163.159.387.25.622.255h6.834a.915.915 0 0 0 .622-.255.817.817 0 0 0 .253-.594v-6.428h2.745v6.428c0 .225.094.44.263.6.169.16.397.248.636.248h6.81a.918.918 0 0 0 .622-.254.816.816 0 0 0 .252-.594v-6.428h2.753v6.428c0 .224.094.438.261.597.167.16.393.25.63.252h6.81a.924.924 0 0 0 .625-.254.826.826 0 0 0 .258-.595v-6.428h2.745v6.428c0 .225.095.44.263.6.169.16.397.248.636.248h6.81a.917.917 0 0 0 .622-.254.816.816 0 0 0 .252-.594v-6.428h2.745v6.428c0 .225.095.44.264.6.168.16.397.248.635.248h6.81a.919.919 0 0 0 .623-.254.82.82 0 0 0 .252-.594v-6.413h2.753v6.413c0 .224.094.438.26.597.167.16.394.25.631.252h6.794c.238 0 .467-.09.635-.249a.823.823 0 0 0 .263-.6v-6.413h2.746v6.413c0 .225.094.44.263.6.168.16.397.248.635.248h6.786a.946.946 0 0 0 .636-.248.81.81 0 0 0 .263-.6v-6.413h2.745v6.413c0 .225.095.44.263.6a.93.93 0 0 0 .636.248h6.794a.926.926 0 0 0 .63-.25.82.82 0 0 0 .26-.598v-6.413h2.754v6.413c0 .224.093.438.26.597.167.16.393.25.63.252h6.794c.239 0 .467-.09.636-.249a.827.827 0 0 0 .263-.6v-6.413h2.745v6.375a.777.777 0 0 0 .249.575.893.893 0 0 0 .61.235h6.866a.897.897 0 0 0 .61-.235.777.777 0 0 0 .249-.575v-6.49h2.696v6.49a.777.777 0 0 0 .249.575.888.888 0 0 0 .609.235h6.875a.852.852 0 0 0 .618-.225.76.76 0 0 0 .233-.585v-6.49h2.753v6.49a.715.715 0 0 0 .047.306.76.76 0 0 0 .172.264.81.81 0 0 0 .269.178.854.854 0 0 0 .322.062h6.874a.897.897 0 0 0 .61-.235.777.777 0 0 0 .249-.575v-6.413h2.793v6.49c.002.213.094.418.254.57a.894.894 0 0 0 .605.24h6.891a.85.85 0 0 0 .59-.24.746.746 0 0 0 .22-.57v-6.49h2.777v6.49c.002.213.093.418.254.57a.89.89 0 0 0 .604.24h6.891a.894.894 0 0 0 .605-.24.797.797 0 0 0 .254-.57v-6.49h2.729v6.49c0 .213.089.418.248.57a.885.885 0 0 0 .602.24h6.891a.89.89 0 0 0 .604-.24.794.794 0 0 0 .254-.57v-6.49h2.737v6.589c0 .202.086.397.237.54a.836.836 0 0 0 .573.224h7.053a.833.833 0 0 0 .547-.237.739.739 0 0 0 .222-.527V14.5h2.705v6.658c0 .202.085.397.237.54a.836.836 0 0 0 .573.224h7.053c.214 0 .42-.08.572-.224a.743.743 0 0 0 .237-.54l-.064-6.689Zm-57.534 86.434h-6.875c-.11 0-.22.021-.321.062a.805.805 0 0 0-.269.178.745.745 0 0 0-.219.57v6.482a.745.745 0 0 0 .219.57.805.805 0 0 0 .269.178.857.857 0 0 0 .321.062h6.875a.857.857 0 0 0 .61-.235.78.78 0 0 0 .249-.575v-6.482a.78.78 0 0 0-.249-.575.857.857 0 0 0-.61-.235Zm-11.336 0h-6.867a.853.853 0 0 0-.609.235.783.783 0 0 0-.249.575v6.482a.783.783 0 0 0 .249.575.853.853 0 0 0 .609.235h6.875a.84.84 0 0 0 .617-.225.73.73 0 0 0 .233-.585v-6.482a.73.73 0 0 0-.233-.585.826.826 0 0 0-.617-.225h-.008Zm-11.337 0h-6.867a.857.857 0 0 0-.609.235.797.797 0 0 0-.186.264.759.759 0 0 0-.063.311v6.482a.759.759 0 0 0 .063.311.797.797 0 0 0 .186.264.857.857 0 0 0 .609.235h6.867a.863.863 0 0 0 .609-.235.797.797 0 0 0 .186-.264.759.759 0 0 0 .063-.311v-6.482a.765.765 0 0 0-.246-.572.888.888 0 0 0-.604-.238h-.008Zm79.421.076h-7.012a.837.837 0 0 0-.573.224.744.744 0 0 0-.237.541v6.634c0 .203.085.397.237.541a.837.837 0 0 0 .573.224h7.053c.214 0 .42-.081.572-.224a.744.744 0 0 0 .237-.541v-6.634a.742.742 0 0 0-.248-.552.837.837 0 0 0-.594-.213h-.008Zm-11.337 0h-7.012a.837.837 0 0 0-.573.224.748.748 0 0 0-.237.541v6.634c0 .203.086.397.237.541a.837.837 0 0 0 .573.224h7.053a.836.836 0 0 0 .547-.237.74.74 0 0 0 .222-.528v-6.634c0-.2-.083-.393-.231-.536a.838.838 0 0 0-.562-.229h-.017Zm-11.417 0h-6.891a.88.88 0 0 0-.599.238.787.787 0 0 0-.251.565v6.512a.79.79 0 0 0 .248.571.887.887 0 0 0 .602.239h6.891a.897.897 0 0 0 .605-.239.797.797 0 0 0 .253-.571v-6.489a.79.79 0 0 0-.24-.578.89.89 0 0 0-.602-.248h-.016Zm-11.337 0h-6.891a.888.888 0 0 0-.604.235.786.786 0 0 0-.254.568v6.512a.794.794 0 0 0 .254.571c.16.151.377.237.604.239h6.891a.897.897 0 0 0 .605-.239.798.798 0 0 0 .254-.571v-6.489a.789.789 0 0 0-.237-.575.883.883 0 0 0-.597-.251h-.025Zm-11.336 0h-6.891a.884.884 0 0 0-.604.235.787.787 0 0 0-.255.568v6.512a.794.794 0 0 0 .254.571.897.897 0 0 0 .605.239h6.891a.82.82 0 0 0 .762-.503.717.717 0 0 0 .047-.307v-6.489a.754.754 0 0 0-.201-.57.822.822 0 0 0-.576-.256h-.032Zm-45.387 0h-6.794a.899.899 0 0 0-.63.247.835.835 0 0 0-.193.272.799.799 0 0 0-.068.322v6.413c0 .224.094.438.261.597.166.159.393.25.63.252h6.794c.238 0 .467-.09.635-.249a.824.824 0 0 0 .264-.6v-6.413a.826.826 0 0 0-.255-.584.924.924 0 0 0-.612-.257h-.032Zm-11.337 0h-6.794a.931.931 0 0 0-.633.246.83.83 0 0 0-.266.595v6.413c0 .225.095.441.264.6a.926.926 0 0 0 .635.249h6.794a.924.924 0 0 0 .63-.252.824.824 0 0 0 .261-.597v-6.413a.814.814 0 0 0-.247-.581.912.912 0 0 0-.603-.26h-.041Zm-11.337 0h-6.785a.936.936 0 0 0-.344.062.895.895 0 0 0-.291.182.8.8 0 0 0-.264.597v6.413c0 .225.095.441.263.6a.928.928 0 0 0 .636.249h6.785a.934.934 0 0 0 .636-.249.81.81 0 0 0 .263-.6v-6.413a.817.817 0 0 0-.249-.584.914.914 0 0 0-.609-.257h-.041Zm-11.336 0h-6.794a.899.899 0 0 0-.63.247.835.835 0 0 0-.193.272.799.799 0 0 0-.068.322v6.413c0 .224.094.438.261.597.166.159.393.25.63.252h6.794c.238 0 .467-.09.635-.249a.824.824 0 0 0 .264-.6v-6.413a.824.824 0 0 0-.249-.579.921.921 0 0 0-.602-.262h-.048Zm-11.337 0h-6.81a.92.92 0 0 0-.629.238.822.822 0 0 0-.27.588v6.443a.827.827 0 0 0 .269.59.928.928 0 0 0 .63.244h6.81a.923.923 0 0 0 .617-.249.821.821 0 0 0 .258-.585v-6.443a.81.81 0 0 0-.232-.559.9.9 0 0 0-.57-.267h-.073Zm-11.336 0h-6.729a.923.923 0 0 0-.63.238.82.82 0 0 0-.269.588v6.443a.819.819 0 0 0 .275.578.922.922 0 0 0 .624.233h6.81a.918.918 0 0 0 .616-.249.815.815 0 0 0 .258-.585v-6.443a.813.813 0 0 0-.267-.567.913.913 0 0 0-.607-.236h-.081Zm-11.337 0h-6.729a.924.924 0 0 0-.627.239.856.856 0 0 0-.194.269.792.792 0 0 0-.07.318v6.443a.818.818 0 0 0 .264.59.92.92 0 0 0 .627.244h6.81a.921.921 0 0 0 .619-.249.828.828 0 0 0 .264-.585v-6.443a.821.821 0 0 0-.264-.582.92.92 0 0 0-.619-.244h-.081Zm-11.337 0h-6.81a.92.92 0 0 0-.629.238.825.825 0 0 0-.27.588v6.443a.827.827 0 0 0 .269.59.93.93 0 0 0 .63.244h6.81a.92.92 0 0 0 .617-.249.821.821 0 0 0 .258-.585v-6.443a.807.807 0 0 0-.226-.554.9.9 0 0 0-.56-.272h-.089Zm-11.336 0h-6.835a.913.913 0 0 0-.616.244.813.813 0 0 0-.258.582v6.443a.817.817 0 0 0 .258.585.918.918 0 0 0 .616.249h6.835a.918.918 0 0 0 .616-.249.817.817 0 0 0 .258-.585v-6.443a.8.8 0 0 0-.223-.552.903.903 0 0 0-.554-.274h-.097Zm-11.531 0h-6.438c-.141 0-.28.027-.411.078a1.06 1.06 0 0 0-.579.55.97.97 0 0 0-.079.389v6.069a.962.962 0 0 0 .079.388 1.06 1.06 0 0 0 .579.551c.131.051.27.078.411.078h6.438a1.116 1.116 0 0 0 .764-.296c.1-.095.179-.207.233-.331a.956.956 0 0 0 .08-.39v-6.069a.98.98 0 0 0-.278-.69 1.098 1.098 0 0 0-.702-.327h-.097Zm-11.337 0h-6.429a1.121 1.121 0 0 0-.764.296.991.991 0 0 0-.313.721v6.069a.956.956 0 0 0 .08.39 1.054 1.054 0 0 0 .583.551c.131.051.272.077.414.076h6.429c.142.001.282-.025.414-.076a1.054 1.054 0 0 0 .583-.551.956.956 0 0 0 .08-.39v-6.069a.975.975 0 0 0-.278-.69 1.096 1.096 0 0 0-.702-.327h-.097Zm-11.336 0h-6.43a1.116 1.116 0 0 0-.764.296c-.1.094-.179.207-.233.331a.952.952 0 0 0-.08.39v6.069a.956.956 0 0 0 .08.39c.054.124.133.236.233.331a1.116 1.116 0 0 0 .764.296h6.43a1.12 1.12 0 0 0 .764-.296c.1-.095.179-.207.233-.331a.956.956 0 0 0 .08-.39v-6.069a.98.98 0 0 0-.276-.688 1.093 1.093 0 0 0-.696-.329h-.105Zm-11.337 0h-6.438c-.141 0-.28.027-.411.078a1.06 1.06 0 0 0-.578.55.955.955 0 0 0-.08.389v6.069a.981.981 0 0 0 .311.718c.099.095.217.17.347.221.131.051.27.078.411.078h6.438a1.116 1.116 0 0 0 .764-.296c.1-.095.179-.207.233-.331a.956.956 0 0 0 .08-.39v-6.069a.978.978 0 0 0-.272-.685 1.09 1.09 0 0 0-.692-.332h-.113Zm-11.393 0h-6.316c-.3.004-.586.118-.797.318-.212.2-.333.47-.337.752v5.955c.002.284.122.556.334.757.212.202.499.317.8.321h6.316c.3-.004.588-.119.799-.321.212-.201.332-.473.334-.757v-5.955a1.05 1.05 0 0 0-.295-.717 1.176 1.176 0 0 0-.725-.353h-.113Zm-11.337 0h-6.316a1.186 1.186 0 0 0-.797.318c-.212.2-.333.47-.337.752v5.955c.002.284.122.556.334.757.212.202.499.317.8.321h6.316c.301-.004.588-.119.8-.321.212-.201.332-.473.334-.757v-5.955a1.053 1.053 0 0 0-.292-.715 1.179 1.179 0 0 0-.721-.355h-.121Zm-11.337 0H94.41c-.299.004-.585.118-.797.318-.211.2-.332.47-.336.752v5.955c.002.284.122.556.334.757.212.202.499.317.8.321h6.307c.303-.002.592-.117.805-.318.214-.202.335-.475.337-.76v-5.955a1.05 1.05 0 0 0-.295-.717 1.176 1.176 0 0 0-.725-.353h-.122Zm-11.336 0h-6.316c-.3.004-.586.118-.797.318-.212.2-.333.47-.337.752v5.955c.002.284.122.556.334.757.212.202.499.317.8.321h6.316c.3-.004.588-.119.8-.321.212-.201.331-.473.334-.757v-5.955a1.051 1.051 0 0 0-.29-.713 1.175 1.175 0 0 0-.715-.357h-.13Zm-11.11 0h-6.624a.954.954 0 0 0-.645.255.85.85 0 0 0-.27.609v6.375c.01.224.11.435.28.592.17.156.398.245.635.249h6.754a.96.96 0 0 0 .642-.258.854.854 0 0 0 .273-.606v-6.375a.851.851 0 0 0-.28-.594.956.956 0 0 0-.636-.247h-.13Zm-11.337 0H60.32a.954.954 0 0 0-.645.255.85.85 0 0 0-.27.609v6.375a.852.852 0 0 0 .278.594c.17.156.399.245.637.247h6.745a.962.962 0 0 0 .648-.255.855.855 0 0 0 .275-.609v-6.375a.847.847 0 0 0-.282-.596.953.953 0 0 0-.641-.245h-.13Zm-11.336 0h-6.616a.953.953 0 0 0-.645.255.85.85 0 0 0-.27.609v6.375a.86.86 0 0 0 .28.592c.17.156.398.245.635.249h6.753a.95.95 0 0 0 .645-.256.847.847 0 0 0 .27-.608v-6.375a.852.852 0 0 0-.278-.594.956.956 0 0 0-.637-.247H55.6Zm-11.466 0h-6.479a1.091 1.091 0 0 0-.746.289.945.945 0 0 0-.306.705v6.115a.942.942 0 0 0 .075.384.99.99 0 0 0 .228.326c.098.093.215.167.343.217a1.1 1.1 0 0 0 .406.074h6.478c.28-.002.548-.108.745-.296a.972.972 0 0 0 .308-.705v-6.115a.97.97 0 0 0-.26-.659 1.088 1.088 0 0 0-.655-.335h-.138Zm-11.337 0h-6.478a1.091 1.091 0 0 0-.747.289.988.988 0 0 0-.228.323.941.941 0 0 0-.078.382v6.115c0 .141.034.281.097.409a.987.987 0 0 0 .268.335c.113.092.246.16.39.199.144.039.295.048.444.028h6.478c.281 0 .55-.106.75-.294a.971.971 0 0 0 .31-.708v-6.115a.978.978 0 0 0-.327-.686c-.2-.18-.466-.279-.741-.277h-.138Zm-11.337 0h-6.478a1.097 1.097 0 0 0-.75.289.988.988 0 0 0-.23.323.946.946 0 0 0-.08.382v6.115a.95.95 0 0 0 .1.412 1 1 0 0 0 .272.335 1.104 1.104 0 0 0 .842.224h6.478c.28-.002.548-.109.745-.296a.974.974 0 0 0 .308-.706v-6.115a.978.978 0 0 0-.325-.683 1.094 1.094 0 0 0-.736-.28h-.146Zm-11.628 0H4.098a1.416 1.416 0 0 0-.52.093 1.355 1.355 0 0 0-.441.277c-.126.119-.226.26-.293.416-.067.156-.1.323-.098.491v5.541c0 .167.037.332.105.485.069.154.169.293.294.41.126.118.275.21.438.273.164.063.339.095.515.094h5.879c.36-.002.703-.139.957-.379.253-.241.395-.566.395-.905v-5.542a1.242 1.242 0 0 0-.404-.888 1.397 1.397 0 0 0-.948-.366H9.83Z'/%3E%3Cpath fill='url(%23c)' d='M-6.032 87.657V34.748a7.825 7.825 0 0 1 .658-3.15 8.208 8.208 0 0 1 1.885-2.673 8.761 8.761 0 0 1 2.826-1.787 9.162 9.162 0 0 1 3.336-.63h55.355c3.367 0 6.597 1.263 8.978 3.51 2.381 2.248 3.719 5.297 3.719 8.475v45.343c0 3.178-1.338 6.227-3.719 8.474-2.381 2.248-5.61 3.51-8.978 3.51H2.673c-2.298-.001-4.503-.86-6.133-2.39-1.63-1.528-2.555-3.603-2.572-5.773Z'/%3E%3Cpath fill='url(%23d)' d='M76.207 85.05V37.317c0-2.866 1.206-5.615 3.354-7.642 2.147-2.027 5.06-3.166 8.096-3.166h82.158c3.368 0 6.597 1.263 8.978 3.51 2.381 2.248 3.719 5.297 3.719 8.475v45.343c0 3.178-1.338 6.227-3.719 8.474-2.381 2.248-5.61 3.51-8.978 3.51H87.657c-3.03 0-5.936-1.133-8.082-3.151-2.146-2.019-3.357-4.758-3.368-7.618Z'/%3E%3Cpath fill='url(%23e)' d='M295.182 38.493v45.343c0 1.574-.329 3.133-.967 4.588a11.97 11.97 0 0 1-2.755 3.89 12.77 12.77 0 0 1-4.122 2.597 13.353 13.353 0 0 1-4.861.91h-82.15c-3.037 0-5.949-1.139-8.097-3.166-2.147-2.027-3.353-4.776-3.353-7.642V37.278c.01-2.86 1.222-5.6 3.368-7.618 2.146-2.018 5.052-3.152 8.082-3.152h82.15c1.668 0 3.32.308 4.861.91a12.767 12.767 0 0 1 4.122 2.598 11.972 11.972 0 0 1 2.755 3.89c.638 1.454.967 3.013.967 4.587Z'/%3E%3Cpath fill='url(%23f)' d='M300.567 85.05V37.317c0-1.421.297-2.828.874-4.141a10.789 10.789 0 0 1 2.488-3.51 11.525 11.525 0 0 1 3.723-2.34 12.042 12.042 0 0 1 4.389-.817h48.893c2.311 0 4.527.867 6.161 2.409 1.634 1.542 2.552 3.634 2.552 5.816v52.924c0 2.182-.918 4.274-2.552 5.816-1.634 1.542-3.85 2.409-6.161 2.409h-48.893a12.043 12.043 0 0 1-4.395-.818 11.523 11.523 0 0 1-3.726-2.348 10.78 10.78 0 0 1-2.486-3.517 10.278 10.278 0 0 1-.867-4.148Z'/%3E%3Cpath fill='url(%23g)' d='m185.063 132.64-.956 93.818-.146 28.427V264.631c-.009.227.004.455.041.68.037-.225.054-.452.049-.68l.048-2.01.105-7.728.162-28.435.065-93.825c0-36.614.041-69.78.235-93.78.089-12 .211-21.716.348-28.435.065-3.355.138-5.962.211-7.728a12.99 12.99 0 0 1 .218-2.69c.148.89.21 1.79.187 2.69.056 1.774.097 4.38.129 7.736.065 6.711.081 16.426.041 28.434-.025 24.001-.332 57.16-.737 93.78Z'/%3E%3Cpath fill='url(%23h)' d='m193.824 133.366-16.397 92.542-4.859 28.06-1.247 7.644-.308 1.987a3.967 3.967 0 0 0-.064.688c.064-.221.115-.446.154-.673l.388-1.979 1.377-7.644 4.858-28.06 15.499-92.672c6.017-36.177 11.523-68.93 15.661-92.618 2.073-11.84 3.79-21.402 5.028-28.029.624-3.302 1.126-5.87 1.49-7.644a14.26 14.26 0 0 1 .656-2.629 12.87 12.87 0 0 1-.251 2.69 453.208 453.208 0 0 1-1.141 7.644c-1.045 6.643-2.624 16.243-4.64 28.09-4.009 23.78-9.774 56.495-16.204 92.603Z'/%3E%3Cpath fill='url(%23i)' d='m202.351 135.384-31.637 88.942-9.426 26.997-2.51 7.361-.632 1.926a5.026 5.026 0 0 0-.186.658c.116-.202.209-.414.275-.635l.705-1.895 2.64-7.323 9.425-26.99 30.771-89.216c11.976-34.825 22.876-66.355 30.909-89.126 4.048-11.389 7.287-20.591 9.644-26.936a421.062 421.062 0 0 1 2.737-7.292c.284-.862.65-1.699 1.093-2.5a12.49 12.49 0 0 1-.656 2.63 287.295 287.295 0 0 1-2.429 7.392c-2.138 6.405-5.296 15.654-9.264 27.058-7.927 22.801-19.078 54.217-31.459 88.949Z'/%3E%3Cpath fill='url(%23j)' d='m210.424 138.641-46.059 83.14-13.83 25.262-3.701 6.879-.931 1.812a5.503 5.503 0 0 0-.292.634c.138-.188.262-.385.373-.588l1.02-1.774 3.814-6.833 13.847-25.224 45.209-83.561c17.644-32.615 33.661-62.127 45.395-83.423 5.862-10.647 10.656-19.246 14.009-25.17 1.684-2.958 3.004-5.251 3.919-6.788.417-.808.916-1.576 1.49-2.293a13.12 13.12 0 0 1-1.134 2.485 478.188 478.188 0 0 1-3.603 6.94c-3.183 6.008-7.847 14.66-13.661 25.339-11.596 21.333-27.856 50.731-45.865 83.163Z'/%3E%3Cpath fill='url(%23k)' d='M217.866 143.051 158.6 218.364l-17.815 22.931-4.802 6.268-1.23 1.643a3.613 3.613 0 0 0-.389.573c.168-.164.323-.34.461-.527l1.296-1.598 4.907-6.191 17.831-22.908 58.537-75.863c22.819-29.612 43.533-56.395 58.643-75.673 7.563-9.653 13.717-17.442 18.009-22.793 2.146-2.675 3.83-4.747 4.996-6.115a14.053 14.053 0 0 1 1.855-2.056 14.01 14.01 0 0 1-1.531 2.293c-1.052 1.46-2.648 3.593-4.713 6.322-4.129 5.465-10.178 13.33-17.693 23.014-15.021 19.354-35.945 45.962-59.096 75.367Z'/%3E%3Cpath fill='url(%23l)' d='m224.449 148.508-70.951 65.736-21.361 19.973-5.774 5.48-1.514 1.445a4.892 4.892 0 0 0-.486.512c.194-.139.377-.29.551-.451l1.539-1.391 5.862-5.396 21.418-19.996 70.312-66.309c27.426-25.897 52.294-49.317 70.449-66.163 9.061-8.408 16.421-15.219 21.547-19.874 2.559-2.293 4.567-4.12 5.936-5.35a14.524 14.524 0 0 1 2.178-1.766 14.28 14.28 0 0 1-1.887 2.033c-1.287 1.284-3.239 3.165-5.668 5.557-4.98 4.793-12.252 11.672-21.264 20.133-18.082 16.962-43.136 40.198-70.887 65.827Z'/%3E%3Cpath fill='url(%23m)' d='m230.118 154.86-80.911 54.492-24.439 16.655-6.607 4.587-1.701 1.207a4.31 4.31 0 0 0-.567.436c.214-.109.42-.231.616-.367l1.757-1.146 6.68-4.472c5.79-3.936 14.139-9.6 24.447-16.61l80.385-55.179c31.362-21.555 59.784-41.039 80.457-55.034 10.333-6.994 18.722-12.62 24.552-16.465 2.915-1.918 5.191-3.401 6.745-4.38a15.453 15.453 0 0 1 2.43-1.421 14.514 14.514 0 0 1-2.195 1.727c-1.482 1.085-3.692 2.652-6.543 4.655-5.717 3.998-14.025 9.73-24.292 16.763-20.633 14.033-49.234 33.311-80.814 54.552Z'/%3E%3Cpath fill='url(%23n)' d='m234.644 161.969-88.952 41.872-26.884 12.818c-3.15 1.529-5.595 2.714-7.287 3.532l-1.879.94a4.69 4.69 0 0 0-.632.351c.23-.078.454-.17.672-.275l1.92-.871c1.7-.764 4.17-1.942 7.336-3.424 6.381-3.058 15.564-7.4 26.9-12.796l88.539-42.644c34.544-16.663 65.85-31.713 88.58-42.476 11.336-5.35 20.584-9.699 26.981-12.635 3.198-1.467 5.668-2.591 7.393-3.34a15.025 15.025 0 0 1 2.64-1.039c-.762.534-1.575 1-2.43 1.391-1.619.848-4.048 2.071-7.231 3.623-6.308 3.111-15.458 7.544-26.803 12.994-22.714 10.839-54.14 25.66-88.863 41.979Z'/%3E%3Cpath fill='url(%23o)' d='m237.924 169.659-94.823 28.144c-12.09 3.646-21.863 6.604-28.682 8.66-3.368 1.039-5.976 1.85-7.781 2.408l-2.017.649a4.263 4.263 0 0 0-.68.252c.239-.037.475-.094.705-.168l2.04-.573a3164.67 3164.67 0 0 1 7.823-2.293l28.697-8.645c24.212-7.414 57.623-17.649 94.54-28.962 36.917-11.312 70.311-21.54 94.555-28.793 12.147-3.631 21.945-6.521 28.747-8.477a580.578 580.578 0 0 1 7.854-2.194 15.556 15.556 0 0 1 2.786-.634c-.848.417-1.738.755-2.656 1.009a620.953 620.953 0 0 1-7.75 2.507c-6.745 2.132-16.527 5.151-28.633 8.828-24.203 7.353-57.711 17.328-94.725 28.282Z'/%3E%3Cpath fill='url(%23p)' d='M239.883 177.745c-38.398 5.351-73.145 10.197-98.329 13.706l-29.774 4.295-8.098 1.223c-.899.146-1.619.26-2.097.344a4.098 4.098 0 0 0-.713.145c.244-.001.488-.021.729-.061.502-.061 1.198-.153 2.105-.267 1.887-.252 4.608-.627 8.098-1.101 7.061-1.016 17.223-2.476 29.783-4.273l98.248-14.561c38.318-5.71 73.024-10.823 98.175-14.385 12.575-1.789 22.762-3.188 29.807-4.105 3.523-.458 6.26-.764 8.098-1.001.943-.16 1.9-.232 2.858-.214-.908.286-1.843.486-2.794.596-1.846.329-4.567.764-8.097 1.33-7.013 1.108-17.175 2.629-29.743 4.464-25.126 3.669-59.873 8.546-98.256 13.865Z'/%3E%3Cpath fill='url(%23q)' d='M240.475 186.024c-38.804-.337-73.931-.635-99.39-.849-12.697-.053-22.981-.092-30.115-.122h-10.325a3.938 3.938 0 0 0-.72 0c.238.035.479.05.72.046.511 0 1.215 0 2.13.045 1.903 0 4.656.054 8.187.092 7.142 0 17.426.077 30.123.138h99.398c38.787 0 73.922 0 99.349.168 12.721.076 23.005.183 30.123.306 3.555.068 6.316.13 8.187.198.957-.019 1.915.05 2.858.207-.945.139-1.902.197-2.858.176-1.871.053-4.64.091-8.195.122-7.11.069-17.402.092-30.115.061-25.435.038-60.562-.237-99.357-.588Z'/%3E%3Cpath fill='url(%23r)' d='M239.713 194.286c-38.285-6.023-72.935-11.465-98.045-15.417-12.535-1.911-22.673-3.462-29.734-4.533-3.499-.512-6.219-.909-8.098-1.177-.907-.122-1.62-.221-2.105-.283a4.355 4.355 0 0 0-.729-.068c.233.066.471.117.712.153.502.084 1.191.198 2.098.359l8.097 1.292c7.045 1.077 17.191 2.637 29.735 4.586 25.102 3.73 59.841 8.882 98.183 14.576 38.342 5.695 72.999 10.831 98.102 14.653 12.543 1.942 22.673 3.562 29.694 4.732 3.506.58 6.219 1.054 8.057 1.398a14.74 14.74 0 0 1 2.785.619c-.956.011-1.91-.069-2.85-.236-1.854-.23-4.591-.589-8.097-1.078-7.037-.979-17.208-2.469-29.759-4.357-25.135-3.746-59.785-9.173-98.046-15.219Z'/%3E%3Cpath fill='url(%23s)' d='M237.576 202.312a230586.437 230586.437 0 0 1-94.24-29.81l-28.609-8.867c-3.368-1.024-5.992-1.811-7.798-2.362-.874-.259-1.555-.451-2.04-.596a3.767 3.767 0 0 0-.697-.168c.217.1.442.185.672.252.478.161 1.142.382 2.008.665 1.798.581 4.406 1.414 7.758 2.484 6.778 2.11 16.543 5.16 28.601 8.921l94.531 28.977c36.909 11.289 70.311 21.555 94.442 29.13 12.065 3.821 21.823 6.879 28.544 9.08 3.36 1.101 5.96 1.972 7.717 2.584.918.256 1.806.602 2.648 1.032a16.454 16.454 0 0 1-2.778-.665c-1.797-.489-4.437-1.254-7.83-2.293-6.786-2.011-16.584-4.992-28.665-8.729-24.172-7.468-57.485-17.948-94.264-29.635Z'/%3E%3Cpath fill='url(%23t)' d='m234.167 209.956-88.143-43.416-26.762-13.04c-3.158-1.529-5.612-2.683-7.288-3.493l-1.911-.887a3.748 3.748 0 0 0-.672-.275c.202.13.413.248.632.351.437.23 1.06.543 1.87.956 1.684.833 4.114 2.048 7.288 3.6l26.722 13.055c22.673 10.931 53.954 25.989 88.523 42.667 34.568 16.679 65.833 31.737 88.409 42.805 11.288 5.534 20.398 10.044 26.674 13.208a431.927 431.927 0 0 1 7.19 3.692c.854.397 1.667.868 2.429 1.406a14.96 14.96 0 0 1-2.631-1.062 527.497 527.497 0 0 1-7.353-3.402c-6.365-2.996-15.539-7.399-26.851-12.879-22.633-10.976-53.785-26.302-88.126-43.286Z'/%3E%3Cpath fill='url(%23u)' d='m229.462 216.988-79.826-55.89c-10.244-7.094-18.527-12.842-24.293-16.816l-6.632-4.526c-.753-.496-1.328-.886-1.741-1.161a4.18 4.18 0 0 0-.615-.367 4.4 4.4 0 0 0 .559.435l1.692 1.223 6.559 4.625 24.293 16.816 80.368 55.21c31.386 21.525 59.777 41.054 80.231 55.309 10.235 7.132 18.487 12.934 24.163 16.985 2.834 2.025 5.021 3.615 6.478 4.708a14.422 14.422 0 0 1 2.179 1.751 13.958 13.958 0 0 1-2.43-1.437 508.089 508.089 0 0 1-6.704-4.449c-5.79-3.898-14.123-9.593-24.382-16.679-20.528-14.163-48.756-33.899-79.899-55.737Z'/%3E%3Cpath fill='url(%23v)' d='m223.696 223.241-69.639-66.936-21.207-20.187-5.815-5.45-1.53-1.398a4.176 4.176 0 0 0-.542-.459c.144.187.306.361.485.52l1.466 1.452 5.725 5.534c5.021 4.785 12.26 11.679 21.191 20.202 17.985 16.984 42.829 40.443 70.279 66.332 27.451 25.889 52.278 49.332 70.142 66.423 8.907 8.538 16.13 15.486 21.053 20.317a771.11 771.11 0 0 1 5.669 5.61 15.154 15.154 0 0 1 1.87 2.049 14.33 14.33 0 0 1-2.178-1.812c-1.36-1.215-3.344-3.057-5.887-5.35-5.077-4.701-12.373-11.557-21.337-20.065-17.977-16.999-42.585-40.641-69.745-66.782Z'/%3E%3Cpath fill='url(%23w)' d='m216.959 228.568-57.768-76.345-17.628-23.061-4.859-6.229-1.279-1.613a3.665 3.665 0 0 0-.462-.527c.115.201.245.396.389.581l1.214 1.651 4.737 6.306 17.629 23.068 58.505 75.841c22.859 29.588 43.516 56.41 58.343 75.916a3746.185 3746.185 0 0 1 17.499 23.168 411.659 411.659 0 0 1 4.656 6.36 13.688 13.688 0 0 1 1.498 2.293 14.083 14.083 0 0 1-1.83-2.072 383.994 383.994 0 0 1-4.931-6.176c-4.244-5.35-10.317-13.231-17.815-22.931-14.924-19.453-35.37-46.42-57.898-76.23Z'/%3E%3Cpath fill='url(%23x)' d='m209.437 232.833-44.416-83.935-13.596-25.369-3.749-6.879-.996-1.774a4.241 4.241 0 0 0-.364-.596c.073.22.168.432.283.635l.923 1.788 3.636 6.925 13.572 25.377 45.225 83.584c17.685 32.592 33.645 62.135 45.063 83.614 5.709 10.701 10.284 19.422 13.401 25.461 1.563 3.019 2.754 5.35 3.539 6.978.444.785.805 1.61 1.077 2.462a14.57 14.57 0 0 1-1.466-2.294 263.932 263.932 0 0 1-3.846-6.825c-3.304-5.947-8-14.592-13.766-25.293-11.49-21.433-27.216-51.083-44.52-83.859Z'/%3E%3Cpath fill='url(%23y)' d='m201.29 235.944-29.872-89.484-9.19-27.074-2.559-7.345-.689-1.904a3.737 3.737 0 0 0-.267-.634c.041.226.101.448.178.665l.608 1.926 2.429 7.376 9.183 27.044 30.77 89.224c12.025 34.817 22.868 66.362 30.569 89.24 3.846 11.465 6.923 20.706 8.988 27.135a384.373 384.373 0 0 1 2.332 7.414c.313.852.541 1.73.68 2.622a12.764 12.764 0 0 1-1.068-2.507 405.525 405.525 0 0 1-2.665-7.315c-2.267-6.36-5.465-15.593-9.368-27.021-7.847-22.816-18.431-54.43-30.059-89.362Z'/%3E%3Cpath fill='url(%23z)' d='m192.731 237.794-14.575-92.809-4.568-28.106-1.295-7.644-.365-1.979a4.097 4.097 0 0 0-.153-.673c.001.231.023.461.064.688l.284 1.987 1.174 7.644 4.543 28.106 15.466 92.702c6.073 36.17 11.515 68.93 15.305 92.664 1.902 11.871 3.384 21.479 4.364 28.136.486 3.325.81 5.909 1.069 7.644.17.887.246 1.789.227 2.69a13.33 13.33 0 0 1-.632-2.637c-.348-1.735-.81-4.303-1.409-7.643-1.182-6.627-2.802-16.22-4.753-28.075-3.903-23.673-9.086-56.472-14.746-92.695Z'/%3E%3Cpath fill='url(%23A)' d='m183.962 238.36.809-93.819.106-28.434v-9.738c.003-.23-.01-.46-.041-.688a3.872 3.872 0 0 0-.049.688l-.048 2.01-.089 7.728-.13 28.434.057 93.819c.057 36.62.049 69.779-.105 93.787-.081 12.001-.187 21.716-.316 28.435-.065 3.355-.13 5.962-.203 7.727.015.901-.055 1.802-.21 2.691a12.848 12.848 0 0 1-.194-2.691 365.95 365.95 0 0 1-.138-7.735c-.073-6.711-.097-16.426-.081-28.427.016-24.008.275-57.167.632-93.787Z'/%3E%3Cpath fill='url(%23B)' d='m175.2 237.641 16.276-92.557 4.786-28.067 1.239-7.644.299-1.995c.041-.225.065-.452.073-.68a3.717 3.717 0 0 0-.162.672l-.38 1.98-1.369 7.644-4.802 28.067-15.385 92.695c-5.976 36.177-11.434 68.938-15.539 92.626-2.049 11.847-3.758 21.402-4.989 28.037a417.405 417.405 0 0 1-1.481 7.643 12.77 12.77 0 0 1-.656 2.63c0-.903.087-1.803.259-2.691.235-1.758.615-4.342 1.125-7.644 1.037-6.65 2.608-16.25 4.6-28.098 4-23.779 9.725-56.494 16.106-92.618Z'/%3E%3Cpath fill='url(%23C)' d='m166.673 235.639 31.516-88.988 9.409-27.005 2.494-7.361.624-1.926a3.67 3.67 0 0 0 .186-.665 4.123 4.123 0 0 0-.267.642l-.705 1.896-2.623 7.322-9.434 27.005-30.641 89.248c-11.928 34.847-22.787 66.385-30.771 89.171-4 11.389-7.288 20.599-9.604 26.943-1.166 3.173-2.081 5.634-2.729 7.293a12.827 12.827 0 0 1-1.093 2.499c.147-.892.38-1.77.697-2.622a287.635 287.635 0 0 1 2.429-7.391c2.065-6.451 5.223-15.662 9.215-27.089 7.855-22.801 18.965-54.27 31.297-88.972Z'/%3E%3Cpath fill='url(%23D)' d='m158.592 232.39 45.945-83.194 13.766-25.277 3.693-6.879.939-1.804c.12-.199.218-.409.292-.627a4.895 4.895 0 0 0-.373.588l-1.012 1.774-3.806 6.841-13.814 25.262-45.112 83.568c-17.596 32.631-33.581 62.158-45.282 83.477-5.854 10.655-10.632 19.262-13.976 25.185a439.303 439.303 0 0 1-3.911 6.796 13.763 13.763 0 0 1-1.49 2.293 14.55 14.55 0 0 1 1.134-2.484c.81-1.598 2.016-3.937 3.595-6.949 3.174-6.007 7.822-14.668 13.628-25.354 11.604-21.341 27.823-50.761 45.784-83.216Z'/%3E%3Cpath fill='url(%23E)' d='m151.142 227.987 59.169-75.397 17.815-22.931 4.794-6.268 1.23-1.643a3.8 3.8 0 0 0 .389-.581c-.168.164-.323.34-.461.528l-1.296 1.597-4.859 6.199-17.814 22.931-58.489 75.879c-22.787 29.634-43.46 56.44-58.554 75.764-7.539 9.684-13.685 17.488-17.976 22.839-2.138 2.675-3.823 4.746-4.98 6.115a13.992 13.992 0 0 1-1.855 2.056c.43-.808.94-1.576 1.523-2.293 1.06-1.46 2.647-3.593 4.704-6.329 4.13-5.473 10.163-13.338 17.661-23.031 14.997-19.369 35.889-46.03 58.999-75.435Z'/%3E%3Cpath fill='url(%23F)' d='M144.518 222.537c27.678-25.682 52.715-48.919 70.87-65.789l21.37-20.034 5.765-5.488 1.482-1.437c.175-.159.337-.33.486-.512a3.573 3.573 0 0 0-.543.451l-1.546 1.384-5.855 5.404-21.386 20.026-70.23 66.408c-27.37 25.92-52.23 49.363-70.287 66.232-9.045 8.408-16.398 15.234-21.515 19.874-2.559 2.293-4.56 4.127-5.936 5.35a14.993 14.993 0 0 1-2.202 1.797 14.278 14.278 0 0 1 1.886-2.034c1.28-1.284 3.24-3.164 5.669-5.564 4.98-4.793 12.235-11.687 21.24-20.156 18.033-16.977 43.055-40.275 70.732-65.912Z'/%3E%3Cpath fill='url(%23G)' d='M138.874 216.193c31.581-21.318 60.133-40.603 80.846-54.583l24.407-16.625c2.85-1.972 5.069-3.516 6.607-4.586l1.701-1.208c.195-.134.382-.28.558-.436a3.843 3.843 0 0 0-.615.367l-1.749 1.139-6.672 4.479-24.431 16.64-80.312 55.272c-31.329 21.585-59.711 41.1-80.376 55.11-10.325 6.987-18.714 12.643-24.536 16.495a468.948 468.948 0 0 1-6.737 4.395 15.391 15.391 0 0 1-2.43 1.422 14.804 14.804 0 0 1 2.195-1.735 468.128 468.128 0 0 1 6.543-4.663c5.668-4.005 14.009-9.745 24.293-16.816 20.584-14.072 49.136-33.387 80.708-54.667Z'/%3E%3Cpath fill='url(%23H)' d='M134.348 209.092c34.706-16.396 66.116-31.232 88.887-41.979l26.868-12.849c3.149-1.529 5.595-2.721 7.287-3.546.81-.406 1.434-.719 1.887-.941.219-.099.427-.217.624-.351a5.76 5.76 0 0 0-.664.275l-1.92.871c-1.708.765-4.17 1.957-7.336 3.44-6.373 3.057-15.547 7.414-26.884 12.826l-88.49 42.743c-34.52 16.709-65.801 31.79-88.523 42.583-11.337 5.397-20.568 9.73-26.957 12.673-3.198 1.476-5.668 2.599-7.393 3.341a14.65 14.65 0 0 1-2.64 1.047 15.232 15.232 0 0 1 2.43-1.391c1.619-.849 4.048-2.079 7.223-3.639 6.3-3.111 15.458-7.559 26.786-12.994 22.698-10.892 54.108-25.751 88.815-42.109Z'/%3E%3Cpath fill='url(%23I)' d='M131.052 201.403a72485.34 72485.34 0 0 0 94.742-28.282c12.089-3.669 21.863-6.635 28.673-8.698 3.361-1.048 5.976-1.858 7.782-2.423.866-.276 1.53-.497 2.016-.65.232-.065.457-.15.672-.252a4.84 4.84 0 0 0-.704.168l-2.041.581-7.814 2.293c-6.802 2.056-16.592 5.022-28.682 8.675-24.211 7.445-57.606 17.726-94.506 29.046-36.901 11.321-70.239 21.693-94.475 28.977-12.146 3.646-21.936 6.551-28.738 8.508-3.401.978-6.05 1.72-7.855 2.209-.9.3-1.831.512-2.777.634A15.22 15.22 0 0 1 0 241.18a467.155 467.155 0 0 1 7.74-2.515c6.746-2.147 16.52-5.174 28.618-8.866 24.203-7.384 57.72-17.397 94.693-28.396Z'/%3E%3Cpath fill='url(%23J)' d='M129.084 193.323c38.383-5.404 73.129-10.288 98.305-13.827 12.551-1.827 22.714-3.302 29.775-4.326 3.49-.535 6.202-.948 8.097-1.239.907-.145 1.62-.26 2.097-.344.242-.03.48-.078.713-.145a4.698 4.698 0 0 0-.721.061c-.502.061-1.206.153-2.113.268-1.879.26-4.608.634-8.098 1.116-7.053 1.016-17.215 2.492-29.774 4.303-25.143 3.761-59.834 8.951-98.167 14.676-38.334 5.725-73.016 10.915-98.16 14.523-12.575 1.796-22.754 3.21-29.798 4.135-3.523.466-6.26.764-8.098 1.009-.943.165-1.9.239-2.858.222a14.904 14.904 0 0 1 2.793-.596c1.838-.329 4.56-.765 8.098-1.338 7.012-1.116 17.175-2.66 29.734-4.502 25.054-3.715 59.8-8.63 98.175-13.996Z'/%3E%3Cpath fill='url(%23K)' d='M128.477 185.045c38.812.283 73.931.543 99.39.765 12.697 0 22.981.068 30.123.084H268.306c.242.021.486.021.729 0a4.442 4.442 0 0 0-.729-.046c-.502 0-1.215 0-2.13-.038-1.903 0-4.648-.054-8.186-.085-7.142 0-17.418-.061-30.123-.107-25.459 0-60.578.077-99.39.123s-73.923.084-99.358-.046c-12.713-.069-23.005-.161-30.114-.283a477.47 477.47 0 0 1-8.195-.183 15.971 15.971 0 0 1-2.81-.337 15.357 15.357 0 0 1 2.85-.183c1.879-.054 4.64-.1 8.195-.138 7.11-.069 17.402-.099 30.115-.091 25.394.022 60.521.252 99.317.565Z'/%3E%3Cpath fill='url(%23L)' d='M129.23 176.782c38.293 5.97 72.951 11.382 98.07 15.288 12.535 1.895 22.673 3.432 29.734 4.502 3.498.504 6.219.894 8.098 1.162.907.122 1.619.214 2.113.282.238.044.479.067.721.069a4.115 4.115 0 0 0-.713-.153c-.494-.084-1.19-.206-2.089-.359-1.879-.298-4.591-.726-8.097-1.284l-29.735-4.517c-25.159-3.7-59.857-8.814-98.207-14.455-38.35-5.641-73.024-10.739-98.127-14.599-12.551-1.926-22.673-3.531-29.71-4.693-3.498-.581-6.219-1.047-8.057-1.391a16.286 16.286 0 0 1-2.786-.612c.957-.01 1.911.069 2.85.237 1.863.214 4.6.573 8.098 1.063 7.037.97 17.216 2.446 29.767 4.318 25.143 3.753 59.8 9.142 98.07 15.142Z'/%3E%3Cpath fill='url(%23M)' d='m131.327 168.726 94.313 29.688 28.617 8.867c3.368 1.016 5.992 1.804 7.806 2.354.874.252 1.546.443 2.032.588.228.079.464.136.705.169a6.39 6.39 0 0 0-.672-.253c-.486-.16-1.15-.374-2.017-.665-1.797-.573-4.405-1.406-7.757-2.469-6.786-2.109-16.552-5.136-28.617-8.881-24.22-7.4-57.639-17.581-94.572-28.871-36.933-11.289-70.335-21.471-94.474-29.007-12.074-3.776-21.864-6.879-28.56-9.058-3.36-1.093-5.968-1.957-7.726-2.568a15.925 15.925 0 0 1-2.647-1.024c.947.128 1.878.348 2.777.657 1.798.489 4.446 1.253 7.838 2.255 6.786 2.002 16.584 4.968 28.674 8.691 24.18 7.437 57.517 17.909 94.28 29.527Z'/%3E%3Cpath fill='url(%23N)' d='M134.785 161.09c34.431 16.923 65.59 32.226 88.166 43.324l26.787 12.994 7.288 3.486 1.911.887c.211.113.433.205.664.275a4.14 4.14 0 0 0-.623-.352l-1.879-.955-7.288-3.593c-6.348-3.057-15.491-7.529-26.779-12.994-22.673-10.908-53.986-25.943-88.579-42.568-34.593-16.624-65.874-31.652-88.466-42.682a3604.865 3604.865 0 0 1-26.722-13.177c-3.134-1.583-5.563-2.821-7.199-3.685a14.844 14.844 0 0 1-2.43-1.406c.913.271 1.795.627 2.632 1.062a619.54 619.54 0 0 1 7.361 3.394c6.373 2.989 15.547 7.376 26.868 12.849 22.722 10.923 53.889 26.21 88.288 43.141Z'/%3E%3Cpath fill='url(%23O)' d='m139.425 154.065 79.907 55.799 24.292 16.816c2.867 1.957 5.102 3.47 6.64 4.525l1.741 1.154c.195.139.401.265.616.375a4 4 0 0 0-.559-.443l-1.692-1.216a698.577 698.577 0 0 0-6.567-4.586l-24.293-16.816-80.442-55.111c-31.41-21.486-59.825-40.985-80.311-55.218-10.236-7.116-18.495-12.91-24.18-16.953-2.834-2.026-5.028-3.608-6.478-4.701a14.384 14.384 0 0 1-2.178-1.75c.856.405 1.67.886 2.43 1.437a474.585 474.585 0 0 1 6.712 4.44c5.79 3.891 14.139 9.578 24.406 16.656 20.552 14.087 48.804 33.793 79.956 55.592Z'/%3E%3Cpath fill='url(%23P)' d='m145.206 147.805 69.745 66.852 21.24 20.164 5.814 5.434 1.53 1.399c.169.165.351.318.543.459a4.13 4.13 0 0 0-.478-.512l-1.474-1.453-5.725-5.526-21.223-20.179-70.385-66.248c-27.491-25.835-52.342-49.27-70.23-66.34-8.948-8.53-16.146-15.462-21.094-20.293-2.43-2.415-4.373-4.303-5.668-5.595a14.434 14.434 0 0 1-1.87-2.049 14.783 14.783 0 0 1 2.153 1.774 553.3 553.3 0 0 1 5.895 5.35c5.085 4.693 12.39 11.534 21.37 20.034 17.992 17.007 42.666 40.619 69.857 66.729Z'/%3E%3Cpath fill='url(%23Q)' d='m151.936 142.47 57.873 76.276 17.661 23.038 4.858 6.23 1.28 1.605c.135.189.29.366.461.527a4.978 4.978 0 0 0-.388-.581l-1.215-1.651-4.745-6.298-17.645-23.046-58.61-75.771c-22.9-29.558-43.589-56.357-58.448-75.84-7.426-9.746-13.402-17.657-17.491-23.153a408.488 408.488 0 0 1-4.656-6.36 14.086 14.086 0 0 1-1.506-2.293 14.313 14.313 0 0 1 1.838 2.072c1.15 1.398 2.81 3.477 4.94 6.168 4.25 5.35 10.332 13.216 17.814 22.931 14.932 19.415 35.411 46.359 57.979 76.146Z'/%3E%3Cpath fill='url(%23R)' d='m159.458 138.19 44.537 83.881 13.612 25.339 3.765 6.879.996 1.773c.107.208.232.408.373.597a5.596 5.596 0 0 0-.292-.635l-.923-1.811-3.644-6.88-13.612-25.369-45.346-83.492c-17.726-32.569-33.727-62.097-45.168-83.53-5.725-10.7-10.317-19.414-13.442-25.445-1.563-3.02-2.762-5.35-3.547-6.971a13.154 13.154 0 0 1-1.11-2.492c.566.72 1.06 1.487 1.474 2.293.907 1.529 2.203 3.822 3.855 6.826 3.312 5.947 8.024 14.576 13.766 25.277 11.587 21.38 27.353 51.014 44.706 83.76Z'/%3E%3Cpath fill='url(%23S)' d='m167.596 135.048 29.961 89.431 9.232 27.058 2.567 7.346.688 1.895c.068.222.158.437.267.643a3.202 3.202 0 0 0-.178-.665l-.607-1.927-2.43-7.376-9.215-27.074-30.843-89.132c-12.074-34.794-22.957-66.324-30.69-89.194-3.863-11.465-6.948-20.707-9.029-27.127-1.037-3.21-1.83-5.71-2.34-7.407a13.811 13.811 0 0 1-.68-2.63c.442.801.8 1.641 1.068 2.508a406.694 406.694 0 0 1 2.673 7.307c2.275 6.367 5.49 15.593 9.409 27.013 7.838 22.831 18.471 54.445 30.147 89.331Z'/%3E%3Cpath fill='url(%23T)' d='m176.155 133.214 14.714 92.794 4.599 28.098 1.312 7.643.373 1.98c.028.228.079.454.153.673a3.533 3.533 0 0 0-.073-.688l-.283-1.988-1.182-7.643-4.583-28.098-15.613-92.664c-6.121-36.155-11.603-68.908-15.385-92.642-1.919-11.87-3.417-21.478-4.405-28.128a559.4 559.4 0 0 1-1.077-7.644 12.859 12.859 0 0 1-.227-2.69c.296.856.508 1.736.632 2.63.348 1.742.81 4.302 1.425 7.643 1.182 6.62 2.818 16.204 4.786 28.067 3.895 23.65 9.126 56.441 14.834 92.657Z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='a' x1='-6.04' x2='369.688' y1='12.482' y2='12.482' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='-6.04' x2='369.68' y1='63.335' y2='63.335' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='-6.032' x2='70.725' y1='61.164' y2='61.164' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23FAFAFA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='76.207' x2='182.512' y1='61.164' y2='61.164' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23FAFAFA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' x1='188.877' x2='295.182' y1='61.164' y2='61.164' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23FAFAFA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' x1='300.567' x2='369.647' y1='61.195' y2='61.195' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23FAFAFA' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='g' x1='183.958' x2='185.822' y1='132.656' y2='132.656' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' x1='170.949' x2='216.061' y1='133.313' y2='133.313' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='i' x1='157.96' x2='246.159' y1='135.312' y2='135.312' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='j' x1='145.611' x2='274.687' y1='138.541' y2='138.541' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='k' x1='134.364' x2='300.899' y1='142.917' y2='142.917' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='l' x1='124.363' x2='324.155' y1='148.306' y2='148.306' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='m' x1='115.893' x2='343.962' y1='154.7' y2='154.7' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='n' x1='109.01' x2='359.971' y1='161.732' y2='161.732' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='o' x1='103.941' x2='371.688' y1='169.403' y2='169.402' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='p' x1='100.872' x2='378.773' y1='177.473' y2='177.473' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='q' x1='99.925' x2='381' y1='185.831' y2='185.831' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='r' x1='101.002' x2='378.465' y1='193.993' y2='193.993' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='s' x1='104.192' x2='371.113' y1='202.071' y2='202.071' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='t' x1='109.391' x2='359.128' y1='209.715' y2='209.715' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='u' x1='116.355' x2='342.877' y1='216.759' y2='216.759' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='v' x1='124.963' x2='322.843' y1='223.03' y2='223.03' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='w' x1='134.963' x2='299.433' y1='228.385' y2='228.385' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='x' x1='146.316' x2='273.035' y1='232.692' y2='232.692' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='y' x1='158.713' x2='244.45' y1='235.826' y2='235.826' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='z' x1='171.775' x2='214.274' y1='237.714' y2='237.714' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='A' x1='183.325' x2='184.877' y1='238.341' y2='238.341' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='B' x1='153.11' x2='197.873' y1='237.695' y2='237.695' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='C' x1='123.035' x2='210.902' y1='235.704' y2='235.704' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='D' x1='94.451' x2='223.227' y1='232.501' y2='232.501' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='E' x1='68.255' x2='234.539' y1='228.121' y2='228.121' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='F' x1='44.991' x2='244.491' y1='222.74' y2='222.74' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='G' x1='25.136' x2='252.993' y1='216.415' y2='216.415' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='H' x1='9.094' x2='259.901' y1='209.325' y2='209.325' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='I' x1='-2.655' x2='264.937' y1='201.643' y2='201.643' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='J' x1='-9.716' x2='268.071' y1='193.6' y2='193.6' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='K' x1='-12' x2='269.035' y1='185.194' y2='185.194' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='L' x1='-9.555' x2='267.966' y1='177.053' y2='177.053' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='M' x1='-2.242' x2='264.8' y1='168.994' y2='168.994' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='N' x1='9.637' x2='259.601' y1='161.35' y2='161.35' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='O' x1='25.921' x2='252.621' y1='154.337' y2='154.337' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='P' x1='45.93' x2='244.078' y1='148.015' y2='148.015' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='Q' x1='69.365' x2='234.069' y1='142.65' y2='142.65' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='R' x1='95.657' x2='222.741' y1='138.346' y2='138.346' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='S' x1='124.299' x2='210.311' y1='135.155' y2='135.155' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='T' x1='154.475' x2='197.306' y1='133.309' y2='133.309' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23EBEBEB' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
.projects-list__new .project-item.rex-cinema:after {
    background-color: #F58046;
}
.projects-list__new .project-item.audiocult {
    background: linear-gradient(180deg, #10C7A4 -43.29%, #FFF 60.12%); 
}
.projects-list__new .project-item.audiocult:before {
    transition: .25s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='370' height='331' fill='none'%3E%3Cpath fill='url(%23a)' d='M136.654 331c-5.038-.011-9.866-2.209-13.425-6.114-3.559-3.905-5.558-9.196-5.558-14.713V78.614c0-4.775-1.732-9.355-4.816-12.731-3.083-3.377-7.265-5.274-11.626-5.274-4.36 0-8.543 1.897-11.626 5.274-3.084 3.376-4.816 7.956-4.816 12.731v172.894c-.201 4.749-2.065 9.229-5.205 12.512-3.14 3.282-7.314 5.113-11.654 5.113-4.341 0-8.515-1.831-11.655-5.113-3.14-3.283-5.004-7.763-5.205-12.512v-95.39a14.478 14.478 0 0 0-.726-5.314 13.57 13.57 0 0 0-2.585-4.567 12.212 12.212 0 0 0-4.024-3.076 11.25 11.25 0 0 0-4.806-1.085 11.25 11.25 0 0 0-4.806 1.085 12.212 12.212 0 0 0-4.023 3.076 13.57 13.57 0 0 0-2.585 4.567 14.478 14.478 0 0 0-.727 5.314v35.493H0v-3.974h23.157v-31.519c-.103-2.337.23-4.673.976-6.866a17.604 17.604 0 0 1 3.366-5.891 15.844 15.844 0 0 1 5.212-3.964A14.611 14.611 0 0 1 38.927 138c2.137 0 4.252.475 6.217 1.397a15.844 15.844 0 0 1 5.212 3.964 17.606 17.606 0 0 1 3.366 5.891 18.791 18.791 0 0 1 .976 6.866v95.39c.177 3.711 1.649 7.206 4.11 9.764 2.462 2.558 5.726 3.984 9.12 3.984 3.393 0 6.657-1.426 9.119-3.984 2.462-2.558 3.933-6.053 4.11-9.764V78.614c0-5.83 2.115-11.42 5.88-15.542 3.763-4.122 8.869-6.437 14.192-6.437s10.429 2.315 14.193 6.437c3.764 4.122 5.879 9.713 5.879 15.542v231.559a18.315 18.315 0 0 0 .948 6.696 17.166 17.166 0 0 0 3.28 5.746 15.435 15.435 0 0 0 5.082 3.866 14.243 14.243 0 0 0 6.061 1.363c2.084 0 4.146-.464 6.062-1.363a15.441 15.441 0 0 0 5.081-3.866 17.166 17.166 0 0 0 3.28-5.746 18.294 18.294 0 0 0 .948-6.696V27.739a29.02 29.02 0 0 1 1.578-10.533c1.168-3.359 2.943-6.425 5.219-9.015 2.275-2.59 5.005-4.65 8.025-6.058A22.581 22.581 0 0 1 176.416 0c3.282 0 6.531.725 9.551 2.133 3.02 1.407 5.75 3.468 8.025 6.058 2.276 2.59 4.051 5.656 5.219 9.015a29.02 29.02 0 0 1 1.578 10.533v281.202c0 4.775 1.732 9.355 4.815 12.731 3.084 3.377 7.266 5.274 11.627 5.274 4.36 0 8.542-1.897 11.626-5.274 3.083-3.376 4.816-7.956 4.816-12.731V84.814c0-6.767 2.455-13.257 6.825-18.043 4.37-4.785 10.297-7.473 16.477-7.473s12.107 2.688 16.477 7.473c4.37 4.786 6.825 11.276 6.825 18.043v165.502c0 4.153 1.506 8.136 4.188 11.073 2.682 2.937 6.319 4.587 10.112 4.587s7.43-1.65 10.112-4.587c2.682-2.937 4.189-6.92 4.189-11.073v-90.064c.203-4.842 2.102-9.411 5.303-12.759 3.201-3.347 7.457-5.215 11.883-5.215 4.426 0 8.682 1.868 11.882 5.215 3.201 3.348 5.101 7.917 5.304 12.759v27.305H370v3.975h-30.38v-31.28c-.179-3.804-1.686-7.388-4.209-10.011-2.522-2.623-5.868-4.086-9.347-4.086-3.479 0-6.825 1.463-9.347 4.086-2.523 2.623-4.03 6.207-4.21 10.011v90.064c0 5.207-1.889 10.201-5.251 13.884-3.363 3.682-7.923 5.75-12.679 5.75-4.755 0-9.316-2.068-12.678-5.75-3.363-3.683-5.252-8.677-5.252-13.884V84.814c0-5.713-2.073-11.192-5.762-15.232-3.689-4.04-8.693-6.31-13.91-6.31-5.218 0-10.221 2.27-13.911 6.31-3.689 4.04-5.762 9.519-5.762 15.232v224.087c0 5.83-2.114 11.42-5.879 15.542-3.764 4.122-8.869 6.438-14.192 6.438-5.324 0-10.429-2.316-14.193-6.438-3.764-4.122-5.879-9.712-5.879-15.542V27.739a24.714 24.714 0 0 0-1.322-8.987c-.99-2.868-2.499-5.487-4.437-7.7-1.938-2.212-4.264-3.972-6.839-5.175a19.22 19.22 0 0 0-8.145-1.823c-2.799 0-5.57.62-8.145 1.823-2.575 1.203-4.901 2.963-6.839 5.176-1.938 2.212-3.447 4.831-4.437 7.699a24.714 24.714 0 0 0-1.322 8.987v282.474c-.019 5.514-2.03 10.795-5.594 14.69-3.564 3.894-8.39 6.087-13.425 6.097Z'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='380.5' x2='185' y1='-51.5' y2='331' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
.projects-list__new .project-item.audiocult:hover:before { 
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='370' height='331' fill='none'%3E%3Cpath fill='url(%23a)' d='M136.654 331c-5.038-.011-9.866-2.209-13.425-6.114-3.559-3.905-5.558-9.196-5.558-14.713V78.614c0-4.775-1.732-9.355-4.816-12.731-3.083-3.377-7.265-5.274-11.626-5.274-4.36 0-8.543 1.897-11.626 5.274-3.084 3.376-4.816 7.956-4.816 12.731v172.894c-.201 4.749-2.065 9.229-5.205 12.512-3.14 3.282-7.314 5.113-11.654 5.113-4.341 0-8.515-1.831-11.655-5.113-3.14-3.283-5.004-7.763-5.205-12.512v-95.39a14.478 14.478 0 0 0-.726-5.314 13.57 13.57 0 0 0-2.585-4.567 12.212 12.212 0 0 0-4.024-3.076 11.25 11.25 0 0 0-4.806-1.085 11.25 11.25 0 0 0-4.806 1.085 12.212 12.212 0 0 0-4.023 3.076 13.57 13.57 0 0 0-2.585 4.567 14.478 14.478 0 0 0-.727 5.314v35.493H0v-3.974h23.157v-31.519c-.103-2.337.23-4.673.976-6.866a17.604 17.604 0 0 1 3.366-5.891 15.844 15.844 0 0 1 5.212-3.964A14.611 14.611 0 0 1 38.927 138c2.137 0 4.252.475 6.217 1.397a15.844 15.844 0 0 1 5.212 3.964 17.606 17.606 0 0 1 3.366 5.891 18.791 18.791 0 0 1 .976 6.866v95.39c.177 3.711 1.649 7.206 4.11 9.764 2.462 2.558 5.726 3.984 9.12 3.984 3.393 0 6.657-1.426 9.119-3.984 2.462-2.558 3.933-6.053 4.11-9.764V78.614c0-5.83 2.115-11.42 5.88-15.542 3.763-4.122 8.869-6.437 14.192-6.437s10.429 2.315 14.193 6.437c3.764 4.122 5.879 9.713 5.879 15.542v231.559a18.315 18.315 0 0 0 .948 6.696 17.166 17.166 0 0 0 3.28 5.746 15.435 15.435 0 0 0 5.082 3.866 14.243 14.243 0 0 0 6.061 1.363c2.084 0 4.146-.464 6.062-1.363a15.441 15.441 0 0 0 5.081-3.866 17.166 17.166 0 0 0 3.28-5.746 18.294 18.294 0 0 0 .948-6.696V27.739a29.02 29.02 0 0 1 1.578-10.533c1.168-3.359 2.943-6.425 5.219-9.015 2.275-2.59 5.005-4.65 8.025-6.058A22.581 22.581 0 0 1 176.416 0c3.282 0 6.531.725 9.551 2.133 3.02 1.407 5.75 3.468 8.025 6.058 2.276 2.59 4.051 5.656 5.219 9.015a29.02 29.02 0 0 1 1.578 10.533v281.202c0 4.775 1.732 9.355 4.815 12.731 3.084 3.377 7.266 5.274 11.627 5.274 4.36 0 8.542-1.897 11.626-5.274 3.083-3.376 4.816-7.956 4.816-12.731V84.814c0-6.767 2.455-13.257 6.825-18.043 4.37-4.785 10.297-7.473 16.477-7.473s12.107 2.688 16.477 7.473c4.37 4.786 6.825 11.276 6.825 18.043v165.502c0 4.153 1.506 8.136 4.188 11.073 2.682 2.937 6.319 4.587 10.112 4.587s7.43-1.65 10.112-4.587c2.682-2.937 4.189-6.92 4.189-11.073v-90.064c.203-4.842 2.102-9.411 5.303-12.759 3.201-3.347 7.457-5.215 11.883-5.215 4.426 0 8.682 1.868 11.882 5.215 3.201 3.348 5.101 7.917 5.304 12.759v27.305H370v3.975h-30.38v-31.28c-.179-3.804-1.686-7.388-4.209-10.011-2.522-2.623-5.868-4.086-9.347-4.086-3.479 0-6.825 1.463-9.347 4.086-2.523 2.623-4.03 6.207-4.21 10.011v90.064c0 5.207-1.889 10.201-5.251 13.884-3.363 3.682-7.923 5.75-12.679 5.75-4.755 0-9.316-2.068-12.678-5.75-3.363-3.683-5.252-8.677-5.252-13.884V84.814c0-5.713-2.073-11.192-5.762-15.232-3.689-4.04-8.693-6.31-13.91-6.31-5.218 0-10.221 2.27-13.911 6.31-3.689 4.04-5.762 9.519-5.762 15.232v224.087c0 5.83-2.114 11.42-5.879 15.542-3.764 4.122-8.869 6.438-14.192 6.438-5.324 0-10.429-2.316-14.193-6.438-3.764-4.122-5.879-9.712-5.879-15.542V27.739a24.714 24.714 0 0 0-1.322-8.987c-.99-2.868-2.499-5.487-4.437-7.7-1.938-2.212-4.264-3.972-6.839-5.175a19.22 19.22 0 0 0-8.145-1.823c-2.799 0-5.57.62-8.145 1.823-2.575 1.203-4.901 2.963-6.839 5.176-1.938 2.212-3.447 4.831-4.437 7.699a24.714 24.714 0 0 0-1.322 8.987v282.474c-.019 5.514-2.03 10.795-5.594 14.69-3.564 3.894-8.39 6.087-13.425 6.097Z'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='274.5' x2='174' y1='-6.5' y2='373.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");      
}
.projects-list__new .project-item.audiocult:after {
    background-color: #10C7A4;
}
.projects-list__new .project-item.dashbird {
    background: linear-gradient(180deg, #FFC658 0%, #FFF 100%); 
}
.projects-list__new .project-item.dashbird:before {
    background-size: cover;
    transition: .25s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='370' height='410' fill='none'%3E%3Ccircle cx='302.13' cy='343.13' r='107.555' fill='url(%23a)' transform='rotate(46.81 302.13 343.13)'/%3E%3Ccircle cx='29.13' cy='83.13' r='107.555' fill='url(%23b)' transform='rotate(-25.22 29.13 83.13)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='109.382' x2='302.13' y1='90.934' y2='450.685' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23BFC9F6'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='29.13' x2='29.13' y1='-24.424' y2='190.685' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F3A3BC'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
.projects-list__new .project-item.dashbird:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='370' height='410' fill='none'%3E%3Ccircle cx='302.13' cy='343.13' r='107.555' fill='%23BFC9F6' transform='rotate(81.965 302.13 343.13)'/%3E%3Ccircle cx='29.13' cy='83.13' r='107.555' fill='%23F3A3BC' transform='rotate(-25.22 29.13 83.13)'/%3E%3C/svg%3E");
}
.projects-list__new .project-item.dashbird:after {
    background-color: #FFC658;
}












.projects-list__new .project-item:hover .img {
    transform: scale(1);
}
.projects-list__new .project-item:hover:after {
    opacity: 1;
}
.projects-list__new .project-item:hover .description,
.projects-list__new .project-item:hover .text p {
    color: #fff;
}

@media (min-width: 768px) {
    .projects-list__new {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .two-col {
        grid-column: span 2;
    }
    .three-col {
        grid-column: span 3;
    }
}
.icon-title-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 24px;
}
.icon-title-list .item {
    width: 203px;
}
.icon-title-list .item .img {
    height: 203px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
    padding: 32px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.10);
    border-radius: 16px;
}
.icon-title-list .item svg {
    transform: scale(1) rotate(0);
    transition-duration: .25s;
}
.icon-title-list .item .title {
    text-align: center;
    font-size: 24px;
    color: #0E4474;
    line-height: 1.3;
}
.icon-title-list .item:hover svg {
    transform: scale(1.1) rotate(5deg);
}
@media (min-width: 768px) {
    .icon-title-list {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
    }
}
@media (min-width: 1024px) {
    .icon-title-list .item {
        width: 172px;
    }
    .icon-title-list .item .img {
        height: 172px;
    }
}
@media (min-width: 1280px) {
    .icon-title-list {
        justify-content: space-between;
    }
} 


.section-pages-tabs .section-title {
    margin-bottom: 64px;
    color: #07223A;
    text-align: left
}

@media (min-width: 768px) { 
    .pages-tabs-wrapper {
        display: flex;
    }
}

.section-pages-tabs-wrapper .navigation {
    flex-shrink: 0;
    width: 100%; 
    margin-right: 48px;
    margin-bottom: 24px;
}

@media (min-width: 768px) { 
    .section-pages-tabs-wrapper .navigation { 
        max-width: 272px; 
        margin-bottom: 0;
    }
}

.section-pages-tabs-wrapper .navigation .list {
    display: flex;
    flex-wrap: wrap; 
    margin: 0;
    padding: 0;
    list-style-type: none;
}

@media (min-width: 768px) {
    .section-pages-tabs-wrapper .navigation .list {
        display: block;
    }
}

.section-pages-tabs-wrapper .navigation .list li {
    display: block;
    padding: 8px 16px;
    border-radius: 4px;
    border-left: 1px solid transparent; 
    color: #0E4474;
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    cursor: pointer;
}
.section-pages-tabs-wrapper .navigation .list li:not(:last-of-type) {
    margin-bottom: 12px;
}

.section-pages-tabs-wrapper .navigation .list li:hover, 
.section-pages-tabs-wrapper .navigation .list li.active { 
    border-left: 1px solid #FF2C55;
    background: rgba(255, 44, 85, 0.04);
    color: #FF2C55; 
}

.section-pages-tabs-wrapper .content {
    max-width: 846px;
}

.section-pages-tabs-wrapper .content .item {
    display: none; 
    animation-duration: 1.5s; 
}
.section-pages-tabs-wrapper .content .item.active {
    display: block; 
    animation-name: page_tab_fadeIb;
}

@keyframes page_tab_fadeIb {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.section-pages-tabs-wrapper .content .item h3 {
    max-width: 746px;
    margin-bottom: 12px;
    color: #07223A;
    font-size: 28px;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
}

.section-pages-tabs-wrapper .content .item p {
    margin: 0;
    max-width: 746px;
    color: #1F2937;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.section-pages-tabs-wrapper .content .list {
    margin: 24px 0 0;
    padding: 0;
    list-style-type: none;
} 

.section-pages-tabs-wrapper .content li:not(:last-of-type) {
    margin-bottom: 12px;
}
.section-pages-tabs-wrapper .content li p,
.section-pages-tabs-wrapper .content li a {
    position: relative;
    display: block;
    padding: 12px 16px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 6px 0px rgba(135, 165, 192, 0.25);
    text-decoration: none;
}

.section-pages-tabs-wrapper .content li a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    width: 9px;
    height: 14px;
    transform: translateY(-50%);
    transition: .25s;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' fill='none'%3E%3Cpath fill='%23FF2C55' d='M.644 1.226a.933.933 0 0 1 .295-.167 1.051 1.051 0 0 1 .695 0c.11.038.21.095.294.167l6.17 5.223a.774.774 0 0 1 .196.25.669.669 0 0 1 0 .589.774.774 0 0 1-.197.25L1.928 12.76a.927.927 0 0 1-.295.175 1.048 1.048 0 0 1-.705.007.935.935 0 0 1-.3-.169.774.774 0 0 1-.198-.254.667.667 0 0 1 .01-.598.782.782 0 0 1 .206-.249l5.527-4.68-5.527-4.68a.775.775 0 0 1-.197-.249.669.669 0 0 1-.001-.589.774.774 0 0 1 .196-.25Z'/%3E%3C/svg%3E");
}

.section-pages-tabs-wrapper .content li span {
    display: block;
    margin-bottom: 4px;
    color: #FF2C55;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    transition: .25s;
}

.section-pages-tabs-wrapper .content li small {
    color: #1F2937;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.section-pages-tabs-wrapper .content li p:hover span,
.section-pages-tabs-wrapper .content li a:hover span {
    color: #0E4474;
}
.section-pages-tabs-wrapper .content li p:hover:after,
.section-pages-tabs-wrapper .content li a:hover:after {
    transform: translate(-50%, -50%);
}

@media (min-width: 768px) { 
    .section-solution-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-left: -12px;
        margin-right: -12px;
        margin-bottom: -24px;
    }
}
.section-solution-list .list-item {
    margin-bottom: 24px;
    padding: 20px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 6px 0px rgba(135, 165, 192, 0.25);
}
.section-solution-list .list-item > a {
    text-decoration: none;
}
@media (min-width: 768px) { 
    .section-solution-list .list-item {
        max-width: calc(33% - 24px);
        margin-right: 12px;
        margin-left: 12px;
    }
}
@media (min-width: 1264px) { 
    .section-solution-list .list-item {
        max-width: calc(25% - 24px);
    }
}
.section-solution-list .list-item .icon {
        margin: 0 0 16px;
    text-align: center;
}
.section-solution-list .list-item .icon img {
    height: 60px;
}
.section-solution-list .list-item .subtitle {
        margin: 0 0 8px;
    color: #0E4474;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    text-align: center;
}
.section-solution-list .list-item .text {
    margin: 0;
    color: #1F2937;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
} 
