

/* Start:/bitrix/templates/pgs/components/bitrix/breadcrumb/pgs/style.css?16252102022246*/
/* site-breadcrumb */

.site-breadcrumbs {
    position: relative;
    z-index: 25;
    padding-top: 40px;
}

.bx_breadcrumbs ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bx_breadcrumbs ul li::before {
    content: unset;
}

.bx_breadcrumbs ul li a {
    position: relative;
    transition: all .3s ease-in-out !important;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #717C89;
    color: rgba(92, 91, 91, .35);
    display: block;
    /*background: url(/bitrix/templates/pgs/components/bitrix/breadcrumb/pgs/img/rec.svg) no-repeat center right;*/
    margin-left: 15px;
    margin-right: 20px;
    border-bottom: 1px solid rgba(113, 124, 137, 0.35) !important;
}

.bx_breadcrumbs ul li a::before {
    content: '';
    position: absolute;
    background: url(/bitrix/templates/pgs/components/bitrix/breadcrumb/pgs/img/rec.svg);
    height: 4px;
    width: 4px;
    top: 50%;
    transform: translateY(-50%);
    right: -19px;
}

.bx_breadcrumbs ul li:first-child a {
    margin-left: 0;
    height: 16px;
    width: 16px;
    border-bottom: unset !important;
}

.bx_breadcrumbs ul li:first-child a::after {
    content: '';
    position: absolute;
    background-image: url('data:image/svg+xml;charset=utf-8,  <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">  <path d="M7 5L1 7V15H7M7 1L15 3V15H7V1Z" stroke="%23717C89" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>  </svg>');
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bx_breadcrumbs ul li span {
    margin: 0 15px;
    display: block;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #282828;
}

.bx_breadcrumbs ul li a:hover {
    color: #282828;
    border-color: transparent !important;
}

@media (min-width: 992px) and (max-width: 1600px)  {
    .site-breadcrumbs {
        padding-top: 15px;
    }
}

/* site-breadcrumb */
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1481100176666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/bitrix/templates/pgs/components/bitrix/catalog/new_buildings-new/bitrix/catalog.element/new/style.css?177883228275358*/

.finish-swiper-counter {
    position: relative;
}

.swiper-counter__container {
    z-index: 20;
    left: 38px;
    bottom: 35px;
}

.finish-swiper-counter .swiper-counter__current,
.finish-swiper-counter .swiper-counter__dash,
.finish-swiper-counter .swiper-counter__count {
    color: #FFFFFF;
}

/* form */

.site-form__item {
    margin-bottom: 15px;
    position: relative;
    z-index: 15;
}

#fb-flat .site-form__item {
    margin-bottom: 10px;
}

.site-form__item input[type="text"],
.site-form__item input[type="email"] {
    font-family: 'Roboto Slab', serif;
    background-color: transparent;
    width: 100%;
    outline: none;
    height: 60px;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-sizing: border-box;
    -webkit-appearance: none;
    padding: 14px 25px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    color: #282828;
    border: 1px solid rgba(113, 124, 137, 0.35);
    position: relative;
}

#fb-flat .site-form__item input[type="text"],
#fb-flat .site-form__item input[type="email"] {
    height: 50px;
    padding: 16px 25px;
}

.site-form__item input[type="text"]::-webkit-input-placeholder,
.site-form__item input[type="email"]::-webkit-input-placeholder,
.site-form__item input[type="text"]::-moz-placeholder,
.site-form__item input[type="email"]::-moz-placeholder,
.site-form__item input[type="text"]:-ms-input-placeholder,
.site-form__item input[type="email"]:-ms-input-placeholder,
.site-form__item input[type="text"]::-ms-input-placeholder,
.site-form__item input[type="email"]::-ms-input-placeholder,
.site-form__item input[type="text"]::placeholder,
.site-form__item input[type="email"]::placeholder {
    font-size: 16px;
    line-height: 1;
    color: #717C89;
}

.site-form__item input[type="text"] + label,
.site-form__item input[type="email"] + label {
    position: absolute;
    top: 21px;
    left: 25px;
    right: 25px;
    z-index: 1;
    font-size: 16px;
    line-height: 1;
    color: #717C89;
    opacity: 1;
    visibility: visible;
}

#fb-flat .site-form__item input[type="text"] + label,
#fb-flat .site-form__item input[type="email"] + label {
    top: 17px;
    white-space: nowrap;
}

.site-form__item input[type="text"]:focus + label,
.site-form__item input[type="email"]:focus + label,
.site-form__item input[type="text"]:valid + label,
.site-form__item input[type="email"]:valid + label,
.site-form__item input[type="email"].not-empty + label {
    opacity: 0;
    visibility: hidden;
}


@media all and (max-width: 767px) {
    .site-form__item input[type="text"],
    .site-form__item input[type="email"] {
        font-size: 16px;
        padding: 14px 15px;
    }

    .site-form__item input[type="text"] + label,
    .site-form__item input[type="email"] + label {
        left: 15px;
        right: 15px;
        white-space: nowrap;
        font-size: 15px;
    }
}

.form-submit-btn {
    position: relative;
    z-index: 5;
}

.form-submit-btn input[type=submit] {
    height: 60px;
}

.form-submit-btn::before {
    content: '';
    position: absolute;
    background-image: url('data:image/svg+xml;charset=utf-8, <svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M16 1L1 5L4 9M16 1L11 15L7 12M16 1L4 9M4 9L3.5 12.5L7 12M7 12L9.5 9" stroke="%23282828" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
    width: 17px;
    height: 16px;
    left: calc(50% - 90px);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
}

/* form */

/* modals */

.fancybox-slide > * {
    overflow: visible !important;
}

.fancybox-slide--html {
    padding: 0 !important;
}

.fancybox-bg {
    background: rgba(40, 40, 40, 0.5) !important;
    opacity: 1 !important;
}

.fb {
    position: relative;
    -webkit-box-shadow: 0px 15px 45px rgba(40, 40, 40, 0.08), 0px 30px 90px -30px rgba(40, 40, 40, 0.25);
    box-shadow: 0px 15px 45px rgba(40, 40, 40, 0.08), 0px 30px 90px -30px rgba(40, 40, 40, 0.25);
    background: #FFFFFF;
    padding: 0px;
    overflow: visible;
    /*margin: 0px 5px;*/
    min-width: 320px;
}

.fb-s {
    width: auto;
    max-width: 570px;
}

.fb-m {
    width: auto;
    max-width: 880px;
}

.fb-b {
    width: auto;
    max-width: 1170px;
    border-radius: 3px;
}

.fb-w {
    width: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
}

.form-modal-bot {
    padding-top: 25px;
}

.form-policy-modal {
    position: relative;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.16;
    color: #717C89;
    padding-left: 42px;
    margin: 20px auto 0 auto;
    max-width: 370px;
}

.form-policy-modal::before {
    content: '';
    position: absolute;
    background-image: url('data:image/svg+xml;charset=utf-8, <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="16" cy="16" r="15.5" stroke="%23FFD700"/> <path d="M16 9V18" stroke="%23FFD700" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <circle cx="16" cy="22" r="1.25" fill="%23FFD700"/> </svg>');
    left: 0;
    top: 50%;
    width: 32px;
    height: 32px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-policy-modal a {
    color: #282828;
    border-bottom: 1px solid rgba(40, 40, 40, 0.2) !important;
}

.form-policy-modal a span {
    border-bottom: 1px solid rgba(40, 40, 40, 0.2) !important;
}

.cross {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 50px;
    width: 50px;
    border: none;
    background-image: url('data:image/svg+xml;utf8, <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">  <path opacity="0.5" d="M15 1L1 15M1 1L15 15" stroke="%23717C89" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>  </svg>');
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.cross span {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 40px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #282828;
}

.fb__head {
    padding: 40px 50px 15px 50px;
}

.fb__body {
    padding: 0 50px 50px 50px;
}

#fb-flat .fb__head {
    padding: 40px 25px 15px;
}

#fb-flat .fb__body {
    padding: 0 25px 50px;
}

.fb__head h2,
.fb__head .h2 {
    line-height: 1.2 !important;
    margin-bottom: 17px;
}

.fb__head p {
    font-size: 16px;
    line-height: 1.5;
    color: #717C89;
    margin: 15px 0;
}

.hint {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    height: 20px;
    width: 20px;
    z-index: 10;
}

.hint::before {
    content: '';
    background-image: url('data:image/svg+xml;utf8, <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle opacity="0.35" cx="10" cy="10" r="9.5" stroke="%23717C89"/> <path d="M9.59026 11.593L10.6354 11.2558C10.481 11.1279 10.3741 10.9186 10.3741 10.7326C10.3741 9.68605 12.5 9.54651 12.5 7.82558C12.5 6.77907 11.5855 6 10.0891 6C9.02019 6 8.1057 6.43023 7.5 7.15116L8.29572 8.02326C8.69952 7.53488 9.22209 7.2093 9.94656 7.2093C10.7185 7.2093 11.0748 7.59302 11.0748 8.04651C11.0748 9.03488 9.16271 9.18605 9.16271 10.6047C9.16271 10.9884 9.30523 11.3256 9.59026 11.593ZM10.0178 14C10.4691 14 10.8492 13.6279 10.8492 13.186C10.8492 12.7442 10.4691 12.3721 10.0178 12.3721C9.56651 12.3721 9.18646 12.7442 9.18646 13.186C9.18646 13.6279 9.56651 14 10.0178 14Z" fill="%23717C89"/> </svg>');
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-position: center;
    background-repeat: no-repeat;
}

.hint__inner {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0px 15px 45px rgb(40 40 40 / 5%), 0px 10px 30px -10px rgb(40 40 40 / 15%);
    box-shadow: 0px 15px 45px rgb(40 40 40 / 5%), 0px 10px 30px -10px rgb(40 40 40 / 15%);
    width: 200px;
    padding: 16px 20px;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
    color: #717C89;
    z-index: 90;
    background-color: #FFF;
    top: 0;
    left: 100%;
    margin-left: 9px;
}

.hint:hover .hint__inner {
    opacity: 1;
    visibility: visible;
}

.hint:hover::before {
    background-image: url('data:image/svg+xml;utf8, <svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"> <g filter="url(%23filter0_dd)"> <circle cx="18" cy="15" r="10" fill="white"/> </g> <path d="M17.5903 16.593L18.6354 16.2558C18.481 16.1279 18.3741 15.9186 18.3741 15.7326C18.3741 14.686 20.5 14.5465 20.5 12.8256C20.5 11.7791 19.5855 11 18.0891 11C17.0202 11 16.1057 11.4302 15.5 12.1512L16.2957 13.0233C16.6995 12.5349 17.2221 12.2093 17.9466 12.2093C18.7185 12.2093 19.0748 12.593 19.0748 13.0465C19.0748 14.0349 17.1627 14.186 17.1627 15.6047C17.1627 15.9884 17.3052 16.3256 17.5903 16.593ZM18.0178 19C18.4691 19 18.8492 18.6279 18.8492 18.186C18.8492 17.7442 18.4691 17.3721 18.0178 17.3721C17.5665 17.3721 17.1865 17.7442 17.1865 18.186C17.1865 18.6279 17.5665 19 18.0178 19Z" fill="%23FFD700"/> <defs> <filter id="filter0_dd" x="0" y="0" width="36" height="36" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"> <feFlood flood-opacity="0" result="BackgroundImageFix"/> <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/> <feOffset dy="2"/> <feGaussianBlur stdDeviation="2"/> <feColorMatrix type="matrix" values="0 0 0 0 0.156863 0 0 0 0 0.156863 0 0 0 0 0.156863 0 0 0 0.15 0"/> <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/> <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/> <feOffset dy="3"/> <feGaussianBlur stdDeviation="4"/> <feColorMatrix type="matrix" values="0 0 0 0 0.156863 0 0 0 0 0.156863 0 0 0 0 0.156863 0 0 0 0.05 0"/> <feBlend mode="normal" in2="effect1_dropShadow" result="effect2_dropShadow"/> <feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow" result="shape"/> </filter> </defs> </svg>');
}

@media all and (max-width: 1024px) {
    .hint__inner {
        right: 0;
        left: unset;
    }

    .hint--fog {
        content: "";
        position: absolute;
        z-index: 2;
        top: 1px;
        right: 1px;
        bottom: 1px;
        background: #fff;
        width: 60px;
    }
}

/*#fb-flat .fb__head,
#fb-flat .fb__body {
    background: #F5F7F9;
}*/

.fb__modal__gray {
    background: #F5F7F9;
}

@media all and (max-width: 767px) {
    .fb__head {
        padding: 40px 20px 15px;
    }

    .fb__body {
        padding: 0 20px 50px;
    }
}

/*@media all and (min-width: 1025px) {
    .fb__modal__gray {
        height: 100%;
    }
}*/

.modal-slider {
    border: 1px solid #E5E5E5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    height: 370px;
}

.modal-slider .swiper-container {
    height: 100%;
}

.modal-slider__item-img {
    max-width: 300px;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.modal-slider .swiper-button-prev::after {
    background-image: url('data:image/svg+xml;charset=utf-8, <svg width="15" height="26" viewBox="0 0 15 26" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 1L2 13L14 25" stroke="%23717C89" stroke-width="2" stroke-linecap="round"/> </svg>') !important;
    width: 15px;
    height: 26px;
    opacity: .35 !important;
}

.modal-slider .swiper-button-next::after {
    background-image: url('data:image/svg+xml;charset=utf-8,  <svg width="15" height="26" viewBox="0 0 15 26" fill="none" xmlns="http://www.w3.org/2000/svg">  <path d="M1 1L13 13L1 25" stroke="%23717C89" stroke-width="2" stroke-linecap="round"/>  </svg>') !important;
    width: 15px;
    height: 26px;
    opacity: .35 !important;
}

.modal-slider .swiper-button-next:hover,
.modal-slider .swiper-button-prev:hover {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.modal-slider .swiper-button-next:hover::after,
.modal-slider .swiper-button-prev:hover::after {
    opacity: 1 !important;
}

.modal-slider .swiper-button-prev,
.modal-slider .swiper-button-next {
    background: transparent !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}


.fb-flat {
    padding: 40px 15px 50px 35px;
}

.fb-flat .h3 {
    margin-bottom: 45px;
}

.fb-flat__item--border {
    border-bottom: 1px solid #E5E5E5;
}

.fb-flat__item--border.lg,
.fb-flat__item--border.md {
    padding-bottom: 20px;
}


.fb-flat__item--border.sm {
    padding-bottom: 15px;
}

.fb-flat__item-name {
    font-weight: 600;
    font-size: 11px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #717C89;
}

.fb-flat__item-val {
    font-weight: 600;
    font-family: 'Roboto Slab', serif;
    color: #282828;
}

.fb-flat__item.lg,
.fb-flat__item.md {
    margin-bottom: 14px;
}

.fb-flat__item.sm {
    margin-bottom: 9px;
}

.fb-flat__item.lg .fb-flat__item-val {
    font-size: 26px;
    line-height: 1;
}

.fb-flat__item.md .fb-flat__item-val {
    font-size: 24px;
    line-height: 1;
}

.fb-flat__item.sm .fb-flat__item-val {
    font-size: 16px;
    line-height: 20px;
}

@media all and (min-width: 1025px) {


    .cross:hover {
        background-image: url('data:image/svg+xml;utf8, <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">  <path d="M15 1L1 15M1 1L15 15" stroke="%23FFD700" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>  </svg>');
    }

    .cross:hover span {
        opacity: 1;
    }

    .site-form__item input:hover {
        border-color: rgba(113, 124, 137, 0.75) !important;
    }

    .site-form__item input:focus {
        -webkit-box-shadow: 0px 10px 30px -10px rgba(40, 40, 40, 0.25) !important;
        box-shadow: 0px 10px 30px -10px rgba(40, 40, 40, 0.25) !important;
        border-color: transparent !important;
    }

    .site-form__item input:focus::-webkit-input-placeholder {
        color: transparent !important;
    }

    .site-form__item input:focus::-moz-placeholder {
        color: transparent !important;
    }

    .site-form__item input:focus:-ms-input-placeholder {
        color: transparent !important;
    }

    .site-form__item input:focus::-ms-input-placeholder {
        color: transparent !important;
    }

    .site-form__item input:focus::placeholder {
        color: transparent !important;
    }

    .form-policy-modal a:hover span {
        border-color: transparent !important;
    }
}

@media all and (max-width: 1024px) {
    .fb {
        width: auto;
        max-width: 100%;
    }

    .fb-flat__info {
        margin-top: 25px;
    }

    .fb-flat {
        padding: 40px 15px 15px 15px;
    }

}

@media all and (max-width: 767px) {


}

/* modals */

/* site */

#offer_button,
#offer_form,
#callback_button {
    display: none !important;
}

a {
    -webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
    /*border-bottom: none !important;*/
}


.site-section {
    padding: 100px 0;
}

.h2 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
}

.h3 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
}

p {
    font-size: 16px;
}

.hypothec-text {
    padding-left: 20px;
    padding-right: 60px;
}

.hypothec-text .h3 {
    margin-bottom: 12px;
}

.hypothec-text p {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.3;
    margin: 12px 0;
}

.hypothec-btn {
    margin-top: 19px;
}

.pgs-first-block-back {
    width: 50%;
    position: absolute;
    height: 100%;
    margin-left: 50%;
    z-index: 15;
}

.pgs-first-block-back img {
    position: absolute;
    right: 0;
    height: 100% !important;
}

.pgs-first-block__wrapper h1,
.pgs-first-block__wrapper .title-part {
    font-size: 54px;
    line-height: 1;
    margin-bottom: 17px;
}
.pgs-first-block__wrapper .title-part {
    color: #282828; 
    margin-top: -17px;
    margin-bottom: 25px;
    font: 700 47px/60px 'Roboto Slab',serif;
}

.pgs-first-block__sub-title {
    font-size: 18px;
    line-height: 1.4;
    color: #717C89;
}

.pgs-first-block__sub-title span {
    font-weight: 600;
    font-family: Roboto Slab, serif;
    font-style: normal;
    line-height: 1.2;
    color: #282828;
}

.pgs-first-block__sub-title a {
    font-weight: 600;
    border-bottom: 1px solid transparent;
}

.pgs-first-block__sub-title a > span {
    font-weight: normal;
}

.pgs-first-block__sub-title a:not(.proj-phone) {
    border-bottom: 1px solid currentColor;
}

.pgs-first-block__btn {
    margin-top: 30px;
}

.pgs-first-block__info-item {
    position: relative;
    padding-left: 75px;
}

.pgs-first-block__info-item-title {
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3;
    color: #282828;
    margin-bottom: 4px;
}

.pgs-first-block__info-item-text {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(113, 124, 137, 0.85);
}

.section-hypothec {
    position: relative;
    padding-top: 80px;
    padding-bottom: 100px;
}

.text-white {
    color: #FFFFFF;
}

.pgs-first-block__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pgs-first-block__bot {
    padding-bottom: 5px;
}

.pgs-first-block {
    position: relative;
    z-index: 15;
}

@media all and (min-width: 1025px) {

    .pgs-first-block {
        min-height: 590px;
        background-size: contain;
        background-position: right;
        background-repeat: no-repeat;
        margin-top: -72px;
    }

    .pgs-first-block > .container,
    .pgs-first-block__wrapper > .row {
        height: 100%;
    }

    .pgs-first-block__wrapper {
        padding-top: 120px;
        height: calc(100% - 120px);
    }

    .pgs-first-block__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100%;
    }

}

@media all and (min-width: 768px) {
    .pgs-first-block__info-item {
        width: 50%;
    }
}

@media all and (max-width: 1024px) {

    .section-hypothec {
        padding-bottom: 80px;
    }

    .site-section {
        padding: 60px 0;
    }

    .pgs-first-block {
        background-image: none !important;
    }

    .pgs-first-block__container {
        padding-top: 80px;
        padding-bottom: 70px;
    }

    .pgs-first-block__tablet-img {
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        right: 0;
    }

    .pgs-first-block__wrapper h1,
    .pgs-first-block__wrapper .title-part {
        font-size: 36px;
    }

    .pgs-first-block__sub-title {
        font-size: 15px;
    }

    .pgs-first-block__bot {
        border-top: 1px solid #E5E5E5;
        padding-top: 40px;
    }

    .pgs-first-block__info-item:last-of-type {
        margin-right: 100px;
    }

}

@media all and (max-width: 767px) {

    .pgs-first-block__info {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .pgs-first-block__wrapper h1,
    .pgs-first-block__wrapper .title-part {
        font-size: 28px;
    }

    .pgs-first-block__sub-title {
        font-size: 14px;
    }

    .h2 {
        font-size: 24px !important;
    }

    .h3 {
        font-size: 20px !important;
    }

    .pgs-first-block__bot {
        padding-top: 30px;
    }

    .pgs-first-block__mobile-img {
        margin: 0 auto;
        margin-top: 30px;
        max-width: 100%;
    }

    .pgs-first-block__container {
        padding-top: 35px;
        padding-bottom: 40px;
    }

    .pgs-first-block__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pgs-first-block__info-item:last-of-type {
        margin-right: 0;
        margin-top: 25px;
    }

    .site-section {
        padding: 50px 0;
    }
}

@media (min-width: 1025px) and (max-width: 1600px) {
    .pgs-first-block {
        min-height: 490px;
        margin-top: -50px;
    }

    .pgs-first-block__wrapper {
        padding-top: 60px;
        height: calc(100% - 60px);
    }
}

.hypothec-block {
    position: relative;
    z-index: 15;
}

/* site */

/* sliders */

.hypothec-swiper-counter {
    position: absolute;
    bottom: 0;
    left: 0;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
}

.swiper-arrows__container {
    position: absolute;
    bottom: 30px;
    width: 100px;
    height: 50px;
}

.swiper-button-prev,
.swiper-button-next {
    height: 50px !important;
    width: 50px !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0 !important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: '' !important;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
    outline: none !important;
}

.hypothec-item {
    height: 270px !important;
}

.hypothec-item__img {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.swiper-arrows__container::before {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, .1);
    width: 1px;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 20;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media all and (min-width: 1025px) {
    .swiper-arrows__container:hover::before {
        opacity: 0;
    }
}

@media all and (max-width: 1024px) {
    .hypothec-text {
        padding-right: 20px;
    }
}

@media all and (max-width: 767px) {
    .hypothec-item {
        margin-bottom: 30px;
    }

    .hypothec-swiper-counter {
        top: 145px;
        bottom: unset;
    }

    .hypothec-slider .swiper-arrows__container {
        top: 205px;
        bottom: unset;
    }

    .hypothec-text {
        padding-bottom: 30px;
    }

    .hypothec-item__img {
        background-position: left center;
    }
}

/* sliders */

/* buttons */

.btn {
    position: relative;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid transparent;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: bold;
    border-radius: 3px;
    margin: 0;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: transparent;
    outline: none;
    text-decoration: none !important;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 50;
}

.btn-wide {
    width: 100%;
}

.btn-xs {
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
}


.btn-sm {
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
}

.btn-md {
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
}

.btn-rad.btn-xs {
    padding: 13px 55px;
    border-radius: 20px;
}

.btn-rad.btn-sm {
    padding: 18px 30px;
    border-radius: 25px;
}

.btn-rad.btn-md {
    padding: 22px 35px;
    border-radius: 30px;
}

.btn-quad.btn-xs {
    border-radius: 3px;
    padding: 12px 30px;
}

.btn-quad.btn-sm {
    border-radius: 3px;
    padding: 18px 30px;
}

.btn-quad.btn-md {
    border-radius: 3px;
    padding: 22px 35px;
}

.btn-yellow {
    background: #FFD700;
    color: #282828;
}

.btn-aqua {
    background: #399EB3;
    color: #FFFFFF;
}

.btn-black {
    border: 2px solid !important;
    -o-border-image: -o-linear-gradient(top, #E7BE68 0%, #C99C47 100%) 2 !important;
    border-image: -webkit-gradient(linear, left top, left bottom, from(#E7BE68), to(#C99C47)) 2 !important;
    border-image: linear-gradient(180deg, #E7BE68 0%, #C99C47 100%) 2 !important;
    color: #FFFFFF;
}

.btn-white {
    border: 2px solid !important;
    -o-border-image: -o-linear-gradient(top, #E7BE68 0%, #C99C47 100%) 2 !important;
    border-image: -webkit-gradient(linear, left top, left bottom, from(#E7BE68), to(#C99C47)) 2 !important;
    border-image: linear-gradient(180deg, #E7BE68 0%, #C99C47 100%) 2 !important;
    color: #282828;
}

[data-icon="check-mark"] span {
    position: relative;
    padding-left: 22px;
}

[data-icon="check-mark"] span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url('data:image/svg+xml;charset=utf-8, <svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1 7L3 9L11 1" stroke="%23282828" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
    width: 12px;
    height: 10px;
}

.btn-black[data-icon="check-mark"] span::before {
    background-image: url('data:image/svg+xml;charset=utf-8, <svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1 7L3 9L11 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
}

.btn-white[data-icon="dots"] span::before {
    background-image: url('data:image/svg+xml;charset=utf-8,  <svg width="14" height="4" viewBox="0 0 14 4" fill="none" xmlns="http://www.w3.org/2000/svg">  <circle cx="2" cy="2" r="1.25" fill="%23282828"/>  <circle cx="7" cy="2" r="1.25" fill="%23282828"/>  <circle cx="12" cy="2" r="1.25" fill="%23282828"/>  </svg>');
}

@media all and (min-width: 1025px) {
    .btn-yellow:active {
        background: #FFE660;
    }

    .btn-black:active {
        border-color: #C99C47;
        color: #C99C47;
    }

    .btn-black:hover {
        border-color: #E7BE68;
        color: #E7BE68;
    }

    .btn-xs.btn-yellow:hover {
        color: #282828 !important;
        -webkit-box-shadow: 0px 5px 15px rgba(255, 215, 0, 0.35);
        box-shadow: 0px 5px 15px rgba(255, 215, 0, 0.35);
    }

    .btn-sm.btn-yellow:hover {
        color: #282828 !important;
        -webkit-box-shadow: 0px 10px 30px -10px rgba(255, 215, 0, 0.35), 0px 5px 15px -5px rgba(255, 215, 0, 0.35);
        box-shadow: 0px 10px 30px -10px rgba(255, 215, 0, 0.35), 0px 5px 15px -5px rgba(255, 215, 0, 0.35);
    }

    .btn-md.btn-yellow:hover {
        color: #282828 !important;
        -webkit-box-shadow: 0px 15px 45px -15px rgba(255, 215, 0, 0.35), 0px 10px 30px -10px rgba(255, 215, 0, 0.35);
        box-shadow: 0px 15px 45px -15px rgba(255, 215, 0, 0.35), 0px 10px 30px -10px rgba(255, 215, 0, 0.35);
    }

    .btn-aqua:hover {
        box-shadow: 0px 15px 45px rgba(40, 40, 40, 0.05), 0px 10px 30px -10px rgba(40, 40, 40, 0.15);
        -webkit-box-shadow: 0px 15px 45px rgba(40, 40, 40, 0.05), 0px 10px 30px -10px rgba(40, 40, 40, 0.15);
        color: #fff!important;
    }
}

@media all and (max-width: 1024px) {
    .btn-md {
        font-size: 14px;
    }
}

/* buttons */

/* building progress */

.section-building {
    position: relative;
    padding-bottom: 70px;
}

.building-title {
    margin-bottom: 35px;
    position: relative;
    z-index: 15;
}

.building-item,
.building-item__nav {
    height: 345px !important;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.building-item__nav-inner {
    padding: 30px;
    position: relative;
}

.building-item__nav-inner__btn {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.building-item__nav-inner__btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(50% + 1px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 9px;
    height: 14px;
}

.building-item__img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.building-item__nav-img {
    width: 100%;
    height: 230px;
    background-position: center;
    background-size: cover;
}

.building-item__year {
    position: absolute;
    right: 40px;
    top: 30px;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.3;
    color: #FFFFFF;
}

.building-item__month {
    position: absolute;
    left: 40px;
    bottom: 55px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.building-slider .swiper-arrows__container {
    right: 30px;
}

.building-slider {
    z-index: 20;
}

.building-slider-nav {
    margin-top: -345px;
    z-index: 15;
}

.building-item__nav-inner-year {
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.3;
    color: #282828;
}

.building-item__nav-inner-month {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #717C89;
}

/* building progress */

/* commerce-rooms */

.section-commerce-rooms {
    position: relative;
    background: #F9F9F9;
    padding-top: 100px;
    padding-bottom: 70px;
}

.commerce-rooms__title {
    position: relative;
    z-index: 15;
    margin-bottom: 50px;
}

.commerce-rooms__item {
    z-index: 15;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    text-align: left;
    position: relative;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 20px 60px -30px rgba(40, 40, 40, 0.15);
    box-shadow: 0px 20px 60px -30px rgba(40, 40, 40, 0.15);
    padding: 30px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.commerce-rooms__img-wrap {
    height: 154px;
    width: 100%;
    margin-bottom: 25px;
}

.commerce-rooms__img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.commerce-rooms__name {
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    color: #282828;
    margin-bottom: 10px;
}

.commerce-rooms__text {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
    color: #717C89;
    margin-bottom: 22px;
}

.commerce-rooms__price-title {
    font-weight: bold;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(113, 124, 137, 0.5);
}

.commerce-rooms__price-value {
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.3;
    color: #282828;
}

.commerce-rooms__price-value-q {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 26px;
    color: #717C89;
}

@media all and (min-width: 1025px) {
    .commerce-rooms__item:hover {
        color: inherit !important;
        -webkit-box-shadow: 0px 15px 45px rgba(40, 40, 40, 0.08), 0px 30px 90px -30px rgba(40, 40, 40, 0.25);
        box-shadow: 0px 15px 45px rgba(40, 40, 40, 0.08), 0px 30px 90px -30px rgba(40, 40, 40, 0.25);
    }
}

/* commerce-rooms */

/* spaces */

.section-spaces {
    position: relative;
    padding-top: 100px;
    padding-bottom: 70px;
}

.space-item {
    position: relative;
    z-index: 15;
    border: 1px solid #E5E5E5 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.space-item__inner {
    padding: 40px 0;
    padding-right: 80px;
}

.space-item__name {
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #282828;
    margin-bottom: 5px;
}

.space-item__price {
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.3;
    color: #717C89;
    margin-bottom: 20px;
}

.space-item__img {
    display: block !important;
    margin-right: 25px;
    width: auto !important;
    height: 100%;
}

@media all and (min-width: 1025px) {
    .space-item:hover {
        color: inherit !important;
        border-color: transparent !important;
        -webkit-box-shadow: 0px 40px 90px -20px rgba(40, 40, 40, 0.08), 0px 30px 30px -15px rgba(40, 40, 40, 0.08), 0px 60px 90px -30px rgba(40, 40, 40, 0.08);
        box-shadow: 0px 40px 90px -20px rgba(40, 40, 40, 0.08), 0px 30px 30px -15px rgba(40, 40, 40, 0.08), 0px 60px 90px -30px rgba(40, 40, 40, 0.08);
    }
}

@media all and (max-width: 1024px) {

    .building-slider-nav {
        display: none;
    }

    .space-item__inner {
        padding-right: 10px;
    }
}

@media all and (max-width: 767px) {

    .space-item__inner {
        padding: 30px 15px;
    }

    .space-item__btn .btn {
        width: 100%;
    }

    .space-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

/* spaces */

/* teasers */

.section-teasers {
    position: relative;
    padding-bottom: 40px;
}

.teaser-item {
    position: relative;
    z-index: 15;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.teaser-item__img {
    margin-bottom: 35px;
}

.teaser-item__name {
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 16px;
}

.teaser-item__text {
    font-weight: normal;
    font-size: 15px;
    line-height: 1.3;
}

@media all and (max-width: 1024px) {
    .teaser-item {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
    }
}

/* teasers */

/* price */

.section-price {
    padding: 100px 0;
    position: relative;
}

.section-commerce {
    position: relative;
    padding-top: 100px;
    padding-bottom: 80px;
}


@media all and (min-width: 1025px) {
    .price-img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -37px;
        z-index: 10;
    }

    .commerce-img {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 15;
    }
}

@media all and (max-width: 1024px) {
    .price-img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .commerce-img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        margin-bottom: 15px;
    }
}

/* price */

/* section-rc */

.section-rc {
    padding: 100px 0;
}

.slider-rc__wrapper {
    position: relative;
    width: 50%;
    z-index: 20;
}

.rc-slider {
    overflow: hidden;
}

.rc-item {
    height: 520px !important;
}

.rc-item__img {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

@media all and (min-width: 1025px) {
    .section-rc__wrapper {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        z-index: 15;
    }
}

@media all and (max-width: 1024px) {
    .section-rc {
        padding: 50px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .section-rc__wrapper p {
        margin-bottom: 50px;
    }

    .slider-rc__wrapper {
        width: 100%;
        margin-bottom: 30px;
    }
}

/* section-rc */

/* territory */

.section-territory {
    position: relative;
}

.section-territory-img {
    position: relative;
    /*margin-top: 50px;*/
    width: 100%;
    background-size: cover;
    background-position: center;
}

.section-territory__top {
    padding-bottom: 50px;
}

.section-territory-img-mobile {
    margin: 20px 0;
}

.territory-text {
    margin: 0 !important;
    z-index: 10;
    position: relative;
}

.section-territory__item,
.section-territory__item-text {
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1;
}

.section-territory__item-text {
    background: #FFFFFF;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: calc(100% + 15px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 200px;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    line-height: 1.2;
    color: #282828;
    user-select: none;
    -webkit-box-shadow: 0px 15px 45px rgba(40, 40, 40, 0.08), 0px 30px 90px -30px rgb(40, 40, 40, 0.25);
    box-shadow: 0px 15px 45px rgba(40, 40, 40, 0.08), 0px 30px 90px -30px rgb(40, 40, 40, 0.25);
}

.section-territory__item-text::before {
    content: '';
    position: absolute;
    background-image: url('data:image/svg+xml;charset=utf-8, <svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg">  <path d="M0 0H12L6 8L0 0Z" fill="white"/>  </svg>');
    width: 12px;
    height: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -8px;
}

@media all and (min-width: 1025px) {
    .section-territory-img {
        height: 650px;
    }

    .section-territory__item:hover,
    .section-territory__item-text:hover {
        z-index: 10;
    }
}

@media all and (max-width: 1024px) {
    .section-territory .h2 {
        margin-bottom: 20px;
    }

    .section-territory-img {
        height: 260px;
        background-size: contain;
        background-repeat: no-repeat;
    }

}

/* territory */

/* technologies */

.section-technologies {
    position: relative;
    padding-top: 90px;
    padding-bottom: 100px;
}

.section-technologies .h2 {
    margin-bottom: 35px;
}

.technologies-item {
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 15;
    padding: 33px 120px 33px 33px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: calc(100% - 30px);
    min-height: 250px;
    margin-bottom: 30px;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.technologies-item__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
    position: relative;
}

.technologies-item__text {
    font-size: 14px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.75);
    opacity: 0;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.technologies-item--first {
    min-height: 530px;
    padding: 34px 40px;
}

.technologies-item--first .technologies-item__title {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
    color: #FFFFFF;
}

.technologies-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.technologies-item__hover::before {
    content: '';
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url('data:image/svg+xml;charset=utf-8,  <svg width="32" height="14" viewBox="0 0 32 14" fill="none" xmlns="http://www.w3.org/2000/svg">  <path d="M1 7H31M31 7L25 1M31 7L25 13" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>  </svg>');
    width: 32px;
    height: 14px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media all and (min-width: 1025px) {
    .technologies-item:hover::before,
    .technologies-item:hover .technologies-item__text {
        opacity: 1;
    }
}

@media all and (max-width: 1024px) {

    .technologies-item {
        overflow: hidden !important;
    }

    .section-technologies {
        padding: 50px 0;
    }

    .technologies-item--first {
        min-height: 250px;
    }

    .technologies-item--first .technologies-item__title {
        font-size: 16px;
    }

}

/* technologies */

/* apartments */

.apartments-item {
    z-index: 15;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    text-align: left;
    position: relative;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 20px 60px -30px rgba(40, 40, 40, 0.15);
    box-shadow: 0px 20px 60px -30px rgba(40, 40, 40, 0.15);
    padding: 60px 24px 30px 24px;
}

.section-apartments {
    position: relative;
}

.section-apartments .h2 {
    margin-bottom: 40px;
}

.apartments-item__num {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    user-select: none;
}

.apartments-item__num-inner {
    position: absolute;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    top: 15px;
    left: 15px;
}

.apartments-item__img {
    display: block;
    box-sizing: border-box;
    max-height: 172px;
    width: auto;
    margin: 0 auto;
    margin-bottom: 25px;
}

.apartments-item__name {
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.3;
    color: #282828;
    margin-bottom: 17px;
    min-height: 44px;
}

.apartments-item__price-title {
    font-weight: bold;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.apartments-item__price-value {
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.3;
    color: #282828;
}

.apartments-item__price-value-q {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 26px;
}

@media all and (min-width: 1025px) {
    .apartments-item:hover {
        -webkit-box-shadow: 0px 15px 45px rgba(40, 40, 40, 0.08), 0px 30px 90px -30px rgba(40, 40, 40, 0.25);
        box-shadow: 0px 15px 45px rgba(40, 40, 40, 0.08), 0px 30px 90px -30px rgba(40, 40, 40, 0.25);
        color: inherit !important;
    }
}

@media all and (max-width: 1024px) {
    .section-apartments {
        padding: 50px 0;
    }

    .apartments-item {
        text-align: center;
        margin-bottom: 30px;
        overflow: hidden;
    }

}

/* apartments */

/* security */

.section-security {
    padding: 100px 0;
}

.section-security-img__wrapper {
    width: 50%;
    margin-left: 50%;
}

.section-security__wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 15;
}

.security-block {
    border: 1px solid #E5E5E5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.security-block__item {
    padding: 40px 30px;
}

.security-block__item:first-child {
    border-right: 1px solid #E5E5E5;
}

@media all and (max-width: 1024px) {
    .section-security-img__wrapper {
        width: 100%;
        margin-left: 0;
    }

    .section-security {
        padding: 50px 0;
    }

    .section-security__wrapper {
        position: relative;
        top: unset;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: 30px;
    }

    .section-map__wrapper {
        margin-top: 30px;
        padding-bottom: 30px;
    }


}

@media all and (max-width: 767px) {
    .security-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: auto;
    }

    .security-block__item:first-child {
        border-right: none;
        border-bottom: 1px solid #E5E5E5;
    }

}

/* security */

/* map */

.section-map {
    position: relative;
}

.map__wrapper {
    width: 50%;
    height: 680px;
    overflow: hidden;
    position: relative;
    z-index: 20;
}

.section-map__wrapper {
    z-index: 15;
}

.placemark_layout_container {
    position: relative;
}

.circle_layout {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 20px rgba(40, 40, 40, 0.1), 0px 5px 15px -5px rgba(40, 40, 40, 0.35);
    box-shadow: 0px 10px 20px rgba(40, 40, 40, 0.1), 0px 5px 15px -5px rgba(40, 40, 40, 0.35);
}

.circle_layout img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 50;
}

.ballon_layout_container {
    position: relative;
}

.ballon_layout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background: #000;
    z-index: 50;
}

.map-controls {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 15;
}

.map-controls__item {
    width: 50%;
}

.map-controls__item-control {
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 64px;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #282828;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -1px 0;
    border-top: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.map-controls__item:last-child .map-controls__item-control {
    border-right: 1px solid #E5E5E5;
}

.map-controls__item-control img {
    padding-left: 22px;
}

.map-controls__item-control span {
    position: relative;
    padding-left: 42px;
    padding-right: 22px;
}

.map-controls__item-control span::before {
    content: '';
    position: absolute;
    left: 21px;
    height: 64px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 1px solid #F5F5F5;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.map-controls__item-control.active {
    color: #FFFFFF;
    background-color: #282828;
}

.map-controls__item-control.active span::before {
    border-color: rgba(255, 255, 255, 0.15);
}

@media (min-width: 1025px) {
    .section-map__wrapper {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
    }

    .map-controls__item-control:not(.active):hover {
        border-color: #FFFFFF !important;
        -webkit-box-shadow: 0px 15px 45px rgba(40, 40, 40, 0.05), 0px 10px 30px -10px rgba(40, 40, 40, 0.15);
        box-shadow: 0px 15px 45px rgba(40, 40, 40, 0.05), 0px 10px 30px -10px rgba(40, 40, 40, 0.15);
    }
}

@media all and (max-width: 1024px) {
    .map__wrapper {
        width: 100%;
    }
}

@media all and (max-width: 767px) {

    .map-controls {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .map-controls__item:first-of-type .map-controls__item-control:last-child {
        border-bottom: unset;
    }

    .map-controls__item-control {
        border-right: 1px solid #E5E5E5;
    }

    .map-controls__item {
        width: 100%;
    }
}

/* map */

/* finish */

.section-finish {
    position: relative;
    padding-top: 90px;
    padding-bottom: 70px;
}

.finish-text {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
}

.section-finish .h2 {
    margin-bottom: 30px;
    font-size: 39px;
}

.section-finish .sub-title {
    font-family: 'Roboto Slab', serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.3;
}

.finish-slider .swiper-arrows__container {
    right: 30px;
}

.finish-item {
    background-position: center;
    background-size: cover;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 450px;
    position: relative;
    z-index: 15;
}

.finish-text b {
    font-family: 'Roboto Slab', serif;
    margin-bottom: 8px;
}

.finish-text ul,
.section-territory__list {
    margin: 0;
}

.finish-text li,
.section-territory__list li {
    list-style-type: none;
    display: table;
    font-size: 16px;
    line-height: 1.5;
    color: #717C89;
    padding-left: 20px;
    position: relative;
}

.finish-text li::before,
.section-territory__list li::before {
    color: #B0CB1F;
    content: '';
    background-image: url('data:image/svg+xml;charset=utf-8, <svg width="6" height="6" viewBox="0 0 6 6" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="3" cy="3" r="3" fill="%23FFD700"/> </svg>');
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 9px;
}

.finish-item__title {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
    position: absolute;
    bottom: 35px;
    left: 40px;
}

.finish-item__back {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#282828), to(rgba(40, 40, 40, 0)));
    background: -o-linear-gradient(bottom, #282828 0%, rgba(40, 40, 40, 0) 100%);
    background: linear-gradient(360deg, #282828 0%, rgba(40, 40, 40, 0) 100%);
    opacity: 0.5;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

@media all and (max-width: 1024px) {

    .finish-text {
        margin-bottom: 30px;
    }

    .section-finish {
        padding: 50px 0;
    }

    .section-finish .h2 {
        margin-bottom: 10px;
    }

    .section-finish .sub-title {
        margin-bottom: 20px;
    }

}

/* finish */

/* section-documents */

.section-documents {
    position: relative;
    padding: 100px 0;
}

.documents-block {
    position: relative;
    z-index: 10;
    background: #FFFFFF;
}

.documents-block .h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.1;
    color: #282828;
    margin-bottom: 25px;
}

.document-items {
    padding: 0 60px 60px 60px;
}

.document-top {
    padding: 60px 60px 0 60px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 40px;
}
.document-top h2 {
    margin-top: 0;
}

.document-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.document-tabs__link {
    display: block;
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-bottom: 4px solid transparent;
    cursor: pointer;
}

.document-tabs__link.active {
    border-color: #FFD700;
}

.document-tabs__link:first-of-type {
    margin-right: 70px;
}

.document-tabs__items {
    display: flex;
    position: relative;
    transform: translate3d(0px,0,0);
    overflow: hidden;
}

.document-tabs__item {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-out, visibility .3s ease-out;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
}
.document-tabs__item.active {
    opacity: 1;
    visibility: visible;
}

.document-tabs__item:last-child {
    transform: translate(-100%, 0);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.document-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.document-tabs__item .document-item {
    width: 50%;
    flex-basis: 50%;
}

.document-item__icon {
    display: block;
    margin-right: 20px;
}

.document-item__name {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    color: #282828;
}

.document-item__info {
    font-size: 16px;
    line-height: 1.25;
    color: #717C89;
}

.document-item__info span {
    color: rgba(113, 124, 137, 0.5);
}

@media all and (max-width: 1024px) {
    .section-documents {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .document-tabs__item .document-item {
        width: 100%;
        flex-basis: 100%;
    }
}

/* section-documents */


/* commerce */

.section-purchase {
    padding-top: 85px;
    padding-bottom: 60px;
}

.section-purchase .sub-title {
    margin-bottom: 30px;
    position: relative;
    z-index: 15;
}

.section-purchase .h2 {
    margin-bottom: 15px;
    position: relative;
    z-index: 5;
}

.purchase-item {
    position: relative;
    z-index: 15;
    display: block;
    text-align: left;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 20px 60px -30px rgba(40, 40, 40, 0.15);
    box-shadow: 0px 20px 60px -30px rgba(40, 40, 40, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.purchase-item__img {
    width: 100%;
    height: 170px;
    background-position: center;
    background-size: cover;
}

.purchase-item__inner {
    padding: 35px 40px;
}

.purchase-item__name {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
    color: #282828;
    margin-bottom: 5px;
}

.purchase-item__text {
    font-size: 16px;
    line-height: 1.2;
    color: #717C89;
}

@media all and (min-width: 1025px) {
    .purchase-item:hover {
        -webkit-box-shadow: 0px 15px 45px rgba(40, 40, 40, 0.08), 0px 30px 90px -30px rgba(40, 40, 40, 0.25);
        box-shadow: 0px 15px 45px rgba(40, 40, 40, 0.08), 0px 30px 90px -30px rgba(40, 40, 40, 0.25);
    }
}

@media all and (max-width: 1024px) {

    .purchase-item {
        text-align: center;
    }

    .section-purchase {
        padding: 50px 0;
    }
}

/* commerce */

/* projects */

.section-projects {
    position: relative;
    padding-top: 90px;
    padding-bottom: 70px;
}

.section-projects .h2 {
    margin-bottom: 35px;
}

.projects-item {
    text-align: left;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    border: 1px solid #E5E5E5 !important;
    position: relative;
    z-index: 15;
}

.projects-item__img {
    width: calc(100% + 2px);
    margin: -1px;
    height: 270px;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.projects-item__img::before {
    content: '';
    position: absolute;
    right: -1px;
    top: -1px;
    width: 100px;
    height: 100px;
    border: 1px solid #F6E8EA;
    opacity: 0;
    z-index: 5;
    border-radius: 0 0 0 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.projects-item__class {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    padding: 10px 15px;
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #717C89;
}

.projects-item__inner {
    padding: 35px 30px;
}

.projects-item__name {
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.1;
    color: #282828;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.projects-item__address-block-name,
.projects-item__deadline-block-name {
    font-weight: 600;
    font-size: 11px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #717C89;
}

.projects-item__address-block-val,
.projects-item__deadline-block-val {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    color: #282828;
}

.projects-item__address-block {
    margin-bottom: 22px;
}

.projects-item__address-block,
.projects-item__deadline-block {
    position: relative;
    padding-left: 30px;
}

.projects-item__address-block::before,
.projects-item__deadline-block::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.projects-item__address-block::before {
    background-image: url('data:image/svg+xml;charset=utf-8, <svg width="22" height="29" viewBox="0 0 22 29" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M21 11C21 19 11 27 11 27C11 27 1 19 1 11C1 5.47715 5.47715 1 11 1C16.5228 1 21 5.47715 21 11Z" stroke="%23FFD700" stroke-width="2"/> <circle cx="11" cy="11" r="4.5" stroke="%23FFD700"/> </svg>');
    width: 22px;
    height: 29px;
}

.projects-item__deadline-block::before {
    background-image: url('data:image/svg+xml;charset=utf-8, <svg width="22" height="28" viewBox="0 0 22 28" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15 1H3C1.89543 1 1 1.89543 1 3V25C1 26.1046 1.89543 27 3 27H15C16.1046 27 17 26 17 25V24C18 24 20 23.5 21 22C19.6667 20.6667 17 18 17 7V3C17 1.89543 16.1046 1 15 1Z" stroke="%23FFD700" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <rect x="1" y="7" width="16" height="1" fill="%23FFD700"/> <path d="M1.5 7.5C1.5 18.5 3 22 4.5 23.5C8 23.5 11.5 23.5 17 23.5" stroke="%23FFD700" stroke-linecap="round" stroke-linejoin="round"/> <path d="M7.5 15.5L9 17L12.5 13.5" stroke="%23FFD700" stroke-linecap="round"/> </svg>');
    width: 22px;
    height: 28px;
}

@media all and (min-width: 1025px) {
    .projects-item:hover {
        border-color: transparent !important;
        -webkit-box-shadow: 0px 40px 90px -20px rgba(40, 40, 40, 0.08), 0px 30px 30px -15px rgba(40, 40, 40, 0.08), 0px 60px 90px -30px rgba(40, 40, 40, 0.08);
        box-shadow: 0px 40px 90px -20px rgba(40, 40, 40, 0.08), 0px 30px 30px -15px rgba(40, 40, 40, 0.08), 0px 60px 90px -30px rgba(40, 40, 40, 0.08);
    }

    .projects-item:hover .projects-item__img::before {
        opacity: 1;
    }

    .projects-item:hover .projects-item__name {
        color: #FFD700;
    }
}

@media all and (max-width: 1024px) {

    .map-controls__item-control {
        overflow: hidden;
    }

    .swiper-counter__current {
        font-size: 25px !important;
    }

    .swiper-counter__dash,
    .swiper-counter__count {
        font-size: 12px !important;
    }

    .section-projects {
        padding: 50px 0;
    }

    .document-top {
        padding: 30px 30px 0 30px;
    }

    .document-items {
        padding: 0 30px 30px 30px;
    }

    .section-price,
    .section-commerce {
        padding: 50px 0;
    }

    .section-apartments {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .section-spaces {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .section-commerce-rooms {
        padding-top: 50px;
        padding-bottom: 20px;
    }
}

/* projects */


@media all and (max-width: 767px) {

    .rc-slider .swiper-arrows__container {
        right: unset !important;
        left: 30px;
    }

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

    .document-top {
        padding: 30px 15px 0 15px;
    }

    .document-items {
        padding: 0 15px 30px 15px;
    }

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

    .documents-block .h3 {
        font-size: 20px;
    }

    .teaser-item__name {
        font-size: 22px;
    }

    .section-rc {
        padding-bottom: 100px;
    }

    .document-tabs__link:first-of-type {
        margin-right: 15px;
    }

    .document-tabs__link {
        font-size: 12px;
    }

}


.finish-slider--desc {
    font-size: 13px;
    line-height: 1.85;
    color: rgba(113, 124, 137, 0.7);
    padding-top: 13px;
}

.finish-slider--desc.finish-dark--desc {
    color: rgba(255, 255, 255, 0.7);
}


/*  flat filter  */

.apartments-filter {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 3px;
    margin-bottom: 40px;
}

.apart-filter__item {
    padding: 17px 30px;
    background: transparent;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #5E748D;
    cursor: pointer;
    border: 1px solid rgba(94, 116, 141, 0.2);
    border-right: 0;
    user-select: none;
}

.apart-filter__item:first-child {
    border-radius: 3px 0 0 3px;
}

.apart-filter__item:last-child {
    border-radius: 0px 3px 3px 0px;
    border-right: 1px solid rgba(94, 116, 141, 0.2);
}

.apart-filter__item.active {
    background: #282828;
    color: #fff;
    border-color: transparent;
}

.apart-filter__item.apart-filter__all.active {
    cursor: default;
}

.apart-item {
    display: none;
}

.apart-item.apart-active {
    display: block;
}

/* semicircle theme */

.semicircle .apart-filter__item:first-child {
    border-radius: 50px 0 0 50px;
}

.semicircle .apart-filter__item:last-child {
    border-radius: 0px 50px 50px 0px;
    border-right: 1px solid rgba(94, 116, 141, 0.2);
}


/* dark theme */

.dark-theme .apart-filter__item {
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.dark-theme .apart-filter__item:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.dark-theme .apart-filter__item.active {
    background: #444444;
    border-color: transparent;
}

@media all and (max-width: 1024px) {
    .apartments-filter {
        display: flex;
        justify-content: center;
    }

    .apart-filter__item {
        font-size: 13px;
        margin-bottom: 15px;
        margin-right: 15px;
        padding: 14px 20px;
        border-radius: 3px;
        border: 1px solid rgba(94, 116, 141, 0.2);
    }

    .apart-filter__item:first-child,
    .apart-filter__item:last-child {
        border-radius: 3px;
    }

    .semicircle .apart-filter__item,
    .semicircle .apart-filter__item:first-child,
    .semicircle .apart-filter__item:last-child {
        border-radius: 50px;
    }

    .dark-theme .apart-filter__item {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }
}

@media all and (min-width: 1025px) {
    .apart-filter__item.active + .apart-filter__item {
        border-left-color: transparent;
    }

    .dark-theme .apart-filter__item.active + .apart-filter__item {
        border-left-color: transparent;
    }

    .apart-filter__item:not(.active):not(.apart-filter__all.active):hover {
        background: #FFFFFF;
        border-color: transparent;
        color: #282828;
        -webkit-box-shadow: 0px 15px 45px rgba(40, 40, 40, 0.05), 0px 10px 30px -10px rgba(40, 40, 40, 0.15);
        box-shadow: 0px 15px 45px rgba(40, 40, 40, 0.05), 0px 10px 30px -10px rgba(40, 40, 40, 0.15);
    }

    .apart-filter__item:not(.active):not(.apart-filter__all.active):hover + .apart-filter__item {
        border-left-color: transparent;
    }

    .dark-theme .apart-filter__item:not(.active):not(.apart-filter__all.active):hover {
        background: -webkit-gradient(linear, left top, left bottom, from(#E7BE68), to(#C99C47));
        background: -o-linear-gradient(top, #E7BE68 0%, #C99C47 100%);
        background: linear-gradient(180deg, #E7BE68 0%, #C99C47 100%);
        border-color: transparent;
        color: #FFFFFF;
        -webkit-box-shadow: 0px 15px 45px rgba(201, 156, 71, 0.35), 0px 10px 30px -10px rgba(201, 156, 71, 0.35);
        box-shadow: 0px 15px 45px rgba(201, 156, 71, 0.35), 0px 10px 30px -10px rgba(201, 156, 71, 0.35);
    }
}


#modal__object {
    background-color: transparent;
}


/*  menu responsive  */

@media all and (max-width: 1024px) {
    .sub-menu-1 ul > li {
        margin: 0 14px;
    }

    .sub-menu-1 ul > li a {
        font-size: 16px;
    }
}


.pgs-char-desc {
    padding: 40px 0 10px;
    border-bottom: 1px solid #E5E5E5;
}

.pgs-first-block__desc-item {
    position: relative;
    margin-bottom: 32px;
    text-align: left;
    padding-left: 75px;
}

.pgs-start-disclaimer {
    padding: 0 0 14px;
}

.pgs-start-disclaimer p {
    margin: 0;
    font-size: 13px !important;
    line-height: 1.1;
    color: rgba(113, 124, 137, 0.7);
}

.territory-disclaimer {
    position: absolute;
    font-size: 13px;
    line-height: 1.1;
    color: rgba(255, 255, 255, 0.7);
    bottom: 32px;
    left: 0;
    right: 0;
    user-select: none;
}

.section-territory-img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
    background: -webkit-gradient(linear, left bottom, left top, from(#282828), color-stop(40%, rgba(40, 40, 40, 0)));
    background: -o-linear-gradient(bottom, #282828 0%, rgba(40, 40, 40, 0) 40%);
    background: linear-gradient(360deg, #282828 0%, rgba(40, 40, 40, 0) 40%);
    opacity: 0.5;
    z-index: 0;
}

@media all and (max-width: 1024px) {
    .territory-disclaimer {
        position: unset;
        color: rgba(113, 124, 137, 0.7);
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.section-rc__disclaimer {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 110px;
    color: rgba(113, 124, 137, 0.7);
    font-size: 12px;
    line-height: 1.1;
}

@media all and (max-width: 1024px) {
    .section-rc__disclaimer {
        bottom: 30px;
    }
}

@media all and (max-width: 767px) {
    .section-rc__disclaimer {
        bottom: 15px;
    }
}

.map-text p {
    color: rgba(255, 255, 255, 0.7);
}

.info_dev .left_blc .h3 {
    font-size: 24px;
    line-height: 1.2;
}

.info_dev .left_blc span {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #717C89;
}

.info_dev .left_blc p {
    margin: 1px 0 21px;
    font-weight: 600;
    font-size: 20px !important;
    line-height: 20px;
    color: #282828;
}

.info_dev.drk .left_blc p {
    color: white;
}

.info_dev .left_blc {
    padding: 54px 30px 0 59px;
    border-right: 1px solid #E5E5E5;
}

.info_dev .right_blc {
    padding: 54px 30px 60px 59px;
}

.info_dev .right_blc .h3 {
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 36px;
}

.info_dev .right_blc .document-items {
    padding: 0;
}



.proj-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}

@media all and (max-width: 991px) {
    .proj-flex {
        flex-wrap: wrap;
    }
    .proj-flex > div {
        width: 100%;
    }
}

.flats-navigation--wrap {
    margin-bottom: 60px;
    border-bottom: 1px solid rgb(40 40 40 / 10%);
}

.flats-navigation,
.flats-navigation-test {
    overflow: hidden;
}

.flats-navigation a,
.flats-navigation-test a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-bottom: 26px;
    display: inline-block;
    position: relative;
    border-bottom: none;
    cursor: pointer;
    white-space: nowrap;
}
.flats-navigation a::after,
.flats-navigation-test a::after {
    content: ' ';
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 2px 2px 0px 0px;
    opacity: 0;
    transition: opacity .3s ease-out;
    bottom: 0;
    left: 0;
}
.flats-navigation .swiper-slide-thumb-active a::after,
.flats-navigation-test .swiper-slide-thumb-active a::after {
    opacity: 1;
}

.flats-content-wrap {

}

.flats-content,
.flats-content-test {
    overflow: hidden;
}

.flats-content--item {
    position: relative;
}

.flats-content--item .flats-content--plan {

}
.flats-content--item .flats-content--plan img {
    width: 100%;
}

.flats-content--item .flats-content--svg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.flats-content--item .flats-content--svg svg {
    width: 100%;
}
.flats-content--item .flats-content--svg .floor-hover {
    opacity: 0;
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #FFD700;
    transition: opacity .3s ease-out;
    cursor: pointer;
}
.flats-content--item .flats-content--svg .floor-hover.flat-soldout {
    fill: #F5F7F9;
    cursor: default;
    pointer-events: none;
}
.flats-content--item .flats-content--svg .floor-hover:hover,
.flats-content--item .flats-content--svg .floor-hover.flat-soldout {
    opacity:0.75;
}

.flats-display--switcher {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    padding-top: 5px;
}

.ftals-display--switch {
    display: flex;
    margin-left: 40px;
    opacity: 0.75;
    cursor: pointer;
    transition: opacity .3s ease-out;
}
.ftals-display--switch.active {
    pointer-events: none;
}
.ftals-display--switch.active,
.ftals-display--switch:hover {
    opacity: 1;
}

.ftals-display--switch-icon {
    width: 14px;
    height: 14px;
    margin-right: 9px;
    background-repeat: no-repeat;
    background-position: left top;
    opacity: .5;
    transition: opacity .3s ease-out;
}
.ftals-display--switch-icon.ftals-display--switch-icon-floor {
    background-image: url(/bitrix/templates/pgs/components/bitrix/catalog/new_buildings-new/bitrix/catalog.element/new/img/floor.svg);
}
.ftals-display--switch-icon.ftals-display--switch-icon-flat {
    background-image: url(/bitrix/templates/pgs/components/bitrix/catalog/new_buildings-new/bitrix/catalog.element/new/img/list.svg);
}
.ftals-display--switch.active .ftals-display--switch-icon,
.ftals-display--switch:hover .ftals-display--switch-icon {
    opacity: 1;
}


.ftals-display--switch-text {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    opacity: 0.8;
    color: #399EB3;
    transition: color .3s ease-out;
}
.ftals-display--switch.active .ftals-display--switch-text,
.ftals-display--switch:hover .ftals-display--switch-text {
    color: #282828;
}

.quiz-wrapper {
    background: #F5F7F9;
    padding-top: 90px;
    padding-bottom: 70px;
}

@media (max-width: 767px) {
    .matomba_iframe:not(.matomba_iframe_mobile) {
        margin: 0!important;
        padding: 0!important;
    }
}
/* End */


/* Start:/bitrix/templates/pgs/assets/plugins/swiper/swiper.min.css?162158488613885*/
/**
 * Swiper 6.5.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 23, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* End */


/* Start:/bitrix/templates/pgs/assets/css/normalize.css?16215114902368*/
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}
body{margin:0;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary{display:block;}
audio,
canvas,
progress,
video{display:inline-block;}
audio:not([controls]){display:none;height:0;}
progress{vertical-align:baseline;}
template,
[hidden]{display:none;}
a{background-color:transparent;-webkit-text-decoration-skip:objects;}
a:active,
a:hover{outline-width:0;}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}
b,
strong{font-weight:inherit;}
b,
strong{font-weight:bolder;}
dfn{font-style:italic;}
mark{background-color:#ff0;color:#000;}
small{font-size:80%;}
sub,
sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sub{bottom:-0.25em;}
sup{top:-0.5em;}
img{border-style:none;}
svg:not(:root){overflow:hidden;}
code,
kbd,
pre,
samp{font-family:monospace, monospace;font-size:1em;}
figure{margin:1em 40px;}
hr{box-sizing:content-box;height:0;overflow:visible;}
button,
input,
select,
textarea{font:inherit;margin:0;}
optgroup{font-weight:bold;}
button,
input{overflow:visible;}
button,
select{text-transform:none;}
button,
html [type="button"],
[type="reset"],
[type="submit"]{-webkit-appearance:button;}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner{border-style:none;padding:0;}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring{outline:1px dotted ButtonText;}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}
textarea{overflow:auto;}
[type="checkbox"],
[type="radio"]{box-sizing:border-box;padding:0;}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button{height:auto;}
[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
::-webkit-input-placeholder{color:inherit;opacity:0.54;}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}
/* End */


/* Start:/bitrix/templates/pgs/assets/css/utils.css?16215114723266*/
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

[role="button"] {
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

small {
    font-size: 80%;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* .clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
} */

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,{
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}


.img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}

@media (max-width: 1024px) {
    .center-mobile {
        text-align: center;
    }
}

.vertical-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.def-tr {
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

[role="block"] {
    display: block;
}

@media screen and (min-width: 1024px )  {
    .text-center-md{
        text-align: center;
    }

    .text-right-md {
        text-align: right;
    }
}


@media screen and (min-width: 767px ) and (max-width: 1024px)  {
    .text-center-sm{
        text-align: center;
    }
    .text-right-sm{
        text-align: right;
    }
}

@media screen and (max-width: 767px) {
    .text-center-xs{
        text-align: center;
    }

    .text-right-xs {
        text-align: right;
    }

    .text-left-xs {
        text-align: left;
    }

}

.relative {
    position: relative;
}

.overflow__hidden {
    overflow: hidden;
}
/* End */


/* Start:/bitrix/templates/pgs/assets/css/grid.css?177884959321959*/
/* Uncomment and set these variables to customize the grid. */

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    box-sizing: border-box;
}

@media (max-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;

}

.row.reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.col.reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.col-xs-offset-1 {
    margin-left: 8.333%;
}

.col-xs-offset-2 {
    margin-left: 16.667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.333%;
}

.col-xs-offset-5 {
    margin-left: 41.667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.333%;
}

.col-xs-offset-8 {
    margin-left: 66.667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.333%;
}

.col-xs-offset-11 {
    margin-left: 91.667%;
}

.start-xs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
}

.center-xs {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}

.end-xs {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
}

.top-xs {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.middle-xs {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.bottom-xs {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.between-xs {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.first-xs {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}

.last-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

@media only screen and (min-width: 768px) {
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-sm {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-sm-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .col-sm-offset-1 {
        margin-left: 8.333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.667%;
    }

    .start-sm {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-sm {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-sm {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-sm {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }

    .middle-sm {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .bottom-sm {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }

    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-sm {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .first-sm {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .last-sm {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}

@media only screen and (min-width: 1025px) {
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-md {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-md-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-md-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-md-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-md-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.333%;
    }

    .col-md-offset-2 {
        margin-left: 16.667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.333%;
    }

    .col-md-offset-5 {
        margin-left: 41.667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.333%;
    }

    .col-md-offset-8 {
        margin-left: 66.667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.333%;
    }

    .col-md-offset-11 {
        margin-left: 91.667%;
    }

    .start-md {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        /*text-align: start;*/
        text-align: left;
    }

    .center-md {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-md {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-md {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }

    .middle-md {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .bottom-md {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }

    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-md {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .first-md {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .last-md {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}

@media only screen and (min-width: 1200px) {
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-lg {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-lg-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-lg-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-lg-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-lg-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.667%;
    }

    .start-lg {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-lg {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-lg {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-lg {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }

    .middle-lg {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .bottom-lg {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }

    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-lg {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .first-lg {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }

    .last-lg {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}


@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1025px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 1025px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 1025px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 1025px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 1025px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
/* End */


/* Start:/bitrix/templates/pgs/components/bitrix/catalog/new_buildings-new/bitrix/catalog.element/new/templates/rhombus/style.css?1629981882487766*/

.building-item__nav-inner__btn {
    top: calc(50% - 25px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: transparent;
    border: 1px solid rgba(113, 124, 137, 0.2);
}

.building-item__nav-inner__btn::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    background-image: url('data:image/svg+xml;charset=utf-8, <svg width="9" height="14" viewBox="0 0 9 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1L7 7L1 13" stroke="%235E748D" stroke-width="2" stroke-linecap="round"/> </svg>');
}

@media all and (min-width: 1025px) {

    .building-item__nav:hover .building-item__nav-inner__btn {
        border-color: transparent;
        background: #FFD700;
        -webkit-box-shadow: 0px 15px 45px rgba(255, 215, 0, 0.35);
        box-shadow: 0px 15px 45px rgba(255, 215, 0, 0.35);
    }

    .building-item__nav:hover .building-item__nav-inner__btn::before {
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="9" height="14" viewBox="0 0 9 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1L7 7L1 13" stroke="white" stroke-width="2" stroke-linecap="round"/> </svg>');
    }

    .fb-s::before {
        content: '';
        background-image: url('data:image/svg+xml;utf8, <svg width="186" height="66" viewBox="0 0 186 66" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M123 0L126 3L123 6L120 3L123 0Z" fill="%23DDE7F1"/> <path d="M143 0L146 3L143 6L140 3L143 0Z" fill="%23DDE7F1"/> <path d="M123 20L126 23L123 26L120 23L123 20Z" fill="%23DDE7F1"/> <path d="M103 0L106 3L103 6L100 3L103 0Z" fill="%23DDE7F1"/> <path d="M103 20L106 23L103 26L100 23L103 20Z" fill="%23DDE7F1"/> <path d="M103 40L106 43L103 46L100 43L103 40Z" fill="%23DDE7F1"/> <path d="M83 0L86 3L83 6L80 3L83 0Z" fill="%23DDE7F1"/> <path d="M83 20L86 23L83 26L80 23L83 20Z" fill="%23DDE7F1"/> <path d="M83 40L86 43L83 46L80 43L83 40Z" fill="%23DDE7F1"/> <path d="M43 20L46 23L43 26L40 23L43 20Z" fill="%23DDE7F1"/> <path d="M23 40L26 43L23 46L20 43L23 40Z" fill="%23DDE7F1"/> <path d="M43 40L46 43L43 46L40 43L43 40Z" fill="%23DDE7F1"/> <path d="M63 0L66 3L63 6L60 3L63 0Z" fill="%23DDE7F1"/> <path d="M63 20L66 23L63 26L60 23L63 20Z" fill="%23DDE7F1"/> <path d="M63 40L66 43L63 46L60 43L63 40Z" fill="%23DDE7F1"/> <path d="M83 60L86 63L83 66L80 63L83 60Z" fill="%23DDE7F1"/> <path d="M63 60L66 63L63 66L60 63L63 60Z" fill="%23DDE7F1"/> <path d="M3 60L6 63L3 66L0 63L3 60Z" fill="%23DDE7F1"/> <path d="M23 60L26 63L23 66L20 63L23 60Z" fill="%23DDE7F1"/> <path d="M43 60L46 63L43 66L40 63L43 60Z" fill="%23DDE7F1"/> <path d="M163 0L166 3L163 6L160 3L163 0Z" fill="%23DDE7F1"/> <path d="M143 20L146 23L143 26L140 23L143 20Z" fill="%23DDE7F1"/> <path d="M123 40L126 43L123 46L120 43L123 40Z" fill="%23DDE7F1"/> <path d="M103 60L106 63L103 66L100 63L103 60Z" fill="%23DDE7F1"/> <path d="M183 0L186 3L183 6L180 3L183 0Z" fill="%23DDE7F1"/> <path d="M163 20L166 23L163 26L160 23L163 20Z" fill="%23DDE7F1"/> <path d="M143 40L146 43L143 46L140 43L143 40Z" fill="%23DDE7F1"/> <path d="M123 60L126 63L123 66L120 63L123 60Z" fill="%23DDE7F1"/> </svg>');
        width: 186px;
        height: 66px;
        position: absolute;
        top: -33px;
        left: -93px;
    }

    .fb-s::after {
        content: '';
        background-image: url('data:image/svg+xml;utf8, <svg width="186" height="66" viewBox="0 0 186 66" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M123 0L126 3L123 6L120 3L123 0Z" fill="%23DDE7F1"/> <path d="M143 0L146 3L143 6L140 3L143 0Z" fill="%23DDE7F1"/> <path d="M123 20L126 23L123 26L120 23L123 20Z" fill="%23DDE7F1"/> <path d="M103 0L106 3L103 6L100 3L103 0Z" fill="%23DDE7F1"/> <path d="M103 20L106 23L103 26L100 23L103 20Z" fill="%23DDE7F1"/> <path d="M103 40L106 43L103 46L100 43L103 40Z" fill="%23DDE7F1"/> <path d="M83 0L86 3L83 6L80 3L83 0Z" fill="%23DDE7F1"/> <path d="M83 20L86 23L83 26L80 23L83 20Z" fill="%23DDE7F1"/> <path d="M83 40L86 43L83 46L80 43L83 40Z" fill="%23DDE7F1"/> <path d="M43 20L46 23L43 26L40 23L43 20Z" fill="%23DDE7F1"/> <path d="M23 40L26 43L23 46L20 43L23 40Z" fill="%23DDE7F1"/> <path d="M43 40L46 43L43 46L40 43L43 40Z" fill="%23DDE7F1"/> <path d="M63 0L66 3L63 6L60 3L63 0Z" fill="%23DDE7F1"/> <path d="M63 20L66 23L63 26L60 23L63 20Z" fill="%23DDE7F1"/> <path d="M63 40L66 43L63 46L60 43L63 40Z" fill="%23DDE7F1"/> <path d="M83 60L86 63L83 66L80 63L83 60Z" fill="%23DDE7F1"/> <path d="M63 60L66 63L63 66L60 63L63 60Z" fill="%23DDE7F1"/> <path d="M3 60L6 63L3 66L0 63L3 60Z" fill="%23DDE7F1"/> <path d="M23 60L26 63L23 66L20 63L23 60Z" fill="%23DDE7F1"/> <path d="M43 60L46 63L43 66L40 63L43 60Z" fill="%23DDE7F1"/> <path d="M163 0L166 3L163 6L160 3L163 0Z" fill="%23DDE7F1"/> <path d="M143 20L146 23L143 26L140 23L143 20Z" fill="%23DDE7F1"/> <path d="M123 40L126 43L123 46L120 43L123 40Z" fill="%23DDE7F1"/> <path d="M103 60L106 63L103 66L100 63L103 60Z" fill="%23DDE7F1"/> <path d="M183 0L186 3L183 6L180 3L183 0Z" fill="%23DDE7F1"/> <path d="M163 20L166 23L163 26L160 23L163 20Z" fill="%23DDE7F1"/> <path d="M143 40L146 43L143 46L140 43L143 40Z" fill="%23DDE7F1"/> <path d="M123 60L126 63L123 66L120 63L123 60Z" fill="%23DDE7F1"/> </svg>');
        width: 186px;
        height: 66px;
        position: absolute;
        bottom: -33px;
        right: -73px;
    }

    .fb-b::before {
        content: '';
        background-image: url('data:image/svg+xml;utf8, <svg width="186" height="66" viewBox="0 0 186 66" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M123 0L126 3L123 6L120 3L123 0Z" fill="%23DDE7F1"/> <path d="M143 0L146 3L143 6L140 3L143 0Z" fill="%23DDE7F1"/> <path d="M123 20L126 23L123 26L120 23L123 20Z" fill="%23DDE7F1"/> <path d="M103 0L106 3L103 6L100 3L103 0Z" fill="%23DDE7F1"/> <path d="M103 20L106 23L103 26L100 23L103 20Z" fill="%23DDE7F1"/> <path d="M103 40L106 43L103 46L100 43L103 40Z" fill="%23DDE7F1"/> <path d="M83 0L86 3L83 6L80 3L83 0Z" fill="%23DDE7F1"/> <path d="M83 20L86 23L83 26L80 23L83 20Z" fill="%23DDE7F1"/> <path d="M83 40L86 43L83 46L80 43L83 40Z" fill="%23DDE7F1"/> <path d="M43 20L46 23L43 26L40 23L43 20Z" fill="%23DDE7F1"/> <path d="M23 40L26 43L23 46L20 43L23 40Z" fill="%23DDE7F1"/> <path d="M43 40L46 43L43 46L40 43L43 40Z" fill="%23DDE7F1"/> <path d="M63 0L66 3L63 6L60 3L63 0Z" fill="%23DDE7F1"/> <path d="M63 20L66 23L63 26L60 23L63 20Z" fill="%23DDE7F1"/> <path d="M63 40L66 43L63 46L60 43L63 40Z" fill="%23DDE7F1"/> <path d="M83 60L86 63L83 66L80 63L83 60Z" fill="%23DDE7F1"/> <path d="M63 60L66 63L63 66L60 63L63 60Z" fill="%23DDE7F1"/> <path d="M3 60L6 63L3 66L0 63L3 60Z" fill="%23DDE7F1"/> <path d="M23 60L26 63L23 66L20 63L23 60Z" fill="%23DDE7F1"/> <path d="M43 60L46 63L43 66L40 63L43 60Z" fill="%23DDE7F1"/> <path d="M163 0L166 3L163 6L160 3L163 0Z" fill="%23DDE7F1"/> <path d="M143 20L146 23L143 26L140 23L143 20Z" fill="%23DDE7F1"/> <path d="M123 40L126 43L123 46L120 43L123 40Z" fill="%23DDE7F1"/> <path d="M103 60L106 63L103 66L100 63L103 60Z" fill="%23DDE7F1"/> <path d="M183 0L186 3L183 6L180 3L183 0Z" fill="%23DDE7F1"/> <path d="M163 20L166 23L163 26L160 23L163 20Z" fill="%23DDE7F1"/> <path d="M143 40L146 43L143 46L140 43L143 40Z" fill="%23DDE7F1"/> <path d="M123 60L126 63L123 66L120 63L123 60Z" fill="%23DDE7F1"/> </svg>');
        width: 186px;
        height: 66px;
        position: absolute;
        top: -33px;
        left: -93px;
    }

}

/* site */

.building-item,
.building-item__nav {
    border-radius: 3px;
}

.building-item__nav {
    background: #F5F7F9;
}

.space-item {
    background-color: #FFF;
}

.section-finish .h2 {
    position: relative;
    z-index: 10;
}

.section-gray {
    background: #F9F9F9;
}

[data-icon="geo"]::before {
    background-image: url('data:image/svg+xml;charset=utf-8, <svg width="22" height="28" viewBox="0 0 22 28" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M21 10.9996C21 18.9996 11 26.9996 11 26.9996C11 26.9996 1 18.9996 1 10.9996C1 5.47679 5.47715 0.999634 11 0.999634C16.5228 0.999634 21 5.47679 21 10.9996Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <circle cx="11" cy="10.9996" r="4" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
    width: 22px;
    height: 28px;
}

[data-icon="calendar"]::before {
    background-image: url('data:image/svg+xml;charset=utf-8, <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"> <rect x="1" y="3" width="20" height="18" rx="2" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5 1V5M9 1V5M13 1V5M17 1V5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M8 13.5L9.5 15L14 10.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
    width: 22px;
    height: 22px;
}

[data-icon="dots"] span {
    position: relative;
    padding-right: 23px;
}

[data-icon="dots"] span::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url('data:image/svg+xml;charset=utf-8, <svg width="14" height="4" viewBox="0 0 14 4" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="2" cy="2" r="1.25" fill="%23282828"/> <circle cx="7" cy="2" r="1.25" fill="%23282828"/> <circle cx="12" cy="2" r="1.25" fill="%23282828"/> </svg>');
    width: 14px;
    height: 4px;
}

.hypothec-block {
    background: #5E748D;
    -webkit-box-shadow: 0px 25px 75px rgba(94, 116, 141, 0.15), 0px 30px 90px -30px rgba(94, 116, 141, 0.35);
    box-shadow: 0px 25px 75px rgba(94, 116, 141, 0.15), 0px 30px 90px -30px rgba(94, 116, 141, 0.35);
    border-radius: 3px;
}

.hypothec-text {
    color: #FFFFFF;
}

.hypothec-text p {
    color: rgba(255, 255, 255, 0.7);
}

/* site */

/* first-block */

.pgs-first-block__info-item-icon {
    width: 60px;
    height: 60px;
    background: #5E748D;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pgs-first-block__info-item-icon::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* first-block */

/* sliders */

.hypothec-swiper-counter {
    height: 80px;
    width: 120px;
    z-index: 5;
    background: rgba(40, 40, 40, 0.5);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 0px 3px;
}

.swiper-counter__container {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hypothec-slider .swiper-counter__container {
    bottom: 25px;
    left: 30px;
}

.swiper-counter__current {
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    font-size: 30px;
}

.swiper-counter__dash {
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    margin: 0 5px;
}

.swiper-counter__count {
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
}

.hypothec-slider .swiper-counter__current,
.hypothec-slider .swiper-counter__dash,
.hypothec-slider .swiper-counter__count {
    color: #FFFFFF;
}

.swiper-button-prev,
.swiper-button-next {
    background: rgba(255, 255, 255, 0.35);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.swiper-button-prev {
    left: 0;
    border-radius: 3px 0px 0px 3px;
}

.swiper-button-next {
    right: 0;
    border-radius: 0px 3px 3px 0px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    width: 24px;
    height: 24px;
}

.swiper-button-prev::after {
    background-image: url('data:image/svg+xml;charset=utf-8, <svg width="11" height="18" viewBox="0 0 11 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M10 1L2 9L10 17" stroke="white" stroke-width="2" stroke-linecap="round"/> </svg>');
    width: 11px;
    height: 18px;
    left: 50%;
}

.swiper-button-next::after {
    background-image: url('data:image/svg+xml;charset=utf-8, <svg width="11" height="18" viewBox="0 0 11 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1 1L9 9L1 17" stroke="white" stroke-width="2" stroke-linecap="round"/> </svg>');
    width: 11px;
    height: 18px;
    left: 50%;
}

.hypothec-slider .swiper-arrows__container {
    left: 320px;
}

.hypothec-item {
    overflow: hidden;
}

@media all and (min-width: 1025px) {

    .building-item__nav:hover {
        background: #FFFFFF;
        -webkit-box-shadow: 0px 40px 90px -20px rgba(40, 40, 40, 0.08), 0px 30px 30px -15px rgba(40, 40, 40, 0.08), 0px 60px 90px -30px rgba(40, 40, 40, 0.08);
        box-shadow: 0px 40px 90px -20px rgba(40, 40, 40, 0.08), 0px 30px 30px -15px rgba(40, 40, 40, 0.08), 0px 60px 90px -30px rgba(40, 40, 40, 0.08);
    }

    .swiper-button-next:not(.swiper-button-disabled):hover,
    .swiper-button-prev:not(.swiper-button-disabled):hover {
        background: #FFD700;
        -webkit-box-shadow: 0px 10px 30px -5px #FFD700;
        box-shadow: 0px 10px 30px -5px #FFD700;
    }
}

@media all and (max-width: 1024px) {
    .hypothec-swiper-counter {
        height: 75px;
        width: 110px;
    }

    .hypothec-slider .swiper-arrows__container {
        left: 220px;
    }

}

@media all and (max-width: 1024px) {
    .hypothec-swiper-counter {
        top: 195px !important;
    }
}


/* sliders */

/* teasers */

.teaser-item__name {
    color: #282828;
}

.teaser-item__text {
    color: #5E748D;
}

/* teasers */


/* price */

.section-price {
    background: #5E748D;
}

/* price */

.section-commerce {
    background: #5E748D;
}

/* price */


/* price */

/* rc-slider */

.rc-slider {
    border-radius: 0px 3px 3px 0px;
}

.rc-slider .swiper-arrows__container {
    right: 30px;
}

.rc-swiper-counter {
    position: absolute;
    top: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 30px;
    z-index: 10;
}

.rc-swiper-counter .swiper-counter__container {
    position: initial !important;
}


.rc-swiper-counter .swiper-counter__current,
.rc-swiper-counter .swiper-counter__dash,
.rc-swiper-counter .swiper-counter__count {
    color: #FFFFFF;
}

/* rc-slider */

/* territory */

.section-territory__item {
    border: 1px dashed transparent;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    width: 27px;
    height: 27px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.section-territory__item::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    background: #FFD700;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section-territory__item-container {
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.section-territory__item-text::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 20px solid #FFD700;
    border-right: 20px solid transparent;
}

.section-territory__item-text {
    padding: 16px 20px;
}

/* territory */

/* technologies */

.technologies-item {
    border-radius: 3px;
}

.technologies-item::before {
    background-color: #5E748D;
}

.technologies-item__hover {
    position: absolute;
    right: 14px;
    top: 14px;
    opacity: 0;
    width: 0;
    height: 0;
    background: #FFD700;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 5;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.technologies-item__hover::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
    left: 50%;
}

@media all and (min-width: 1025px) {
    .technologies-item:hover {
        border-radius: 0;
    }

    .technologies-item:hover .technologies-item__hover {
        height: 71px;
        width: 71px;
        opacity: 1;
    }

}

/* technologies */

/* apartments */

.section-apartments {
    background: #F9F9F9;
    padding-top: 90px;
    padding-bottom: 70px;
}

.apartments-item__num {
    border: 60px solid transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: -60px;
    top: -60px;
}

.apartments-item--0 .apartments-item__num {
    border-right: 60px solid #F6E8EA;
}

.apartments-item--1 .apartments-item__num {
    border-right: 60px solid #FFD700;
}

.apartments-item--2 .apartments-item__num {
    border-right: 60px solid #5E748D;
}

.apartments-item--3 .apartments-item__num {
    border-right: 60px solid #282828;
}

.apartments-item__num-inner {
    bottom: -5px;
    left: 25px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: unset;
}

.apartments-item__price-title {
    color: rgba(113, 124, 137, 0.5);
}

.apartments-item__price-value-q {

    color: #5E748D;
}

.section-security-img__wrapper img {
    border-radius: 3px 0px 0px 3px;
    width: 100%;
}

/* apartments */

/* map */

.map__wrapper {
    border-radius: 0px 3px 3px 0px;
}

/* map */


/* finish */

.finish-item {
    border-radius: 3px;
    overflow: hidden;
}

.finish-text {
    color: #5E748D;
}

.sub-title {
    color: #5E748D;
}

.finish-item__title {
    color: #FFFFFF;
}

/* finish */

/* projects */

.projects-item__class {
    border-radius: 3px;
}

/* projects */

.document-tabs__link {
    color: #5E748D;
}

.document-tabs__link.active {
    color: #282828;
}

/* map */

.map-controls {
    background-color: #FFF;
}

.map-controls__item-control::before {
    content: '';
    position: absolute;
    right: -26px;
    top: -26px;
    width: 0;
    height: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 26px solid transparent;
    border-bottom: 26px solid #FFD700;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}

.map-controls__item-control.active::before {
    opacity: 1;
}

/* map */

.section-hypothec,
.hypothec-block {
    position: relative;
}

.section-spaces {
    border-bottom: 1px solid #E5E5E5;
}

@media all and (min-width: 1025px) {

    .pgs-first-block::before {
        content: '';
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="211" height="106" viewBox="0 0 211 106" fill="none" xmlns="http://www.w3.org/2000/svg"> <g opacity="0.5"> <path d="M0 1C9.51485 1 9.51485 7 19.0297 7C28.5446 7 28.5446 1 38.0594 1C47.5743 1 47.5743 7 57.0891 7C66.604 7 66.604 1 76.1188 1C85.6337 1 85.6337 7 95.1485 7C104.663 7 104.663 1 114.178 1C123.693 1 123.693 7 133.208 7C142.723 7 142.723 1 152.238 1C161.752 1 161.752 7 171.267 7C180.782 7 180.782 1 190.297 1C199.812 1 199.812 7 209.327 7" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M0 15C9.51485 15 9.51485 21 19.0297 21C28.5446 21 28.5446 15 38.0594 15C47.5743 15 47.5743 21 57.0891 21C66.604 21 66.604 15 76.1188 15C85.6337 15 85.6337 21 95.1485 21C104.663 21 104.663 15 114.178 15C123.693 15 123.693 21 133.208 21C142.723 21 142.723 15 152.238 15C161.752 15 161.752 21 171.267 21C180.782 21 180.782 15 190.297 15C199.812 15 199.812 21 209.327 21" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M0 29C9.51485 29 9.51485 35 19.0297 35C28.5446 35 28.5446 29 38.0594 29C47.5743 29 47.5743 35 57.0891 35C66.604 35 66.604 29 76.1188 29C85.6337 29 85.6337 35 95.1485 35C104.663 35 104.663 29 114.178 29C123.693 29 123.693 35 133.208 35C142.723 35 142.723 29 152.238 29C161.752 29 161.752 35 171.267 35C180.782 35 180.782 29 190.297 29C199.812 29 199.812 35 209.327 35" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M0 43C9.51485 43 9.51485 49 19.0297 49C28.5446 49 28.5446 43 38.0594 43C47.5743 43 47.5743 49 57.0891 49C66.604 49 66.604 43 76.1188 43C85.6337 43 85.6337 49 95.1485 49C104.663 49 104.663 43 114.178 43C123.693 43 123.693 49 133.208 49C142.723 49 142.723 43 152.238 43C161.752 43 161.752 49 171.267 49C180.782 49 180.782 43 190.297 43C199.812 43 199.812 49 209.327 49" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M0 57C9.51485 57 9.51485 63 19.0297 63C28.5446 63 28.5446 57 38.0594 57C47.5743 57 47.5743 63 57.0891 63C66.604 63 66.604 57 76.1188 57C85.6337 57 85.6337 63 95.1485 63C104.663 63 104.663 57 114.178 57C123.693 57 123.693 63 133.208 63C142.723 63 142.723 57 152.238 57C161.752 57 161.752 63 171.267 63C180.782 63 180.782 57 190.297 57C199.812 57 199.812 63 209.327 63" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </g> <path d="M20 40L23 43L20 46L17 43L20 40Z" fill="%23FFD700"/> <path d="M40 40L43 43L40 46L37 43L40 40Z" fill="%23FFD700"/> <path d="M60 40L63 43L60 46L57 43L60 40Z" fill="%23FFD700"/> <path d="M80 40L83 43L80 46L77 43L80 40Z" fill="%23FFD700"/> <path d="M20 60L23 63L20 66L17 63L20 60Z" fill="%23FFD700"/> <path d="M40 60L43 63L40 66L37 63L40 60Z" fill="%23FFD700"/> <path d="M60 60L63 63L60 66L57 63L60 60Z" fill="%23FFD700"/> <path d="M80 60L83 63L80 66L77 63L80 60Z" fill="%23FFD700"/> <path d="M20 80L23 83L20 86L17 83L20 80Z" fill="%23FFD700"/> <path d="M40 80L43 83L40 86L37 83L40 80Z" fill="%23FFD700"/> <path d="M60 80L63 83L60 86L57 83L60 80Z" fill="%23FFD700"/> <path d="M80 80L83 83L80 86L77 83L80 80Z" fill="%23FFD700"/> <path d="M20 100L23 103L20 106L17 103L20 100Z" fill="%23FFD700"/> <path d="M40 100L43 103L40 106L37 103L40 100Z" fill="%23FFD700"/> <path d="M60 100L63 103L60 106L57 103L60 100Z" fill="%23FFD700"/> <path d="M80 100L83 103L80 106L77 103L80 100Z" fill="%23FFD700"/> <path d="M0 40L3 43L0 46L-3 43L0 40Z" fill="%23FFD700"/> <path d="M0 60L3 63L0 66L-3 63L0 60Z" fill="%23FFD700"/> <path d="M0 80L3 83L0 86L-3 83L0 80Z" fill="%23FFD700"/> <path d="M0 100L3 103L0 106L-3 103L0 100Z" fill="%23FFD700"/> <path d="M-20 40L-17 43L-20 46L-23 43L-20 40Z" fill="%23FFD700"/> <path d="M-20 60L-17 63L-20 66L-23 63L-20 60Z" fill="%23FFD700"/> <path d="M-20 80L-17 83L-20 86L-23 83L-20 80Z" fill="%23FFD700"/> <path d="M-20 100L-17 103L-20 106L-23 103L-20 100Z" fill="%23FFD700"/> <path d="M100 40L103 43L100 46L97 43L100 40Z" fill="%23FFD700"/> <path d="M100 60L103 63L100 66L97 63L100 60Z" fill="%23FFD700"/> <path d="M100 80L103 83L100 86L97 83L100 80Z" fill="%23FFD700"/> <path d="M100 100L103 103L100 106L97 103L100 100Z" fill="%23FFD700"/> </svg>');
        position: absolute;
        width: 211px;
        height: 106px;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: -1;
    }

    .section-hypothec::before {
        content: '';
        position: absolute;
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="1920" height="450" viewBox="0 0 1920 450" fill="none" xmlns="http://www.w3.org/2000/svg"> <g opacity="0.5"> <path d="M-1 91C8.51485 91 8.51485 97 18.0297 97C27.5446 97 27.5446 91 37.0594 91C46.5743 91 46.5743 97 56.0891 97C65.604 97 65.604 91 75.1188 91C84.6337 91 84.6337 97 94.1485 97C103.663 97 103.663 91 113.178 91C122.693 91 122.693 97 132.208 97C141.723 97 141.723 91 151.238 91C160.752 91 160.752 97 170.267 97C179.782 97 179.782 91 189.297 91C198.812 91 198.812 97 208.327 97C217.842 97 217.842 91 227.356 91C236.871 91 236.871 97 246.386 97C255.901 97 255.901 91 265.416 91C274.931 91 274.931 97 284.446 97C293.96 97 293.96 91 303.475 91C312.99 91 312.99 97 322.505 97C332.02 97 332.02 91 341.535 91C351.05 91 351.05 97 360.564 97C370.079 97 370.079 91 379.594 91C389.109 91 389.109 97 398.624 97C408.139 97 408.139 91 417.653 91C427.168 91 427.168 97 436.683 97C446.198 97 446.198 91 455.713 91C465.228 91 465.228 97 474.743 97C484.257 97 484.257 91 493.772 91C503.287 91 503.287 97 512.802 97C522.317 97 522.317 91 531.832 91C541.347 91 541.347 97 550.861 97C560.376 97 560.376 91 569.891 91C579.406 91 579.406 97 588.921 97C598.436 97 598.436 91 607.95 91C617.465 91 617.465 97 626.98 97C636.495 97 636.495 91 646.01 91C655.525 91 655.525 97 665.04 97C674.554 97 674.554 91 684.069 91C693.584 91 693.584 97 703.099 97C712.614 97 712.614 91 722.129 91C731.644 91 731.644 97 741.158 97C750.673 97 750.673 91 760.188 91C769.703 91 769.703 97 779.218 97C788.733 97 788.733 91 798.248 91C807.762 91 807.762 97 817.277 97C826.792 97 826.792 91 836.307 91C845.822 91 845.822 97 855.337 97C864.851 97 864.851 91 874.366 91C883.881 91 883.881 97 893.396 97C902.911 97 902.911 91 912.426 91C921.941 91 921.941 97 931.455 97C940.97 97 940.97 91 950.485 91C960 91 960 97 969.515 97C979.03 97 979.03 91 988.545 91C998.059 91 998.059 97 1007.57 97C1017.09 97 1017.09 91 1026.6 91C1036.12 91 1036.12 97 1045.63 97C1055.15 97 1055.15 91 1064.66 91C1074.18 91 1074.18 97 1083.69 97C1093.21 97 1093.21 91 1102.72 91C1112.24 91 1112.24 97 1121.75 97C1131.27 97 1131.27 91 1140.78 91C1150.3 91 1150.3 97 1159.81 97C1169.33 97 1169.33 91 1178.84 91C1188.36 91 1188.36 97 1197.87 97C1207.39 97 1207.39 91 1216.9 91C1226.42 91 1226.42 97 1235.93 97C1245.45 97 1245.45 91 1254.96 91C1264.48 91 1264.48 97 1273.99 97C1283.5 97 1283.5 91 1293.02 91C1302.53 91 1302.53 97 1312.05 97C1321.56 97 1321.56 91 1331.08 91C1340.59 91 1340.59 97 1350.11 97C1359.62 97 1359.62 91 1369.14 91C1378.65 91 1378.65 97 1388.17 97C1397.68 97 1397.68 91 1407.2 91C1416.71 91 1416.71 97 1426.23 97C1435.74 97 1435.74 91 1445.26 91C1454.77 91 1454.77 97 1464.29 97C1473.8 97 1473.8 91 1483.32 91C1492.83 91 1492.83 97 1502.35 97C1511.86 97 1511.86 91 1521.38 91C1530.89 91 1530.89 97 1540.41 97C1549.92 97 1549.92 91 1559.44 91C1568.95 91 1568.95 97 1578.47 97C1587.98 97 1587.98 91 1597.5 91C1607.01 91 1607.01 97 1616.52 97C1626.04 97 1626.04 91 1635.55 91C1645.07 91 1645.07 97 1654.58 97C1664.1 97 1664.1 91 1673.61 91C1683.13 91 1683.13 97 1692.64 97C1702.16 97 1702.16 91 1711.67 91C1721.19 91 1721.19 97 1730.7 97C1740.22 97 1740.22 91 1749.73 91C1759.25 91 1759.25 97 1768.76 97C1778.28 97 1778.28 91 1787.79 91C1797.31 91 1797.31 97 1806.82 97C1816.34 97 1816.34 91 1825.85 91C1835.37 91 1835.37 97 1844.88 97C1854.4 97 1854.4 91 1863.91 91C1873.43 91 1873.43 97 1882.94 97C1892.46 97 1892.46 91 1901.97 91C1911.49 91 1911.49 97 1921 97" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 101C8.51485 101 8.51485 107 18.0297 107C27.5446 107 27.5446 101 37.0594 101C46.5743 101 46.5743 107 56.0891 107C65.604 107 65.604 101 75.1188 101C84.6337 101 84.6337 107 94.1485 107C103.663 107 103.663 101 113.178 101C122.693 101 122.693 107 132.208 107C141.723 107 141.723 101 151.238 101C160.752 101 160.752 107 170.267 107C179.782 107 179.782 101 189.297 101C198.812 101 198.812 107 208.327 107C217.842 107 217.842 101 227.356 101C236.871 101 236.871 107 246.386 107C255.901 107 255.901 101 265.416 101C274.931 101 274.931 107 284.446 107C293.96 107 293.96 101 303.475 101C312.99 101 312.99 107 322.505 107C332.02 107 332.02 101 341.535 101C351.05 101 351.05 107 360.564 107C370.079 107 370.079 101 379.594 101C389.109 101 389.109 107 398.624 107C408.139 107 408.139 101 417.653 101C427.168 101 427.168 107 436.683 107C446.198 107 446.198 101 455.713 101C465.228 101 465.228 107 474.743 107C484.257 107 484.257 101 493.772 101C503.287 101 503.287 107 512.802 107C522.317 107 522.317 101 531.832 101C541.347 101 541.347 107 550.861 107C560.376 107 560.376 101 569.891 101C579.406 101 579.406 107 588.921 107C598.436 107 598.436 101 607.95 101C617.465 101 617.465 107 626.98 107C636.495 107 636.495 101 646.01 101C655.525 101 655.525 107 665.04 107C674.554 107 674.554 101 684.069 101C693.584 101 693.584 107 703.099 107C712.614 107 712.614 101 722.129 101C731.644 101 731.644 107 741.158 107C750.673 107 750.673 101 760.188 101C769.703 101 769.703 107 779.218 107C788.733 107 788.733 101 798.248 101C807.762 101 807.762 107 817.277 107C826.792 107 826.792 101 836.307 101C845.822 101 845.822 107 855.337 107C864.851 107 864.851 101 874.366 101C883.881 101 883.881 107 893.396 107C902.911 107 902.911 101 912.426 101C921.941 101 921.941 107 931.455 107C940.97 107 940.97 101 950.485 101C960 101 960 107 969.515 107C979.03 107 979.03 101 988.545 101C998.059 101 998.059 107 1007.57 107C1017.09 107 1017.09 101 1026.6 101C1036.12 101 1036.12 107 1045.63 107C1055.15 107 1055.15 101 1064.66 101C1074.18 101 1074.18 107 1083.69 107C1093.21 107 1093.21 101 1102.72 101C1112.24 101 1112.24 107 1121.75 107C1131.27 107 1131.27 101 1140.78 101C1150.3 101 1150.3 107 1159.81 107C1169.33 107 1169.33 101 1178.84 101C1188.36 101 1188.36 107 1197.87 107C1207.39 107 1207.39 101 1216.9 101C1226.42 101 1226.42 107 1235.93 107C1245.45 107 1245.45 101 1254.96 101C1264.48 101 1264.48 107 1273.99 107C1283.5 107 1283.5 101 1293.02 101C1302.53 101 1302.53 107 1312.05 107C1321.56 107 1321.56 101 1331.08 101C1340.59 101 1340.59 107 1350.11 107C1359.62 107 1359.62 101 1369.14 101C1378.65 101 1378.65 107 1388.17 107C1397.68 107 1397.68 101 1407.2 101C1416.71 101 1416.71 107 1426.23 107C1435.74 107 1435.74 101 1445.26 101C1454.77 101 1454.77 107 1464.29 107C1473.8 107 1473.8 101 1483.32 101C1492.83 101 1492.83 107 1502.35 107C1511.86 107 1511.86 101 1521.38 101C1530.89 101 1530.89 107 1540.41 107C1549.92 107 1549.92 101 1559.44 101C1568.95 101 1568.95 107 1578.47 107C1587.98 107 1587.98 101 1597.5 101C1607.01 101 1607.01 107 1616.52 107C1626.04 107 1626.04 101 1635.55 101C1645.07 101 1645.07 107 1654.58 107C1664.1 107 1664.1 101 1673.61 101C1683.13 101 1683.13 107 1692.64 107C1702.16 107 1702.16 101 1711.67 101C1721.19 101 1721.19 107 1730.7 107C1740.22 107 1740.22 101 1749.73 101C1759.25 101 1759.25 107 1768.76 107C1778.28 107 1778.28 101 1787.79 101C1797.31 101 1797.31 107 1806.82 107C1816.34 107 1816.34 101 1825.85 101C1835.37 101 1835.37 107 1844.88 107C1854.4 107 1854.4 101 1863.91 101C1873.43 101 1873.43 107 1882.94 107C1892.46 107 1892.46 101 1901.97 101C1911.49 101 1911.49 107 1921 107" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 111C8.51485 111 8.51485 117 18.0297 117C27.5446 117 27.5446 111 37.0594 111C46.5743 111 46.5743 117 56.0891 117C65.604 117 65.604 111 75.1188 111C84.6337 111 84.6337 117 94.1485 117C103.663 117 103.663 111 113.178 111C122.693 111 122.693 117 132.208 117C141.723 117 141.723 111 151.238 111C160.752 111 160.752 117 170.267 117C179.782 117 179.782 111 189.297 111C198.812 111 198.812 117 208.327 117C217.842 117 217.842 111 227.356 111C236.871 111 236.871 117 246.386 117C255.901 117 255.901 111 265.416 111C274.931 111 274.931 117 284.446 117C293.96 117 293.96 111 303.475 111C312.99 111 312.99 117 322.505 117C332.02 117 332.02 111 341.535 111C351.05 111 351.05 117 360.564 117C370.079 117 370.079 111 379.594 111C389.109 111 389.109 117 398.624 117C408.139 117 408.139 111 417.653 111C427.168 111 427.168 117 436.683 117C446.198 117 446.198 111 455.713 111C465.228 111 465.228 117 474.743 117C484.257 117 484.257 111 493.772 111C503.287 111 503.287 117 512.802 117C522.317 117 522.317 111 531.832 111C541.347 111 541.347 117 550.861 117C560.376 117 560.376 111 569.891 111C579.406 111 579.406 117 588.921 117C598.436 117 598.436 111 607.95 111C617.465 111 617.465 117 626.98 117C636.495 117 636.495 111 646.01 111C655.525 111 655.525 117 665.04 117C674.554 117 674.554 111 684.069 111C693.584 111 693.584 117 703.099 117C712.614 117 712.614 111 722.129 111C731.644 111 731.644 117 741.158 117C750.673 117 750.673 111 760.188 111C769.703 111 769.703 117 779.218 117C788.733 117 788.733 111 798.248 111C807.762 111 807.762 117 817.277 117C826.792 117 826.792 111 836.307 111C845.822 111 845.822 117 855.337 117C864.851 117 864.851 111 874.366 111C883.881 111 883.881 117 893.396 117C902.911 117 902.911 111 912.426 111C921.941 111 921.941 117 931.455 117C940.97 117 940.97 111 950.485 111C960 111 960 117 969.515 117C979.03 117 979.03 111 988.545 111C998.059 111 998.059 117 1007.57 117C1017.09 117 1017.09 111 1026.6 111C1036.12 111 1036.12 117 1045.63 117C1055.15 117 1055.15 111 1064.66 111C1074.18 111 1074.18 117 1083.69 117C1093.21 117 1093.21 111 1102.72 111C1112.24 111 1112.24 117 1121.75 117C1131.27 117 1131.27 111 1140.78 111C1150.3 111 1150.3 117 1159.81 117C1169.33 117 1169.33 111 1178.84 111C1188.36 111 1188.36 117 1197.87 117C1207.39 117 1207.39 111 1216.9 111C1226.42 111 1226.42 117 1235.93 117C1245.45 117 1245.45 111 1254.96 111C1264.48 111 1264.48 117 1273.99 117C1283.5 117 1283.5 111 1293.02 111C1302.53 111 1302.53 117 1312.05 117C1321.56 117 1321.56 111 1331.08 111C1340.59 111 1340.59 117 1350.11 117C1359.62 117 1359.62 111 1369.14 111C1378.65 111 1378.65 117 1388.17 117C1397.68 117 1397.68 111 1407.2 111C1416.71 111 1416.71 117 1426.23 117C1435.74 117 1435.74 111 1445.26 111C1454.77 111 1454.77 117 1464.29 117C1473.8 117 1473.8 111 1483.32 111C1492.83 111 1492.83 117 1502.35 117C1511.86 117 1511.86 111 1521.38 111C1530.89 111 1530.89 117 1540.41 117C1549.92 117 1549.92 111 1559.44 111C1568.95 111 1568.95 117 1578.47 117C1587.98 117 1587.98 111 1597.5 111C1607.01 111 1607.01 117 1616.52 117C1626.04 117 1626.04 111 1635.55 111C1645.07 111 1645.07 117 1654.58 117C1664.1 117 1664.1 111 1673.61 111C1683.13 111 1683.13 117 1692.64 117C1702.16 117 1702.16 111 1711.67 111C1721.19 111 1721.19 117 1730.7 117C1740.22 117 1740.22 111 1749.73 111C1759.25 111 1759.25 117 1768.76 117C1778.28 117 1778.28 111 1787.79 111C1797.31 111 1797.31 117 1806.82 117C1816.34 117 1816.34 111 1825.85 111C1835.37 111 1835.37 117 1844.88 117C1854.4 117 1854.4 111 1863.91 111C1873.43 111 1873.43 117 1882.94 117C1892.46 117 1892.46 111 1901.97 111C1911.49 111 1911.49 117 1921 117" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 141C8.51485 141 8.51485 147 18.0297 147C27.5446 147 27.5446 141 37.0594 141C46.5743 141 46.5743 147 56.0891 147C65.604 147 65.604 141 75.1188 141C84.6337 141 84.6337 147 94.1485 147C103.663 147 103.663 141 113.178 141C122.693 141 122.693 147 132.208 147C141.723 147 141.723 141 151.238 141C160.752 141 160.752 147 170.267 147C179.782 147 179.782 141 189.297 141C198.812 141 198.812 147 208.327 147C217.842 147 217.842 141 227.356 141C236.871 141 236.871 147 246.386 147C255.901 147 255.901 141 265.416 141C274.931 141 274.931 147 284.446 147C293.96 147 293.96 141 303.475 141C312.99 141 312.99 147 322.505 147C332.02 147 332.02 141 341.535 141C351.05 141 351.05 147 360.564 147C370.079 147 370.079 141 379.594 141C389.109 141 389.109 147 398.624 147C408.139 147 408.139 141 417.653 141C427.168 141 427.168 147 436.683 147C446.198 147 446.198 141 455.713 141C465.228 141 465.228 147 474.743 147C484.257 147 484.257 141 493.772 141C503.287 141 503.287 147 512.802 147C522.317 147 522.317 141 531.832 141C541.347 141 541.347 147 550.861 147C560.376 147 560.376 141 569.891 141C579.406 141 579.406 147 588.921 147C598.436 147 598.436 141 607.95 141C617.465 141 617.465 147 626.98 147C636.495 147 636.495 141 646.01 141C655.525 141 655.525 147 665.04 147C674.554 147 674.554 141 684.069 141C693.584 141 693.584 147 703.099 147C712.614 147 712.614 141 722.129 141C731.644 141 731.644 147 741.158 147C750.673 147 750.673 141 760.188 141C769.703 141 769.703 147 779.218 147C788.733 147 788.733 141 798.248 141C807.762 141 807.762 147 817.277 147C826.792 147 826.792 141 836.307 141C845.822 141 845.822 147 855.337 147C864.851 147 864.851 141 874.366 141C883.881 141 883.881 147 893.396 147C902.911 147 902.911 141 912.426 141C921.941 141 921.941 147 931.455 147C940.97 147 940.97 141 950.485 141C960 141 960 147 969.515 147C979.03 147 979.03 141 988.545 141C998.059 141 998.059 147 1007.57 147C1017.09 147 1017.09 141 1026.6 141C1036.12 141 1036.12 147 1045.63 147C1055.15 147 1055.15 141 1064.66 141C1074.18 141 1074.18 147 1083.69 147C1093.21 147 1093.21 141 1102.72 141C1112.24 141 1112.24 147 1121.75 147C1131.27 147 1131.27 141 1140.78 141C1150.3 141 1150.3 147 1159.81 147C1169.33 147 1169.33 141 1178.84 141C1188.36 141 1188.36 147 1197.87 147C1207.39 147 1207.39 141 1216.9 141C1226.42 141 1226.42 147 1235.93 147C1245.45 147 1245.45 141 1254.96 141C1264.48 141 1264.48 147 1273.99 147C1283.5 147 1283.5 141 1293.02 141C1302.53 141 1302.53 147 1312.05 147C1321.56 147 1321.56 141 1331.08 141C1340.59 141 1340.59 147 1350.11 147C1359.62 147 1359.62 141 1369.14 141C1378.65 141 1378.65 147 1388.17 147C1397.68 147 1397.68 141 1407.2 141C1416.71 141 1416.71 147 1426.23 147C1435.74 147 1435.74 141 1445.26 141C1454.77 141 1454.77 147 1464.29 147C1473.8 147 1473.8 141 1483.32 141C1492.83 141 1492.83 147 1502.35 147C1511.86 147 1511.86 141 1521.38 141C1530.89 141 1530.89 147 1540.41 147C1549.92 147 1549.92 141 1559.44 141C1568.95 141 1568.95 147 1578.47 147C1587.98 147 1587.98 141 1597.5 141C1607.01 141 1607.01 147 1616.52 147C1626.04 147 1626.04 141 1635.55 141C1645.07 141 1645.07 147 1654.58 147C1664.1 147 1664.1 141 1673.61 141C1683.13 141 1683.13 147 1692.64 147C1702.16 147 1702.16 141 1711.67 141C1721.19 141 1721.19 147 1730.7 147C1740.22 147 1740.22 141 1749.73 141C1759.25 141 1759.25 147 1768.76 147C1778.28 147 1778.28 141 1787.79 141C1797.31 141 1797.31 147 1806.82 147C1816.34 147 1816.34 141 1825.85 141C1835.37 141 1835.37 147 1844.88 147C1854.4 147 1854.4 141 1863.91 141C1873.43 141 1873.43 147 1882.94 147C1892.46 147 1892.46 141 1901.97 141C1911.49 141 1911.49 147 1921 147" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 151C8.51485 151 8.51485 157 18.0297 157C27.5446 157 27.5446 151 37.0594 151C46.5743 151 46.5743 157 56.0891 157C65.604 157 65.604 151 75.1188 151C84.6337 151 84.6337 157 94.1485 157C103.663 157 103.663 151 113.178 151C122.693 151 122.693 157 132.208 157C141.723 157 141.723 151 151.238 151C160.752 151 160.752 157 170.267 157C179.782 157 179.782 151 189.297 151C198.812 151 198.812 157 208.327 157C217.842 157 217.842 151 227.356 151C236.871 151 236.871 157 246.386 157C255.901 157 255.901 151 265.416 151C274.931 151 274.931 157 284.446 157C293.96 157 293.96 151 303.475 151C312.99 151 312.99 157 322.505 157C332.02 157 332.02 151 341.535 151C351.05 151 351.05 157 360.564 157C370.079 157 370.079 151 379.594 151C389.109 151 389.109 157 398.624 157C408.139 157 408.139 151 417.653 151C427.168 151 427.168 157 436.683 157C446.198 157 446.198 151 455.713 151C465.228 151 465.228 157 474.743 157C484.257 157 484.257 151 493.772 151C503.287 151 503.287 157 512.802 157C522.317 157 522.317 151 531.832 151C541.347 151 541.347 157 550.861 157C560.376 157 560.376 151 569.891 151C579.406 151 579.406 157 588.921 157C598.436 157 598.436 151 607.95 151C617.465 151 617.465 157 626.98 157C636.495 157 636.495 151 646.01 151C655.525 151 655.525 157 665.04 157C674.554 157 674.554 151 684.069 151C693.584 151 693.584 157 703.099 157C712.614 157 712.614 151 722.129 151C731.644 151 731.644 157 741.158 157C750.673 157 750.673 151 760.188 151C769.703 151 769.703 157 779.218 157C788.733 157 788.733 151 798.248 151C807.762 151 807.762 157 817.277 157C826.792 157 826.792 151 836.307 151C845.822 151 845.822 157 855.337 157C864.851 157 864.851 151 874.366 151C883.881 151 883.881 157 893.396 157C902.911 157 902.911 151 912.426 151C921.941 151 921.941 157 931.455 157C940.97 157 940.97 151 950.485 151C960 151 960 157 969.515 157C979.03 157 979.03 151 988.545 151C998.059 151 998.059 157 1007.57 157C1017.09 157 1017.09 151 1026.6 151C1036.12 151 1036.12 157 1045.63 157C1055.15 157 1055.15 151 1064.66 151C1074.18 151 1074.18 157 1083.69 157C1093.21 157 1093.21 151 1102.72 151C1112.24 151 1112.24 157 1121.75 157C1131.27 157 1131.27 151 1140.78 151C1150.3 151 1150.3 157 1159.81 157C1169.33 157 1169.33 151 1178.84 151C1188.36 151 1188.36 157 1197.87 157C1207.39 157 1207.39 151 1216.9 151C1226.42 151 1226.42 157 1235.93 157C1245.45 157 1245.45 151 1254.96 151C1264.48 151 1264.48 157 1273.99 157C1283.5 157 1283.5 151 1293.02 151C1302.53 151 1302.53 157 1312.05 157C1321.56 157 1321.56 151 1331.08 151C1340.59 151 1340.59 157 1350.11 157C1359.62 157 1359.62 151 1369.14 151C1378.65 151 1378.65 157 1388.17 157C1397.68 157 1397.68 151 1407.2 151C1416.71 151 1416.71 157 1426.23 157C1435.74 157 1435.74 151 1445.26 151C1454.77 151 1454.77 157 1464.29 157C1473.8 157 1473.8 151 1483.32 151C1492.83 151 1492.83 157 1502.35 157C1511.86 157 1511.86 151 1521.38 151C1530.89 151 1530.89 157 1540.41 157C1549.92 157 1549.92 151 1559.44 151C1568.95 151 1568.95 157 1578.47 157C1587.98 157 1587.98 151 1597.5 151C1607.01 151 1607.01 157 1616.52 157C1626.04 157 1626.04 151 1635.55 151C1645.07 151 1645.07 157 1654.58 157C1664.1 157 1664.1 151 1673.61 151C1683.13 151 1683.13 157 1692.64 157C1702.16 157 1702.16 151 1711.67 151C1721.19 151 1721.19 157 1730.7 157C1740.22 157 1740.22 151 1749.73 151C1759.25 151 1759.25 157 1768.76 157C1778.28 157 1778.28 151 1787.79 151C1797.31 151 1797.31 157 1806.82 157C1816.34 157 1816.34 151 1825.85 151C1835.37 151 1835.37 157 1844.88 157C1854.4 157 1854.4 151 1863.91 151C1873.43 151 1873.43 157 1882.94 157C1892.46 157 1892.46 151 1901.97 151C1911.49 151 1911.49 157 1921 157" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 161C8.51485 161 8.51485 167 18.0297 167C27.5446 167 27.5446 161 37.0594 161C46.5743 161 46.5743 167 56.0891 167C65.604 167 65.604 161 75.1188 161C84.6337 161 84.6337 167 94.1485 167C103.663 167 103.663 161 113.178 161C122.693 161 122.693 167 132.208 167C141.723 167 141.723 161 151.238 161C160.752 161 160.752 167 170.267 167C179.782 167 179.782 161 189.297 161C198.812 161 198.812 167 208.327 167C217.842 167 217.842 161 227.356 161C236.871 161 236.871 167 246.386 167C255.901 167 255.901 161 265.416 161C274.931 161 274.931 167 284.446 167C293.96 167 293.96 161 303.475 161C312.99 161 312.99 167 322.505 167C332.02 167 332.02 161 341.535 161C351.05 161 351.05 167 360.564 167C370.079 167 370.079 161 379.594 161C389.109 161 389.109 167 398.624 167C408.139 167 408.139 161 417.653 161C427.168 161 427.168 167 436.683 167C446.198 167 446.198 161 455.713 161C465.228 161 465.228 167 474.743 167C484.257 167 484.257 161 493.772 161C503.287 161 503.287 167 512.802 167C522.317 167 522.317 161 531.832 161C541.347 161 541.347 167 550.861 167C560.376 167 560.376 161 569.891 161C579.406 161 579.406 167 588.921 167C598.436 167 598.436 161 607.95 161C617.465 161 617.465 167 626.98 167C636.495 167 636.495 161 646.01 161C655.525 161 655.525 167 665.04 167C674.554 167 674.554 161 684.069 161C693.584 161 693.584 167 703.099 167C712.614 167 712.614 161 722.129 161C731.644 161 731.644 167 741.158 167C750.673 167 750.673 161 760.188 161C769.703 161 769.703 167 779.218 167C788.733 167 788.733 161 798.248 161C807.762 161 807.762 167 817.277 167C826.792 167 826.792 161 836.307 161C845.822 161 845.822 167 855.337 167C864.851 167 864.851 161 874.366 161C883.881 161 883.881 167 893.396 167C902.911 167 902.911 161 912.426 161C921.941 161 921.941 167 931.455 167C940.97 167 940.97 161 950.485 161C960 161 960 167 969.515 167C979.03 167 979.03 161 988.545 161C998.059 161 998.059 167 1007.57 167C1017.09 167 1017.09 161 1026.6 161C1036.12 161 1036.12 167 1045.63 167C1055.15 167 1055.15 161 1064.66 161C1074.18 161 1074.18 167 1083.69 167C1093.21 167 1093.21 161 1102.72 161C1112.24 161 1112.24 167 1121.75 167C1131.27 167 1131.27 161 1140.78 161C1150.3 161 1150.3 167 1159.81 167C1169.33 167 1169.33 161 1178.84 161C1188.36 161 1188.36 167 1197.87 167C1207.39 167 1207.39 161 1216.9 161C1226.42 161 1226.42 167 1235.93 167C1245.45 167 1245.45 161 1254.96 161C1264.48 161 1264.48 167 1273.99 167C1283.5 167 1283.5 161 1293.02 161C1302.53 161 1302.53 167 1312.05 167C1321.56 167 1321.56 161 1331.08 161C1340.59 161 1340.59 167 1350.11 167C1359.62 167 1359.62 161 1369.14 161C1378.65 161 1378.65 167 1388.17 167C1397.68 167 1397.68 161 1407.2 161C1416.71 161 1416.71 167 1426.23 167C1435.74 167 1435.74 161 1445.26 161C1454.77 161 1454.77 167 1464.29 167C1473.8 167 1473.8 161 1483.32 161C1492.83 161 1492.83 167 1502.35 167C1511.86 167 1511.86 161 1521.38 161C1530.89 161 1530.89 167 1540.41 167C1549.92 167 1549.92 161 1559.44 161C1568.95 161 1568.95 167 1578.47 167C1587.98 167 1587.98 161 1597.5 161C1607.01 161 1607.01 167 1616.52 167C1626.04 167 1626.04 161 1635.55 161C1645.07 161 1645.07 167 1654.58 167C1664.1 167 1664.1 161 1673.61 161C1683.13 161 1683.13 167 1692.64 167C1702.16 167 1702.16 161 1711.67 161C1721.19 161 1721.19 167 1730.7 167C1740.22 167 1740.22 161 1749.73 161C1759.25 161 1759.25 167 1768.76 167C1778.28 167 1778.28 161 1787.79 161C1797.31 161 1797.31 167 1806.82 167C1816.34 167 1816.34 161 1825.85 161C1835.37 161 1835.37 167 1844.88 167C1854.4 167 1854.4 161 1863.91 161C1873.43 161 1873.43 167 1882.94 167C1892.46 167 1892.46 161 1901.97 161C1911.49 161 1911.49 167 1921 167" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 191C8.51485 191 8.51485 197 18.0297 197C27.5446 197 27.5446 191 37.0594 191C46.5743 191 46.5743 197 56.0891 197C65.604 197 65.604 191 75.1188 191C84.6337 191 84.6337 197 94.1485 197C103.663 197 103.663 191 113.178 191C122.693 191 122.693 197 132.208 197C141.723 197 141.723 191 151.238 191C160.752 191 160.752 197 170.267 197C179.782 197 179.782 191 189.297 191C198.812 191 198.812 197 208.327 197C217.842 197 217.842 191 227.356 191C236.871 191 236.871 197 246.386 197C255.901 197 255.901 191 265.416 191C274.931 191 274.931 197 284.446 197C293.96 197 293.96 191 303.475 191C312.99 191 312.99 197 322.505 197C332.02 197 332.02 191 341.535 191C351.05 191 351.05 197 360.564 197C370.079 197 370.079 191 379.594 191C389.109 191 389.109 197 398.624 197C408.139 197 408.139 191 417.653 191C427.168 191 427.168 197 436.683 197C446.198 197 446.198 191 455.713 191C465.228 191 465.228 197 474.743 197C484.257 197 484.257 191 493.772 191C503.287 191 503.287 197 512.802 197C522.317 197 522.317 191 531.832 191C541.347 191 541.347 197 550.861 197C560.376 197 560.376 191 569.891 191C579.406 191 579.406 197 588.921 197C598.436 197 598.436 191 607.95 191C617.465 191 617.465 197 626.98 197C636.495 197 636.495 191 646.01 191C655.525 191 655.525 197 665.04 197C674.554 197 674.554 191 684.069 191C693.584 191 693.584 197 703.099 197C712.614 197 712.614 191 722.129 191C731.644 191 731.644 197 741.158 197C750.673 197 750.673 191 760.188 191C769.703 191 769.703 197 779.218 197C788.733 197 788.733 191 798.248 191C807.762 191 807.762 197 817.277 197C826.792 197 826.792 191 836.307 191C845.822 191 845.822 197 855.337 197C864.851 197 864.851 191 874.366 191C883.881 191 883.881 197 893.396 197C902.911 197 902.911 191 912.426 191C921.941 191 921.941 197 931.455 197C940.97 197 940.97 191 950.485 191C960 191 960 197 969.515 197C979.03 197 979.03 191 988.545 191C998.059 191 998.059 197 1007.57 197C1017.09 197 1017.09 191 1026.6 191C1036.12 191 1036.12 197 1045.63 197C1055.15 197 1055.15 191 1064.66 191C1074.18 191 1074.18 197 1083.69 197C1093.21 197 1093.21 191 1102.72 191C1112.24 191 1112.24 197 1121.75 197C1131.27 197 1131.27 191 1140.78 191C1150.3 191 1150.3 197 1159.81 197C1169.33 197 1169.33 191 1178.84 191C1188.36 191 1188.36 197 1197.87 197C1207.39 197 1207.39 191 1216.9 191C1226.42 191 1226.42 197 1235.93 197C1245.45 197 1245.45 191 1254.96 191C1264.48 191 1264.48 197 1273.99 197C1283.5 197 1283.5 191 1293.02 191C1302.53 191 1302.53 197 1312.05 197C1321.56 197 1321.56 191 1331.08 191C1340.59 191 1340.59 197 1350.11 197C1359.62 197 1359.62 191 1369.14 191C1378.65 191 1378.65 197 1388.17 197C1397.68 197 1397.68 191 1407.2 191C1416.71 191 1416.71 197 1426.23 197C1435.74 197 1435.74 191 1445.26 191C1454.77 191 1454.77 197 1464.29 197C1473.8 197 1473.8 191 1483.32 191C1492.83 191 1492.83 197 1502.35 197C1511.86 197 1511.86 191 1521.38 191C1530.89 191 1530.89 197 1540.41 197C1549.92 197 1549.92 191 1559.44 191C1568.95 191 1568.95 197 1578.47 197C1587.98 197 1587.98 191 1597.5 191C1607.01 191 1607.01 197 1616.52 197C1626.04 197 1626.04 191 1635.55 191C1645.07 191 1645.07 197 1654.58 197C1664.1 197 1664.1 191 1673.61 191C1683.13 191 1683.13 197 1692.64 197C1702.16 197 1702.16 191 1711.67 191C1721.19 191 1721.19 197 1730.7 197C1740.22 197 1740.22 191 1749.73 191C1759.25 191 1759.25 197 1768.76 197C1778.28 197 1778.28 191 1787.79 191C1797.31 191 1797.31 197 1806.82 197C1816.34 197 1816.34 191 1825.85 191C1835.37 191 1835.37 197 1844.88 197C1854.4 197 1854.4 191 1863.91 191C1873.43 191 1873.43 197 1882.94 197C1892.46 197 1892.46 191 1901.97 191C1911.49 191 1911.49 197 1921 197" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 201C8.51485 201 8.51485 207 18.0297 207C27.5446 207 27.5446 201 37.0594 201C46.5743 201 46.5743 207 56.0891 207C65.604 207 65.604 201 75.1188 201C84.6337 201 84.6337 207 94.1485 207C103.663 207 103.663 201 113.178 201C122.693 201 122.693 207 132.208 207C141.723 207 141.723 201 151.238 201C160.752 201 160.752 207 170.267 207C179.782 207 179.782 201 189.297 201C198.812 201 198.812 207 208.327 207C217.842 207 217.842 201 227.356 201C236.871 201 236.871 207 246.386 207C255.901 207 255.901 201 265.416 201C274.931 201 274.931 207 284.446 207C293.96 207 293.96 201 303.475 201C312.99 201 312.99 207 322.505 207C332.02 207 332.02 201 341.535 201C351.05 201 351.05 207 360.564 207C370.079 207 370.079 201 379.594 201C389.109 201 389.109 207 398.624 207C408.139 207 408.139 201 417.653 201C427.168 201 427.168 207 436.683 207C446.198 207 446.198 201 455.713 201C465.228 201 465.228 207 474.743 207C484.257 207 484.257 201 493.772 201C503.287 201 503.287 207 512.802 207C522.317 207 522.317 201 531.832 201C541.347 201 541.347 207 550.861 207C560.376 207 560.376 201 569.891 201C579.406 201 579.406 207 588.921 207C598.436 207 598.436 201 607.95 201C617.465 201 617.465 207 626.98 207C636.495 207 636.495 201 646.01 201C655.525 201 655.525 207 665.04 207C674.554 207 674.554 201 684.069 201C693.584 201 693.584 207 703.099 207C712.614 207 712.614 201 722.129 201C731.644 201 731.644 207 741.158 207C750.673 207 750.673 201 760.188 201C769.703 201 769.703 207 779.218 207C788.733 207 788.733 201 798.248 201C807.762 201 807.762 207 817.277 207C826.792 207 826.792 201 836.307 201C845.822 201 845.822 207 855.337 207C864.851 207 864.851 201 874.366 201C883.881 201 883.881 207 893.396 207C902.911 207 902.911 201 912.426 201C921.941 201 921.941 207 931.455 207C940.97 207 940.97 201 950.485 201C960 201 960 207 969.515 207C979.03 207 979.03 201 988.545 201C998.059 201 998.059 207 1007.57 207C1017.09 207 1017.09 201 1026.6 201C1036.12 201 1036.12 207 1045.63 207C1055.15 207 1055.15 201 1064.66 201C1074.18 201 1074.18 207 1083.69 207C1093.21 207 1093.21 201 1102.72 201C1112.24 201 1112.24 207 1121.75 207C1131.27 207 1131.27 201 1140.78 201C1150.3 201 1150.3 207 1159.81 207C1169.33 207 1169.33 201 1178.84 201C1188.36 201 1188.36 207 1197.87 207C1207.39 207 1207.39 201 1216.9 201C1226.42 201 1226.42 207 1235.93 207C1245.45 207 1245.45 201 1254.96 201C1264.48 201 1264.48 207 1273.99 207C1283.5 207 1283.5 201 1293.02 201C1302.53 201 1302.53 207 1312.05 207C1321.56 207 1321.56 201 1331.08 201C1340.59 201 1340.59 207 1350.11 207C1359.62 207 1359.62 201 1369.14 201C1378.65 201 1378.65 207 1388.17 207C1397.68 207 1397.68 201 1407.2 201C1416.71 201 1416.71 207 1426.23 207C1435.74 207 1435.74 201 1445.26 201C1454.77 201 1454.77 207 1464.29 207C1473.8 207 1473.8 201 1483.32 201C1492.83 201 1492.83 207 1502.35 207C1511.86 207 1511.86 201 1521.38 201C1530.89 201 1530.89 207 1540.41 207C1549.92 207 1549.92 201 1559.44 201C1568.95 201 1568.95 207 1578.47 207C1587.98 207 1587.98 201 1597.5 201C1607.01 201 1607.01 207 1616.52 207C1626.04 207 1626.04 201 1635.55 201C1645.07 201 1645.07 207 1654.58 207C1664.1 207 1664.1 201 1673.61 201C1683.13 201 1683.13 207 1692.64 207C1702.16 207 1702.16 201 1711.67 201C1721.19 201 1721.19 207 1730.7 207C1740.22 207 1740.22 201 1749.73 201C1759.25 201 1759.25 207 1768.76 207C1778.28 207 1778.28 201 1787.79 201C1797.31 201 1797.31 207 1806.82 207C1816.34 207 1816.34 201 1825.85 201C1835.37 201 1835.37 207 1844.88 207C1854.4 207 1854.4 201 1863.91 201C1873.43 201 1873.43 207 1882.94 207C1892.46 207 1892.46 201 1901.97 201C1911.49 201 1911.49 207 1921 207" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 211C8.51485 211 8.51485 217 18.0297 217C27.5446 217 27.5446 211 37.0594 211C46.5743 211 46.5743 217 56.0891 217C65.604 217 65.604 211 75.1188 211C84.6337 211 84.6337 217 94.1485 217C103.663 217 103.663 211 113.178 211C122.693 211 122.693 217 132.208 217C141.723 217 141.723 211 151.238 211C160.752 211 160.752 217 170.267 217C179.782 217 179.782 211 189.297 211C198.812 211 198.812 217 208.327 217C217.842 217 217.842 211 227.356 211C236.871 211 236.871 217 246.386 217C255.901 217 255.901 211 265.416 211C274.931 211 274.931 217 284.446 217C293.96 217 293.96 211 303.475 211C312.99 211 312.99 217 322.505 217C332.02 217 332.02 211 341.535 211C351.05 211 351.05 217 360.564 217C370.079 217 370.079 211 379.594 211C389.109 211 389.109 217 398.624 217C408.139 217 408.139 211 417.653 211C427.168 211 427.168 217 436.683 217C446.198 217 446.198 211 455.713 211C465.228 211 465.228 217 474.743 217C484.257 217 484.257 211 493.772 211C503.287 211 503.287 217 512.802 217C522.317 217 522.317 211 531.832 211C541.347 211 541.347 217 550.861 217C560.376 217 560.376 211 569.891 211C579.406 211 579.406 217 588.921 217C598.436 217 598.436 211 607.95 211C617.465 211 617.465 217 626.98 217C636.495 217 636.495 211 646.01 211C655.525 211 655.525 217 665.04 217C674.554 217 674.554 211 684.069 211C693.584 211 693.584 217 703.099 217C712.614 217 712.614 211 722.129 211C731.644 211 731.644 217 741.158 217C750.673 217 750.673 211 760.188 211C769.703 211 769.703 217 779.218 217C788.733 217 788.733 211 798.248 211C807.762 211 807.762 217 817.277 217C826.792 217 826.792 211 836.307 211C845.822 211 845.822 217 855.337 217C864.851 217 864.851 211 874.366 211C883.881 211 883.881 217 893.396 217C902.911 217 902.911 211 912.426 211C921.941 211 921.941 217 931.455 217C940.97 217 940.97 211 950.485 211C960 211 960 217 969.515 217C979.03 217 979.03 211 988.545 211C998.059 211 998.059 217 1007.57 217C1017.09 217 1017.09 211 1026.6 211C1036.12 211 1036.12 217 1045.63 217C1055.15 217 1055.15 211 1064.66 211C1074.18 211 1074.18 217 1083.69 217C1093.21 217 1093.21 211 1102.72 211C1112.24 211 1112.24 217 1121.75 217C1131.27 217 1131.27 211 1140.78 211C1150.3 211 1150.3 217 1159.81 217C1169.33 217 1169.33 211 1178.84 211C1188.36 211 1188.36 217 1197.87 217C1207.39 217 1207.39 211 1216.9 211C1226.42 211 1226.42 217 1235.93 217C1245.45 217 1245.45 211 1254.96 211C1264.48 211 1264.48 217 1273.99 217C1283.5 217 1283.5 211 1293.02 211C1302.53 211 1302.53 217 1312.05 217C1321.56 217 1321.56 211 1331.08 211C1340.59 211 1340.59 217 1350.11 217C1359.62 217 1359.62 211 1369.14 211C1378.65 211 1378.65 217 1388.17 217C1397.68 217 1397.68 211 1407.2 211C1416.71 211 1416.71 217 1426.23 217C1435.74 217 1435.74 211 1445.26 211C1454.77 211 1454.77 217 1464.29 217C1473.8 217 1473.8 211 1483.32 211C1492.83 211 1492.83 217 1502.35 217C1511.86 217 1511.86 211 1521.38 211C1530.89 211 1530.89 217 1540.41 217C1549.92 217 1549.92 211 1559.44 211C1568.95 211 1568.95 217 1578.47 217C1587.98 217 1587.98 211 1597.5 211C1607.01 211 1607.01 217 1616.52 217C1626.04 217 1626.04 211 1635.55 211C1645.07 211 1645.07 217 1654.58 217C1664.1 217 1664.1 211 1673.61 211C1683.13 211 1683.13 217 1692.64 217C1702.16 217 1702.16 211 1711.67 211C1721.19 211 1721.19 217 1730.7 217C1740.22 217 1740.22 211 1749.73 211C1759.25 211 1759.25 217 1768.76 217C1778.28 217 1778.28 211 1787.79 211C1797.31 211 1797.31 217 1806.82 217C1816.34 217 1816.34 211 1825.85 211C1835.37 211 1835.37 217 1844.88 217C1854.4 217 1854.4 211 1863.91 211C1873.43 211 1873.43 217 1882.94 217C1892.46 217 1892.46 211 1901.97 211C1911.49 211 1911.49 217 1921 217" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 241C8.51485 241 8.51485 247 18.0297 247C27.5446 247 27.5446 241 37.0594 241C46.5743 241 46.5743 247 56.0891 247C65.604 247 65.604 241 75.1188 241C84.6337 241 84.6337 247 94.1485 247C103.663 247 103.663 241 113.178 241C122.693 241 122.693 247 132.208 247C141.723 247 141.723 241 151.238 241C160.752 241 160.752 247 170.267 247C179.782 247 179.782 241 189.297 241C198.812 241 198.812 247 208.327 247C217.842 247 217.842 241 227.356 241C236.871 241 236.871 247 246.386 247C255.901 247 255.901 241 265.416 241C274.931 241 274.931 247 284.446 247C293.96 247 293.96 241 303.475 241C312.99 241 312.99 247 322.505 247C332.02 247 332.02 241 341.535 241C351.05 241 351.05 247 360.564 247C370.079 247 370.079 241 379.594 241C389.109 241 389.109 247 398.624 247C408.139 247 408.139 241 417.653 241C427.168 241 427.168 247 436.683 247C446.198 247 446.198 241 455.713 241C465.228 241 465.228 247 474.743 247C484.257 247 484.257 241 493.772 241C503.287 241 503.287 247 512.802 247C522.317 247 522.317 241 531.832 241C541.347 241 541.347 247 550.861 247C560.376 247 560.376 241 569.891 241C579.406 241 579.406 247 588.921 247C598.436 247 598.436 241 607.95 241C617.465 241 617.465 247 626.98 247C636.495 247 636.495 241 646.01 241C655.525 241 655.525 247 665.04 247C674.554 247 674.554 241 684.069 241C693.584 241 693.584 247 703.099 247C712.614 247 712.614 241 722.129 241C731.644 241 731.644 247 741.158 247C750.673 247 750.673 241 760.188 241C769.703 241 769.703 247 779.218 247C788.733 247 788.733 241 798.248 241C807.762 241 807.762 247 817.277 247C826.792 247 826.792 241 836.307 241C845.822 241 845.822 247 855.337 247C864.851 247 864.851 241 874.366 241C883.881 241 883.881 247 893.396 247C902.911 247 902.911 241 912.426 241C921.941 241 921.941 247 931.455 247C940.97 247 940.97 241 950.485 241C960 241 960 247 969.515 247C979.03 247 979.03 241 988.545 241C998.059 241 998.059 247 1007.57 247C1017.09 247 1017.09 241 1026.6 241C1036.12 241 1036.12 247 1045.63 247C1055.15 247 1055.15 241 1064.66 241C1074.18 241 1074.18 247 1083.69 247C1093.21 247 1093.21 241 1102.72 241C1112.24 241 1112.24 247 1121.75 247C1131.27 247 1131.27 241 1140.78 241C1150.3 241 1150.3 247 1159.81 247C1169.33 247 1169.33 241 1178.84 241C1188.36 241 1188.36 247 1197.87 247C1207.39 247 1207.39 241 1216.9 241C1226.42 241 1226.42 247 1235.93 247C1245.45 247 1245.45 241 1254.96 241C1264.48 241 1264.48 247 1273.99 247C1283.5 247 1283.5 241 1293.02 241C1302.53 241 1302.53 247 1312.05 247C1321.56 247 1321.56 241 1331.08 241C1340.59 241 1340.59 247 1350.11 247C1359.62 247 1359.62 241 1369.14 241C1378.65 241 1378.65 247 1388.17 247C1397.68 247 1397.68 241 1407.2 241C1416.71 241 1416.71 247 1426.23 247C1435.74 247 1435.74 241 1445.26 241C1454.77 241 1454.77 247 1464.29 247C1473.8 247 1473.8 241 1483.32 241C1492.83 241 1492.83 247 1502.35 247C1511.86 247 1511.86 241 1521.38 241C1530.89 241 1530.89 247 1540.41 247C1549.92 247 1549.92 241 1559.44 241C1568.95 241 1568.95 247 1578.47 247C1587.98 247 1587.98 241 1597.5 241C1607.01 241 1607.01 247 1616.52 247C1626.04 247 1626.04 241 1635.55 241C1645.07 241 1645.07 247 1654.58 247C1664.1 247 1664.1 241 1673.61 241C1683.13 241 1683.13 247 1692.64 247C1702.16 247 1702.16 241 1711.67 241C1721.19 241 1721.19 247 1730.7 247C1740.22 247 1740.22 241 1749.73 241C1759.25 241 1759.25 247 1768.76 247C1778.28 247 1778.28 241 1787.79 241C1797.31 241 1797.31 247 1806.82 247C1816.34 247 1816.34 241 1825.85 241C1835.37 241 1835.37 247 1844.88 247C1854.4 247 1854.4 241 1863.91 241C1873.43 241 1873.43 247 1882.94 247C1892.46 247 1892.46 241 1901.97 241C1911.49 241 1911.49 247 1921 247" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 251C8.51485 251 8.51485 257 18.0297 257C27.5446 257 27.5446 251 37.0594 251C46.5743 251 46.5743 257 56.0891 257C65.604 257 65.604 251 75.1188 251C84.6337 251 84.6337 257 94.1485 257C103.663 257 103.663 251 113.178 251C122.693 251 122.693 257 132.208 257C141.723 257 141.723 251 151.238 251C160.752 251 160.752 257 170.267 257C179.782 257 179.782 251 189.297 251C198.812 251 198.812 257 208.327 257C217.842 257 217.842 251 227.356 251C236.871 251 236.871 257 246.386 257C255.901 257 255.901 251 265.416 251C274.931 251 274.931 257 284.446 257C293.96 257 293.96 251 303.475 251C312.99 251 312.99 257 322.505 257C332.02 257 332.02 251 341.535 251C351.05 251 351.05 257 360.564 257C370.079 257 370.079 251 379.594 251C389.109 251 389.109 257 398.624 257C408.139 257 408.139 251 417.653 251C427.168 251 427.168 257 436.683 257C446.198 257 446.198 251 455.713 251C465.228 251 465.228 257 474.743 257C484.257 257 484.257 251 493.772 251C503.287 251 503.287 257 512.802 257C522.317 257 522.317 251 531.832 251C541.347 251 541.347 257 550.861 257C560.376 257 560.376 251 569.891 251C579.406 251 579.406 257 588.921 257C598.436 257 598.436 251 607.95 251C617.465 251 617.465 257 626.98 257C636.495 257 636.495 251 646.01 251C655.525 251 655.525 257 665.04 257C674.554 257 674.554 251 684.069 251C693.584 251 693.584 257 703.099 257C712.614 257 712.614 251 722.129 251C731.644 251 731.644 257 741.158 257C750.673 257 750.673 251 760.188 251C769.703 251 769.703 257 779.218 257C788.733 257 788.733 251 798.248 251C807.762 251 807.762 257 817.277 257C826.792 257 826.792 251 836.307 251C845.822 251 845.822 257 855.337 257C864.851 257 864.851 251 874.366 251C883.881 251 883.881 257 893.396 257C902.911 257 902.911 251 912.426 251C921.941 251 921.941 257 931.455 257C940.97 257 940.97 251 950.485 251C960 251 960 257 969.515 257C979.03 257 979.03 251 988.545 251C998.059 251 998.059 257 1007.57 257C1017.09 257 1017.09 251 1026.6 251C1036.12 251 1036.12 257 1045.63 257C1055.15 257 1055.15 251 1064.66 251C1074.18 251 1074.18 257 1083.69 257C1093.21 257 1093.21 251 1102.72 251C1112.24 251 1112.24 257 1121.75 257C1131.27 257 1131.27 251 1140.78 251C1150.3 251 1150.3 257 1159.81 257C1169.33 257 1169.33 251 1178.84 251C1188.36 251 1188.36 257 1197.87 257C1207.39 257 1207.39 251 1216.9 251C1226.42 251 1226.42 257 1235.93 257C1245.45 257 1245.45 251 1254.96 251C1264.48 251 1264.48 257 1273.99 257C1283.5 257 1283.5 251 1293.02 251C1302.53 251 1302.53 257 1312.05 257C1321.56 257 1321.56 251 1331.08 251C1340.59 251 1340.59 257 1350.11 257C1359.62 257 1359.62 251 1369.14 251C1378.65 251 1378.65 257 1388.17 257C1397.68 257 1397.68 251 1407.2 251C1416.71 251 1416.71 257 1426.23 257C1435.74 257 1435.74 251 1445.26 251C1454.77 251 1454.77 257 1464.29 257C1473.8 257 1473.8 251 1483.32 251C1492.83 251 1492.83 257 1502.35 257C1511.86 257 1511.86 251 1521.38 251C1530.89 251 1530.89 257 1540.41 257C1549.92 257 1549.92 251 1559.44 251C1568.95 251 1568.95 257 1578.47 257C1587.98 257 1587.98 251 1597.5 251C1607.01 251 1607.01 257 1616.52 257C1626.04 257 1626.04 251 1635.55 251C1645.07 251 1645.07 257 1654.58 257C1664.1 257 1664.1 251 1673.61 251C1683.13 251 1683.13 257 1692.64 257C1702.16 257 1702.16 251 1711.67 251C1721.19 251 1721.19 257 1730.7 257C1740.22 257 1740.22 251 1749.73 251C1759.25 251 1759.25 257 1768.76 257C1778.28 257 1778.28 251 1787.79 251C1797.31 251 1797.31 257 1806.82 257C1816.34 257 1816.34 251 1825.85 251C1835.37 251 1835.37 257 1844.88 257C1854.4 257 1854.4 251 1863.91 251C1873.43 251 1873.43 257 1882.94 257C1892.46 257 1892.46 251 1901.97 251C1911.49 251 1911.49 257 1921 257" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 261C8.51485 261 8.51485 267 18.0297 267C27.5446 267 27.5446 261 37.0594 261C46.5743 261 46.5743 267 56.0891 267C65.604 267 65.604 261 75.1188 261C84.6337 261 84.6337 267 94.1485 267C103.663 267 103.663 261 113.178 261C122.693 261 122.693 267 132.208 267C141.723 267 141.723 261 151.238 261C160.752 261 160.752 267 170.267 267C179.782 267 179.782 261 189.297 261C198.812 261 198.812 267 208.327 267C217.842 267 217.842 261 227.356 261C236.871 261 236.871 267 246.386 267C255.901 267 255.901 261 265.416 261C274.931 261 274.931 267 284.446 267C293.96 267 293.96 261 303.475 261C312.99 261 312.99 267 322.505 267C332.02 267 332.02 261 341.535 261C351.05 261 351.05 267 360.564 267C370.079 267 370.079 261 379.594 261C389.109 261 389.109 267 398.624 267C408.139 267 408.139 261 417.653 261C427.168 261 427.168 267 436.683 267C446.198 267 446.198 261 455.713 261C465.228 261 465.228 267 474.743 267C484.257 267 484.257 261 493.772 261C503.287 261 503.287 267 512.802 267C522.317 267 522.317 261 531.832 261C541.347 261 541.347 267 550.861 267C560.376 267 560.376 261 569.891 261C579.406 261 579.406 267 588.921 267C598.436 267 598.436 261 607.95 261C617.465 261 617.465 267 626.98 267C636.495 267 636.495 261 646.01 261C655.525 261 655.525 267 665.04 267C674.554 267 674.554 261 684.069 261C693.584 261 693.584 267 703.099 267C712.614 267 712.614 261 722.129 261C731.644 261 731.644 267 741.158 267C750.673 267 750.673 261 760.188 261C769.703 261 769.703 267 779.218 267C788.733 267 788.733 261 798.248 261C807.762 261 807.762 267 817.277 267C826.792 267 826.792 261 836.307 261C845.822 261 845.822 267 855.337 267C864.851 267 864.851 261 874.366 261C883.881 261 883.881 267 893.396 267C902.911 267 902.911 261 912.426 261C921.941 261 921.941 267 931.455 267C940.97 267 940.97 261 950.485 261C960 261 960 267 969.515 267C979.03 267 979.03 261 988.545 261C998.059 261 998.059 267 1007.57 267C1017.09 267 1017.09 261 1026.6 261C1036.12 261 1036.12 267 1045.63 267C1055.15 267 1055.15 261 1064.66 261C1074.18 261 1074.18 267 1083.69 267C1093.21 267 1093.21 261 1102.72 261C1112.24 261 1112.24 267 1121.75 267C1131.27 267 1131.27 261 1140.78 261C1150.3 261 1150.3 267 1159.81 267C1169.33 267 1169.33 261 1178.84 261C1188.36 261 1188.36 267 1197.87 267C1207.39 267 1207.39 261 1216.9 261C1226.42 261 1226.42 267 1235.93 267C1245.45 267 1245.45 261 1254.96 261C1264.48 261 1264.48 267 1273.99 267C1283.5 267 1283.5 261 1293.02 261C1302.53 261 1302.53 267 1312.05 267C1321.56 267 1321.56 261 1331.08 261C1340.59 261 1340.59 267 1350.11 267C1359.62 267 1359.62 261 1369.14 261C1378.65 261 1378.65 267 1388.17 267C1397.68 267 1397.68 261 1407.2 261C1416.71 261 1416.71 267 1426.23 267C1435.74 267 1435.74 261 1445.26 261C1454.77 261 1454.77 267 1464.29 267C1473.8 267 1473.8 261 1483.32 261C1492.83 261 1492.83 267 1502.35 267C1511.86 267 1511.86 261 1521.38 261C1530.89 261 1530.89 267 1540.41 267C1549.92 267 1549.92 261 1559.44 261C1568.95 261 1568.95 267 1578.47 267C1587.98 267 1587.98 261 1597.5 261C1607.01 261 1607.01 267 1616.52 267C1626.04 267 1626.04 261 1635.55 261C1645.07 261 1645.07 267 1654.58 267C1664.1 267 1664.1 261 1673.61 261C1683.13 261 1683.13 267 1692.64 267C1702.16 267 1702.16 261 1711.67 261C1721.19 261 1721.19 267 1730.7 267C1740.22 267 1740.22 261 1749.73 261C1759.25 261 1759.25 267 1768.76 267C1778.28 267 1778.28 261 1787.79 261C1797.31 261 1797.31 267 1806.82 267C1816.34 267 1816.34 261 1825.85 261C1835.37 261 1835.37 267 1844.88 267C1854.4 267 1854.4 261 1863.91 261C1873.43 261 1873.43 267 1882.94 267C1892.46 267 1892.46 261 1901.97 261C1911.49 261 1911.49 267 1921 267" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </g> <path d="M-3 60V120H132L192 60H-3Z" fill="%235E748D"/> <path d="M50 60V20H110L150 60H50Z" fill="%23FFD700"/> <rect x="85" width="10" height="20" fill="%23DDE7F1"/> <rect x="65" width="10" height="20" fill="%23DDE7F1"/> <path d="M1850 227L1830 247L1850 267L1870 247L1850 227Z" fill="%23DDE7F1"/> <path d="M1850 267L1830 287L1850 307L1870 287L1850 267Z" fill="%235E748D"/> <path d="M1810 227L1770 267L1810 307L1850 267L1810 227Z" fill="%23F6E8EA"/> <path d="M1690 370L1710 390L1690 410L1670 390L1690 370Z" fill="%23F6E8EA"/> <path d="M1690 410L1710 430L1690 450L1670 430L1690 410Z" fill="%23FFD700"/> <path d="M1730 370L1770 410L1730 450L1690 410L1730 370Z" fill="%23DDE7F1"/> </svg>');
        width: 100%;
        height: 450px;
        top: -60px;
        left: 0;
        z-index: -1;
    }

    .hypothec-block::before {
        content: '';
        position: absolute;
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="126" height="66" viewBox="0 0 126 66" fill="none" xmlns="http://www.w3.org/2000/svg"> <g opacity="0.25"> <path d="M43 0L46 3L43 6L40 3L43 0Z" fill="white"/> <path d="M63 0L66 3L63 6L60 3L63 0Z" fill="white"/> <path d="M83 0L86 3L83 6L80 3L83 0Z" fill="white"/> <path d="M103 0L106 3L103 6L100 3L103 0Z" fill="white"/> <path d="M43 20L46 23L43 26L40 23L43 20Z" fill="white"/> <path d="M63 20L66 23L63 26L60 23L63 20Z" fill="white"/> <path d="M83 20L86 23L83 26L80 23L83 20Z" fill="white"/> <path d="M103 20L106 23L103 26L100 23L103 20Z" fill="white"/> <path d="M43 40L46 43L43 46L40 43L43 40Z" fill="white"/> <path d="M63 40L66 43L63 46L60 43L63 40Z" fill="white"/> <path d="M83 40L86 43L83 46L80 43L83 40Z" fill="white"/> <path d="M103 40L106 43L103 46L100 43L103 40Z" fill="white"/> <path d="M43 60L46 63L43 66L40 63L43 60Z" fill="white"/> <path d="M63 60L66 63L63 66L60 63L63 60Z" fill="white"/> <path d="M83 60L86 63L83 66L80 63L83 60Z" fill="white"/> <path d="M103 60L106 63L103 66L100 63L103 60Z" fill="white"/> <path d="M23 0L26 3L23 6L20 3L23 0Z" fill="white"/> <path d="M23 20L26 23L23 26L20 23L23 20Z" fill="white"/> <path d="M23 40L26 43L23 46L20 43L23 40Z" fill="white"/> <path d="M23 60L26 63L23 66L20 63L23 60Z" fill="white"/> <path d="M3 0L6 3L3 6L0 3L3 0Z" fill="white"/> <path d="M3 20L6 23L3 26L0 23L3 20Z" fill="white"/> <path d="M3 40L6 43L3 46L0 43L3 40Z" fill="white"/> <path d="M3 60L6 63L3 66L0 63L3 60Z" fill="white"/> <path d="M123 0L126 3L123 6L120 3L123 0Z" fill="white"/> <path d="M123 20L126 23L123 26L120 23L123 20Z" fill="white"/> <path d="M123 40L126 43L123 46L120 43L123 40Z" fill="white"/> <path d="M123 60L126 63L123 66L120 63L123 60Z" fill="white"/> </g> </svg>');
        width: 126px;
        height: 66px;
        top: 30px;
        left: 370px;
        z-index: 5;
    }

    .section-teasers::before {
        content: '';
        position: absolute;
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="283" height="343" viewBox="0 0 283 343" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0 103L120 223L0 343L-120 223L0 103Z" fill="%23F5F7F9"/> <path d="M80 217L77 220L80 223L83 220L80 217Z" fill="%23DDE7F1"/> <path d="M60 217L57 220L60 223L63 220L60 217Z" fill="%23DDE7F1"/> <path d="M40 217L37 220L40 223L43 220L40 217Z" fill="%23DDE7F1"/> <path d="M20 217L17 220L20 223L23 220L20 217Z" fill="%23DDE7F1"/> <path d="M80 237L77 240L80 243L83 240L80 237Z" fill="%23DDE7F1"/> <path d="M60 237L57 240L60 243L63 240L60 237Z" fill="%23DDE7F1"/> <path d="M40 237L37 240L40 243L43 240L40 237Z" fill="%23DDE7F1"/> <path d="M20 237L17 240L20 243L23 240L20 237Z" fill="%23DDE7F1"/> <path d="M80 257L77 260L80 263L83 260L80 257Z" fill="%23DDE7F1"/> <path d="M60 257L57 260L60 263L63 260L60 257Z" fill="%23DDE7F1"/> <path d="M40 257L37 260L40 263L43 260L40 257Z" fill="%23DDE7F1"/> <path d="M20 257L17 260L20 263L23 260L20 257Z" fill="%23DDE7F1"/> <path d="M80 277L77 280L80 283L83 280L80 277Z" fill="%23DDE7F1"/> <path d="M60 277L57 280L60 283L63 280L60 277Z" fill="%23DDE7F1"/> <path d="M40 277L37 280L40 283L43 280L40 277Z" fill="%23DDE7F1"/> <path d="M20 277L17 280L20 283L23 280L20 277Z" fill="%23DDE7F1"/> <path d="M100 217L97 220L100 223L103 220L100 217Z" fill="%23DDE7F1"/> <path d="M100 237L97 240L100 243L103 240L100 237Z" fill="%23DDE7F1"/> <path d="M100 257L97 260L100 263L103 260L100 257Z" fill="%23DDE7F1"/> <path d="M100 277L97 280L100 283L103 280L100 277Z" fill="%23DDE7F1"/> <path d="M120 217L117 220L120 223L123 220L120 217Z" fill="%23DDE7F1"/> <path d="M120 237L117 240L120 243L123 240L120 237Z" fill="%23DDE7F1"/> <path d="M120 257L117 260L120 263L123 260L120 257Z" fill="%23DDE7F1"/> <path d="M120 277L117 280L120 283L123 280L120 277Z" fill="%23DDE7F1"/> <path d="M0 217L-3 220L0 223L3 220L0 217Z" fill="%23DDE7F1"/> <path d="M0 237L-3 240L0 243L3 240L0 237Z" fill="%23DDE7F1"/> <path d="M0 257L-3 260L0 263L3 260L0 257Z" fill="%23DDE7F1"/> <path d="M0 277L-3 280L0 283L3 280L0 277Z" fill="%23DDE7F1"/> <path d="M80 297L77 300L80 303L83 300L80 297Z" fill="%23DDE7F1"/> <path d="M60 297L57 300L60 303L63 300L60 297Z" fill="%23DDE7F1"/> <path d="M40 297L37 300L40 303L43 300L40 297Z" fill="%23DDE7F1"/> <path d="M20 297L17 300L20 303L23 300L20 297Z" fill="%23DDE7F1"/> <path d="M80 317L77 320L80 323L83 320L80 317Z" fill="%23DDE7F1"/> <path d="M60 317L57 320L60 323L63 320L60 317Z" fill="%23DDE7F1"/> <path d="M40 317L37 320L40 323L43 320L40 317Z" fill="%23DDE7F1"/> <path d="M20 317L17 320L20 323L23 320L20 317Z" fill="%23DDE7F1"/> <path d="M100 297L97 300L100 303L103 300L100 297Z" fill="%23DDE7F1"/> <path d="M100 317L97 320L100 323L103 320L100 317Z" fill="%23DDE7F1"/> <path d="M120 297L117 300L120 303L123 300L120 297Z" fill="%23DDE7F1"/> <path d="M120 317L117 320L120 323L123 320L120 317Z" fill="%23DDE7F1"/> <path d="M0 297L-3 300L0 303L3 300L0 297Z" fill="%23DDE7F1"/> <path d="M0 317L-3 320L0 323L3 320L0 317Z" fill="%23DDE7F1"/> <path d="M220 297L217 300L220 303L223 300L220 297Z" fill="%23DDE7F1"/> <path d="M200 297L197 300L200 303L203 300L200 297Z" fill="%23DDE7F1"/> <path d="M180 297L177 300L180 303L183 300L180 297Z" fill="%23DDE7F1"/> <path d="M160 297L157 300L160 303L163 300L160 297Z" fill="%23DDE7F1"/> <path d="M220 317L217 320L220 323L223 320L220 317Z" fill="%23DDE7F1"/> <path d="M200 317L197 320L200 323L203 320L200 317Z" fill="%23DDE7F1"/> <path d="M180 317L177 320L180 323L183 320L180 317Z" fill="%23DDE7F1"/> <path d="M160 317L157 320L160 323L163 320L160 317Z" fill="%23DDE7F1"/> <path d="M240 317L237 320L240 323L243 320L240 317Z" fill="%23DDE7F1"/> <path d="M140 297L137 300L140 303L143 300L140 297Z" fill="%23DDE7F1"/> <path d="M140 317L137 320L140 323L143 320L140 317Z" fill="%23DDE7F1"/> <path d="M160 237L157 240L160 243L163 240L160 237Z" fill="%23DDE7F1"/> <path d="M180 257L177 260L180 263L183 260L180 257Z" fill="%23DDE7F1"/> <path d="M160 257L157 260L160 263L163 260L160 257Z" fill="%23DDE7F1"/> <path d="M200 277L197 280L200 283L203 280L200 277Z" fill="%23DDE7F1"/> <path d="M180 277L177 280L180 283L183 280L180 277Z" fill="%23DDE7F1"/> <path d="M160 277L157 280L160 283L163 280L160 277Z" fill="%23DDE7F1"/> <path d="M140 217L137 220L140 223L143 220L140 217Z" fill="%23DDE7F1"/> <path d="M140 237L137 240L140 243L143 240L140 237Z" fill="%23DDE7F1"/> <path d="M140 257L137 260L140 263L143 260L140 257Z" fill="%23DDE7F1"/> <path d="M140 277L137 280L140 283L143 280L140 277Z" fill="%23DDE7F1"/> <path d="M200 0L203 3L200 6L197 3L200 0Z" fill="%23F6E8EA"/> <path d="M220 0L223 3L220 6L217 3L220 0Z" fill="%23F6E8EA"/> <path d="M240 0L243 3L240 6L237 3L240 0Z" fill="%23F6E8EA"/> <path d="M260 0L263 3L260 6L257 3L260 0Z" fill="%23F6E8EA"/> <path d="M200 20L203 23L200 26L197 23L200 20Z" fill="%23F6E8EA"/> <path d="M220 20L223 23L220 26L217 23L220 20Z" fill="%23F6E8EA"/> <path d="M240 20L243 23L240 26L237 23L240 20Z" fill="%23F6E8EA"/> <path d="M260 20L263 23L260 26L257 23L260 20Z" fill="%23F6E8EA"/> <path d="M200 40L203 43L200 46L197 43L200 40Z" fill="%23F6E8EA"/> <path d="M220 40L223 43L220 46L217 43L220 40Z" fill="%23F6E8EA"/> <path d="M240 40L243 43L240 46L237 43L240 40Z" fill="%23F6E8EA"/> <path d="M200 60L203 63L200 66L197 63L200 60Z" fill="%23F6E8EA"/> <path d="M220 60L223 63L220 66L217 63L220 60Z" fill="%23F6E8EA"/> <path d="M180 0L183 3L180 6L177 3L180 0Z" fill="%23F6E8EA"/> <path d="M180 20L183 23L180 26L177 23L180 20Z" fill="%23F6E8EA"/> <path d="M180 40L183 43L180 46L177 43L180 40Z" fill="%23F6E8EA"/> <path d="M180 60L183 63L180 66L177 63L180 60Z" fill="%23F6E8EA"/> <path d="M160 0L163 3L160 6L157 3L160 0Z" fill="%23F6E8EA"/> <path d="M160 20L163 23L160 26L157 23L160 20Z" fill="%23F6E8EA"/> <path d="M160 40L163 43L160 46L157 43L160 40Z" fill="%23F6E8EA"/> <path d="M160 60L163 63L160 66L157 63L160 60Z" fill="%23F6E8EA"/> <path d="M280 0L283 3L280 6L277 3L280 0Z" fill="%23F6E8EA"/> <path d="M140 0L143 3L140 6L137 3L140 0Z" fill="%23F6E8EA"/> <path d="M140 20L143 23L140 26L137 23L140 20Z" fill="%23F6E8EA"/> <path d="M140 40L143 43L140 46L137 43L140 40Z" fill="%23F6E8EA"/> <path d="M140 60L143 63L140 66L137 63L140 60Z" fill="%23F6E8EA"/> <path d="M120 20L123 23L120 26L117 23L120 20Z" fill="%23F6E8EA"/> <path d="M120 40L123 43L120 46L117 43L120 40Z" fill="%23F6E8EA"/> <path d="M120 60L123 63L120 66L117 63L120 60Z" fill="%23F6E8EA"/> <path d="M100 40L103 43L100 46L97 43L100 40Z" fill="%23F6E8EA"/> <path d="M100 60L103 63L100 66L97 63L100 60Z" fill="%23F6E8EA"/> <path d="M80 60L83 63L80 66L77 63L80 60Z" fill="%23F6E8EA"/> <path d="M0 23L40 63L0 103L-40 63L0 23Z" fill="%23FFD700"/> </svg>');
        width: 283px;
        height: 343px;
        left: 0;
        bottom: 40px;
        z-index: 5;
    }

    .section-price::before,
    .section-commerce::before {
        content: '';
        position: absolute;
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="1903" height="285" viewBox="0 0 1903 285" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1594 212C1603.5 212 1603.5 206 1613 206C1622.5 206 1622.5 212 1632 212C1641.5 212 1641.5 206 1651 206C1660.5 206 1660.5 212 1670 212C1679.5 212 1679.5 206 1689 206C1698.5 206 1698.5 212 1708 212C1717.5 212 1717.5 206 1727 206C1736.5 206 1736.5 212 1746 212C1755.5 212 1755.5 206 1765 206C1774.5 206 1774.5 212 1784 212C1793.5 212 1793.5 206 1803 206C1812.5 206 1812.5 212 1822 212" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1613 196C1622.5 196 1622.5 202 1632 202C1641.5 202 1641.5 196 1651 196C1660.5 196 1660.5 202 1670 202C1679.5 202 1679.5 196 1689 196C1698.5 196 1698.5 202 1708 202C1717.5 202 1717.5 196 1727 196C1736.5 196 1736.5 202 1746 202C1755.5 202 1755.5 196 1765 196C1774.5 196 1774.5 202 1784 202C1793.5 202 1793.5 196 1803 196" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1710 125L1790 205H1630L1710 125Z" fill="%23FFD700"/> <path d="M1710 285L1790 205H1630L1710 285Z" fill="%23282828"/> <path d="M1556 222C1565.5 222 1565.5 216 1575 216C1584.5 216 1584.5 222 1594 222C1603.5 222 1603.5 216 1613 216C1622.5 216 1622.5 222 1632 222C1641.5 222 1641.5 216 1651 216C1660.5 216 1660.5 222 1670 222C1679.5 222 1679.5 216 1689 216C1698.5 216 1698.5 222 1708 222C1717.5 222 1717.5 216 1727 216C1736.5 216 1736.5 222 1746 222C1755.5 222 1755.5 216 1765 216C1774.5 216 1774.5 222 1784 222C1793.5 222 1793.5 216 1803 216C1812.5 216 1812.5 222 1822 222C1831.5 222 1831.5 216 1841 216C1850.5 216 1850.5 222 1860 222" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1594 232C1603.5 232 1603.5 226 1613 226C1622.5 226 1622.5 232 1632 232C1641.5 232 1641.5 226 1651 226C1660.5 226 1660.5 232 1670 232C1679.5 232 1679.5 226 1689 226C1698.5 226 1698.5 232 1708 232C1717.5 232 1717.5 226 1727 226C1736.5 226 1736.5 232 1746 232C1755.5 232 1755.5 226 1765 226C1774.5 226 1774.5 232 1784 232C1793.5 232 1793.5 226 1803 226C1812.5 226 1812.5 232 1822 232" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1632 242C1641.5 242 1641.5 236 1651 236C1660.5 236 1660.5 242 1670 242C1679.5 242 1679.5 236 1689 236C1698.5 236 1698.5 242 1708 242C1717.5 242 1717.5 236 1727 236C1736.5 236 1736.5 242 1746 242C1755.5 242 1755.5 236 1765 236C1774.5 236 1774.5 242 1784 242" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1712 82C1721.5 82 1721.5 76 1731 76C1740.5 76 1740.5 82 1750 82C1759.5 82 1759.5 76 1769 76C1778.5 76 1778.5 82 1788 82C1797.5 82 1797.5 76 1807 76C1816.5 76 1816.5 82 1826 82C1835.5 82 1835.5 76 1845 76C1854.5 76 1854.5 82 1864 82" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1790 35L1830 75H1750L1790 35Z" fill="%23F6E8EA"/> <path d="M1790 115L1830 75H1750L1790 115Z" fill="white"/> <path d="M1674 92C1683.5 92 1683.5 86 1693 86C1702.5 86 1702.5 92 1712 92C1721.5 92 1721.5 86 1731 86C1740.5 86 1740.5 92 1750 92C1759.5 92 1759.5 86 1769 86C1778.5 86 1778.5 92 1788 92C1797.5 92 1797.5 86 1807 86C1816.5 86 1816.5 92 1826 92C1835.5 92 1835.5 86 1845 86C1854.5 86 1854.5 92 1864 92C1873.5 92 1873.5 86 1883 86C1892.5 86 1892.5 92 1902 92" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1712 102C1721.5 102 1721.5 96 1731 96C1740.5 96 1740.5 102 1750 102C1759.5 102 1759.5 96 1769 96C1778.5 96 1778.5 102 1788 102C1797.5 102 1797.5 96 1807 96C1816.5 96 1816.5 102 1826 102C1835.5 102 1835.5 96 1845 96C1854.5 96 1854.5 102 1864 102" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <g opacity="0.35"> <path d="M-200 23C-190.478 23 -190.478 29 -180.957 29C-171.435 29 -171.435 23 -161.913 23C-152.391 23 -152.391 29 -142.87 29C-133.348 29 -133.348 23 -123.826 23C-114.304 23 -114.304 29 -104.783 29C-95.2609 29 -95.2609 23 -85.7391 23C-76.2174 23 -76.2174 29 -66.6957 29C-57.1739 29 -57.1739 23 -47.6522 23C-38.1304 23 -38.1305 29 -28.6087 29C-19.087 29 -19.087 23 -9.56523 23C-0.0434892 23 -0.0434835 29 9.47826 29C19 29 19 23 28.5217 23C38.0435 23 38.0435 29 47.5652 29C57.0869 29 57.0869 23 66.6087 23C76.1304 23 76.1304 29 85.6522 29C95.1739 29 95.1739 23 104.696 23C114.217 23 114.217 29 123.739 29C133.261 29 133.261 23 142.783 23C152.304 23 152.304 29 161.826 29C171.348 29 171.348 23 180.87 23C190.391 23 190.391 29 199.913 29C209.435 29 209.435 23 218.957 23C228.478 23 228.478 29 238 29" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-200 33C-190.478 33 -190.478 39 -180.957 39C-171.435 39 -171.435 33 -161.913 33C-152.391 33 -152.391 39 -142.87 39C-133.348 39 -133.348 33 -123.826 33C-114.304 33 -114.304 39 -104.783 39C-95.2609 39 -95.2609 33 -85.7391 33C-76.2174 33 -76.2174 39 -66.6957 39C-57.1739 39 -57.1739 33 -47.6522 33C-38.1304 33 -38.1305 39 -28.6087 39C-19.087 39 -19.087 33 -9.56523 33C-0.0434892 33 -0.0434835 39 9.47826 39C19 39 19 33 28.5217 33C38.0435 33 38.0435 39 47.5652 39C57.0869 39 57.0869 33 66.6087 33C76.1304 33 76.1304 39 85.6522 39C95.1739 39 95.1739 33 104.696 33C114.217 33 114.217 39 123.739 39C133.261 39 133.261 33 142.783 33C152.304 33 152.304 39 161.826 39C171.348 39 171.348 33 180.87 33C190.391 33 190.391 39 199.913 39C209.435 39 209.435 33 218.957 33C228.478 33 228.478 39 238 39" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-200 43C-190.478 43 -190.478 49 -180.957 49C-171.435 49 -171.435 43 -161.913 43C-152.391 43 -152.391 49 -142.87 49C-133.348 49 -133.348 43 -123.826 43C-114.304 43 -114.304 49 -104.783 49C-95.2609 49 -95.2609 43 -85.7391 43C-76.2174 43 -76.2174 49 -66.6957 49C-57.1739 49 -57.1739 43 -47.6522 43C-38.1304 43 -38.1305 49 -28.6087 49C-19.087 49 -19.087 43 -9.56523 43C-0.0434892 43 -0.0434835 49 9.47826 49C19 49 19 43 28.5217 43C38.0435 43 38.0435 49 47.5652 49C57.0869 49 57.0869 43 66.6087 43C76.1304 43 76.1304 49 85.6522 49C95.1739 49 95.1739 43 104.696 43C114.217 43 114.217 49 123.739 49C133.261 49 133.261 43 142.783 43C152.304 43 152.304 49 161.826 49C171.348 49 171.348 43 180.87 43C190.391 43 190.391 49 199.913 49C209.435 49 209.435 43 218.957 43C228.478 43 228.478 49 238 49" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-120 73C-110.478 73 -110.478 79 -100.957 79C-91.4348 79 -91.4348 73 -81.913 73C-72.3913 73 -72.3913 79 -62.8696 79C-53.3478 79 -53.3478 73 -43.8261 73C-34.3044 73 -34.3044 79 -24.7826 79C-15.2609 79 -15.2609 73 -5.73914 73C3.7826 73 3.7826 79 13.3043 79C22.8261 79 22.8261 73 32.3478 73C41.8696 73 41.8695 79 51.3913 79C60.913 79 60.913 73 70.4348 73C79.9565 73 79.9565 79 89.4783 79C99 79 99 73 108.522 73C118.043 73 118.043 79 127.565 79C137.087 79 137.087 73 146.609 73C156.13 73 156.13 79 165.652 79C175.174 79 175.174 73 184.696 73C194.217 73 194.217 79 203.739 79C213.261 79 213.261 73 222.783 73C232.304 73 232.304 79 241.826 79C251.348 79 251.348 73 260.87 73C270.391 73 270.391 79 279.913 79C289.435 79 289.435 73 298.957 73C308.478 73 308.478 79 318 79" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-120 83C-110.478 83 -110.478 89 -100.957 89C-91.4348 89 -91.4348 83 -81.913 83C-72.3913 83 -72.3913 89 -62.8696 89C-53.3478 89 -53.3478 83 -43.8261 83C-34.3044 83 -34.3044 89 -24.7826 89C-15.2609 89 -15.2609 83 -5.73914 83C3.7826 83 3.7826 89 13.3043 89C22.8261 89 22.8261 83 32.3478 83C41.8696 83 41.8695 89 51.3913 89C60.913 89 60.913 83 70.4348 83C79.9565 83 79.9565 89 89.4783 89C99 89 99 83 108.522 83C118.043 83 118.043 89 127.565 89C137.087 89 137.087 83 146.609 83C156.13 83 156.13 89 165.652 89C175.174 89 175.174 83 184.696 83C194.217 83 194.217 89 203.739 89C213.261 89 213.261 83 222.783 83C232.304 83 232.304 89 241.826 89C251.348 89 251.348 83 260.87 83C270.391 83 270.391 89 279.913 89C289.435 89 289.435 83 298.957 83C308.478 83 308.478 89 318 89" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-120 93C-110.478 93 -110.478 99 -100.957 99C-91.4348 99 -91.4348 93 -81.913 93C-72.3913 93 -72.3913 99 -62.8696 99C-53.3478 99 -53.3478 93 -43.8261 93C-34.3044 93 -34.3044 99 -24.7826 99C-15.2609 99 -15.2609 93 -5.73914 93C3.7826 93 3.7826 99 13.3043 99C22.8261 99 22.8261 93 32.3478 93C41.8696 93 41.8695 99 51.3913 99C60.913 99 60.913 93 70.4348 93C79.9565 93 79.9565 99 89.4783 99C99 99 99 93 108.522 93C118.043 93 118.043 99 127.565 99C137.087 99 137.087 93 146.609 93C156.13 93 156.13 99 165.652 99C175.174 99 175.174 93 184.696 93C194.217 93 194.217 99 203.739 99C213.261 99 213.261 93 222.783 93C232.304 93 232.304 99 241.826 99C251.348 99 251.348 93 260.87 93C270.391 93 270.391 99 279.913 99C289.435 99 289.435 93 298.957 93C308.478 93 308.478 99 318 99" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-160 123C-150.478 123 -150.478 129 -140.957 129C-131.435 129 -131.435 123 -121.913 123C-112.391 123 -112.391 129 -102.87 129C-93.3478 129 -93.3478 123 -83.8261 123C-74.3044 123 -74.3044 129 -64.7826 129C-55.2609 129 -55.2609 123 -45.7391 123C-36.2174 123 -36.2174 129 -26.6957 129C-17.1739 129 -17.1739 123 -7.65218 123C1.86956 123 1.86955 129 11.3913 129C20.913 129 20.913 123 30.4348 123C39.9565 123 39.9565 129 49.4783 129C59 129 59 123 68.5217 123C78.0435 123 78.0435 129 87.5652 129C97.0869 129 97.0869 123 106.609 123C116.13 123 116.13 129 125.652 129C135.174 129 135.174 123 144.696 123C154.217 123 154.217 129 163.739 129C173.261 129 173.261 123 182.783 123C192.304 123 192.304 129 201.826 129C211.348 129 211.348 123 220.87 123C230.391 123 230.391 129 239.913 129C249.435 129 249.435 123 258.957 123C268.478 123 268.478 129 278 129" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-160 133C-150.478 133 -150.478 139 -140.957 139C-131.435 139 -131.435 133 -121.913 133C-112.391 133 -112.391 139 -102.87 139C-93.3478 139 -93.3478 133 -83.8261 133C-74.3044 133 -74.3044 139 -64.7826 139C-55.2609 139 -55.2609 133 -45.7391 133C-36.2174 133 -36.2174 139 -26.6957 139C-17.1739 139 -17.1739 133 -7.65218 133C1.86956 133 1.86955 139 11.3913 139C20.913 139 20.913 133 30.4348 133C39.9565 133 39.9565 139 49.4783 139C59 139 59 133 68.5217 133C78.0435 133 78.0435 139 87.5652 139C97.0869 139 97.0869 133 106.609 133C116.13 133 116.13 139 125.652 139C135.174 139 135.174 133 144.696 133C154.217 133 154.217 139 163.739 139C173.261 139 173.261 133 182.783 133C192.304 133 192.304 139 201.826 139C211.348 139 211.348 133 220.87 133C230.391 133 230.391 139 239.913 139C249.435 139 249.435 133 258.957 133C268.478 133 268.478 139 278 139" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-160 143C-150.478 143 -150.478 149 -140.957 149C-131.435 149 -131.435 143 -121.913 143C-112.391 143 -112.391 149 -102.87 149C-93.3478 149 -93.3478 143 -83.8261 143C-74.3044 143 -74.3044 149 -64.7826 149C-55.2609 149 -55.2609 143 -45.7391 143C-36.2174 143 -36.2174 149 -26.6957 149C-17.1739 149 -17.1739 143 -7.65218 143C1.86956 143 1.86955 149 11.3913 149C20.913 149 20.913 143 30.4348 143C39.9565 143 39.9565 149 49.4783 149C59 149 59 143 68.5217 143C78.0435 143 78.0435 149 87.5652 149C97.0869 149 97.0869 143 106.609 143C116.13 143 116.13 149 125.652 149C135.174 149 135.174 143 144.696 143C154.217 143 154.217 149 163.739 149C173.261 149 173.261 143 182.783 143C192.304 143 192.304 149 201.826 149C211.348 149 211.348 143 220.87 143C230.391 143 230.391 149 239.913 149C249.435 149 249.435 143 258.957 143C268.478 143 268.478 149 278 149" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-200 173C-190.478 173 -190.478 179 -180.957 179C-171.435 179 -171.435 173 -161.913 173C-152.391 173 -152.391 179 -142.87 179C-133.348 179 -133.348 173 -123.826 173C-114.304 173 -114.304 179 -104.783 179C-95.2609 179 -95.2609 173 -85.7391 173C-76.2174 173 -76.2174 179 -66.6957 179C-57.1739 179 -57.1739 173 -47.6522 173C-38.1304 173 -38.1305 179 -28.6087 179C-19.087 179 -19.087 173 -9.56523 173C-0.0434892 173 -0.0434835 179 9.47826 179C19 179 19 173 28.5217 173C38.0435 173 38.0435 179 47.5652 179C57.0869 179 57.0869 173 66.6087 173C76.1304 173 76.1304 179 85.6522 179C95.1739 179 95.1739 173 104.696 173C114.217 173 114.217 179 123.739 179C133.261 179 133.261 173 142.783 173C152.304 173 152.304 179 161.826 179C171.348 179 171.348 173 180.87 173C190.391 173 190.391 179 199.913 179C209.435 179 209.435 173 218.957 173C228.478 173 228.478 179 238 179" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-200 183C-190.478 183 -190.478 189 -180.957 189C-171.435 189 -171.435 183 -161.913 183C-152.391 183 -152.391 189 -142.87 189C-133.348 189 -133.348 183 -123.826 183C-114.304 183 -114.304 189 -104.783 189C-95.2609 189 -95.2609 183 -85.7391 183C-76.2174 183 -76.2174 189 -66.6957 189C-57.1739 189 -57.1739 183 -47.6522 183C-38.1304 183 -38.1305 189 -28.6087 189C-19.087 189 -19.087 183 -9.56523 183C-0.0434892 183 -0.0434835 189 9.47826 189C19 189 19 183 28.5217 183C38.0435 183 38.0435 189 47.5652 189C57.0869 189 57.0869 183 66.6087 183C76.1304 183 76.1304 189 85.6522 189C95.1739 189 95.1739 183 104.696 183C114.217 183 114.217 189 123.739 189C133.261 189 133.261 183 142.783 183C152.304 183 152.304 189 161.826 189C171.348 189 171.348 183 180.87 183C190.391 183 190.391 189 199.913 189C209.435 189 209.435 183 218.957 183C228.478 183 228.478 189 238 189" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-200 193C-190.478 193 -190.478 199 -180.957 199C-171.435 199 -171.435 193 -161.913 193C-152.391 193 -152.391 199 -142.87 199C-133.348 199 -133.348 193 -123.826 193C-114.304 193 -114.304 199 -104.783 199C-95.2609 199 -95.2609 193 -85.7391 193C-76.2174 193 -76.2174 199 -66.6957 199C-57.1739 199 -57.1739 193 -47.6522 193C-38.1304 193 -38.1305 199 -28.6087 199C-19.087 199 -19.087 193 -9.56523 193C-0.0434892 193 -0.0434835 199 9.47826 199C19 199 19 193 28.5217 193C38.0435 193 38.0435 199 47.5652 199C57.0869 199 57.0869 193 66.6087 193C76.1304 193 76.1304 199 85.6522 199C95.1739 199 95.1739 193 104.696 193C114.217 193 114.217 199 123.739 199C133.261 199 133.261 193 142.783 193C152.304 193 152.304 199 161.826 199C171.348 199 171.348 193 180.87 193C190.391 193 190.391 199 199.913 199C209.435 199 209.435 193 218.957 193C228.478 193 228.478 199 238 199" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-240 223C-230.478 223 -230.478 229 -220.957 229C-211.435 229 -211.435 223 -201.913 223C-192.391 223 -192.391 229 -182.87 229C-173.348 229 -173.348 223 -163.826 223C-154.304 223 -154.304 229 -144.783 229C-135.261 229 -135.261 223 -125.739 223C-116.217 223 -116.217 229 -106.696 229C-97.1739 229 -97.1739 223 -87.6522 223C-78.1304 223 -78.1305 229 -68.6087 229C-59.087 229 -59.087 223 -49.5652 223C-40.0435 223 -40.0435 229 -30.5217 229C-21 229 -21 223 -11.4783 223C-1.95654 223 -1.95653 229 7.56521 229C17.0869 229 17.0869 223 26.6087 223C36.1304 223 36.1304 229 45.6522 229C55.1739 229 55.1739 223 64.6956 223C74.2174 223 74.2174 229 83.7391 229C93.2608 229 93.2608 223 102.783 223C112.304 223 112.304 229 121.826 229C131.348 229 131.348 223 140.87 223C150.391 223 150.391 229 159.913 229C169.435 229 169.435 223 178.957 223C188.478 223 188.478 229 198 229" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-240 233C-230.478 233 -230.478 239 -220.957 239C-211.435 239 -211.435 233 -201.913 233C-192.391 233 -192.391 239 -182.87 239C-173.348 239 -173.348 233 -163.826 233C-154.304 233 -154.304 239 -144.783 239C-135.261 239 -135.261 233 -125.739 233C-116.217 233 -116.217 239 -106.696 239C-97.1739 239 -97.1739 233 -87.6522 233C-78.1304 233 -78.1305 239 -68.6087 239C-59.087 239 -59.087 233 -49.5652 233C-40.0435 233 -40.0435 239 -30.5217 239C-21 239 -21 233 -11.4783 233C-1.95654 233 -1.95653 239 7.56521 239C17.0869 239 17.0869 233 26.6087 233C36.1304 233 36.1304 239 45.6522 239C55.1739 239 55.1739 233 64.6956 233C74.2174 233 74.2174 239 83.7391 239C93.2608 239 93.2608 233 102.783 233C112.304 233 112.304 239 121.826 239C131.348 239 131.348 233 140.87 233C150.391 233 150.391 239 159.913 239C169.435 239 169.435 233 178.957 233C188.478 233 188.478 239 198 239" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-240 243C-230.478 243 -230.478 249 -220.957 249C-211.435 249 -211.435 243 -201.913 243C-192.391 243 -192.391 249 -182.87 249C-173.348 249 -173.348 243 -163.826 243C-154.304 243 -154.304 249 -144.783 249C-135.261 249 -135.261 243 -125.739 243C-116.217 243 -116.217 249 -106.696 249C-97.1739 249 -97.1739 243 -87.6522 243C-78.1304 243 -78.1305 249 -68.6087 249C-59.087 249 -59.087 243 -49.5652 243C-40.0435 243 -40.0435 249 -30.5217 249C-21 249 -21 243 -11.4783 243C-1.95654 243 -1.95653 249 7.56521 249C17.0869 249 17.0869 243 26.6087 243C36.1304 243 36.1304 249 45.6522 249C55.1739 249 55.1739 243 64.6956 243C74.2174 243 74.2174 249 83.7391 249C93.2608 249 93.2608 243 102.783 243C112.304 243 112.304 249 121.826 249C131.348 249 131.348 243 140.87 243C150.391 243 150.391 249 159.913 249C169.435 249 169.435 243 178.957 243C188.478 243 188.478 249 198 249" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </g> <path d="M0 40V80H196.667L236.667 40H0Z" fill="%23DDE7F1"/> <rect x="77" y="20" width="20" height="20" fill="white"/> <rect x="97" y="20" width="20" height="20" fill="%23282828"/> <rect x="117" y="20" width="20" height="20" fill="%23FFD700"/> <rect x="107" width="20" height="20" fill="white"/> <rect x="147" y="20" width="20" height="20" fill="%23282828"/> <rect x="167" y="20" width="20" height="20" fill="%23FFD700"/> <rect x="157" width="20" height="20" fill="white"/> <rect x="87" width="20" height="20" fill="%23DDE7F1"/> <path d="M17 40V20H57V40H17Z" fill="%23FFD700"/> <path d="M17 20V0H37L57 20H17Z" fill="%23FFD700"/> </svg>');
        width: 100%;
        height: 285px;
        background-repeat: no-repeat;
        bottom: 60px;
        left: 0;
        z-index: 5;
    }

    .slider-rc__wrapper::before {
        content: '';
        position: absolute;
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="226" height="86" viewBox="0 0 226 86" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M143 0L146 3L143 6L140 3L143 0Z" fill="%23DDE7F1"/> <path d="M163 0L166 3L163 6L160 3L163 0Z" fill="%23DDE7F1"/> <path d="M183 0L186 3L183 6L180 3L183 0Z" fill="%23DDE7F1"/> <path d="M203 0L206 3L203 6L200 3L203 0Z" fill="%23DDE7F1"/> <path d="M143 20L146 23L143 26L140 23L143 20Z" fill="%23DDE7F1"/> <path d="M163 20L166 23L163 26L160 23L163 20Z" fill="%23DDE7F1"/> <path d="M183 20L186 23L183 26L180 23L183 20Z" fill="%23DDE7F1"/> <path d="M203 20L206 23L203 26L200 23L203 20Z" fill="%23DDE7F1"/> <path d="M143 40L146 43L143 46L140 43L143 40Z" fill="%23DDE7F1"/> <path d="M163 40L166 43L163 46L160 43L163 40Z" fill="%23DDE7F1"/> <path d="M183 40L186 43L183 46L180 43L183 40Z" fill="%23DDE7F1"/> <path d="M143 60L146 63L143 66L140 63L143 60Z" fill="%23DDE7F1"/> <path d="M163 60L166 63L163 66L160 63L163 60Z" fill="%23DDE7F1"/> <path d="M123 0L126 3L123 6L120 3L123 0Z" fill="%23DDE7F1"/> <path d="M123 20L126 23L123 26L120 23L123 20Z" fill="%23DDE7F1"/> <path d="M123 40L126 43L123 46L120 43L123 40Z" fill="%23DDE7F1"/> <path d="M123 60L126 63L123 66L120 63L123 60Z" fill="%23DDE7F1"/> <path d="M103 0L106 3L103 6L100 3L103 0Z" fill="%23DDE7F1"/> <path d="M103 20L106 23L103 26L100 23L103 20Z" fill="%23DDE7F1"/> <path d="M103 40L106 43L103 46L100 43L103 40Z" fill="%23DDE7F1"/> <path d="M103 60L106 63L103 66L100 63L103 60Z" fill="%23DDE7F1"/> <path d="M223 0L226 3L223 6L220 3L223 0Z" fill="%23DDE7F1"/> <path d="M143 80L146 83L143 86L140 83L143 80Z" fill="%23DDE7F1"/> <path d="M123 80L126 83L123 86L120 83L123 80Z" fill="%23DDE7F1"/> <path d="M103 80L106 83L103 86L100 83L103 80Z" fill="%23DDE7F1"/> <path d="M3 80L6 83L3 86L0 83L3 80Z" fill="%23DDE7F1"/> <path d="M23 80L26 83L23 86L20 83L23 80Z" fill="%23DDE7F1"/> <path d="M43 80L46 83L43 86L40 83L43 80Z" fill="%23DDE7F1"/> <path d="M63 80L66 83L63 86L60 83L63 80Z" fill="%23DDE7F1"/> <path d="M83 80L86 83L83 86L80 83L83 80Z" fill="%23DDE7F1"/> <path d="M63 20L66 23L63 26L60 23L63 20Z" fill="%23DDE7F1"/> <path d="M43 40L46 43L43 46L40 43L43 40Z" fill="%23DDE7F1"/> <path d="M63 40L66 43L63 46L60 43L63 40Z" fill="%23DDE7F1"/> <path d="M23 60L26 63L23 66L20 63L23 60Z" fill="%23DDE7F1"/> <path d="M43 60L46 63L43 66L40 63L43 60Z" fill="%23DDE7F1"/> <path d="M63 60L66 63L63 66L60 63L63 60Z" fill="%23DDE7F1"/> <path d="M83 0L86 3L83 6L80 3L83 0Z" fill="%23DDE7F1"/> <path d="M83 20L86 23L83 26L80 23L83 20Z" fill="%23DDE7F1"/> <path d="M83 40L86 43L83 46L80 43L83 40Z" fill="%23DDE7F1"/> <path d="M83 60L86 63L83 66L80 63L83 60Z" fill="%23DDE7F1"/> </svg>');
        width: 226px;
        height: 86px;
        bottom: -43px;
        left: 80px;
        z-index: 5;
    }

    .section-rc::before {
        content: '';
        position: absolute;
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="340" height="480" viewBox="0 0 340 480" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M260 120L263 123L260 126L257 123L260 120Z" fill="%23F6E8EA"/> <path d="M280 120L283 123L280 126L277 123L280 120Z" fill="%23F6E8EA"/> <path d="M300 120L303 123L300 126L297 123L300 120Z" fill="%23F6E8EA"/> <path d="M320 120L323 123L320 126L317 123L320 120Z" fill="%23F6E8EA"/> <path d="M260 140L263 143L260 146L257 143L260 140Z" fill="%23F6E8EA"/> <path d="M280 140L283 143L280 146L277 143L280 140Z" fill="%23F6E8EA"/> <path d="M300 140L303 143L300 146L297 143L300 140Z" fill="%23F6E8EA"/> <path d="M320 140L323 143L320 146L317 143L320 140Z" fill="%23F6E8EA"/> <path d="M260 160L263 163L260 166L257 163L260 160Z" fill="%23F6E8EA"/> <path d="M280 160L283 163L280 166L277 163L280 160Z" fill="%23F6E8EA"/> <path d="M300 160L303 163L300 166L297 163L300 160Z" fill="%23F6E8EA"/> <path d="M320 160L323 163L320 166L317 163L320 160Z" fill="%23F6E8EA"/> <path d="M260 180L263 183L260 186L257 183L260 180Z" fill="%23F6E8EA"/> <path d="M280 180L283 183L280 186L277 183L280 180Z" fill="%23F6E8EA"/> <path d="M300 180L303 183L300 186L297 183L300 180Z" fill="%23F6E8EA"/> <path d="M320 180L323 183L320 186L317 183L320 180Z" fill="%23F6E8EA"/> <path d="M240 120L243 123L240 126L237 123L240 120Z" fill="%23F6E8EA"/> <path d="M240 140L243 143L240 146L237 143L240 140Z" fill="%23F6E8EA"/> <path d="M240 160L243 163L240 166L237 163L240 160Z" fill="%23F6E8EA"/> <path d="M240 180L243 183L240 186L237 183L240 180Z" fill="%23F6E8EA"/> <path d="M220 120L223 123L220 126L217 123L220 120Z" fill="%23F6E8EA"/> <path d="M220 140L223 143L220 146L217 143L220 140Z" fill="%23F6E8EA"/> <path d="M220 160L223 163L220 166L217 163L220 160Z" fill="%23F6E8EA"/> <path d="M220 180L223 183L220 186L217 183L220 180Z" fill="%23F6E8EA"/> <path d="M340 120L343 123L340 126L337 123L340 120Z" fill="%23F6E8EA"/> <path d="M340 140L343 143L340 146L337 143L340 140Z" fill="%23F6E8EA"/> <path d="M340 160L343 163L340 166L337 163L340 160Z" fill="%23F6E8EA"/> <path d="M340 180L343 183L340 186L337 183L340 180Z" fill="%23F6E8EA"/> <path d="M260 200L263 203L260 206L257 203L260 200Z" fill="%23F6E8EA"/> <path d="M280 200L283 203L280 206L277 203L280 200Z" fill="%23F6E8EA"/> <path d="M300 200L303 203L300 206L297 203L300 200Z" fill="%23F6E8EA"/> <path d="M320 200L323 203L320 206L317 203L320 200Z" fill="%23F6E8EA"/> <path d="M260 220L263 223L260 226L257 223L260 220Z" fill="%23F6E8EA"/> <path d="M280 220L283 223L280 226L277 223L280 220Z" fill="%23F6E8EA"/> <path d="M300 220L303 223L300 226L297 223L300 220Z" fill="%23F6E8EA"/> <path d="M320 220L323 223L320 226L317 223L320 220Z" fill="%23F6E8EA"/> <path d="M240 200L243 203L240 206L237 203L240 200Z" fill="%23F6E8EA"/> <path d="M240 220L243 223L240 226L237 223L240 220Z" fill="%23F6E8EA"/> <path d="M220 200L223 203L220 206L217 203L220 200Z" fill="%23F6E8EA"/> <path d="M220 220L223 223L220 226L217 223L220 220Z" fill="%23F6E8EA"/> <path d="M340 200L343 203L340 206L337 203L340 200Z" fill="%23F6E8EA"/> <path d="M340 220L343 223L340 226L337 223L340 220Z" fill="%23F6E8EA"/> <path d="M120 200L123 203L120 206L117 203L120 200Z" fill="%23F6E8EA"/> <path d="M140 200L143 203L140 206L137 203L140 200Z" fill="%23F6E8EA"/> <path d="M160 200L163 203L160 206L157 203L160 200Z" fill="%23F6E8EA"/> <path d="M180 200L183 203L180 206L177 203L180 200Z" fill="%23F6E8EA"/> <path d="M120 220L123 223L120 226L117 223L120 220Z" fill="%23F6E8EA"/> <path d="M140 220L143 223L140 226L137 223L140 220Z" fill="%23F6E8EA"/> <path d="M160 220L163 223L160 226L157 223L160 220Z" fill="%23F6E8EA"/> <path d="M180 220L183 223L180 226L177 223L180 220Z" fill="%23F6E8EA"/> <path d="M100 220L103 223L100 226L97 223L100 220Z" fill="%23F6E8EA"/> <path d="M200 200L203 203L200 206L197 203L200 200Z" fill="%23F6E8EA"/> <path d="M200 220L203 223L200 226L197 223L200 220Z" fill="%23F6E8EA"/> <path d="M180 140L183 143L180 146L177 143L180 140Z" fill="%23F6E8EA"/> <path d="M160 160L163 163L160 166L157 163L160 160Z" fill="%23F6E8EA"/> <path d="M180 160L183 163L180 166L177 163L180 160Z" fill="%23F6E8EA"/> <path d="M140 180L143 183L140 186L137 183L140 180Z" fill="%23F6E8EA"/> <path d="M160 180L163 183L160 186L157 183L160 180Z" fill="%23F6E8EA"/> <path d="M180 180L183 183L180 186L177 183L180 180Z" fill="%23F6E8EA"/> <path d="M200 120L203 123L200 126L197 123L200 120Z" fill="%23F6E8EA"/> <path d="M200 140L203 143L200 146L197 143L200 140Z" fill="%23F6E8EA"/> <path d="M200 160L203 163L200 166L197 163L200 160Z" fill="%23F6E8EA"/> <path d="M200 180L203 183L200 186L197 183L200 180Z" fill="%23F6E8EA"/> <path d="M479.293 240L240 0.707099L0.707092 240L240 479.293L479.293 240Z" stroke="%23F6E8EA"/> <path d="M240 203L220 223L240 243L260 223L240 203Z" fill="%23DDE7F1"/> <path d="M240 243L220 263L240 283L260 263L240 243Z" fill="%235E748D"/> <path d="M200 203L160 243L200 283L240 243L200 203Z" fill="%23F6E8EA"/> </svg>');
        width: 340px;
        height: 480px;
        right: 0;
        top: 60px;
        z-index: 5;
    }

    .section-territory__top::before {
        content: '';
        position: absolute;
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="266" height="177" viewBox="0 0 266 177" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1 50C10.5217 50 10.5217 56 20.0435 56C29.5652 56 29.5652 50 39.087 50C48.6087 50 48.6087 56 58.1304 56C67.6522 56 67.6522 50 77.1739 50C86.6956 50 86.6956 56 96.2174 56C105.739 56 105.739 50 115.261 50C124.783 50 124.783 56 134.304 56C143.826 56 143.826 50 153.348 50C162.87 50 162.87 56 172.391 56C181.913 56 181.913 50 191.435 50C200.957 50 200.957 56 210.478 56C220 56 220 50 229.522 50C239.043 50 239.043 56 248.565 56C258.087 56 258.087 50 267.609 50C277.13 50 277.13 56 286.652 56C296.174 56 296.174 50 305.696 50C315.217 50 315.217 56 324.739 56C334.261 56 334.261 50 343.783 50C353.304 50 353.304 56 362.826 56C372.348 56 372.348 50 381.87 50C391.391 50 391.391 56 400.913 56C410.435 56 410.435 50 419.957 50C429.478 50 429.478 56 439 56" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1 60C10.5217 60 10.5217 66 20.0435 66C29.5652 66 29.5652 60 39.087 60C48.6087 60 48.6087 66 58.1304 66C67.6522 66 67.6522 60 77.1739 60C86.6956 60 86.6956 66 96.2174 66C105.739 66 105.739 60 115.261 60C124.783 60 124.783 66 134.304 66C143.826 66 143.826 60 153.348 60C162.87 60 162.87 66 172.391 66C181.913 66 181.913 60 191.435 60C200.957 60 200.957 66 210.478 66C220 66 220 60 229.522 60C239.043 60 239.043 66 248.565 66C258.087 66 258.087 60 267.609 60C277.13 60 277.13 66 286.652 66C296.174 66 296.174 60 305.696 60C315.217 60 315.217 66 324.739 66C334.261 66 334.261 60 343.783 60C353.304 60 353.304 66 362.826 66C372.348 66 372.348 60 381.87 60C391.391 60 391.391 66 400.913 66C410.435 66 410.435 60 419.957 60C429.478 60 429.478 66 439 66" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1 70C10.5217 70 10.5217 76 20.0435 76C29.5652 76 29.5652 70 39.087 70C48.6087 70 48.6087 76 58.1304 76C67.6522 76 67.6522 70 77.1739 70C86.6956 70 86.6956 76 96.2174 76C105.739 76 105.739 70 115.261 70C124.783 70 124.783 76 134.304 76C143.826 76 143.826 70 153.348 70C162.87 70 162.87 76 172.391 76C181.913 76 181.913 70 191.435 70C200.957 70 200.957 76 210.478 76C220 76 220 70 229.522 70C239.043 70 239.043 76 248.565 76C258.087 76 258.087 70 267.609 70C277.13 70 277.13 76 286.652 76C296.174 76 296.174 70 305.696 70C315.217 70 315.217 76 324.739 76C334.261 76 334.261 70 343.783 70C353.304 70 353.304 76 362.826 76C372.348 76 372.348 70 381.87 70C391.391 70 391.391 76 400.913 76C410.435 76 410.435 70 419.957 70C429.478 70 429.478 76 439 76" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M266 60V120H131L71 60H266Z" fill="%235E748D"/> <path d="M213 60V20H153L113 60H213Z" fill="%23FFD700"/> <rect width="10" height="20" transform="matrix(-1 0 0 1 178 0)" fill="%23DDE7F1"/> <rect width="10" height="20" transform="matrix(-1 0 0 1 198 0)" fill="%23DDE7F1"/> <path d="M41 100C50.5217 100 50.5217 106 60.0435 106C69.5652 106 69.5652 100 79.087 100C88.6087 100 88.6087 106 98.1304 106C107.652 106 107.652 100 117.174 100C126.696 100 126.696 106 136.217 106C145.739 106 145.739 100 155.261 100C164.783 100 164.783 106 174.304 106C183.826 106 183.826 100 193.348 100C202.87 100 202.87 106 212.391 106C221.913 106 221.913 100 231.435 100C240.957 100 240.957 106 250.478 106C260 106 260 100 269.522 100C279.043 100 279.043 106 288.565 106C298.087 106 298.087 100 307.609 100C317.13 100 317.13 106 326.652 106C336.174 106 336.174 100 345.696 100C355.217 100 355.217 106 364.739 106C374.261 106 374.261 100 383.783 100C393.304 100 393.304 106 402.826 106C412.348 106 412.348 100 421.87 100C431.391 100 431.391 106 440.913 106C450.435 106 450.435 100 459.957 100C469.478 100 469.478 106 479 106" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M41 110C50.5217 110 50.5217 116 60.0435 116C69.5652 116 69.5652 110 79.087 110C88.6087 110 88.6087 116 98.1304 116C107.652 116 107.652 110 117.174 110C126.696 110 126.696 116 136.217 116C145.739 116 145.739 110 155.261 110C164.783 110 164.783 116 174.304 116C183.826 116 183.826 110 193.348 110C202.87 110 202.87 116 212.391 116C221.913 116 221.913 110 231.435 110C240.957 110 240.957 116 250.478 116C260 116 260 110 269.522 110C279.043 110 279.043 116 288.565 116C298.087 116 298.087 110 307.609 110C317.13 110 317.13 116 326.652 116C336.174 116 336.174 110 345.696 110C355.217 110 355.217 116 364.739 116C374.261 116 374.261 110 383.783 110C393.304 110 393.304 116 402.826 116C412.348 116 412.348 110 421.87 110C431.391 110 431.391 116 440.913 116C450.435 116 450.435 110 459.957 110C469.478 110 469.478 116 479 116" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M41 120C50.5217 120 50.5217 126 60.0435 126C69.5652 126 69.5652 120 79.087 120C88.6087 120 88.6087 126 98.1304 126C107.652 126 107.652 120 117.174 120C126.696 120 126.696 126 136.217 126C145.739 126 145.739 120 155.261 120C164.783 120 164.783 126 174.304 126C183.826 126 183.826 120 193.348 120C202.87 120 202.87 126 212.391 126C221.913 126 221.913 120 231.435 120C240.957 120 240.957 126 250.478 126C260 126 260 120 269.522 120C279.043 120 279.043 126 288.565 126C298.087 126 298.087 120 307.609 120C317.13 120 317.13 126 326.652 126C336.174 126 336.174 120 345.696 120C355.217 120 355.217 126 364.739 126C374.261 126 374.261 120 383.783 120C393.304 120 393.304 126 402.826 126C412.348 126 412.348 120 421.87 120C431.391 120 431.391 126 440.913 126C450.435 126 450.435 120 459.957 120C469.478 120 469.478 126 479 126" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M81 150C90.5217 150 90.5217 156 100.043 156C109.565 156 109.565 150 119.087 150C128.609 150 128.609 156 138.13 156C147.652 156 147.652 150 157.174 150C166.696 150 166.696 156 176.217 156C185.739 156 185.739 150 195.261 150C204.783 150 204.783 156 214.304 156C223.826 156 223.826 150 233.348 150C242.87 150 242.87 156 252.391 156C261.913 156 261.913 150 271.435 150C280.957 150 280.957 156 290.478 156C300 156 300 150 309.522 150C319.043 150 319.043 156 328.565 156C338.087 156 338.087 150 347.609 150C357.13 150 357.13 156 366.652 156C376.174 156 376.174 150 385.696 150C395.217 150 395.217 156 404.739 156C414.261 156 414.261 150 423.783 150C433.304 150 433.304 156 442.826 156C452.348 156 452.348 150 461.87 150C471.391 150 471.391 156 480.913 156C490.435 156 490.435 150 499.957 150C509.478 150 509.478 156 519 156" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M81 160C90.5217 160 90.5217 166 100.043 166C109.565 166 109.565 160 119.087 160C128.609 160 128.609 166 138.13 166C147.652 166 147.652 160 157.174 160C166.696 160 166.696 166 176.217 166C185.739 166 185.739 160 195.261 160C204.783 160 204.783 166 214.304 166C223.826 166 223.826 160 233.348 160C242.87 160 242.87 166 252.391 166C261.913 166 261.913 160 271.435 160C280.957 160 280.957 166 290.478 166C300 166 300 160 309.522 160C319.043 160 319.043 166 328.565 166C338.087 166 338.087 160 347.609 160C357.13 160 357.13 166 366.652 166C376.174 166 376.174 160 385.696 160C395.217 160 395.217 166 404.739 166C414.261 166 414.261 160 423.783 160C433.304 160 433.304 166 442.826 166C452.348 166 452.348 160 461.87 160C471.391 160 471.391 166 480.913 166C490.435 166 490.435 160 499.957 160C509.478 160 509.478 166 519 166" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M81 170C90.5217 170 90.5217 176 100.043 176C109.565 176 109.565 170 119.087 170C128.609 170 128.609 176 138.13 176C147.652 176 147.652 170 157.174 170C166.696 170 166.696 176 176.217 176C185.739 176 185.739 170 195.261 170C204.783 170 204.783 176 214.304 176C223.826 176 223.826 170 233.348 170C242.87 170 242.87 176 252.391 176C261.913 176 261.913 170 271.435 170C280.957 170 280.957 176 290.478 176C300 176 300 170 309.522 170C319.043 170 319.043 176 328.565 176C338.087 176 338.087 170 347.609 170C357.13 170 357.13 176 366.652 176C376.174 176 376.174 170 385.696 170C395.217 170 395.217 176 404.739 176C414.261 176 414.261 170 423.783 170C433.304 170 433.304 176 442.826 176C452.348 176 452.348 170 461.87 170C471.391 170 471.391 176 480.913 176C490.435 176 490.435 170 499.957 170C509.478 170 509.478 176 519 176" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
        width: 266px;
        height: 177px;
        right: 0;
        bottom: 30px;
        z-index: 5;
    }

    .section-territory::before {
        content: '';
        position: absolute;
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="266" height="86" viewBox="0 0 266 86" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M183 0L186 3L183 6L180 3L183 0Z" fill="%23F6E8EA"/> <path d="M203 0L206 3L203 6L200 3L203 0Z" fill="%23F6E8EA"/> <path d="M223 0L226 3L223 6L220 3L223 0Z" fill="%23F6E8EA"/> <path d="M243 0L246 3L243 6L240 3L243 0Z" fill="%23F6E8EA"/> <path d="M183 20L186 23L183 26L180 23L183 20Z" fill="%23F6E8EA"/> <path d="M203 20L206 23L203 26L200 23L203 20Z" fill="%23F6E8EA"/> <path d="M223 20L226 23L223 26L220 23L223 20Z" fill="%23F6E8EA"/> <path d="M243 20L246 23L243 26L240 23L243 20Z" fill="%23F6E8EA"/> <path d="M183 40L186 43L183 46L180 43L183 40Z" fill="%23F6E8EA"/> <path d="M203 40L206 43L203 46L200 43L203 40Z" fill="%23F6E8EA"/> <path d="M223 40L226 43L223 46L220 43L223 40Z" fill="%23F6E8EA"/> <path d="M183 60L186 63L183 66L180 63L183 60Z" fill="%23F6E8EA"/> <path d="M203 60L206 63L203 66L200 63L203 60Z" fill="%23F6E8EA"/> <path d="M123 0L126 3L123 6L120 3L123 0Z" fill="%23F6E8EA"/> <path d="M123 20L126 23L123 26L120 23L123 20Z" fill="%23F6E8EA"/> <path d="M123 40L126 43L123 46L120 43L123 40Z" fill="%23F6E8EA"/> <path d="M123 60L126 63L123 66L120 63L123 60Z" fill="%23F6E8EA"/> <path d="M103 0L106 3L103 6L100 3L103 0Z" fill="%23F6E8EA"/> <path d="M103 20L106 23L103 26L100 23L103 20Z" fill="%23F6E8EA"/> <path d="M103 40L106 43L103 46L100 43L103 40Z" fill="%23F6E8EA"/> <path d="M103 60L106 63L103 66L100 63L103 60Z" fill="%23F6E8EA"/> <path d="M263 0L266 3L263 6L260 3L263 0Z" fill="%23F6E8EA"/> <path d="M183 80L186 83L183 86L180 83L183 80Z" fill="%23F6E8EA"/> <path d="M123 80L126 83L123 86L120 83L123 80Z" fill="%23F6E8EA"/> <path d="M103 80L106 83L103 86L100 83L103 80Z" fill="%23F6E8EA"/> <path d="M3 80L6 83L3 86L0 83L3 80Z" fill="%23F6E8EA"/> <path d="M23 80L26 83L23 86L20 83L23 80Z" fill="%23F6E8EA"/> <path d="M43 80L46 83L43 86L40 83L43 80Z" fill="%23F6E8EA"/> <path d="M63 80L66 83L63 86L60 83L63 80Z" fill="%23F6E8EA"/> <path d="M83 80L86 83L83 86L80 83L83 80Z" fill="%23F6E8EA"/> <path d="M63 20L66 23L63 26L60 23L63 20Z" fill="%23F6E8EA"/> <path d="M43 40L46 43L43 46L40 43L43 40Z" fill="%23F6E8EA"/> <path d="M63 40L66 43L63 46L60 43L63 40Z" fill="%23F6E8EA"/> <path d="M23 60L26 63L23 66L20 63L23 60Z" fill="%23F6E8EA"/> <path d="M43 60L46 63L43 66L40 63L43 60Z" fill="%23F6E8EA"/> <path d="M63 60L66 63L63 66L60 63L63 60Z" fill="%23F6E8EA"/> <path d="M83 0L86 3L83 6L80 3L83 0Z" fill="%23F6E8EA"/> <path d="M83 20L86 23L83 26L80 23L83 20Z" fill="%23F6E8EA"/> <path d="M83 40L86 43L83 46L80 43L83 40Z" fill="%23F6E8EA"/> <path d="M83 60L86 63L83 66L80 63L83 60Z" fill="%23F6E8EA"/> <path d="M143 0L146 3L143 6L140 3L143 0Z" fill="%23F6E8EA"/> <path d="M143 20L146 23L143 26L140 23L143 20Z" fill="%23F6E8EA"/> <path d="M143 40L146 43L143 46L140 43L143 40Z" fill="%23F6E8EA"/> <path d="M143 60L146 63L143 66L140 63L143 60Z" fill="%23F6E8EA"/> <path d="M143 80L146 83L143 86L140 83L143 80Z" fill="%23F6E8EA"/> <path d="M163 0L166 3L163 6L160 3L163 0Z" fill="%23F6E8EA"/> <path d="M163 20L166 23L163 26L160 23L163 20Z" fill="%23F6E8EA"/> <path d="M163 40L166 43L163 46L160 43L163 40Z" fill="%23F6E8EA"/> <path d="M163 60L166 63L163 66L160 63L163 60Z" fill="%23F6E8EA"/> <path d="M163 80L166 83L163 86L160 83L163 80Z" fill="%23F6E8EA"/> </svg>');
        width: 266px;
        height: 86px;
        left: calc(100% - (1170px / 2));
        bottom: -43px;
        z-index: 5;
    }

    .section-technologies::before {
        content: '';
        position: absolute;
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="299" height="459" viewBox="0 0 299 459" fill="none" xmlns="http://www.w3.org/2000/svg"> <g opacity="0.5"> <path d="M519 332C509.478 332 509.478 338 499.957 338C490.435 338 490.435 332 480.913 332C471.391 332 471.391 338 461.87 338C452.348 338 452.348 332 442.826 332C433.304 332 433.304 338 423.783 338C414.261 338 414.261 332 404.739 332C395.217 332 395.217 338 385.696 338C376.174 338 376.174 332 366.652 332C357.13 332 357.13 338 347.609 338C338.087 338 338.087 332 328.565 332C319.043 332 319.043 338 309.522 338C300 338 300 332 290.478 332C280.957 332 280.957 338 271.435 338C261.913 338 261.913 332 252.391 332C242.87 332 242.87 338 233.348 338C223.826 338 223.826 332 214.304 332C204.783 332 204.783 338 195.261 338C185.739 338 185.739 332 176.217 332C166.696 332 166.696 338 157.174 338C147.652 338 147.652 332 138.13 332C128.609 332 128.609 338 119.087 338C109.565 338 109.565 332 100.043 332C90.5218 332 90.5218 338 81 338" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M519 342C509.478 342 509.478 348 499.957 348C490.435 348 490.435 342 480.913 342C471.391 342 471.391 348 461.87 348C452.348 348 452.348 342 442.826 342C433.304 342 433.304 348 423.783 348C414.261 348 414.261 342 404.739 342C395.217 342 395.217 348 385.696 348C376.174 348 376.174 342 366.652 342C357.13 342 357.13 348 347.609 348C338.087 348 338.087 342 328.565 342C319.043 342 319.043 348 309.522 348C300 348 300 342 290.478 342C280.957 342 280.957 348 271.435 348C261.913 348 261.913 342 252.391 342C242.87 342 242.87 348 233.348 348C223.826 348 223.826 342 214.304 342C204.783 342 204.783 348 195.261 348C185.739 348 185.739 342 176.217 342C166.696 342 166.696 348 157.174 348C147.652 348 147.652 342 138.13 342C128.609 342 128.609 348 119.087 348C109.565 348 109.565 342 100.043 342C90.5218 342 90.5218 348 81 348" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M519 352C509.478 352 509.478 358 499.957 358C490.435 358 490.435 352 480.913 352C471.391 352 471.391 358 461.87 358C452.348 358 452.348 352 442.826 352C433.304 352 433.304 358 423.783 358C414.261 358 414.261 352 404.739 352C395.217 352 395.217 358 385.696 358C376.174 358 376.174 352 366.652 352C357.13 352 357.13 358 347.609 358C338.087 358 338.087 352 328.565 352C319.043 352 319.043 358 309.522 358C300 358 300 352 290.478 352C280.957 352 280.957 358 271.435 358C261.913 358 261.913 352 252.391 352C242.87 352 242.87 358 233.348 358C223.826 358 223.826 352 214.304 352C204.783 352 204.783 358 195.261 358C185.739 358 185.739 352 176.217 352C166.696 352 166.696 358 157.174 358C147.652 358 147.652 352 138.13 352C128.609 352 128.609 358 119.087 358C109.565 358 109.565 352 100.043 352C90.5218 352 90.5218 358 81 358" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M439 382C429.478 382 429.478 388 419.957 388C410.435 388 410.435 382 400.913 382C391.391 382 391.391 388 381.87 388C372.348 388 372.348 382 362.826 382C353.304 382 353.304 388 343.783 388C334.261 388 334.261 382 324.739 382C315.217 382 315.217 388 305.696 388C296.174 388 296.174 382 286.652 382C277.13 382 277.13 388 267.609 388C258.087 388 258.087 382 248.565 382C239.043 382 239.043 388 229.522 388C220 388 220 382 210.478 382C200.957 382 200.957 388 191.435 388C181.913 388 181.913 382 172.391 382C162.87 382 162.87 388 153.348 388C143.826 388 143.826 382 134.304 382C124.783 382 124.783 388 115.261 388C105.739 388 105.739 382 96.2174 382C86.6957 382 86.6957 388 77.1739 388C67.6522 388 67.6522 382 58.1305 382C48.6087 382 48.6087 388 39.087 388C29.5652 388 29.5652 382 20.0435 382C10.5218 382 10.5218 388 1.00002 388" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M439 392C429.478 392 429.478 398 419.957 398C410.435 398 410.435 392 400.913 392C391.391 392 391.391 398 381.87 398C372.348 398 372.348 392 362.826 392C353.304 392 353.304 398 343.783 398C334.261 398 334.261 392 324.739 392C315.217 392 315.217 398 305.696 398C296.174 398 296.174 392 286.652 392C277.13 392 277.13 398 267.609 398C258.087 398 258.087 392 248.565 392C239.043 392 239.043 398 229.522 398C220 398 220 392 210.478 392C200.957 392 200.957 398 191.435 398C181.913 398 181.913 392 172.391 392C162.87 392 162.87 398 153.348 398C143.826 398 143.826 392 134.304 392C124.783 392 124.783 398 115.261 398C105.739 398 105.739 392 96.2174 392C86.6957 392 86.6957 398 77.1739 398C67.6522 398 67.6522 392 58.1305 392C48.6087 392 48.6087 398 39.087 398C29.5652 398 29.5652 392 20.0435 392C10.5218 392 10.5218 398 1.00002 398" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M439 402C429.478 402 429.478 408 419.957 408C410.435 408 410.435 402 400.913 402C391.391 402 391.391 408 381.87 408C372.348 408 372.348 402 362.826 402C353.304 402 353.304 408 343.783 408C334.261 408 334.261 402 324.739 402C315.217 402 315.217 408 305.696 408C296.174 408 296.174 402 286.652 402C277.13 402 277.13 408 267.609 408C258.087 408 258.087 402 248.565 402C239.043 402 239.043 408 229.522 408C220 408 220 402 210.478 402C200.957 402 200.957 408 191.435 408C181.913 408 181.913 402 172.391 402C162.87 402 162.87 408 153.348 408C143.826 408 143.826 402 134.304 402C124.783 402 124.783 408 115.261 408C105.739 408 105.739 402 96.2174 402C86.6957 402 86.6957 408 77.1739 408C67.6522 408 67.6522 402 58.1305 402C48.6087 402 48.6087 408 39.087 408C29.5652 408 29.5652 402 20.0435 402C10.5218 402 10.5218 408 1.00002 408" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M479 432C469.478 432 469.478 438 459.957 438C450.435 438 450.435 432 440.913 432C431.391 432 431.391 438 421.87 438C412.348 438 412.348 432 402.826 432C393.304 432 393.304 438 383.783 438C374.261 438 374.261 432 364.739 432C355.217 432 355.217 438 345.696 438C336.174 438 336.174 432 326.652 432C317.13 432 317.13 438 307.609 438C298.087 438 298.087 432 288.565 432C279.043 432 279.043 438 269.522 438C260 438 260 432 250.478 432C240.957 432 240.957 438 231.435 438C221.913 438 221.913 432 212.391 432C202.87 432 202.87 438 193.348 438C183.826 438 183.826 432 174.304 432C164.783 432 164.783 438 155.261 438C145.739 438 145.739 432 136.217 432C126.696 432 126.696 438 117.174 438C107.652 438 107.652 432 98.1305 432C88.6087 432 88.6087 438 79.087 438C69.5652 438 69.5652 432 60.0435 432C50.5218 432 50.5218 438 41 438" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M479 442C469.478 442 469.478 448 459.957 448C450.435 448 450.435 442 440.913 442C431.391 442 431.391 448 421.87 448C412.348 448 412.348 442 402.826 442C393.304 442 393.304 448 383.783 448C374.261 448 374.261 442 364.739 442C355.217 442 355.217 448 345.696 448C336.174 448 336.174 442 326.652 442C317.13 442 317.13 448 307.609 448C298.087 448 298.087 442 288.565 442C279.043 442 279.043 448 269.522 448C260 448 260 442 250.478 442C240.957 442 240.957 448 231.435 448C221.913 448 221.913 442 212.391 442C202.87 442 202.87 448 193.348 448C183.826 448 183.826 442 174.304 442C164.783 442 164.783 448 155.261 448C145.739 448 145.739 442 136.217 442C126.696 442 126.696 448 117.174 448C107.652 448 107.652 442 98.1305 442C88.6087 442 88.6087 448 79.087 448C69.5652 448 69.5652 442 60.0435 442C50.5218 442 50.5218 448 41 448" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M479 452C469.478 452 469.478 458 459.957 458C450.435 458 450.435 452 440.913 452C431.391 452 431.391 458 421.87 458C412.348 458 412.348 452 402.826 452C393.304 452 393.304 458 383.783 458C374.261 458 374.261 452 364.739 452C355.217 452 355.217 458 345.696 458C336.174 458 336.174 452 326.652 452C317.13 452 317.13 458 307.609 458C298.087 458 298.087 452 288.565 452C279.043 452 279.043 458 269.522 458C260 458 260 452 250.478 452C240.957 452 240.957 458 231.435 458C221.913 458 221.913 452 212.391 452C202.87 452 202.87 458 193.348 458C183.826 458 183.826 452 174.304 452C164.783 452 164.783 458 155.261 458C145.739 458 145.739 452 136.217 452C126.696 452 126.696 458 117.174 458C107.652 458 107.652 452 98.1305 452C88.6087 452 88.6087 458 79.087 458C69.5652 458 69.5652 452 60.0435 452C50.5218 452 50.5218 458 41 458" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </g> <path d="M319 349V389H122.333L82.3334 349H319Z" fill="%23DDE7F1"/> <rect width="20" height="20" transform="matrix(-1 0 0 1 242 329)" fill="%235E748D"/> <rect width="20" height="20" transform="matrix(-1 0 0 1 222 329)" fill="%23282828"/> <rect width="20" height="20" transform="matrix(-1 0 0 1 202 329)" fill="%23FFD700"/> <rect width="20" height="20" transform="matrix(-1 0 0 1 212 309)" fill="%235E748D"/> <rect width="20" height="20" transform="matrix(-1 0 0 1 172 329)" fill="%23282828"/> <rect width="20" height="20" transform="matrix(-1 0 0 1 152 329)" fill="%23FFD700"/> <rect width="20" height="20" transform="matrix(-1 0 0 1 162 309)" fill="%235E748D"/> <rect width="20" height="20" transform="matrix(-1 0 0 1 232 309)" fill="%23DDE7F1"/> <path d="M302 349V329H262V349H302Z" fill="%23FFD700"/> <path d="M302 329V309H282L262 329H302Z" fill="%23FFD700"/> <path d="M229 0L209 20L229 40L249 20L229 0Z" fill="%23FFD700"/> <path d="M229 40L209 60L229 80L249 60L229 40Z" fill="%23DDE7F1"/> <path d="M189 0L149 40L189 80L229 40L189 0Z" fill="%235E748D"/> </svg>');
        width: 299px;
        height: 459px;
        right: 0;
        top: 80px;
        z-index: 5;
    }

    .section-technologies::after {
        content: '';
        position: absolute;
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="340" height="737" viewBox="0 0 340 737" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M99 0L139 40L99 80L59 40L99 0Z" fill="%235E748D"/> <path d="M99 80L139 120L99 160L59 120L99 80Z" fill="%23F6E8EA"/> <path d="M179 0L259 80L179 160L99 80L179 0Z" fill="%23FFD700"/> <path d="M80 377L77 380L80 383L83 380L80 377Z" fill="%23DDE7F1"/> <path d="M60 377L57 380L60 383L63 380L60 377Z" fill="%23DDE7F1"/> <path d="M40 377L37 380L40 383L43 380L40 377Z" fill="%23DDE7F1"/> <path d="M20 377L17 380L20 383L23 380L20 377Z" fill="%23DDE7F1"/> <path d="M80 397L77 400L80 403L83 400L80 397Z" fill="%23DDE7F1"/> <path d="M60 397L57 400L60 403L63 400L60 397Z" fill="%23DDE7F1"/> <path d="M40 397L37 400L40 403L43 400L40 397Z" fill="%23DDE7F1"/> <path d="M20 397L17 400L20 403L23 400L20 397Z" fill="%23DDE7F1"/> <path d="M80 417L77 420L80 423L83 420L80 417Z" fill="%23DDE7F1"/> <path d="M60 417L57 420L60 423L63 420L60 417Z" fill="%23DDE7F1"/> <path d="M40 417L37 420L40 423L43 420L40 417Z" fill="%23DDE7F1"/> <path d="M20 417L17 420L20 423L23 420L20 417Z" fill="%23DDE7F1"/> <path d="M80 437L77 440L80 443L83 440L80 437Z" fill="%23DDE7F1"/> <path d="M60 437L57 440L60 443L63 440L60 437Z" fill="%23DDE7F1"/> <path d="M40 437L37 440L40 443L43 440L40 437Z" fill="%23DDE7F1"/> <path d="M20 437L17 440L20 443L23 440L20 437Z" fill="%23DDE7F1"/> <path d="M100 377L97 380L100 383L103 380L100 377Z" fill="%23DDE7F1"/> <path d="M100 397L97 400L100 403L103 400L100 397Z" fill="%23DDE7F1"/> <path d="M100 417L97 420L100 423L103 420L100 417Z" fill="%23DDE7F1"/> <path d="M100 437L97 440L100 443L103 440L100 437Z" fill="%23DDE7F1"/> <path d="M120 377L117 380L120 383L123 380L120 377Z" fill="%23DDE7F1"/> <path d="M120 397L117 400L120 403L123 400L120 397Z" fill="%23DDE7F1"/> <path d="M120 417L117 420L120 423L123 420L120 417Z" fill="%23DDE7F1"/> <path d="M120 437L117 440L120 443L123 440L120 437Z" fill="%23DDE7F1"/> <path d="M0 377L-3 380L0 383L3 380L0 377Z" fill="%23DDE7F1"/> <path d="M0 397L-3 400L0 403L3 400L0 397Z" fill="%23DDE7F1"/> <path d="M0 417L-3 420L0 423L3 420L0 417Z" fill="%23DDE7F1"/> <path d="M0 437L-3 440L0 443L3 440L0 437Z" fill="%23DDE7F1"/> <path d="M80 457L77 460L80 463L83 460L80 457Z" fill="%23DDE7F1"/> <path d="M60 457L57 460L60 463L63 460L60 457Z" fill="%23DDE7F1"/> <path d="M40 457L37 460L40 463L43 460L40 457Z" fill="%23DDE7F1"/> <path d="M20 457L17 460L20 463L23 460L20 457Z" fill="%23DDE7F1"/> <path d="M80 477L77 480L80 483L83 480L80 477Z" fill="%23DDE7F1"/> <path d="M60 477L57 480L60 483L63 480L60 477Z" fill="%23DDE7F1"/> <path d="M40 477L37 480L40 483L43 480L40 477Z" fill="%23DDE7F1"/> <path d="M20 477L17 480L20 483L23 480L20 477Z" fill="%23DDE7F1"/> <path d="M100 457L97 460L100 463L103 460L100 457Z" fill="%23DDE7F1"/> <path d="M100 477L97 480L100 483L103 480L100 477Z" fill="%23DDE7F1"/> <path d="M120 457L117 460L120 463L123 460L120 457Z" fill="%23DDE7F1"/> <path d="M120 477L117 480L120 483L123 480L120 477Z" fill="%23DDE7F1"/> <path d="M0 457L-3 460L0 463L3 460L0 457Z" fill="%23DDE7F1"/> <path d="M0 477L-3 480L0 483L3 480L0 477Z" fill="%23DDE7F1"/> <path d="M220 457L217 460L220 463L223 460L220 457Z" fill="%23DDE7F1"/> <path d="M200 457L197 460L200 463L203 460L200 457Z" fill="%23DDE7F1"/> <path d="M180 457L177 460L180 463L183 460L180 457Z" fill="%23DDE7F1"/> <path d="M160 457L157 460L160 463L163 460L160 457Z" fill="%23DDE7F1"/> <path d="M220 477L217 480L220 483L223 480L220 477Z" fill="%23DDE7F1"/> <path d="M200 477L197 480L200 483L203 480L200 477Z" fill="%23DDE7F1"/> <path d="M180 477L177 480L180 483L183 480L180 477Z" fill="%23DDE7F1"/> <path d="M160 477L157 480L160 483L163 480L160 477Z" fill="%23DDE7F1"/> <path d="M240 477L237 480L240 483L243 480L240 477Z" fill="%23DDE7F1"/> <path d="M140 457L137 460L140 463L143 460L140 457Z" fill="%23DDE7F1"/> <path d="M140 477L137 480L140 483L143 480L140 477Z" fill="%23DDE7F1"/> <path d="M160 397L157 400L160 403L163 400L160 397Z" fill="%23DDE7F1"/> <path d="M180 417L177 420L180 423L183 420L180 417Z" fill="%23DDE7F1"/> <path d="M160 417L157 420L160 423L163 420L160 417Z" fill="%23DDE7F1"/> <path d="M200 437L197 440L200 443L203 440L200 437Z" fill="%23DDE7F1"/> <path d="M180 437L177 440L180 443L183 440L180 437Z" fill="%23DDE7F1"/> <path d="M160 437L157 440L160 443L163 440L160 437Z" fill="%23DDE7F1"/> <path d="M140 377L137 380L140 383L143 380L140 377Z" fill="%23DDE7F1"/> <path d="M140 397L137 400L140 403L143 400L140 397Z" fill="%23DDE7F1"/> <path d="M140 417L137 420L140 423L143 420L140 417Z" fill="%23DDE7F1"/> <path d="M140 437L137 440L140 443L143 440L140 437Z" fill="%23DDE7F1"/> <path d="M-139.293 497L100 257.707L339.293 497L100 736.293L-139.293 497Z" stroke="%23FFD700"/> <path d="M254 543L294 583L254 623L214 583L254 543Z" fill="%23F6E8EA"/> </svg>');
        width: 340px;
        height: 737px;
        left: 0;
        bottom: -154px;
        z-index: -1;
    }

    .section-technologies .waves-svg::before {
        content: '';
        position: absolute;
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="1920" height="178" viewBox="0 0 1920 178" fill="none" xmlns="http://www.w3.org/2000/svg"> <g opacity="0.5"> <path d="M-1 1C8.51485 1 8.51485 7 18.0297 7C27.5446 7 27.5446 1 37.0594 1C46.5743 1 46.5743 7 56.0891 7C65.604 7 65.604 1 75.1188 1C84.6337 1 84.6337 7 94.1485 7C103.663 7 103.663 1 113.178 1C122.693 1 122.693 7 132.208 7C141.723 7 141.723 1 151.238 1C160.752 1 160.752 7 170.267 7C179.782 7 179.782 1 189.297 1C198.812 1 198.812 7 208.327 7C217.842 7 217.842 1 227.356 1C236.871 1 236.871 7 246.386 7C255.901 7 255.901 1 265.416 1C274.931 1 274.931 7 284.446 7C293.96 7 293.96 1 303.475 1C312.99 1 312.99 7 322.505 7C332.02 7 332.02 1 341.535 1C351.05 1 351.05 7 360.564 7C370.079 7 370.079 1 379.594 1C389.109 1 389.109 7 398.624 7C408.139 7 408.139 1 417.653 1C427.168 1 427.168 7 436.683 7C446.198 7 446.198 1 455.713 1C465.228 1 465.228 7 474.743 7C484.257 7 484.257 1 493.772 1C503.287 1 503.287 7 512.802 7C522.317 7 522.317 1 531.832 1C541.347 1 541.347 7 550.861 7C560.376 7 560.376 1 569.891 1C579.406 1 579.406 7 588.921 7C598.436 7 598.436 1 607.95 1C617.465 1 617.465 7 626.98 7C636.495 7 636.495 1 646.01 1C655.525 1 655.525 7 665.04 7C674.554 7 674.554 1 684.069 1C693.584 1 693.584 7 703.099 7C712.614 7 712.614 1 722.129 1C731.644 1 731.644 7 741.158 7C750.673 7 750.673 1 760.188 1C769.703 1 769.703 7 779.218 7C788.733 7 788.733 1 798.248 1C807.762 1 807.762 7 817.277 7C826.792 7 826.792 1 836.307 1C845.822 1 845.822 7 855.337 7C864.851 7 864.851 1 874.366 1C883.881 1 883.881 7 893.396 7C902.911 7 902.911 1 912.426 1C921.941 1 921.941 7 931.455 7C940.97 7 940.97 1 950.485 1C960 1 960 7 969.515 7C979.03 7 979.03 1 988.545 1C998.059 1 998.059 7 1007.57 7C1017.09 7 1017.09 1 1026.6 1C1036.12 1 1036.12 7 1045.63 7C1055.15 7 1055.15 1 1064.66 1C1074.18 1 1074.18 7 1083.69 7C1093.21 7 1093.21 1 1102.72 1C1112.24 1 1112.24 7 1121.75 7C1131.27 7 1131.27 1 1140.78 1C1150.3 1 1150.3 7 1159.81 7C1169.33 7 1169.33 1 1178.84 1C1188.36 1 1188.36 7 1197.87 7C1207.39 7 1207.39 1 1216.9 1C1226.42 1 1226.42 7 1235.93 7C1245.45 7 1245.45 1 1254.96 1C1264.48 1 1264.48 7 1273.99 7C1283.5 7 1283.5 1 1293.02 1C1302.53 1 1302.53 7 1312.05 7C1321.56 7 1321.56 1 1331.08 1C1340.59 1 1340.59 7 1350.11 7C1359.62 7 1359.62 1 1369.14 1C1378.65 1 1378.65 7 1388.17 7C1397.68 7 1397.68 1 1407.2 1C1416.71 1 1416.71 7 1426.23 7C1435.74 7 1435.74 1 1445.26 1C1454.77 1 1454.77 7 1464.29 7C1473.8 7 1473.8 1 1483.32 1C1492.83 1 1492.83 7 1502.35 7C1511.86 7 1511.86 1 1521.38 1C1530.89 1 1530.89 7 1540.41 7C1549.92 7 1549.92 1 1559.44 1C1568.95 1 1568.95 7 1578.47 7C1587.98 7 1587.98 1 1597.5 1C1607.01 1 1607.01 7 1616.52 7C1626.04 7 1626.04 1 1635.55 1C1645.07 1 1645.07 7 1654.58 7C1664.1 7 1664.1 1 1673.61 1C1683.13 1 1683.13 7 1692.64 7C1702.16 7 1702.16 1 1711.67 1C1721.19 1 1721.19 7 1730.7 7C1740.22 7 1740.22 1 1749.73 1C1759.25 1 1759.25 7 1768.76 7C1778.28 7 1778.28 1 1787.79 1C1797.31 1 1797.31 7 1806.82 7C1816.34 7 1816.34 1 1825.85 1C1835.37 1 1835.37 7 1844.88 7C1854.4 7 1854.4 1 1863.91 1C1873.43 1 1873.43 7 1882.94 7C1892.46 7 1892.46 1 1901.97 1C1911.49 1 1911.49 7 1921 7" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 11C8.51485 11 8.51485 17 18.0297 17C27.5446 17 27.5446 11 37.0594 11C46.5743 11 46.5743 17 56.0891 17C65.604 17 65.604 11 75.1188 11C84.6337 11 84.6337 17 94.1485 17C103.663 17 103.663 11 113.178 11C122.693 11 122.693 17 132.208 17C141.723 17 141.723 11 151.238 11C160.752 11 160.752 17 170.267 17C179.782 17 179.782 11 189.297 11C198.812 11 198.812 17 208.327 17C217.842 17 217.842 11 227.356 11C236.871 11 236.871 17 246.386 17C255.901 17 255.901 11 265.416 11C274.931 11 274.931 17 284.446 17C293.96 17 293.96 11 303.475 11C312.99 11 312.99 17 322.505 17C332.02 17 332.02 11 341.535 11C351.05 11 351.05 17 360.564 17C370.079 17 370.079 11 379.594 11C389.109 11 389.109 17 398.624 17C408.139 17 408.139 11 417.653 11C427.168 11 427.168 17 436.683 17C446.198 17 446.198 11 455.713 11C465.228 11 465.228 17 474.743 17C484.257 17 484.257 11 493.772 11C503.287 11 503.287 17 512.802 17C522.317 17 522.317 11 531.832 11C541.347 11 541.347 17 550.861 17C560.376 17 560.376 11 569.891 11C579.406 11 579.406 17 588.921 17C598.436 17 598.436 11 607.95 11C617.465 11 617.465 17 626.98 17C636.495 17 636.495 11 646.01 11C655.525 11 655.525 17 665.04 17C674.554 17 674.554 11 684.069 11C693.584 11 693.584 17 703.099 17C712.614 17 712.614 11 722.129 11C731.644 11 731.644 17 741.158 17C750.673 17 750.673 11 760.188 11C769.703 11 769.703 17 779.218 17C788.733 17 788.733 11 798.248 11C807.762 11 807.762 17 817.277 17C826.792 17 826.792 11 836.307 11C845.822 11 845.822 17 855.337 17C864.851 17 864.851 11 874.366 11C883.881 11 883.881 17 893.396 17C902.911 17 902.911 11 912.426 11C921.941 11 921.941 17 931.455 17C940.97 17 940.97 11 950.485 11C960 11 960 17 969.515 17C979.03 17 979.03 11 988.545 11C998.059 11 998.059 17 1007.57 17C1017.09 17 1017.09 11 1026.6 11C1036.12 11 1036.12 17 1045.63 17C1055.15 17 1055.15 11 1064.66 11C1074.18 11 1074.18 17 1083.69 17C1093.21 17 1093.21 11 1102.72 11C1112.24 11 1112.24 17 1121.75 17C1131.27 17 1131.27 11 1140.78 11C1150.3 11 1150.3 17 1159.81 17C1169.33 17 1169.33 11 1178.84 11C1188.36 11 1188.36 17 1197.87 17C1207.39 17 1207.39 11 1216.9 11C1226.42 11 1226.42 17 1235.93 17C1245.45 17 1245.45 11 1254.96 11C1264.48 11 1264.48 17 1273.99 17C1283.5 17 1283.5 11 1293.02 11C1302.53 11 1302.53 17 1312.05 17C1321.56 17 1321.56 11 1331.08 11C1340.59 11 1340.59 17 1350.11 17C1359.62 17 1359.62 11 1369.14 11C1378.65 11 1378.65 17 1388.17 17C1397.68 17 1397.68 11 1407.2 11C1416.71 11 1416.71 17 1426.23 17C1435.74 17 1435.74 11 1445.26 11C1454.77 11 1454.77 17 1464.29 17C1473.8 17 1473.8 11 1483.32 11C1492.83 11 1492.83 17 1502.35 17C1511.86 17 1511.86 11 1521.38 11C1530.89 11 1530.89 17 1540.41 17C1549.92 17 1549.92 11 1559.44 11C1568.95 11 1568.95 17 1578.47 17C1587.98 17 1587.98 11 1597.5 11C1607.01 11 1607.01 17 1616.52 17C1626.04 17 1626.04 11 1635.55 11C1645.07 11 1645.07 17 1654.58 17C1664.1 17 1664.1 11 1673.61 11C1683.13 11 1683.13 17 1692.64 17C1702.16 17 1702.16 11 1711.67 11C1721.19 11 1721.19 17 1730.7 17C1740.22 17 1740.22 11 1749.73 11C1759.25 11 1759.25 17 1768.76 17C1778.28 17 1778.28 11 1787.79 11C1797.31 11 1797.31 17 1806.82 17C1816.34 17 1816.34 11 1825.85 11C1835.37 11 1835.37 17 1844.88 17C1854.4 17 1854.4 11 1863.91 11C1873.43 11 1873.43 17 1882.94 17C1892.46 17 1892.46 11 1901.97 11C1911.49 11 1911.49 17 1921 17" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 21C8.51485 21 8.51485 27 18.0297 27C27.5446 27 27.5446 21 37.0594 21C46.5743 21 46.5743 27 56.0891 27C65.604 27 65.604 21 75.1188 21C84.6337 21 84.6337 27 94.1485 27C103.663 27 103.663 21 113.178 21C122.693 21 122.693 27 132.208 27C141.723 27 141.723 21 151.238 21C160.752 21 160.752 27 170.267 27C179.782 27 179.782 21 189.297 21C198.812 21 198.812 27 208.327 27C217.842 27 217.842 21 227.356 21C236.871 21 236.871 27 246.386 27C255.901 27 255.901 21 265.416 21C274.931 21 274.931 27 284.446 27C293.96 27 293.96 21 303.475 21C312.99 21 312.99 27 322.505 27C332.02 27 332.02 21 341.535 21C351.05 21 351.05 27 360.564 27C370.079 27 370.079 21 379.594 21C389.109 21 389.109 27 398.624 27C408.139 27 408.139 21 417.653 21C427.168 21 427.168 27 436.683 27C446.198 27 446.198 21 455.713 21C465.228 21 465.228 27 474.743 27C484.257 27 484.257 21 493.772 21C503.287 21 503.287 27 512.802 27C522.317 27 522.317 21 531.832 21C541.347 21 541.347 27 550.861 27C560.376 27 560.376 21 569.891 21C579.406 21 579.406 27 588.921 27C598.436 27 598.436 21 607.95 21C617.465 21 617.465 27 626.98 27C636.495 27 636.495 21 646.01 21C655.525 21 655.525 27 665.04 27C674.554 27 674.554 21 684.069 21C693.584 21 693.584 27 703.099 27C712.614 27 712.614 21 722.129 21C731.644 21 731.644 27 741.158 27C750.673 27 750.673 21 760.188 21C769.703 21 769.703 27 779.218 27C788.733 27 788.733 21 798.248 21C807.762 21 807.762 27 817.277 27C826.792 27 826.792 21 836.307 21C845.822 21 845.822 27 855.337 27C864.851 27 864.851 21 874.366 21C883.881 21 883.881 27 893.396 27C902.911 27 902.911 21 912.426 21C921.941 21 921.941 27 931.455 27C940.97 27 940.97 21 950.485 21C960 21 960 27 969.515 27C979.03 27 979.03 21 988.545 21C998.059 21 998.059 27 1007.57 27C1017.09 27 1017.09 21 1026.6 21C1036.12 21 1036.12 27 1045.63 27C1055.15 27 1055.15 21 1064.66 21C1074.18 21 1074.18 27 1083.69 27C1093.21 27 1093.21 21 1102.72 21C1112.24 21 1112.24 27 1121.75 27C1131.27 27 1131.27 21 1140.78 21C1150.3 21 1150.3 27 1159.81 27C1169.33 27 1169.33 21 1178.84 21C1188.36 21 1188.36 27 1197.87 27C1207.39 27 1207.39 21 1216.9 21C1226.42 21 1226.42 27 1235.93 27C1245.45 27 1245.45 21 1254.96 21C1264.48 21 1264.48 27 1273.99 27C1283.5 27 1283.5 21 1293.02 21C1302.53 21 1302.53 27 1312.05 27C1321.56 27 1321.56 21 1331.08 21C1340.59 21 1340.59 27 1350.11 27C1359.62 27 1359.62 21 1369.14 21C1378.65 21 1378.65 27 1388.17 27C1397.68 27 1397.68 21 1407.2 21C1416.71 21 1416.71 27 1426.23 27C1435.74 27 1435.74 21 1445.26 21C1454.77 21 1454.77 27 1464.29 27C1473.8 27 1473.8 21 1483.32 21C1492.83 21 1492.83 27 1502.35 27C1511.86 27 1511.86 21 1521.38 21C1530.89 21 1530.89 27 1540.41 27C1549.92 27 1549.92 21 1559.44 21C1568.95 21 1568.95 27 1578.47 27C1587.98 27 1587.98 21 1597.5 21C1607.01 21 1607.01 27 1616.52 27C1626.04 27 1626.04 21 1635.55 21C1645.07 21 1645.07 27 1654.58 27C1664.1 27 1664.1 21 1673.61 21C1683.13 21 1683.13 27 1692.64 27C1702.16 27 1702.16 21 1711.67 21C1721.19 21 1721.19 27 1730.7 27C1740.22 27 1740.22 21 1749.73 21C1759.25 21 1759.25 27 1768.76 27C1778.28 27 1778.28 21 1787.79 21C1797.31 21 1797.31 27 1806.82 27C1816.34 27 1816.34 21 1825.85 21C1835.37 21 1835.37 27 1844.88 27C1854.4 27 1854.4 21 1863.91 21C1873.43 21 1873.43 27 1882.94 27C1892.46 27 1892.46 21 1901.97 21C1911.49 21 1911.49 27 1921 27" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 51C8.51485 51 8.51485 57 18.0297 57C27.5446 57 27.5446 51 37.0594 51C46.5743 51 46.5743 57 56.0891 57C65.604 57 65.604 51 75.1188 51C84.6337 51 84.6337 57 94.1485 57C103.663 57 103.663 51 113.178 51C122.693 51 122.693 57 132.208 57C141.723 57 141.723 51 151.238 51C160.752 51 160.752 57 170.267 57C179.782 57 179.782 51 189.297 51C198.812 51 198.812 57 208.327 57C217.842 57 217.842 51 227.356 51C236.871 51 236.871 57 246.386 57C255.901 57 255.901 51 265.416 51C274.931 51 274.931 57 284.446 57C293.96 57 293.96 51 303.475 51C312.99 51 312.99 57 322.505 57C332.02 57 332.02 51 341.535 51C351.05 51 351.05 57 360.564 57C370.079 57 370.079 51 379.594 51C389.109 51 389.109 57 398.624 57C408.139 57 408.139 51 417.653 51C427.168 51 427.168 57 436.683 57C446.198 57 446.198 51 455.713 51C465.228 51 465.228 57 474.743 57C484.257 57 484.257 51 493.772 51C503.287 51 503.287 57 512.802 57C522.317 57 522.317 51 531.832 51C541.347 51 541.347 57 550.861 57C560.376 57 560.376 51 569.891 51C579.406 51 579.406 57 588.921 57C598.436 57 598.436 51 607.95 51C617.465 51 617.465 57 626.98 57C636.495 57 636.495 51 646.01 51C655.525 51 655.525 57 665.04 57C674.554 57 674.554 51 684.069 51C693.584 51 693.584 57 703.099 57C712.614 57 712.614 51 722.129 51C731.644 51 731.644 57 741.158 57C750.673 57 750.673 51 760.188 51C769.703 51 769.703 57 779.218 57C788.733 57 788.733 51 798.248 51C807.762 51 807.762 57 817.277 57C826.792 57 826.792 51 836.307 51C845.822 51 845.822 57 855.337 57C864.851 57 864.851 51 874.366 51C883.881 51 883.881 57 893.396 57C902.911 57 902.911 51 912.426 51C921.941 51 921.941 57 931.455 57C940.97 57 940.97 51 950.485 51C960 51 960 57 969.515 57C979.03 57 979.03 51 988.545 51C998.059 51 998.059 57 1007.57 57C1017.09 57 1017.09 51 1026.6 51C1036.12 51 1036.12 57 1045.63 57C1055.15 57 1055.15 51 1064.66 51C1074.18 51 1074.18 57 1083.69 57C1093.21 57 1093.21 51 1102.72 51C1112.24 51 1112.24 57 1121.75 57C1131.27 57 1131.27 51 1140.78 51C1150.3 51 1150.3 57 1159.81 57C1169.33 57 1169.33 51 1178.84 51C1188.36 51 1188.36 57 1197.87 57C1207.39 57 1207.39 51 1216.9 51C1226.42 51 1226.42 57 1235.93 57C1245.45 57 1245.45 51 1254.96 51C1264.48 51 1264.48 57 1273.99 57C1283.5 57 1283.5 51 1293.02 51C1302.53 51 1302.53 57 1312.05 57C1321.56 57 1321.56 51 1331.08 51C1340.59 51 1340.59 57 1350.11 57C1359.62 57 1359.62 51 1369.14 51C1378.65 51 1378.65 57 1388.17 57C1397.68 57 1397.68 51 1407.2 51C1416.71 51 1416.71 57 1426.23 57C1435.74 57 1435.74 51 1445.26 51C1454.77 51 1454.77 57 1464.29 57C1473.8 57 1473.8 51 1483.32 51C1492.83 51 1492.83 57 1502.35 57C1511.86 57 1511.86 51 1521.38 51C1530.89 51 1530.89 57 1540.41 57C1549.92 57 1549.92 51 1559.44 51C1568.95 51 1568.95 57 1578.47 57C1587.98 57 1587.98 51 1597.5 51C1607.01 51 1607.01 57 1616.52 57C1626.04 57 1626.04 51 1635.55 51C1645.07 51 1645.07 57 1654.58 57C1664.1 57 1664.1 51 1673.61 51C1683.13 51 1683.13 57 1692.64 57C1702.16 57 1702.16 51 1711.67 51C1721.19 51 1721.19 57 1730.7 57C1740.22 57 1740.22 51 1749.73 51C1759.25 51 1759.25 57 1768.76 57C1778.28 57 1778.28 51 1787.79 51C1797.31 51 1797.31 57 1806.82 57C1816.34 57 1816.34 51 1825.85 51C1835.37 51 1835.37 57 1844.88 57C1854.4 57 1854.4 51 1863.91 51C1873.43 51 1873.43 57 1882.94 57C1892.46 57 1892.46 51 1901.97 51C1911.49 51 1911.49 57 1921 57" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 61C8.51485 61 8.51485 67 18.0297 67C27.5446 67 27.5446 61 37.0594 61C46.5743 61 46.5743 67 56.0891 67C65.604 67 65.604 61 75.1188 61C84.6337 61 84.6337 67 94.1485 67C103.663 67 103.663 61 113.178 61C122.693 61 122.693 67 132.208 67C141.723 67 141.723 61 151.238 61C160.752 61 160.752 67 170.267 67C179.782 67 179.782 61 189.297 61C198.812 61 198.812 67 208.327 67C217.842 67 217.842 61 227.356 61C236.871 61 236.871 67 246.386 67C255.901 67 255.901 61 265.416 61C274.931 61 274.931 67 284.446 67C293.96 67 293.96 61 303.475 61C312.99 61 312.99 67 322.505 67C332.02 67 332.02 61 341.535 61C351.05 61 351.05 67 360.564 67C370.079 67 370.079 61 379.594 61C389.109 61 389.109 67 398.624 67C408.139 67 408.139 61 417.653 61C427.168 61 427.168 67 436.683 67C446.198 67 446.198 61 455.713 61C465.228 61 465.228 67 474.743 67C484.257 67 484.257 61 493.772 61C503.287 61 503.287 67 512.802 67C522.317 67 522.317 61 531.832 61C541.347 61 541.347 67 550.861 67C560.376 67 560.376 61 569.891 61C579.406 61 579.406 67 588.921 67C598.436 67 598.436 61 607.95 61C617.465 61 617.465 67 626.98 67C636.495 67 636.495 61 646.01 61C655.525 61 655.525 67 665.04 67C674.554 67 674.554 61 684.069 61C693.584 61 693.584 67 703.099 67C712.614 67 712.614 61 722.129 61C731.644 61 731.644 67 741.158 67C750.673 67 750.673 61 760.188 61C769.703 61 769.703 67 779.218 67C788.733 67 788.733 61 798.248 61C807.762 61 807.762 67 817.277 67C826.792 67 826.792 61 836.307 61C845.822 61 845.822 67 855.337 67C864.851 67 864.851 61 874.366 61C883.881 61 883.881 67 893.396 67C902.911 67 902.911 61 912.426 61C921.941 61 921.941 67 931.455 67C940.97 67 940.97 61 950.485 61C960 61 960 67 969.515 67C979.03 67 979.03 61 988.545 61C998.059 61 998.059 67 1007.57 67C1017.09 67 1017.09 61 1026.6 61C1036.12 61 1036.12 67 1045.63 67C1055.15 67 1055.15 61 1064.66 61C1074.18 61 1074.18 67 1083.69 67C1093.21 67 1093.21 61 1102.72 61C1112.24 61 1112.24 67 1121.75 67C1131.27 67 1131.27 61 1140.78 61C1150.3 61 1150.3 67 1159.81 67C1169.33 67 1169.33 61 1178.84 61C1188.36 61 1188.36 67 1197.87 67C1207.39 67 1207.39 61 1216.9 61C1226.42 61 1226.42 67 1235.93 67C1245.45 67 1245.45 61 1254.96 61C1264.48 61 1264.48 67 1273.99 67C1283.5 67 1283.5 61 1293.02 61C1302.53 61 1302.53 67 1312.05 67C1321.56 67 1321.56 61 1331.08 61C1340.59 61 1340.59 67 1350.11 67C1359.62 67 1359.62 61 1369.14 61C1378.65 61 1378.65 67 1388.17 67C1397.68 67 1397.68 61 1407.2 61C1416.71 61 1416.71 67 1426.23 67C1435.74 67 1435.74 61 1445.26 61C1454.77 61 1454.77 67 1464.29 67C1473.8 67 1473.8 61 1483.32 61C1492.83 61 1492.83 67 1502.35 67C1511.86 67 1511.86 61 1521.38 61C1530.89 61 1530.89 67 1540.41 67C1549.92 67 1549.92 61 1559.44 61C1568.95 61 1568.95 67 1578.47 67C1587.98 67 1587.98 61 1597.5 61C1607.01 61 1607.01 67 1616.52 67C1626.04 67 1626.04 61 1635.55 61C1645.07 61 1645.07 67 1654.58 67C1664.1 67 1664.1 61 1673.61 61C1683.13 61 1683.13 67 1692.64 67C1702.16 67 1702.16 61 1711.67 61C1721.19 61 1721.19 67 1730.7 67C1740.22 67 1740.22 61 1749.73 61C1759.25 61 1759.25 67 1768.76 67C1778.28 67 1778.28 61 1787.79 61C1797.31 61 1797.31 67 1806.82 67C1816.34 67 1816.34 61 1825.85 61C1835.37 61 1835.37 67 1844.88 67C1854.4 67 1854.4 61 1863.91 61C1873.43 61 1873.43 67 1882.94 67C1892.46 67 1892.46 61 1901.97 61C1911.49 61 1911.49 67 1921 67" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 71C8.51485 71 8.51485 77 18.0297 77C27.5446 77 27.5446 71 37.0594 71C46.5743 71 46.5743 77 56.0891 77C65.604 77 65.604 71 75.1188 71C84.6337 71 84.6337 77 94.1485 77C103.663 77 103.663 71 113.178 71C122.693 71 122.693 77 132.208 77C141.723 77 141.723 71 151.238 71C160.752 71 160.752 77 170.267 77C179.782 77 179.782 71 189.297 71C198.812 71 198.812 77 208.327 77C217.842 77 217.842 71 227.356 71C236.871 71 236.871 77 246.386 77C255.901 77 255.901 71 265.416 71C274.931 71 274.931 77 284.446 77C293.96 77 293.96 71 303.475 71C312.99 71 312.99 77 322.505 77C332.02 77 332.02 71 341.535 71C351.05 71 351.05 77 360.564 77C370.079 77 370.079 71 379.594 71C389.109 71 389.109 77 398.624 77C408.139 77 408.139 71 417.653 71C427.168 71 427.168 77 436.683 77C446.198 77 446.198 71 455.713 71C465.228 71 465.228 77 474.743 77C484.257 77 484.257 71 493.772 71C503.287 71 503.287 77 512.802 77C522.317 77 522.317 71 531.832 71C541.347 71 541.347 77 550.861 77C560.376 77 560.376 71 569.891 71C579.406 71 579.406 77 588.921 77C598.436 77 598.436 71 607.95 71C617.465 71 617.465 77 626.98 77C636.495 77 636.495 71 646.01 71C655.525 71 655.525 77 665.04 77C674.554 77 674.554 71 684.069 71C693.584 71 693.584 77 703.099 77C712.614 77 712.614 71 722.129 71C731.644 71 731.644 77 741.158 77C750.673 77 750.673 71 760.188 71C769.703 71 769.703 77 779.218 77C788.733 77 788.733 71 798.248 71C807.762 71 807.762 77 817.277 77C826.792 77 826.792 71 836.307 71C845.822 71 845.822 77 855.337 77C864.851 77 864.851 71 874.366 71C883.881 71 883.881 77 893.396 77C902.911 77 902.911 71 912.426 71C921.941 71 921.941 77 931.455 77C940.97 77 940.97 71 950.485 71C960 71 960 77 969.515 77C979.03 77 979.03 71 988.545 71C998.059 71 998.059 77 1007.57 77C1017.09 77 1017.09 71 1026.6 71C1036.12 71 1036.12 77 1045.63 77C1055.15 77 1055.15 71 1064.66 71C1074.18 71 1074.18 77 1083.69 77C1093.21 77 1093.21 71 1102.72 71C1112.24 71 1112.24 77 1121.75 77C1131.27 77 1131.27 71 1140.78 71C1150.3 71 1150.3 77 1159.81 77C1169.33 77 1169.33 71 1178.84 71C1188.36 71 1188.36 77 1197.87 77C1207.39 77 1207.39 71 1216.9 71C1226.42 71 1226.42 77 1235.93 77C1245.45 77 1245.45 71 1254.96 71C1264.48 71 1264.48 77 1273.99 77C1283.5 77 1283.5 71 1293.02 71C1302.53 71 1302.53 77 1312.05 77C1321.56 77 1321.56 71 1331.08 71C1340.59 71 1340.59 77 1350.11 77C1359.62 77 1359.62 71 1369.14 71C1378.65 71 1378.65 77 1388.17 77C1397.68 77 1397.68 71 1407.2 71C1416.71 71 1416.71 77 1426.23 77C1435.74 77 1435.74 71 1445.26 71C1454.77 71 1454.77 77 1464.29 77C1473.8 77 1473.8 71 1483.32 71C1492.83 71 1492.83 77 1502.35 77C1511.86 77 1511.86 71 1521.38 71C1530.89 71 1530.89 77 1540.41 77C1549.92 77 1549.92 71 1559.44 71C1568.95 71 1568.95 77 1578.47 77C1587.98 77 1587.98 71 1597.5 71C1607.01 71 1607.01 77 1616.52 77C1626.04 77 1626.04 71 1635.55 71C1645.07 71 1645.07 77 1654.58 77C1664.1 77 1664.1 71 1673.61 71C1683.13 71 1683.13 77 1692.64 77C1702.16 77 1702.16 71 1711.67 71C1721.19 71 1721.19 77 1730.7 77C1740.22 77 1740.22 71 1749.73 71C1759.25 71 1759.25 77 1768.76 77C1778.28 77 1778.28 71 1787.79 71C1797.31 71 1797.31 77 1806.82 77C1816.34 77 1816.34 71 1825.85 71C1835.37 71 1835.37 77 1844.88 77C1854.4 77 1854.4 71 1863.91 71C1873.43 71 1873.43 77 1882.94 77C1892.46 77 1892.46 71 1901.97 71C1911.49 71 1911.49 77 1921 77" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 101C8.51485 101 8.51485 107 18.0297 107C27.5446 107 27.5446 101 37.0594 101C46.5743 101 46.5743 107 56.0891 107C65.604 107 65.604 101 75.1188 101C84.6337 101 84.6337 107 94.1485 107C103.663 107 103.663 101 113.178 101C122.693 101 122.693 107 132.208 107C141.723 107 141.723 101 151.238 101C160.752 101 160.752 107 170.267 107C179.782 107 179.782 101 189.297 101C198.812 101 198.812 107 208.327 107C217.842 107 217.842 101 227.356 101C236.871 101 236.871 107 246.386 107C255.901 107 255.901 101 265.416 101C274.931 101 274.931 107 284.446 107C293.96 107 293.96 101 303.475 101C312.99 101 312.99 107 322.505 107C332.02 107 332.02 101 341.535 101C351.05 101 351.05 107 360.564 107C370.079 107 370.079 101 379.594 101C389.109 101 389.109 107 398.624 107C408.139 107 408.139 101 417.653 101C427.168 101 427.168 107 436.683 107C446.198 107 446.198 101 455.713 101C465.228 101 465.228 107 474.743 107C484.257 107 484.257 101 493.772 101C503.287 101 503.287 107 512.802 107C522.317 107 522.317 101 531.832 101C541.347 101 541.347 107 550.861 107C560.376 107 560.376 101 569.891 101C579.406 101 579.406 107 588.921 107C598.436 107 598.436 101 607.95 101C617.465 101 617.465 107 626.98 107C636.495 107 636.495 101 646.01 101C655.525 101 655.525 107 665.04 107C674.554 107 674.554 101 684.069 101C693.584 101 693.584 107 703.099 107C712.614 107 712.614 101 722.129 101C731.644 101 731.644 107 741.158 107C750.673 107 750.673 101 760.188 101C769.703 101 769.703 107 779.218 107C788.733 107 788.733 101 798.248 101C807.762 101 807.762 107 817.277 107C826.792 107 826.792 101 836.307 101C845.822 101 845.822 107 855.337 107C864.851 107 864.851 101 874.366 101C883.881 101 883.881 107 893.396 107C902.911 107 902.911 101 912.426 101C921.941 101 921.941 107 931.455 107C940.97 107 940.97 101 950.485 101C960 101 960 107 969.515 107C979.03 107 979.03 101 988.545 101C998.059 101 998.059 107 1007.57 107C1017.09 107 1017.09 101 1026.6 101C1036.12 101 1036.12 107 1045.63 107C1055.15 107 1055.15 101 1064.66 101C1074.18 101 1074.18 107 1083.69 107C1093.21 107 1093.21 101 1102.72 101C1112.24 101 1112.24 107 1121.75 107C1131.27 107 1131.27 101 1140.78 101C1150.3 101 1150.3 107 1159.81 107C1169.33 107 1169.33 101 1178.84 101C1188.36 101 1188.36 107 1197.87 107C1207.39 107 1207.39 101 1216.9 101C1226.42 101 1226.42 107 1235.93 107C1245.45 107 1245.45 101 1254.96 101C1264.48 101 1264.48 107 1273.99 107C1283.5 107 1283.5 101 1293.02 101C1302.53 101 1302.53 107 1312.05 107C1321.56 107 1321.56 101 1331.08 101C1340.59 101 1340.59 107 1350.11 107C1359.62 107 1359.62 101 1369.14 101C1378.65 101 1378.65 107 1388.17 107C1397.68 107 1397.68 101 1407.2 101C1416.71 101 1416.71 107 1426.23 107C1435.74 107 1435.74 101 1445.26 101C1454.77 101 1454.77 107 1464.29 107C1473.8 107 1473.8 101 1483.32 101C1492.83 101 1492.83 107 1502.35 107C1511.86 107 1511.86 101 1521.38 101C1530.89 101 1530.89 107 1540.41 107C1549.92 107 1549.92 101 1559.44 101C1568.95 101 1568.95 107 1578.47 107C1587.98 107 1587.98 101 1597.5 101C1607.01 101 1607.01 107 1616.52 107C1626.04 107 1626.04 101 1635.55 101C1645.07 101 1645.07 107 1654.58 107C1664.1 107 1664.1 101 1673.61 101C1683.13 101 1683.13 107 1692.64 107C1702.16 107 1702.16 101 1711.67 101C1721.19 101 1721.19 107 1730.7 107C1740.22 107 1740.22 101 1749.73 101C1759.25 101 1759.25 107 1768.76 107C1778.28 107 1778.28 101 1787.79 101C1797.31 101 1797.31 107 1806.82 107C1816.34 107 1816.34 101 1825.85 101C1835.37 101 1835.37 107 1844.88 107C1854.4 107 1854.4 101 1863.91 101C1873.43 101 1873.43 107 1882.94 107C1892.46 107 1892.46 101 1901.97 101C1911.49 101 1911.49 107 1921 107" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 111C8.51485 111 8.51485 117 18.0297 117C27.5446 117 27.5446 111 37.0594 111C46.5743 111 46.5743 117 56.0891 117C65.604 117 65.604 111 75.1188 111C84.6337 111 84.6337 117 94.1485 117C103.663 117 103.663 111 113.178 111C122.693 111 122.693 117 132.208 117C141.723 117 141.723 111 151.238 111C160.752 111 160.752 117 170.267 117C179.782 117 179.782 111 189.297 111C198.812 111 198.812 117 208.327 117C217.842 117 217.842 111 227.356 111C236.871 111 236.871 117 246.386 117C255.901 117 255.901 111 265.416 111C274.931 111 274.931 117 284.446 117C293.96 117 293.96 111 303.475 111C312.99 111 312.99 117 322.505 117C332.02 117 332.02 111 341.535 111C351.05 111 351.05 117 360.564 117C370.079 117 370.079 111 379.594 111C389.109 111 389.109 117 398.624 117C408.139 117 408.139 111 417.653 111C427.168 111 427.168 117 436.683 117C446.198 117 446.198 111 455.713 111C465.228 111 465.228 117 474.743 117C484.257 117 484.257 111 493.772 111C503.287 111 503.287 117 512.802 117C522.317 117 522.317 111 531.832 111C541.347 111 541.347 117 550.861 117C560.376 117 560.376 111 569.891 111C579.406 111 579.406 117 588.921 117C598.436 117 598.436 111 607.95 111C617.465 111 617.465 117 626.98 117C636.495 117 636.495 111 646.01 111C655.525 111 655.525 117 665.04 117C674.554 117 674.554 111 684.069 111C693.584 111 693.584 117 703.099 117C712.614 117 712.614 111 722.129 111C731.644 111 731.644 117 741.158 117C750.673 117 750.673 111 760.188 111C769.703 111 769.703 117 779.218 117C788.733 117 788.733 111 798.248 111C807.762 111 807.762 117 817.277 117C826.792 117 826.792 111 836.307 111C845.822 111 845.822 117 855.337 117C864.851 117 864.851 111 874.366 111C883.881 111 883.881 117 893.396 117C902.911 117 902.911 111 912.426 111C921.941 111 921.941 117 931.455 117C940.97 117 940.97 111 950.485 111C960 111 960 117 969.515 117C979.03 117 979.03 111 988.545 111C998.059 111 998.059 117 1007.57 117C1017.09 117 1017.09 111 1026.6 111C1036.12 111 1036.12 117 1045.63 117C1055.15 117 1055.15 111 1064.66 111C1074.18 111 1074.18 117 1083.69 117C1093.21 117 1093.21 111 1102.72 111C1112.24 111 1112.24 117 1121.75 117C1131.27 117 1131.27 111 1140.78 111C1150.3 111 1150.3 117 1159.81 117C1169.33 117 1169.33 111 1178.84 111C1188.36 111 1188.36 117 1197.87 117C1207.39 117 1207.39 111 1216.9 111C1226.42 111 1226.42 117 1235.93 117C1245.45 117 1245.45 111 1254.96 111C1264.48 111 1264.48 117 1273.99 117C1283.5 117 1283.5 111 1293.02 111C1302.53 111 1302.53 117 1312.05 117C1321.56 117 1321.56 111 1331.08 111C1340.59 111 1340.59 117 1350.11 117C1359.62 117 1359.62 111 1369.14 111C1378.65 111 1378.65 117 1388.17 117C1397.68 117 1397.68 111 1407.2 111C1416.71 111 1416.71 117 1426.23 117C1435.74 117 1435.74 111 1445.26 111C1454.77 111 1454.77 117 1464.29 117C1473.8 117 1473.8 111 1483.32 111C1492.83 111 1492.83 117 1502.35 117C1511.86 117 1511.86 111 1521.38 111C1530.89 111 1530.89 117 1540.41 117C1549.92 117 1549.92 111 1559.44 111C1568.95 111 1568.95 117 1578.47 117C1587.98 117 1587.98 111 1597.5 111C1607.01 111 1607.01 117 1616.52 117C1626.04 117 1626.04 111 1635.55 111C1645.07 111 1645.07 117 1654.58 117C1664.1 117 1664.1 111 1673.61 111C1683.13 111 1683.13 117 1692.64 117C1702.16 117 1702.16 111 1711.67 111C1721.19 111 1721.19 117 1730.7 117C1740.22 117 1740.22 111 1749.73 111C1759.25 111 1759.25 117 1768.76 117C1778.28 117 1778.28 111 1787.79 111C1797.31 111 1797.31 117 1806.82 117C1816.34 117 1816.34 111 1825.85 111C1835.37 111 1835.37 117 1844.88 117C1854.4 117 1854.4 111 1863.91 111C1873.43 111 1873.43 117 1882.94 117C1892.46 117 1892.46 111 1901.97 111C1911.49 111 1911.49 117 1921 117" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 121C8.51485 121 8.51485 127 18.0297 127C27.5446 127 27.5446 121 37.0594 121C46.5743 121 46.5743 127 56.0891 127C65.604 127 65.604 121 75.1188 121C84.6337 121 84.6337 127 94.1485 127C103.663 127 103.663 121 113.178 121C122.693 121 122.693 127 132.208 127C141.723 127 141.723 121 151.238 121C160.752 121 160.752 127 170.267 127C179.782 127 179.782 121 189.297 121C198.812 121 198.812 127 208.327 127C217.842 127 217.842 121 227.356 121C236.871 121 236.871 127 246.386 127C255.901 127 255.901 121 265.416 121C274.931 121 274.931 127 284.446 127C293.96 127 293.96 121 303.475 121C312.99 121 312.99 127 322.505 127C332.02 127 332.02 121 341.535 121C351.05 121 351.05 127 360.564 127C370.079 127 370.079 121 379.594 121C389.109 121 389.109 127 398.624 127C408.139 127 408.139 121 417.653 121C427.168 121 427.168 127 436.683 127C446.198 127 446.198 121 455.713 121C465.228 121 465.228 127 474.743 127C484.257 127 484.257 121 493.772 121C503.287 121 503.287 127 512.802 127C522.317 127 522.317 121 531.832 121C541.347 121 541.347 127 550.861 127C560.376 127 560.376 121 569.891 121C579.406 121 579.406 127 588.921 127C598.436 127 598.436 121 607.95 121C617.465 121 617.465 127 626.98 127C636.495 127 636.495 121 646.01 121C655.525 121 655.525 127 665.04 127C674.554 127 674.554 121 684.069 121C693.584 121 693.584 127 703.099 127C712.614 127 712.614 121 722.129 121C731.644 121 731.644 127 741.158 127C750.673 127 750.673 121 760.188 121C769.703 121 769.703 127 779.218 127C788.733 127 788.733 121 798.248 121C807.762 121 807.762 127 817.277 127C826.792 127 826.792 121 836.307 121C845.822 121 845.822 127 855.337 127C864.851 127 864.851 121 874.366 121C883.881 121 883.881 127 893.396 127C902.911 127 902.911 121 912.426 121C921.941 121 921.941 127 931.455 127C940.97 127 940.97 121 950.485 121C960 121 960 127 969.515 127C979.03 127 979.03 121 988.545 121C998.059 121 998.059 127 1007.57 127C1017.09 127 1017.09 121 1026.6 121C1036.12 121 1036.12 127 1045.63 127C1055.15 127 1055.15 121 1064.66 121C1074.18 121 1074.18 127 1083.69 127C1093.21 127 1093.21 121 1102.72 121C1112.24 121 1112.24 127 1121.75 127C1131.27 127 1131.27 121 1140.78 121C1150.3 121 1150.3 127 1159.81 127C1169.33 127 1169.33 121 1178.84 121C1188.36 121 1188.36 127 1197.87 127C1207.39 127 1207.39 121 1216.9 121C1226.42 121 1226.42 127 1235.93 127C1245.45 127 1245.45 121 1254.96 121C1264.48 121 1264.48 127 1273.99 127C1283.5 127 1283.5 121 1293.02 121C1302.53 121 1302.53 127 1312.05 127C1321.56 127 1321.56 121 1331.08 121C1340.59 121 1340.59 127 1350.11 127C1359.62 127 1359.62 121 1369.14 121C1378.65 121 1378.65 127 1388.17 127C1397.68 127 1397.68 121 1407.2 121C1416.71 121 1416.71 127 1426.23 127C1435.74 127 1435.74 121 1445.26 121C1454.77 121 1454.77 127 1464.29 127C1473.8 127 1473.8 121 1483.32 121C1492.83 121 1492.83 127 1502.35 127C1511.86 127 1511.86 121 1521.38 121C1530.89 121 1530.89 127 1540.41 127C1549.92 127 1549.92 121 1559.44 121C1568.95 121 1568.95 127 1578.47 127C1587.98 127 1587.98 121 1597.5 121C1607.01 121 1607.01 127 1616.52 127C1626.04 127 1626.04 121 1635.55 121C1645.07 121 1645.07 127 1654.58 127C1664.1 127 1664.1 121 1673.61 121C1683.13 121 1683.13 127 1692.64 127C1702.16 127 1702.16 121 1711.67 121C1721.19 121 1721.19 127 1730.7 127C1740.22 127 1740.22 121 1749.73 121C1759.25 121 1759.25 127 1768.76 127C1778.28 127 1778.28 121 1787.79 121C1797.31 121 1797.31 127 1806.82 127C1816.34 127 1816.34 121 1825.85 121C1835.37 121 1835.37 127 1844.88 127C1854.4 127 1854.4 121 1863.91 121C1873.43 121 1873.43 127 1882.94 127C1892.46 127 1892.46 121 1901.97 121C1911.49 121 1911.49 127 1921 127" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 151C8.51485 151 8.51485 157 18.0297 157C27.5446 157 27.5446 151 37.0594 151C46.5743 151 46.5743 157 56.0891 157C65.604 157 65.604 151 75.1188 151C84.6337 151 84.6337 157 94.1485 157C103.663 157 103.663 151 113.178 151C122.693 151 122.693 157 132.208 157C141.723 157 141.723 151 151.238 151C160.752 151 160.752 157 170.267 157C179.782 157 179.782 151 189.297 151C198.812 151 198.812 157 208.327 157C217.842 157 217.842 151 227.356 151C236.871 151 236.871 157 246.386 157C255.901 157 255.901 151 265.416 151C274.931 151 274.931 157 284.446 157C293.96 157 293.96 151 303.475 151C312.99 151 312.99 157 322.505 157C332.02 157 332.02 151 341.535 151C351.05 151 351.05 157 360.564 157C370.079 157 370.079 151 379.594 151C389.109 151 389.109 157 398.624 157C408.139 157 408.139 151 417.653 151C427.168 151 427.168 157 436.683 157C446.198 157 446.198 151 455.713 151C465.228 151 465.228 157 474.743 157C484.257 157 484.257 151 493.772 151C503.287 151 503.287 157 512.802 157C522.317 157 522.317 151 531.832 151C541.347 151 541.347 157 550.861 157C560.376 157 560.376 151 569.891 151C579.406 151 579.406 157 588.921 157C598.436 157 598.436 151 607.95 151C617.465 151 617.465 157 626.98 157C636.495 157 636.495 151 646.01 151C655.525 151 655.525 157 665.04 157C674.554 157 674.554 151 684.069 151C693.584 151 693.584 157 703.099 157C712.614 157 712.614 151 722.129 151C731.644 151 731.644 157 741.158 157C750.673 157 750.673 151 760.188 151C769.703 151 769.703 157 779.218 157C788.733 157 788.733 151 798.248 151C807.762 151 807.762 157 817.277 157C826.792 157 826.792 151 836.307 151C845.822 151 845.822 157 855.337 157C864.851 157 864.851 151 874.366 151C883.881 151 883.881 157 893.396 157C902.911 157 902.911 151 912.426 151C921.941 151 921.941 157 931.455 157C940.97 157 940.97 151 950.485 151C960 151 960 157 969.515 157C979.03 157 979.03 151 988.545 151C998.059 151 998.059 157 1007.57 157C1017.09 157 1017.09 151 1026.6 151C1036.12 151 1036.12 157 1045.63 157C1055.15 157 1055.15 151 1064.66 151C1074.18 151 1074.18 157 1083.69 157C1093.21 157 1093.21 151 1102.72 151C1112.24 151 1112.24 157 1121.75 157C1131.27 157 1131.27 151 1140.78 151C1150.3 151 1150.3 157 1159.81 157C1169.33 157 1169.33 151 1178.84 151C1188.36 151 1188.36 157 1197.87 157C1207.39 157 1207.39 151 1216.9 151C1226.42 151 1226.42 157 1235.93 157C1245.45 157 1245.45 151 1254.96 151C1264.48 151 1264.48 157 1273.99 157C1283.5 157 1283.5 151 1293.02 151C1302.53 151 1302.53 157 1312.05 157C1321.56 157 1321.56 151 1331.08 151C1340.59 151 1340.59 157 1350.11 157C1359.62 157 1359.62 151 1369.14 151C1378.65 151 1378.65 157 1388.17 157C1397.68 157 1397.68 151 1407.2 151C1416.71 151 1416.71 157 1426.23 157C1435.74 157 1435.74 151 1445.26 151C1454.77 151 1454.77 157 1464.29 157C1473.8 157 1473.8 151 1483.32 151C1492.83 151 1492.83 157 1502.35 157C1511.86 157 1511.86 151 1521.38 151C1530.89 151 1530.89 157 1540.41 157C1549.92 157 1549.92 151 1559.44 151C1568.95 151 1568.95 157 1578.47 157C1587.98 157 1587.98 151 1597.5 151C1607.01 151 1607.01 157 1616.52 157C1626.04 157 1626.04 151 1635.55 151C1645.07 151 1645.07 157 1654.58 157C1664.1 157 1664.1 151 1673.61 151C1683.13 151 1683.13 157 1692.64 157C1702.16 157 1702.16 151 1711.67 151C1721.19 151 1721.19 157 1730.7 157C1740.22 157 1740.22 151 1749.73 151C1759.25 151 1759.25 157 1768.76 157C1778.28 157 1778.28 151 1787.79 151C1797.31 151 1797.31 157 1806.82 157C1816.34 157 1816.34 151 1825.85 151C1835.37 151 1835.37 157 1844.88 157C1854.4 157 1854.4 151 1863.91 151C1873.43 151 1873.43 157 1882.94 157C1892.46 157 1892.46 151 1901.97 151C1911.49 151 1911.49 157 1921 157" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 161C8.51485 161 8.51485 167 18.0297 167C27.5446 167 27.5446 161 37.0594 161C46.5743 161 46.5743 167 56.0891 167C65.604 167 65.604 161 75.1188 161C84.6337 161 84.6337 167 94.1485 167C103.663 167 103.663 161 113.178 161C122.693 161 122.693 167 132.208 167C141.723 167 141.723 161 151.238 161C160.752 161 160.752 167 170.267 167C179.782 167 179.782 161 189.297 161C198.812 161 198.812 167 208.327 167C217.842 167 217.842 161 227.356 161C236.871 161 236.871 167 246.386 167C255.901 167 255.901 161 265.416 161C274.931 161 274.931 167 284.446 167C293.96 167 293.96 161 303.475 161C312.99 161 312.99 167 322.505 167C332.02 167 332.02 161 341.535 161C351.05 161 351.05 167 360.564 167C370.079 167 370.079 161 379.594 161C389.109 161 389.109 167 398.624 167C408.139 167 408.139 161 417.653 161C427.168 161 427.168 167 436.683 167C446.198 167 446.198 161 455.713 161C465.228 161 465.228 167 474.743 167C484.257 167 484.257 161 493.772 161C503.287 161 503.287 167 512.802 167C522.317 167 522.317 161 531.832 161C541.347 161 541.347 167 550.861 167C560.376 167 560.376 161 569.891 161C579.406 161 579.406 167 588.921 167C598.436 167 598.436 161 607.95 161C617.465 161 617.465 167 626.98 167C636.495 167 636.495 161 646.01 161C655.525 161 655.525 167 665.04 167C674.554 167 674.554 161 684.069 161C693.584 161 693.584 167 703.099 167C712.614 167 712.614 161 722.129 161C731.644 161 731.644 167 741.158 167C750.673 167 750.673 161 760.188 161C769.703 161 769.703 167 779.218 167C788.733 167 788.733 161 798.248 161C807.762 161 807.762 167 817.277 167C826.792 167 826.792 161 836.307 161C845.822 161 845.822 167 855.337 167C864.851 167 864.851 161 874.366 161C883.881 161 883.881 167 893.396 167C902.911 167 902.911 161 912.426 161C921.941 161 921.941 167 931.455 167C940.97 167 940.97 161 950.485 161C960 161 960 167 969.515 167C979.03 167 979.03 161 988.545 161C998.059 161 998.059 167 1007.57 167C1017.09 167 1017.09 161 1026.6 161C1036.12 161 1036.12 167 1045.63 167C1055.15 167 1055.15 161 1064.66 161C1074.18 161 1074.18 167 1083.69 167C1093.21 167 1093.21 161 1102.72 161C1112.24 161 1112.24 167 1121.75 167C1131.27 167 1131.27 161 1140.78 161C1150.3 161 1150.3 167 1159.81 167C1169.33 167 1169.33 161 1178.84 161C1188.36 161 1188.36 167 1197.87 167C1207.39 167 1207.39 161 1216.9 161C1226.42 161 1226.42 167 1235.93 167C1245.45 167 1245.45 161 1254.96 161C1264.48 161 1264.48 167 1273.99 167C1283.5 167 1283.5 161 1293.02 161C1302.53 161 1302.53 167 1312.05 167C1321.56 167 1321.56 161 1331.08 161C1340.59 161 1340.59 167 1350.11 167C1359.62 167 1359.62 161 1369.14 161C1378.65 161 1378.65 167 1388.17 167C1397.68 167 1397.68 161 1407.2 161C1416.71 161 1416.71 167 1426.23 167C1435.74 167 1435.74 161 1445.26 161C1454.77 161 1454.77 167 1464.29 167C1473.8 167 1473.8 161 1483.32 161C1492.83 161 1492.83 167 1502.35 167C1511.86 167 1511.86 161 1521.38 161C1530.89 161 1530.89 167 1540.41 167C1549.92 167 1549.92 161 1559.44 161C1568.95 161 1568.95 167 1578.47 167C1587.98 167 1587.98 161 1597.5 161C1607.01 161 1607.01 167 1616.52 167C1626.04 167 1626.04 161 1635.55 161C1645.07 161 1645.07 167 1654.58 167C1664.1 167 1664.1 161 1673.61 161C1683.13 161 1683.13 167 1692.64 167C1702.16 167 1702.16 161 1711.67 161C1721.19 161 1721.19 167 1730.7 167C1740.22 167 1740.22 161 1749.73 161C1759.25 161 1759.25 167 1768.76 167C1778.28 167 1778.28 161 1787.79 161C1797.31 161 1797.31 167 1806.82 167C1816.34 167 1816.34 161 1825.85 161C1835.37 161 1835.37 167 1844.88 167C1854.4 167 1854.4 161 1863.91 161C1873.43 161 1873.43 167 1882.94 167C1892.46 167 1892.46 161 1901.97 161C1911.49 161 1911.49 167 1921 167" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 171C8.51485 171 8.51485 177 18.0297 177C27.5446 177 27.5446 171 37.0594 171C46.5743 171 46.5743 177 56.0891 177C65.604 177 65.604 171 75.1188 171C84.6337 171 84.6337 177 94.1485 177C103.663 177 103.663 171 113.178 171C122.693 171 122.693 177 132.208 177C141.723 177 141.723 171 151.238 171C160.752 171 160.752 177 170.267 177C179.782 177 179.782 171 189.297 171C198.812 171 198.812 177 208.327 177C217.842 177 217.842 171 227.356 171C236.871 171 236.871 177 246.386 177C255.901 177 255.901 171 265.416 171C274.931 171 274.931 177 284.446 177C293.96 177 293.96 171 303.475 171C312.99 171 312.99 177 322.505 177C332.02 177 332.02 171 341.535 171C351.05 171 351.05 177 360.564 177C370.079 177 370.079 171 379.594 171C389.109 171 389.109 177 398.624 177C408.139 177 408.139 171 417.653 171C427.168 171 427.168 177 436.683 177C446.198 177 446.198 171 455.713 171C465.228 171 465.228 177 474.743 177C484.257 177 484.257 171 493.772 171C503.287 171 503.287 177 512.802 177C522.317 177 522.317 171 531.832 171C541.347 171 541.347 177 550.861 177C560.376 177 560.376 171 569.891 171C579.406 171 579.406 177 588.921 177C598.436 177 598.436 171 607.95 171C617.465 171 617.465 177 626.98 177C636.495 177 636.495 171 646.01 171C655.525 171 655.525 177 665.04 177C674.554 177 674.554 171 684.069 171C693.584 171 693.584 177 703.099 177C712.614 177 712.614 171 722.129 171C731.644 171 731.644 177 741.158 177C750.673 177 750.673 171 760.188 171C769.703 171 769.703 177 779.218 177C788.733 177 788.733 171 798.248 171C807.762 171 807.762 177 817.277 177C826.792 177 826.792 171 836.307 171C845.822 171 845.822 177 855.337 177C864.851 177 864.851 171 874.366 171C883.881 171 883.881 177 893.396 177C902.911 177 902.911 171 912.426 171C921.941 171 921.941 177 931.455 177C940.97 177 940.97 171 950.485 171C960 171 960 177 969.515 177C979.03 177 979.03 171 988.545 171C998.059 171 998.059 177 1007.57 177C1017.09 177 1017.09 171 1026.6 171C1036.12 171 1036.12 177 1045.63 177C1055.15 177 1055.15 171 1064.66 171C1074.18 171 1074.18 177 1083.69 177C1093.21 177 1093.21 171 1102.72 171C1112.24 171 1112.24 177 1121.75 177C1131.27 177 1131.27 171 1140.78 171C1150.3 171 1150.3 177 1159.81 177C1169.33 177 1169.33 171 1178.84 171C1188.36 171 1188.36 177 1197.87 177C1207.39 177 1207.39 171 1216.9 171C1226.42 171 1226.42 177 1235.93 177C1245.45 177 1245.45 171 1254.96 171C1264.48 171 1264.48 177 1273.99 177C1283.5 177 1283.5 171 1293.02 171C1302.53 171 1302.53 177 1312.05 177C1321.56 177 1321.56 171 1331.08 171C1340.59 171 1340.59 177 1350.11 177C1359.62 177 1359.62 171 1369.14 171C1378.65 171 1378.65 177 1388.17 177C1397.68 177 1397.68 171 1407.2 171C1416.71 171 1416.71 177 1426.23 177C1435.74 177 1435.74 171 1445.26 171C1454.77 171 1454.77 177 1464.29 177C1473.8 177 1473.8 171 1483.32 171C1492.83 171 1492.83 177 1502.35 177C1511.86 177 1511.86 171 1521.38 171C1530.89 171 1530.89 177 1540.41 177C1549.92 177 1549.92 171 1559.44 171C1568.95 171 1568.95 177 1578.47 177C1587.98 177 1587.98 171 1597.5 171C1607.01 171 1607.01 177 1616.52 177C1626.04 177 1626.04 171 1635.55 171C1645.07 171 1645.07 177 1654.58 177C1664.1 177 1664.1 171 1673.61 171C1683.13 171 1683.13 177 1692.64 177C1702.16 177 1702.16 171 1711.67 171C1721.19 171 1721.19 177 1730.7 177C1740.22 177 1740.22 171 1749.73 171C1759.25 171 1759.25 177 1768.76 177C1778.28 177 1778.28 171 1787.79 171C1797.31 171 1797.31 177 1806.82 177C1816.34 177 1816.34 171 1825.85 171C1835.37 171 1835.37 177 1844.88 177C1854.4 177 1854.4 171 1863.91 171C1873.43 171 1873.43 177 1882.94 177C1892.46 177 1892.46 171 1901.97 171C1911.49 171 1911.49 177 1921 177" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </g> </svg>');
        width: 100%;
        height: 178px;
        top: 120px;
        left: 0;
        z-index: -1;
    }

    .section-apartments::before {
        content: '';
        position: absolute;
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="296" height="616" viewBox="0 0 296 616" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0L80 80L0 160L-80 80L0 0Z" fill="%23F6E8EA"/> <path d="M80 183L77 180L80 177L83 180L80 183Z" fill="white"/> <path d="M60 183L57 180L60 177L63 180L60 183Z" fill="white"/> <path d="M40 183L37 180L40 177L43 180L40 183Z" fill="white"/> <path d="M20 183L17 180L20 177L23 180L20 183Z" fill="white"/> <path d="M80 163L77 160L80 157L83 160L80 163Z" fill="white"/> <path d="M60 163L57 160L60 157L63 160L60 163Z" fill="white"/> <path d="M40 163L37 160L40 157L43 160L40 163Z" fill="white"/> <path d="M20 163L17 160L20 157L23 160L20 163Z" fill="white"/> <path d="M80 143L77 140L80 137L83 140L80 143Z" fill="white"/> <path d="M60 143L57 140L60 137L63 140L60 143Z" fill="white"/> <path d="M40 143L37 140L40 137L43 140L40 143Z" fill="white"/> <path d="M20 143L17 140L20 137L23 140L20 143Z" fill="white"/> <path d="M80 123L77 120L80 117L83 120L80 123Z" fill="white"/> <path d="M60 123L57 120L60 117L63 120L60 123Z" fill="white"/> <path d="M40 123L37 120L40 117L43 120L40 123Z" fill="white"/> <path d="M20 123L17 120L20 117L23 120L20 123Z" fill="white"/> <path d="M100 183L97 180L100 177L103 180L100 183Z" fill="white"/> <path d="M100 163L97 160L100 157L103 160L100 163Z" fill="white"/> <path d="M100 143L97 140L100 137L103 140L100 143Z" fill="white"/> <path d="M100 123L97 120L100 117L103 120L100 123Z" fill="white"/> <path d="M120 183L117 180L120 177L123 180L120 183Z" fill="white"/> <path d="M120 163L117 160L120 157L123 160L120 163Z" fill="white"/> <path d="M120 143L117 140L120 137L123 140L120 143Z" fill="white"/> <path d="M120 123L117 120L120 117L123 120L120 123Z" fill="white"/> <path d="M0 183L-3 180L0 177L3 180L0 183Z" fill="white"/> <path d="M0 163L-3 160L0 157L3 160L0 163Z" fill="white"/> <path d="M0 143L-3 140L0 137L3 140L0 143Z" fill="white"/> <path d="M0 123L-3 120L0 117L3 120L0 123Z" fill="white"/> <path d="M80 103L77 100L80 97L83 100L80 103Z" fill="white"/> <path d="M60 103L57 100L60 97L63 100L60 103Z" fill="white"/> <path d="M40 103L37 100L40 97L43 100L40 103Z" fill="white"/> <path d="M20 103L17 100L20 97L23 100L20 103Z" fill="white"/> <path d="M80 83L77 80L80 77L83 80L80 83Z" fill="white"/> <path d="M60 83L57 80L60 77L63 80L60 83Z" fill="white"/> <path d="M40 83L37 80L40 77L43 80L40 83Z" fill="white"/> <path d="M20 83L17 80L20 77L23 80L20 83Z" fill="white"/> <path d="M100 103L97 100L100 97L103 100L100 103Z" fill="white"/> <path d="M100 83L97 80L100 77L103 80L100 83Z" fill="white"/> <path d="M120 103L117 100L120 97L123 100L120 103Z" fill="white"/> <path d="M120 83L117 80L120 77L123 80L120 83Z" fill="white"/> <path d="M0 103L-3 100L0 97L3 100L0 103Z" fill="white"/> <path d="M0 83L-3 80L0 77L3 80L0 83Z" fill="white"/> <path d="M220 103L217 100L220 97L223 100L220 103Z" fill="white"/> <path d="M200 103L197 100L200 97L203 100L200 103Z" fill="white"/> <path d="M180 103L177 100L180 97L183 100L180 103Z" fill="white"/> <path d="M160 103L157 100L160 97L163 100L160 103Z" fill="white"/> <path d="M220 83L217 80L220 77L223 80L220 83Z" fill="white"/> <path d="M200 83L197 80L200 77L203 80L200 83Z" fill="white"/> <path d="M180 83L177 80L180 77L183 80L180 83Z" fill="white"/> <path d="M160 83L157 80L160 77L163 80L160 83Z" fill="white"/> <path d="M240 83L237 80L240 77L243 80L240 83Z" fill="white"/> <path d="M140 103L137 100L140 97L143 100L140 103Z" fill="white"/> <path d="M140 83L137 80L140 77L143 80L140 83Z" fill="white"/> <path d="M160 163L157 160L160 157L163 160L160 163Z" fill="white"/> <path d="M180 143L177 140L180 137L183 140L180 143Z" fill="white"/> <path d="M160 143L157 140L160 137L163 140L160 143Z" fill="white"/> <path d="M200 123L197 120L200 117L203 120L200 123Z" fill="white"/> <path d="M180 123L177 120L180 117L183 120L180 123Z" fill="white"/> <path d="M160 123L157 120L160 117L163 120L160 123Z" fill="white"/> <path d="M140 183L137 180L140 177L143 180L140 183Z" fill="white"/> <path d="M140 163L137 160L140 157L143 160L140 163Z" fill="white"/> <path d="M140 143L137 140L140 137L143 140L140 143Z" fill="white"/> <path d="M140 123L137 120L140 117L143 120L140 123Z" fill="white"/> <g opacity="0.5"> <path d="M-223 389C-213.478 389 -213.478 395 -203.957 395C-194.435 395 -194.435 389 -184.913 389C-175.391 389 -175.391 395 -165.87 395C-156.348 395 -156.348 389 -146.826 389C-137.304 389 -137.304 395 -127.783 395C-118.261 395 -118.261 389 -108.739 389C-99.2174 389 -99.2174 395 -89.6957 395C-80.1739 395 -80.1739 389 -70.6522 389C-61.1304 389 -61.1305 395 -51.6087 395C-42.087 395 -42.087 389 -32.5652 389C-23.0435 389 -23.0435 395 -13.5217 395C-4.00001 395 -4.00002 389 5.52172 389C15.0435 389 15.0435 395 24.5652 395C34.0869 395 34.0869 389 43.6087 389C53.1304 389 53.1304 395 62.6522 395C72.1739 395 72.1739 389 81.6956 389C91.2174 389 91.2174 395 100.739 395C110.261 395 110.261 389 119.783 389C129.304 389 129.304 395 138.826 395C148.348 395 148.348 389 157.87 389C167.391 389 167.391 395 176.913 395C186.435 395 186.435 389 195.957 389C205.478 389 205.478 395 215 395" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-223 399C-213.478 399 -213.478 405 -203.957 405C-194.435 405 -194.435 399 -184.913 399C-175.391 399 -175.391 405 -165.87 405C-156.348 405 -156.348 399 -146.826 399C-137.304 399 -137.304 405 -127.783 405C-118.261 405 -118.261 399 -108.739 399C-99.2174 399 -99.2174 405 -89.6957 405C-80.1739 405 -80.1739 399 -70.6522 399C-61.1304 399 -61.1305 405 -51.6087 405C-42.087 405 -42.087 399 -32.5652 399C-23.0435 399 -23.0435 405 -13.5217 405C-4.00001 405 -4.00002 399 5.52172 399C15.0435 399 15.0435 405 24.5652 405C34.0869 405 34.0869 399 43.6087 399C53.1304 399 53.1304 405 62.6522 405C72.1739 405 72.1739 399 81.6956 399C91.2174 399 91.2174 405 100.739 405C110.261 405 110.261 399 119.783 399C129.304 399 129.304 405 138.826 405C148.348 405 148.348 399 157.87 399C167.391 399 167.391 405 176.913 405C186.435 405 186.435 399 195.957 399C205.478 399 205.478 405 215 405" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-223 409C-213.478 409 -213.478 415 -203.957 415C-194.435 415 -194.435 409 -184.913 409C-175.391 409 -175.391 415 -165.87 415C-156.348 415 -156.348 409 -146.826 409C-137.304 409 -137.304 415 -127.783 415C-118.261 415 -118.261 409 -108.739 409C-99.2174 409 -99.2174 415 -89.6957 415C-80.1739 415 -80.1739 409 -70.6522 409C-61.1304 409 -61.1305 415 -51.6087 415C-42.087 415 -42.087 409 -32.5652 409C-23.0435 409 -23.0435 415 -13.5217 415C-4.00001 415 -4.00002 409 5.52172 409C15.0435 409 15.0435 415 24.5652 415C34.0869 415 34.0869 409 43.6087 409C53.1304 409 53.1304 415 62.6522 415C72.1739 415 72.1739 409 81.6956 409C91.2174 409 91.2174 415 100.739 415C110.261 415 110.261 409 119.783 409C129.304 409 129.304 415 138.826 415C148.348 415 148.348 409 157.87 409C167.391 409 167.391 415 176.913 415C186.435 415 186.435 409 195.957 409C205.478 409 205.478 415 215 415" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-143 439C-133.478 439 -133.478 445 -123.957 445C-114.435 445 -114.435 439 -104.913 439C-95.3913 439 -95.3913 445 -85.8696 445C-76.3478 445 -76.3478 439 -66.8261 439C-57.3044 439 -57.3044 445 -47.7826 445C-38.2609 445 -38.2609 439 -28.7391 439C-19.2174 439 -19.2174 445 -9.69566 445C-0.173924 445 -0.173918 439 9.34782 439C18.8696 439 18.8695 445 28.3913 445C37.913 445 37.913 439 47.4348 439C56.9565 439 56.9565 445 66.4783 445C76 445 76 439 85.5217 439C95.0435 439 95.0435 445 104.565 445C114.087 445 114.087 439 123.609 439C133.13 439 133.13 445 142.652 445C152.174 445 152.174 439 161.696 439C171.217 439 171.217 445 180.739 445C190.261 445 190.261 439 199.783 439C209.304 439 209.304 445 218.826 445C228.348 445 228.348 439 237.87 439C247.391 439 247.391 445 256.913 445C266.435 445 266.435 439 275.957 439C285.478 439 285.478 445 295 445" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-143 449C-133.478 449 -133.478 455 -123.957 455C-114.435 455 -114.435 449 -104.913 449C-95.3913 449 -95.3913 455 -85.8696 455C-76.3478 455 -76.3478 449 -66.8261 449C-57.3044 449 -57.3044 455 -47.7826 455C-38.2609 455 -38.2609 449 -28.7391 449C-19.2174 449 -19.2174 455 -9.69566 455C-0.173924 455 -0.173918 449 9.34782 449C18.8696 449 18.8695 455 28.3913 455C37.913 455 37.913 449 47.4348 449C56.9565 449 56.9565 455 66.4783 455C76 455 76 449 85.5217 449C95.0435 449 95.0435 455 104.565 455C114.087 455 114.087 449 123.609 449C133.13 449 133.13 455 142.652 455C152.174 455 152.174 449 161.696 449C171.217 449 171.217 455 180.739 455C190.261 455 190.261 449 199.783 449C209.304 449 209.304 455 218.826 455C228.348 455 228.348 449 237.87 449C247.391 449 247.391 455 256.913 455C266.435 455 266.435 449 275.957 449C285.478 449 285.478 455 295 455" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-143 459C-133.478 459 -133.478 465 -123.957 465C-114.435 465 -114.435 459 -104.913 459C-95.3913 459 -95.3913 465 -85.8696 465C-76.3478 465 -76.3478 459 -66.8261 459C-57.3044 459 -57.3044 465 -47.7826 465C-38.2609 465 -38.2609 459 -28.7391 459C-19.2174 459 -19.2174 465 -9.69566 465C-0.173924 465 -0.173918 459 9.34782 459C18.8696 459 18.8695 465 28.3913 465C37.913 465 37.913 459 47.4348 459C56.9565 459 56.9565 465 66.4783 465C76 465 76 459 85.5217 459C95.0435 459 95.0435 465 104.565 465C114.087 465 114.087 459 123.609 459C133.13 459 133.13 465 142.652 465C152.174 465 152.174 459 161.696 459C171.217 459 171.217 465 180.739 465C190.261 465 190.261 459 199.783 459C209.304 459 209.304 465 218.826 465C228.348 465 228.348 459 237.87 459C247.391 459 247.391 465 256.913 465C266.435 465 266.435 459 275.957 459C285.478 459 285.478 465 295 465" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-183 489C-173.478 489 -173.478 495 -163.957 495C-154.435 495 -154.435 489 -144.913 489C-135.391 489 -135.391 495 -125.87 495C-116.348 495 -116.348 489 -106.826 489C-97.3044 489 -97.3044 495 -87.7826 495C-78.2609 495 -78.2609 489 -68.7391 489C-59.2174 489 -59.2174 495 -49.6957 495C-40.1739 495 -40.1739 489 -30.6522 489C-21.1304 489 -21.1305 495 -11.6087 495C-2.08697 495 -2.08697 489 7.43477 489C16.9565 489 16.9565 495 26.4783 495C36 495 36 489 45.5217 489C55.0435 489 55.0435 495 64.5652 495C74.0869 495 74.0869 489 83.6087 489C93.1304 489 93.1304 495 102.652 495C112.174 495 112.174 489 121.696 489C131.217 489 131.217 495 140.739 495C150.261 495 150.261 489 159.783 489C169.304 489 169.304 495 178.826 495C188.348 495 188.348 489 197.87 489C207.391 489 207.391 495 216.913 495C226.435 495 226.435 489 235.957 489C245.478 489 245.478 495 255 495" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-183 499C-173.478 499 -173.478 505 -163.957 505C-154.435 505 -154.435 499 -144.913 499C-135.391 499 -135.391 505 -125.87 505C-116.348 505 -116.348 499 -106.826 499C-97.3044 499 -97.3044 505 -87.7826 505C-78.2609 505 -78.2609 499 -68.7391 499C-59.2174 499 -59.2174 505 -49.6957 505C-40.1739 505 -40.1739 499 -30.6522 499C-21.1304 499 -21.1305 505 -11.6087 505C-2.08697 505 -2.08697 499 7.43477 499C16.9565 499 16.9565 505 26.4783 505C36 505 36 499 45.5217 499C55.0435 499 55.0435 505 64.5652 505C74.0869 505 74.0869 499 83.6087 499C93.1304 499 93.1304 505 102.652 505C112.174 505 112.174 499 121.696 499C131.217 499 131.217 505 140.739 505C150.261 505 150.261 499 159.783 499C169.304 499 169.304 505 178.826 505C188.348 505 188.348 499 197.87 499C207.391 499 207.391 505 216.913 505C226.435 505 226.435 499 235.957 499C245.478 499 245.478 505 255 505" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-183 509C-173.478 509 -173.478 515 -163.957 515C-154.435 515 -154.435 509 -144.913 509C-135.391 509 -135.391 515 -125.87 515C-116.348 515 -116.348 509 -106.826 509C-97.3044 509 -97.3044 515 -87.7826 515C-78.2609 515 -78.2609 509 -68.7391 509C-59.2174 509 -59.2174 515 -49.6957 515C-40.1739 515 -40.1739 509 -30.6522 509C-21.1304 509 -21.1305 515 -11.6087 515C-2.08697 515 -2.08697 509 7.43477 509C16.9565 509 16.9565 515 26.4783 515C36 515 36 509 45.5217 509C55.0435 509 55.0435 515 64.5652 515C74.0869 515 74.0869 509 83.6087 509C93.1304 509 93.1304 515 102.652 515C112.174 515 112.174 509 121.696 509C131.217 509 131.217 515 140.739 515C150.261 515 150.261 509 159.783 509C169.304 509 169.304 515 178.826 515C188.348 515 188.348 509 197.87 509C207.391 509 207.391 515 216.913 515C226.435 515 226.435 509 235.957 509C245.478 509 245.478 515 255 515" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-223 539C-213.478 539 -213.478 545 -203.957 545C-194.435 545 -194.435 539 -184.913 539C-175.391 539 -175.391 545 -165.87 545C-156.348 545 -156.348 539 -146.826 539C-137.304 539 -137.304 545 -127.783 545C-118.261 545 -118.261 539 -108.739 539C-99.2174 539 -99.2174 545 -89.6957 545C-80.1739 545 -80.1739 539 -70.6522 539C-61.1304 539 -61.1305 545 -51.6087 545C-42.087 545 -42.087 539 -32.5652 539C-23.0435 539 -23.0435 545 -13.5217 545C-4.00001 545 -4.00002 539 5.52172 539C15.0435 539 15.0435 545 24.5652 545C34.0869 545 34.0869 539 43.6087 539C53.1304 539 53.1304 545 62.6522 545C72.1739 545 72.1739 539 81.6956 539C91.2174 539 91.2174 545 100.739 545C110.261 545 110.261 539 119.783 539C129.304 539 129.304 545 138.826 545C148.348 545 148.348 539 157.87 539C167.391 539 167.391 545 176.913 545C186.435 545 186.435 539 195.957 539C205.478 539 205.478 545 215 545" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-223 549C-213.478 549 -213.478 555 -203.957 555C-194.435 555 -194.435 549 -184.913 549C-175.391 549 -175.391 555 -165.87 555C-156.348 555 -156.348 549 -146.826 549C-137.304 549 -137.304 555 -127.783 555C-118.261 555 -118.261 549 -108.739 549C-99.2174 549 -99.2174 555 -89.6957 555C-80.1739 555 -80.1739 549 -70.6522 549C-61.1304 549 -61.1305 555 -51.6087 555C-42.087 555 -42.087 549 -32.5652 549C-23.0435 549 -23.0435 555 -13.5217 555C-4.00001 555 -4.00002 549 5.52172 549C15.0435 549 15.0435 555 24.5652 555C34.0869 555 34.0869 549 43.6087 549C53.1304 549 53.1304 555 62.6522 555C72.1739 555 72.1739 549 81.6956 549C91.2174 549 91.2174 555 100.739 555C110.261 555 110.261 549 119.783 549C129.304 549 129.304 555 138.826 555C148.348 555 148.348 549 157.87 549C167.391 549 167.391 555 176.913 555C186.435 555 186.435 549 195.957 549C205.478 549 205.478 555 215 555" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-223 559C-213.478 559 -213.478 565 -203.957 565C-194.435 565 -194.435 559 -184.913 559C-175.391 559 -175.391 565 -165.87 565C-156.348 565 -156.348 559 -146.826 559C-137.304 559 -137.304 565 -127.783 565C-118.261 565 -118.261 559 -108.739 559C-99.2174 559 -99.2174 565 -89.6957 565C-80.1739 565 -80.1739 559 -70.6522 559C-61.1304 559 -61.1305 565 -51.6087 565C-42.087 565 -42.087 559 -32.5652 559C-23.0435 559 -23.0435 565 -13.5217 565C-4.00001 565 -4.00002 559 5.52172 559C15.0435 559 15.0435 565 24.5652 565C34.0869 565 34.0869 559 43.6087 559C53.1304 559 53.1304 565 62.6522 565C72.1739 565 72.1739 559 81.6956 559C91.2174 559 91.2174 565 100.739 565C110.261 565 110.261 559 119.783 559C129.304 559 129.304 565 138.826 565C148.348 565 148.348 559 157.87 559C167.391 559 167.391 565 176.913 565C186.435 565 186.435 559 195.957 559C205.478 559 205.478 565 215 565" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-263 589C-253.478 589 -253.478 595 -243.957 595C-234.435 595 -234.435 589 -224.913 589C-215.391 589 -215.391 595 -205.87 595C-196.348 595 -196.348 589 -186.826 589C-177.304 589 -177.304 595 -167.783 595C-158.261 595 -158.261 589 -148.739 589C-139.217 589 -139.217 595 -129.696 595C-120.174 595 -120.174 589 -110.652 589C-101.13 589 -101.13 595 -91.6087 595C-82.087 595 -82.087 589 -72.5652 589C-63.0435 589 -63.0435 595 -53.5217 595C-44 595 -44 589 -34.4783 589C-24.9565 589 -24.9565 595 -15.4348 595C-5.91305 595 -5.91306 589 3.60867 589C13.1304 589 13.1304 595 22.6522 595C32.1739 595 32.1739 589 41.6956 589C51.2174 589 51.2174 595 60.7391 595C70.2608 595 70.2608 589 79.7826 589C89.3043 589 89.3043 595 98.8261 595C108.348 595 108.348 589 117.87 589C127.391 589 127.391 595 136.913 595C146.435 595 146.435 589 155.957 589C165.478 589 165.478 595 175 595" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-263 599C-253.478 599 -253.478 605 -243.957 605C-234.435 605 -234.435 599 -224.913 599C-215.391 599 -215.391 605 -205.87 605C-196.348 605 -196.348 599 -186.826 599C-177.304 599 -177.304 605 -167.783 605C-158.261 605 -158.261 599 -148.739 599C-139.217 599 -139.217 605 -129.696 605C-120.174 605 -120.174 599 -110.652 599C-101.13 599 -101.13 605 -91.6087 605C-82.087 605 -82.087 599 -72.5652 599C-63.0435 599 -63.0435 605 -53.5217 605C-44 605 -44 599 -34.4783 599C-24.9565 599 -24.9565 605 -15.4348 605C-5.91305 605 -5.91306 599 3.60867 599C13.1304 599 13.1304 605 22.6522 605C32.1739 605 32.1739 599 41.6956 599C51.2174 599 51.2174 605 60.7391 605C70.2608 605 70.2608 599 79.7826 599C89.3043 599 89.3043 605 98.8261 605C108.348 605 108.348 599 117.87 599C127.391 599 127.391 605 136.913 605C146.435 605 146.435 599 155.957 599C165.478 599 165.478 605 175 605" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-263 609C-253.478 609 -253.478 615 -243.957 615C-234.435 615 -234.435 609 -224.913 609C-215.391 609 -215.391 615 -205.87 615C-196.348 615 -196.348 609 -186.826 609C-177.304 609 -177.304 615 -167.783 615C-158.261 615 -158.261 609 -148.739 609C-139.217 609 -139.217 615 -129.696 615C-120.174 615 -120.174 609 -110.652 609C-101.13 609 -101.13 615 -91.6087 615C-82.087 615 -82.087 609 -72.5652 609C-63.0435 609 -63.0435 615 -53.5217 615C-44 615 -44 609 -34.4783 609C-24.9565 609 -24.9565 615 -15.4348 615C-5.91305 615 -5.91306 609 3.60867 609C13.1304 609 13.1304 615 22.6522 615C32.1739 615 32.1739 609 41.6956 609C51.2174 609 51.2174 615 60.7391 615C70.2608 615 70.2608 609 79.7826 609C89.3043 609 89.3043 615 98.8261 615C108.348 615 108.348 609 117.87 609C127.391 609 127.391 615 136.913 615C146.435 615 146.435 609 155.957 609C165.478 609 165.478 615 175 615" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </g> <path d="M0 392V452H135L195 392H0Z" fill="%235E748D"/> <path d="M53 392V352H113L153 392H53Z" fill="%23FFD700"/> <rect x="88" y="332" width="10" height="20" fill="%23DDE7F1"/> <rect x="68" y="332" width="10" height="20" fill="%23DDE7F1"/> </svg>');
        width: 296px;
        height: 616px;
        left: 0;
        bottom: 60px;
        z-index: 5;
    }

    .section-apartments::after {
        content: '';
        position: absolute;
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="289" height="535" viewBox="0 0 289 535" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M37.7071 295L197 135.707L356.293 295L197 454.293L37.7071 295Z" stroke="%23F6E8EA"/> <path d="M114 328L117 331L114 334L111 331L114 328Z" fill="white"/> <path d="M134 328L137 331L134 334L131 331L134 328Z" fill="white"/> <path d="M154 328L157 331L154 334L151 331L154 328Z" fill="white"/> <path d="M174 328L177 331L174 334L171 331L174 328Z" fill="white"/> <path d="M114 348L117 351L114 354L111 351L114 348Z" fill="white"/> <path d="M134 348L137 351L134 354L131 351L134 348Z" fill="white"/> <path d="M154 348L157 351L154 354L151 351L154 348Z" fill="white"/> <path d="M174 348L177 351L174 354L171 351L174 348Z" fill="white"/> <path d="M114 368L117 371L114 374L111 371L114 368Z" fill="white"/> <path d="M134 368L137 371L134 374L131 371L134 368Z" fill="white"/> <path d="M154 368L157 371L154 374L151 371L154 368Z" fill="white"/> <path d="M174 368L177 371L174 374L171 371L174 368Z" fill="white"/> <path d="M114 388L117 391L114 394L111 391L114 388Z" fill="white"/> <path d="M134 388L137 391L134 394L131 391L134 388Z" fill="white"/> <path d="M154 388L157 391L154 394L151 391L154 388Z" fill="white"/> <path d="M174 388L177 391L174 394L171 391L174 388Z" fill="white"/> <path d="M94 328L97 331L94 334L91 331L94 328Z" fill="white"/> <path d="M94 348L97 351L94 354L91 351L94 348Z" fill="white"/> <path d="M94 368L97 371L94 374L91 371L94 368Z" fill="white"/> <path d="M94 388L97 391L94 394L91 391L94 388Z" fill="white"/> <path d="M74 328L77 331L74 334L71 331L74 328Z" fill="white"/> <path d="M74 348L77 351L74 354L71 351L74 348Z" fill="white"/> <path d="M74 368L77 371L74 374L71 371L74 368Z" fill="white"/> <path d="M74 388L77 391L74 394L71 391L74 388Z" fill="white"/> <path d="M194 328L197 331L194 334L191 331L194 328Z" fill="white"/> <path d="M194 348L197 351L194 354L191 351L194 348Z" fill="white"/> <path d="M194 368L197 371L194 374L191 371L194 368Z" fill="white"/> <path d="M194 388L197 391L194 394L191 391L194 388Z" fill="white"/> <path d="M54 348L57 351L54 354L51 351L54 348Z" fill="white"/> <path d="M54 368L57 371L54 374L51 371L54 368Z" fill="white"/> <path d="M54 388L57 391L54 394L51 391L54 388Z" fill="white"/> <path d="M34 368L37 371L34 374L31 371L34 368Z" fill="white"/> <path d="M34 388L37 391L34 394L31 391L34 388Z" fill="white"/> <path d="M14 388L17 391L14 394L11 391L14 388Z" fill="white"/> <path d="M39 502C48.5 502 48.5 496 58 496C67.5 496 67.5 502 77 502C86.5 502 86.5 496 96 496C105.5 496 105.5 502 115 502C124.5 502 124.5 496 134 496C143.5 496 143.5 502 153 502C162.5 502 162.5 496 172 496C181.5 496 181.5 502 191 502" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M117 455L157 495H77L117 455Z" fill="%23FFD700"/> <path d="M117 535L157 495H77L117 535Z" fill="%235E748D"/> <path d="M1 512C10.5 512 10.5 506 20 506C29.5 506 29.5 512 39 512C48.5 512 48.5 506 58 506C67.5 506 67.5 512 77 512C86.5 512 86.5 506 96 506C105.5 506 105.5 512 115 512C124.5 512 124.5 506 134 506C143.5 506 143.5 512 153 512C162.5 512 162.5 506 172 506C181.5 506 181.5 512 191 512C200.5 512 200.5 506 210 506C219.5 506 219.5 512 229 512" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M39 522C48.5 522 48.5 516 58 516C67.5 516 67.5 522 77 522C86.5 522 86.5 516 96 516C105.5 516 105.5 522 115 522C124.5 522 124.5 516 134 516C143.5 516 143.5 522 153 522C162.5 522 162.5 516 172 516C181.5 516 181.5 522 191 522" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M193 193C202.5 193 202.5 187 212 187C221.5 187 221.5 193 231 193C240.5 193 240.5 187 250 187C259.5 187 259.5 193 269 193C278.5 193 278.5 187 288 187C297.5 187 297.5 193 307 193C316.5 193 316.5 187 326 187C335.5 187 335.5 193 345 193" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M193 203C202.5 203 202.5 197 212 197C221.5 197 221.5 203 231 203C240.5 203 240.5 197 250 197C259.5 197 259.5 203 269 203C278.5 203 278.5 197 288 197C297.5 197 297.5 203 307 203C316.5 203 316.5 197 326 197C335.5 197 335.5 203 345 203" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M193 213C202.5 213 202.5 207 212 207C221.5 207 221.5 213 231 213C240.5 213 240.5 207 250 207C259.5 207 259.5 213 269 213C278.5 213 278.5 207 288 207C297.5 207 297.5 213 307 213C316.5 213 316.5 207 326 207C335.5 207 335.5 213 345 213" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M193 223C202.5 223 202.5 217 212 217C221.5 217 221.5 223 231 223C240.5 223 240.5 217 250 217C259.5 217 259.5 223 269 223C278.5 223 278.5 217 288 217C297.5 217 297.5 223 307 223C316.5 223 316.5 217 326 217C335.5 217 335.5 223 345 223" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M193 233C202.5 233 202.5 227 212 227C221.5 227 221.5 233 231 233C240.5 233 240.5 227 250 227C259.5 227 259.5 233 269 233C278.5 233 278.5 227 288 227C297.5 227 297.5 233 307 233C316.5 233 316.5 227 326 227C335.5 227 335.5 233 345 233" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M77 53C86.5 53 86.5 47 96 47C105.5 47 105.5 53 115 53C124.5 53 124.5 47 134 47C143.5 47 143.5 53 153 53C162.5 53 162.5 47 172 47C181.5 47 181.5 53 191 53C200.5 53 200.5 47 210 47C219.5 47 219.5 53 229 53" stroke="%23FFD700" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M77 63C86.5 63 86.5 57 96 57C105.5 57 105.5 63 115 63C124.5 63 124.5 57 134 57C143.5 57 143.5 63 153 63C162.5 63 162.5 57 172 57C181.5 57 181.5 63 191 63C200.5 63 200.5 57 210 57C219.5 57 219.5 63 229 63" stroke="%23FFD700" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M77 73C86.5 73 86.5 67 96 67C105.5 67 105.5 73 115 73C124.5 73 124.5 67 134 67C143.5 67 143.5 73 153 73C162.5 73 162.5 67 172 67C181.5 67 181.5 73 191 73C200.5 73 200.5 67 210 67C219.5 67 219.5 73 229 73" stroke="%23FFD700" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M77 83C86.5 83 86.5 77 96 77C105.5 77 105.5 83 115 83C124.5 83 124.5 77 134 77C143.5 77 143.5 83 153 83C162.5 83 162.5 77 172 77C181.5 77 181.5 83 191 83C200.5 83 200.5 77 210 77C219.5 77 219.5 83 229 83" stroke="%23FFD700" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M77 93C86.5 93 86.5 87 96 87C105.5 87 105.5 93 115 93C124.5 93 124.5 87 134 87C143.5 87 143.5 93 153 93C162.5 93 162.5 87 172 87C181.5 87 181.5 93 191 93C200.5 93 200.5 87 210 87C219.5 87 219.5 93 229 93" stroke="%23FFD700" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M209 0L212 3L209 6L206 3L209 0Z" fill="%23DDE7F1"/> <path d="M229 0L232 3L229 6L226 3L229 0Z" fill="%23DDE7F1"/> <path d="M249 0L252 3L249 6L246 3L249 0Z" fill="%23DDE7F1"/> <path d="M269 0L272 3L269 6L266 3L269 0Z" fill="%23DDE7F1"/> <path d="M209 20L212 23L209 26L206 23L209 20Z" fill="%23DDE7F1"/> <path d="M229 20L232 23L229 26L226 23L229 20Z" fill="%23DDE7F1"/> <path d="M249 20L252 23L249 26L246 23L249 20Z" fill="%23DDE7F1"/> <path d="M269 20L272 23L269 26L266 23L269 20Z" fill="%23DDE7F1"/> <path d="M209 40L212 43L209 46L206 43L209 40Z" fill="%23DDE7F1"/> <path d="M229 40L232 43L229 46L226 43L229 40Z" fill="%23DDE7F1"/> <path d="M249 40L252 43L249 46L246 43L249 40Z" fill="%23DDE7F1"/> <path d="M269 40L272 43L269 46L266 43L269 40Z" fill="%23DDE7F1"/> <path d="M209 60L212 63L209 66L206 63L209 60Z" fill="%23DDE7F1"/> <path d="M229 60L232 63L229 66L226 63L229 60Z" fill="%23DDE7F1"/> <path d="M249 60L252 63L249 66L246 63L249 60Z" fill="%23DDE7F1"/> <path d="M269 60L272 63L269 66L266 63L269 60Z" fill="%23DDE7F1"/> <path d="M189 0L192 3L189 6L186 3L189 0Z" fill="%23DDE7F1"/> <path d="M189 20L192 23L189 26L186 23L189 20Z" fill="%23DDE7F1"/> <path d="M189 40L192 43L189 46L186 43L189 40Z" fill="%23DDE7F1"/> <path d="M189 60L192 63L189 66L186 63L189 60Z" fill="%23DDE7F1"/> <path d="M169 0L172 3L169 6L166 3L169 0Z" fill="%23DDE7F1"/> <path d="M169 20L172 23L169 26L166 23L169 20Z" fill="%23DDE7F1"/> <path d="M169 40L172 43L169 46L166 43L169 40Z" fill="%23DDE7F1"/> <path d="M169 60L172 63L169 66L166 63L169 60Z" fill="%23DDE7F1"/> <path d="M289 0L292 3L289 6L286 3L289 0Z" fill="%23DDE7F1"/> <path d="M289 20L292 23L289 26L286 23L289 20Z" fill="%23DDE7F1"/> <path d="M289 40L292 43L289 46L286 43L289 40Z" fill="%23DDE7F1"/> <path d="M289 60L292 63L289 66L286 63L289 60Z" fill="%23DDE7F1"/> </svg>');
        width: 289px;
        height: 535px;
        right: 0;
        bottom: 80px;
        z-index: 5;
    }

    .section-spaces::before {
        content: '';
        position: absolute;
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="219" height="266" viewBox="0 0 219 266" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M-98.7956 221.5L59.5 62.7082L217.796 221.5H-98.7956Z" stroke="%23FFD700"/> <path d="M123 183L120 186L117 183L120 180L123 183Z" fill="%23DDE7F1"/> <path d="M123 203L120 206L117 203L120 200L123 203Z" fill="%23DDE7F1"/> <path d="M123 223L120 226L117 223L120 220L123 223Z" fill="%23DDE7F1"/> <path d="M123 243L120 246L117 243L120 240L123 243Z" fill="%23DDE7F1"/> <path d="M103 183L100 186L97 183L100 180L103 183Z" fill="%23DDE7F1"/> <path d="M103 203L100 206L97 203L100 200L103 203Z" fill="%23DDE7F1"/> <path d="M103 223L100 226L97 223L100 220L103 223Z" fill="%23DDE7F1"/> <path d="M103 243L100 246L97 243L100 240L103 243Z" fill="%23DDE7F1"/> <path d="M83 183L80 186L77 183L80 180L83 183Z" fill="%23DDE7F1"/> <path d="M83 203L80 206L77 203L80 200L83 203Z" fill="%23DDE7F1"/> <path d="M83 223L80 226L77 223L80 220L83 223Z" fill="%23DDE7F1"/> <path d="M83 243L80 246L77 243L80 240L83 243Z" fill="%23DDE7F1"/> <path d="M63 183L60 186L57 183L60 180L63 183Z" fill="%23DDE7F1"/> <path d="M63 203L60 206L57 203L60 200L63 203Z" fill="%23DDE7F1"/> <path d="M63 223L60 226L57 223L60 220L63 223Z" fill="%23DDE7F1"/> <path d="M63 243L60 246L57 243L60 240L63 243Z" fill="%23DDE7F1"/> <path d="M123 163L120 166L117 163L120 160L123 163Z" fill="%23DDE7F1"/> <path d="M103 163L100 166L97 163L100 160L103 163Z" fill="%23DDE7F1"/> <path d="M83 163L80 166L77 163L80 160L83 163Z" fill="%23DDE7F1"/> <path d="M63 163L60 166L57 163L60 160L63 163Z" fill="%23DDE7F1"/> <path d="M123 143L120 146L117 143L120 140L123 143Z" fill="%23DDE7F1"/> <path d="M103 143L100 146L97 143L100 140L103 143Z" fill="%23DDE7F1"/> <path d="M83 143L80 146L77 143L80 140L83 143Z" fill="%23DDE7F1"/> <path d="M63 143L60 146L57 143L60 140L63 143Z" fill="%23DDE7F1"/> <path d="M123 263L120 266L117 263L120 260L123 263Z" fill="%23DDE7F1"/> <path d="M103 263L100 266L97 263L100 260L103 263Z" fill="%23DDE7F1"/> <path d="M83 263L80 266L77 263L80 260L83 263Z" fill="%23DDE7F1"/> <path d="M63 263L60 266L57 263L60 260L63 263Z" fill="%23DDE7F1"/> <path d="M123 63L120 66L117 63L120 60L123 63Z" fill="%23DDE7F1"/> <path d="M123 83L120 86L117 83L120 80L123 83Z" fill="%23DDE7F1"/> <path d="M123 103L120 106L117 103L120 100L123 103Z" fill="%23DDE7F1"/> <path d="M103 43L100 46L97 43L100 40L103 43Z" fill="%23DDE7F1"/> <path d="M103 63L100 66L97 63L100 60L103 63Z" fill="%23DDE7F1"/> <path d="M103 83L100 86L97 83L100 80L103 83Z" fill="%23DDE7F1"/> <path d="M103 103L100 106L97 103L100 100L103 103Z" fill="%23DDE7F1"/> <path d="M83 43L80 46L77 43L80 40L83 43Z" fill="%23DDE7F1"/> <path d="M83 63L80 66L77 63L80 60L83 63Z" fill="%23DDE7F1"/> <path d="M83 83L80 86L77 83L80 80L83 83Z" fill="%23DDE7F1"/> <path d="M83 103L80 106L77 103L80 100L83 103Z" fill="%23DDE7F1"/> <path d="M63 43L60 46L57 43L60 40L63 43Z" fill="%23DDE7F1"/> <path d="M63 63L60 66L57 63L60 60L63 63Z" fill="%23DDE7F1"/> <path d="M63 83L60 86L57 83L60 80L63 83Z" fill="%23DDE7F1"/> <path d="M63 103L60 106L57 103L60 100L63 103Z" fill="%23DDE7F1"/> <path d="M83 23L80 26L77 23L80 20L83 23Z" fill="%23DDE7F1"/> <path d="M63 23L60 26L57 23L60 20L63 23Z" fill="%23DDE7F1"/> <path d="M63 3L60 6L57 3L60 0L63 3Z" fill="%23DDE7F1"/> <path d="M123 123L120 126L117 123L120 120L123 123Z" fill="%23DDE7F1"/> <path d="M103 123L100 126L97 123L100 120L103 123Z" fill="%23DDE7F1"/> <path d="M83 123L80 126L77 123L80 120L83 123Z" fill="%23DDE7F1"/> <path d="M63 123L60 126L57 123L60 120L63 123Z" fill="%23DDE7F1"/> </svg>');
        width: 219px;
        height: 266px;
        left: 0;
        bottom: 55px;
        z-index: 5;
    }

    .section-spaces::after {
        content: '';
        position: absolute;
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="240" height="440" viewBox="0 0 240 440" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M359.293 160L200 0.707099L40.7071 160L200 319.293L359.293 160Z" stroke="%23F6E8EA"/> <path d="M120 280L100 300L120 320L140 300L120 280Z" fill="%23FFD700"/> <path d="M120 201L80 241L120 281L160 241L120 201Z" fill="%23F6E8EA"/> <path d="M238.793 439.5L120 320.707L1.20711 439.5H238.793Z" stroke="%23DDE7F1"/> </svg>');
        width: 240px;
        height: 440px;
        right: 0;
        top: 0;
        z-index: 5;
    }

    .section-finish::after {
        content: '';
        position: absolute;
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="412" height="510" viewBox="0 0 412 510" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M382 430L362 450L382 470L402 450L382 430Z" fill="%23FFD700"/> <path d="M382 470L362 490L382 510L402 490L382 470Z" fill="%23DDE7F1"/> <path d="M342 430L302 470L342 510L382 470L342 430Z" fill="%235E748D"/> <path d="M411.293 197L332 117.707L252.707 197L332 276.293L411.293 197Z" stroke="%23F6E8EA"/> <path d="M212 157L172 197L212 237L252 197L212 157Z" fill="%23DDE7F1"/> <path d="M1 7C10.5 7 10.5 1 20 1C29.5 1 29.5 7 39 7C48.5 7 48.5 1 58 1C67.5 1 67.5 7 77 7C86.5 7 86.5 1 96 1C105.5 1 105.5 7 115 7C124.5 7 124.5 1 134 1C143.5 1 143.5 7 153 7" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1 17C10.5 17 10.5 11 20 11C29.5 11 29.5 17 39 17C48.5 17 48.5 11 58 11C67.5 11 67.5 17 77 17C86.5 17 86.5 11 96 11C105.5 11 105.5 17 115 17C124.5 17 124.5 11 134 11C143.5 11 143.5 17 153 17" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1 27C10.5 27 10.5 21 20 21C29.5 21 29.5 27 39 27C48.5 27 48.5 21 58 21C67.5 21 67.5 27 77 27C86.5 27 86.5 21 96 21C105.5 21 105.5 27 115 27C124.5 27 124.5 21 134 21C143.5 21 143.5 27 153 27" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1 37C10.5 37 10.5 31 20 31C29.5 31 29.5 37 39 37C48.5 37 48.5 31 58 31C67.5 31 67.5 37 77 37C86.5 37 86.5 31 96 31C105.5 31 105.5 37 115 37C124.5 37 124.5 31 134 31C143.5 31 143.5 37 153 37" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1 47C10.5 47 10.5 41 20 41C29.5 41 29.5 47 39 47C48.5 47 48.5 41 58 41C67.5 41 67.5 47 77 47C86.5 47 86.5 41 96 41C105.5 41 105.5 47 115 47C124.5 47 124.5 41 134 41C143.5 41 143.5 47 153 47" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
        width: 412px;
        height: 510px;
        right: 40px;
        top: 70px;
        z-index: 5;
    }

    .section-finish .waves-svg::after {
        content: '';
        position: absolute;
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="1920" height="278" viewBox="0 0 1920 278" fill="none" xmlns="http://www.w3.org/2000/svg"> <g opacity="0.5"> <path d="M-1 1C8.51485 1 8.51485 7 18.0297 7C27.5446 7 27.5446 1 37.0594 1C46.5743 1 46.5743 7 56.0891 7C65.604 7 65.604 1 75.1188 1C84.6337 1 84.6337 7 94.1485 7C103.663 7 103.663 1 113.178 1C122.693 1 122.693 7 132.208 7C141.723 7 141.723 1 151.238 1C160.752 1 160.752 7 170.267 7C179.782 7 179.782 1 189.297 1C198.812 1 198.812 7 208.327 7C217.842 7 217.842 1 227.356 1C236.871 1 236.871 7 246.386 7C255.901 7 255.901 1 265.416 1C274.931 1 274.931 7 284.446 7C293.96 7 293.96 1 303.475 1C312.99 1 312.99 7 322.505 7C332.02 7 332.02 1 341.535 1C351.05 1 351.05 7 360.564 7C370.079 7 370.079 1 379.594 1C389.109 1 389.109 7 398.624 7C408.139 7 408.139 1 417.653 1C427.168 1 427.168 7 436.683 7C446.198 7 446.198 1 455.713 1C465.228 1 465.228 7 474.743 7C484.257 7 484.257 1 493.772 1C503.287 1 503.287 7 512.802 7C522.317 7 522.317 1 531.832 1C541.347 1 541.347 7 550.861 7C560.376 7 560.376 1 569.891 1C579.406 1 579.406 7 588.921 7C598.436 7 598.436 1 607.95 1C617.465 1 617.465 7 626.98 7C636.495 7 636.495 1 646.01 1C655.525 1 655.525 7 665.04 7C674.554 7 674.554 1 684.069 1C693.584 1 693.584 7 703.099 7C712.614 7 712.614 1 722.129 1C731.644 1 731.644 7 741.158 7C750.673 7 750.673 1 760.188 1C769.703 1 769.703 7 779.218 7C788.733 7 788.733 1 798.248 1C807.762 1 807.762 7 817.277 7C826.792 7 826.792 1 836.307 1C845.822 1 845.822 7 855.337 7C864.851 7 864.851 1 874.366 1C883.881 1 883.881 7 893.396 7C902.911 7 902.911 1 912.426 1C921.941 1 921.941 7 931.455 7C940.97 7 940.97 1 950.485 1C960 1 960 7 969.515 7C979.03 7 979.03 1 988.545 1C998.059 1 998.059 7 1007.57 7C1017.09 7 1017.09 1 1026.6 1C1036.12 1 1036.12 7 1045.63 7C1055.15 7 1055.15 1 1064.66 1C1074.18 1 1074.18 7 1083.69 7C1093.21 7 1093.21 1 1102.72 1C1112.24 1 1112.24 7 1121.75 7C1131.27 7 1131.27 1 1140.78 1C1150.3 1 1150.3 7 1159.81 7C1169.33 7 1169.33 1 1178.84 1C1188.36 1 1188.36 7 1197.87 7C1207.39 7 1207.39 1 1216.9 1C1226.42 1 1226.42 7 1235.93 7C1245.45 7 1245.45 1 1254.96 1C1264.48 1 1264.48 7 1273.99 7C1283.5 7 1283.5 1 1293.02 1C1302.53 1 1302.53 7 1312.05 7C1321.56 7 1321.56 1 1331.08 1C1340.59 1 1340.59 7 1350.11 7C1359.62 7 1359.62 1 1369.14 1C1378.65 1 1378.65 7 1388.17 7C1397.68 7 1397.68 1 1407.2 1C1416.71 1 1416.71 7 1426.23 7C1435.74 7 1435.74 1 1445.26 1C1454.77 1 1454.77 7 1464.29 7C1473.8 7 1473.8 1 1483.32 1C1492.83 1 1492.83 7 1502.35 7C1511.86 7 1511.86 1 1521.38 1C1530.89 1 1530.89 7 1540.41 7C1549.92 7 1549.92 1 1559.44 1C1568.95 1 1568.95 7 1578.47 7C1587.98 7 1587.98 1 1597.5 1C1607.01 1 1607.01 7 1616.52 7C1626.04 7 1626.04 1 1635.55 1C1645.07 1 1645.07 7 1654.58 7C1664.1 7 1664.1 1 1673.61 1C1683.13 1 1683.13 7 1692.64 7C1702.16 7 1702.16 1 1711.67 1C1721.19 1 1721.19 7 1730.7 7C1740.22 7 1740.22 1 1749.73 1C1759.25 1 1759.25 7 1768.76 7C1778.28 7 1778.28 1 1787.79 1C1797.31 1 1797.31 7 1806.82 7C1816.34 7 1816.34 1 1825.85 1C1835.37 1 1835.37 7 1844.88 7C1854.4 7 1854.4 1 1863.91 1C1873.43 1 1873.43 7 1882.94 7C1892.46 7 1892.46 1 1901.97 1C1911.49 1 1911.49 7 1921 7" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 11C8.51485 11 8.51485 17 18.0297 17C27.5446 17 27.5446 11 37.0594 11C46.5743 11 46.5743 17 56.0891 17C65.604 17 65.604 11 75.1188 11C84.6337 11 84.6337 17 94.1485 17C103.663 17 103.663 11 113.178 11C122.693 11 122.693 17 132.208 17C141.723 17 141.723 11 151.238 11C160.752 11 160.752 17 170.267 17C179.782 17 179.782 11 189.297 11C198.812 11 198.812 17 208.327 17C217.842 17 217.842 11 227.356 11C236.871 11 236.871 17 246.386 17C255.901 17 255.901 11 265.416 11C274.931 11 274.931 17 284.446 17C293.96 17 293.96 11 303.475 11C312.99 11 312.99 17 322.505 17C332.02 17 332.02 11 341.535 11C351.05 11 351.05 17 360.564 17C370.079 17 370.079 11 379.594 11C389.109 11 389.109 17 398.624 17C408.139 17 408.139 11 417.653 11C427.168 11 427.168 17 436.683 17C446.198 17 446.198 11 455.713 11C465.228 11 465.228 17 474.743 17C484.257 17 484.257 11 493.772 11C503.287 11 503.287 17 512.802 17C522.317 17 522.317 11 531.832 11C541.347 11 541.347 17 550.861 17C560.376 17 560.376 11 569.891 11C579.406 11 579.406 17 588.921 17C598.436 17 598.436 11 607.95 11C617.465 11 617.465 17 626.98 17C636.495 17 636.495 11 646.01 11C655.525 11 655.525 17 665.04 17C674.554 17 674.554 11 684.069 11C693.584 11 693.584 17 703.099 17C712.614 17 712.614 11 722.129 11C731.644 11 731.644 17 741.158 17C750.673 17 750.673 11 760.188 11C769.703 11 769.703 17 779.218 17C788.733 17 788.733 11 798.248 11C807.762 11 807.762 17 817.277 17C826.792 17 826.792 11 836.307 11C845.822 11 845.822 17 855.337 17C864.851 17 864.851 11 874.366 11C883.881 11 883.881 17 893.396 17C902.911 17 902.911 11 912.426 11C921.941 11 921.941 17 931.455 17C940.97 17 940.97 11 950.485 11C960 11 960 17 969.515 17C979.03 17 979.03 11 988.545 11C998.059 11 998.059 17 1007.57 17C1017.09 17 1017.09 11 1026.6 11C1036.12 11 1036.12 17 1045.63 17C1055.15 17 1055.15 11 1064.66 11C1074.18 11 1074.18 17 1083.69 17C1093.21 17 1093.21 11 1102.72 11C1112.24 11 1112.24 17 1121.75 17C1131.27 17 1131.27 11 1140.78 11C1150.3 11 1150.3 17 1159.81 17C1169.33 17 1169.33 11 1178.84 11C1188.36 11 1188.36 17 1197.87 17C1207.39 17 1207.39 11 1216.9 11C1226.42 11 1226.42 17 1235.93 17C1245.45 17 1245.45 11 1254.96 11C1264.48 11 1264.48 17 1273.99 17C1283.5 17 1283.5 11 1293.02 11C1302.53 11 1302.53 17 1312.05 17C1321.56 17 1321.56 11 1331.08 11C1340.59 11 1340.59 17 1350.11 17C1359.62 17 1359.62 11 1369.14 11C1378.65 11 1378.65 17 1388.17 17C1397.68 17 1397.68 11 1407.2 11C1416.71 11 1416.71 17 1426.23 17C1435.74 17 1435.74 11 1445.26 11C1454.77 11 1454.77 17 1464.29 17C1473.8 17 1473.8 11 1483.32 11C1492.83 11 1492.83 17 1502.35 17C1511.86 17 1511.86 11 1521.38 11C1530.89 11 1530.89 17 1540.41 17C1549.92 17 1549.92 11 1559.44 11C1568.95 11 1568.95 17 1578.47 17C1587.98 17 1587.98 11 1597.5 11C1607.01 11 1607.01 17 1616.52 17C1626.04 17 1626.04 11 1635.55 11C1645.07 11 1645.07 17 1654.58 17C1664.1 17 1664.1 11 1673.61 11C1683.13 11 1683.13 17 1692.64 17C1702.16 17 1702.16 11 1711.67 11C1721.19 11 1721.19 17 1730.7 17C1740.22 17 1740.22 11 1749.73 11C1759.25 11 1759.25 17 1768.76 17C1778.28 17 1778.28 11 1787.79 11C1797.31 11 1797.31 17 1806.82 17C1816.34 17 1816.34 11 1825.85 11C1835.37 11 1835.37 17 1844.88 17C1854.4 17 1854.4 11 1863.91 11C1873.43 11 1873.43 17 1882.94 17C1892.46 17 1892.46 11 1901.97 11C1911.49 11 1911.49 17 1921 17" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 21C8.51485 21 8.51485 27 18.0297 27C27.5446 27 27.5446 21 37.0594 21C46.5743 21 46.5743 27 56.0891 27C65.604 27 65.604 21 75.1188 21C84.6337 21 84.6337 27 94.1485 27C103.663 27 103.663 21 113.178 21C122.693 21 122.693 27 132.208 27C141.723 27 141.723 21 151.238 21C160.752 21 160.752 27 170.267 27C179.782 27 179.782 21 189.297 21C198.812 21 198.812 27 208.327 27C217.842 27 217.842 21 227.356 21C236.871 21 236.871 27 246.386 27C255.901 27 255.901 21 265.416 21C274.931 21 274.931 27 284.446 27C293.96 27 293.96 21 303.475 21C312.99 21 312.99 27 322.505 27C332.02 27 332.02 21 341.535 21C351.05 21 351.05 27 360.564 27C370.079 27 370.079 21 379.594 21C389.109 21 389.109 27 398.624 27C408.139 27 408.139 21 417.653 21C427.168 21 427.168 27 436.683 27C446.198 27 446.198 21 455.713 21C465.228 21 465.228 27 474.743 27C484.257 27 484.257 21 493.772 21C503.287 21 503.287 27 512.802 27C522.317 27 522.317 21 531.832 21C541.347 21 541.347 27 550.861 27C560.376 27 560.376 21 569.891 21C579.406 21 579.406 27 588.921 27C598.436 27 598.436 21 607.95 21C617.465 21 617.465 27 626.98 27C636.495 27 636.495 21 646.01 21C655.525 21 655.525 27 665.04 27C674.554 27 674.554 21 684.069 21C693.584 21 693.584 27 703.099 27C712.614 27 712.614 21 722.129 21C731.644 21 731.644 27 741.158 27C750.673 27 750.673 21 760.188 21C769.703 21 769.703 27 779.218 27C788.733 27 788.733 21 798.248 21C807.762 21 807.762 27 817.277 27C826.792 27 826.792 21 836.307 21C845.822 21 845.822 27 855.337 27C864.851 27 864.851 21 874.366 21C883.881 21 883.881 27 893.396 27C902.911 27 902.911 21 912.426 21C921.941 21 921.941 27 931.455 27C940.97 27 940.97 21 950.485 21C960 21 960 27 969.515 27C979.03 27 979.03 21 988.545 21C998.059 21 998.059 27 1007.57 27C1017.09 27 1017.09 21 1026.6 21C1036.12 21 1036.12 27 1045.63 27C1055.15 27 1055.15 21 1064.66 21C1074.18 21 1074.18 27 1083.69 27C1093.21 27 1093.21 21 1102.72 21C1112.24 21 1112.24 27 1121.75 27C1131.27 27 1131.27 21 1140.78 21C1150.3 21 1150.3 27 1159.81 27C1169.33 27 1169.33 21 1178.84 21C1188.36 21 1188.36 27 1197.87 27C1207.39 27 1207.39 21 1216.9 21C1226.42 21 1226.42 27 1235.93 27C1245.45 27 1245.45 21 1254.96 21C1264.48 21 1264.48 27 1273.99 27C1283.5 27 1283.5 21 1293.02 21C1302.53 21 1302.53 27 1312.05 27C1321.56 27 1321.56 21 1331.08 21C1340.59 21 1340.59 27 1350.11 27C1359.62 27 1359.62 21 1369.14 21C1378.65 21 1378.65 27 1388.17 27C1397.68 27 1397.68 21 1407.2 21C1416.71 21 1416.71 27 1426.23 27C1435.74 27 1435.74 21 1445.26 21C1454.77 21 1454.77 27 1464.29 27C1473.8 27 1473.8 21 1483.32 21C1492.83 21 1492.83 27 1502.35 27C1511.86 27 1511.86 21 1521.38 21C1530.89 21 1530.89 27 1540.41 27C1549.92 27 1549.92 21 1559.44 21C1568.95 21 1568.95 27 1578.47 27C1587.98 27 1587.98 21 1597.5 21C1607.01 21 1607.01 27 1616.52 27C1626.04 27 1626.04 21 1635.55 21C1645.07 21 1645.07 27 1654.58 27C1664.1 27 1664.1 21 1673.61 21C1683.13 21 1683.13 27 1692.64 27C1702.16 27 1702.16 21 1711.67 21C1721.19 21 1721.19 27 1730.7 27C1740.22 27 1740.22 21 1749.73 21C1759.25 21 1759.25 27 1768.76 27C1778.28 27 1778.28 21 1787.79 21C1797.31 21 1797.31 27 1806.82 27C1816.34 27 1816.34 21 1825.85 21C1835.37 21 1835.37 27 1844.88 27C1854.4 27 1854.4 21 1863.91 21C1873.43 21 1873.43 27 1882.94 27C1892.46 27 1892.46 21 1901.97 21C1911.49 21 1911.49 27 1921 27" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 51C8.51485 51 8.51485 57 18.0297 57C27.5446 57 27.5446 51 37.0594 51C46.5743 51 46.5743 57 56.0891 57C65.604 57 65.604 51 75.1188 51C84.6337 51 84.6337 57 94.1485 57C103.663 57 103.663 51 113.178 51C122.693 51 122.693 57 132.208 57C141.723 57 141.723 51 151.238 51C160.752 51 160.752 57 170.267 57C179.782 57 179.782 51 189.297 51C198.812 51 198.812 57 208.327 57C217.842 57 217.842 51 227.356 51C236.871 51 236.871 57 246.386 57C255.901 57 255.901 51 265.416 51C274.931 51 274.931 57 284.446 57C293.96 57 293.96 51 303.475 51C312.99 51 312.99 57 322.505 57C332.02 57 332.02 51 341.535 51C351.05 51 351.05 57 360.564 57C370.079 57 370.079 51 379.594 51C389.109 51 389.109 57 398.624 57C408.139 57 408.139 51 417.653 51C427.168 51 427.168 57 436.683 57C446.198 57 446.198 51 455.713 51C465.228 51 465.228 57 474.743 57C484.257 57 484.257 51 493.772 51C503.287 51 503.287 57 512.802 57C522.317 57 522.317 51 531.832 51C541.347 51 541.347 57 550.861 57C560.376 57 560.376 51 569.891 51C579.406 51 579.406 57 588.921 57C598.436 57 598.436 51 607.95 51C617.465 51 617.465 57 626.98 57C636.495 57 636.495 51 646.01 51C655.525 51 655.525 57 665.04 57C674.554 57 674.554 51 684.069 51C693.584 51 693.584 57 703.099 57C712.614 57 712.614 51 722.129 51C731.644 51 731.644 57 741.158 57C750.673 57 750.673 51 760.188 51C769.703 51 769.703 57 779.218 57C788.733 57 788.733 51 798.248 51C807.762 51 807.762 57 817.277 57C826.792 57 826.792 51 836.307 51C845.822 51 845.822 57 855.337 57C864.851 57 864.851 51 874.366 51C883.881 51 883.881 57 893.396 57C902.911 57 902.911 51 912.426 51C921.941 51 921.941 57 931.455 57C940.97 57 940.97 51 950.485 51C960 51 960 57 969.515 57C979.03 57 979.03 51 988.545 51C998.059 51 998.059 57 1007.57 57C1017.09 57 1017.09 51 1026.6 51C1036.12 51 1036.12 57 1045.63 57C1055.15 57 1055.15 51 1064.66 51C1074.18 51 1074.18 57 1083.69 57C1093.21 57 1093.21 51 1102.72 51C1112.24 51 1112.24 57 1121.75 57C1131.27 57 1131.27 51 1140.78 51C1150.3 51 1150.3 57 1159.81 57C1169.33 57 1169.33 51 1178.84 51C1188.36 51 1188.36 57 1197.87 57C1207.39 57 1207.39 51 1216.9 51C1226.42 51 1226.42 57 1235.93 57C1245.45 57 1245.45 51 1254.96 51C1264.48 51 1264.48 57 1273.99 57C1283.5 57 1283.5 51 1293.02 51C1302.53 51 1302.53 57 1312.05 57C1321.56 57 1321.56 51 1331.08 51C1340.59 51 1340.59 57 1350.11 57C1359.62 57 1359.62 51 1369.14 51C1378.65 51 1378.65 57 1388.17 57C1397.68 57 1397.68 51 1407.2 51C1416.71 51 1416.71 57 1426.23 57C1435.74 57 1435.74 51 1445.26 51C1454.77 51 1454.77 57 1464.29 57C1473.8 57 1473.8 51 1483.32 51C1492.83 51 1492.83 57 1502.35 57C1511.86 57 1511.86 51 1521.38 51C1530.89 51 1530.89 57 1540.41 57C1549.92 57 1549.92 51 1559.44 51C1568.95 51 1568.95 57 1578.47 57C1587.98 57 1587.98 51 1597.5 51C1607.01 51 1607.01 57 1616.52 57C1626.04 57 1626.04 51 1635.55 51C1645.07 51 1645.07 57 1654.58 57C1664.1 57 1664.1 51 1673.61 51C1683.13 51 1683.13 57 1692.64 57C1702.16 57 1702.16 51 1711.67 51C1721.19 51 1721.19 57 1730.7 57C1740.22 57 1740.22 51 1749.73 51C1759.25 51 1759.25 57 1768.76 57C1778.28 57 1778.28 51 1787.79 51C1797.31 51 1797.31 57 1806.82 57C1816.34 57 1816.34 51 1825.85 51C1835.37 51 1835.37 57 1844.88 57C1854.4 57 1854.4 51 1863.91 51C1873.43 51 1873.43 57 1882.94 57C1892.46 57 1892.46 51 1901.97 51C1911.49 51 1911.49 57 1921 57" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 61C8.51485 61 8.51485 67 18.0297 67C27.5446 67 27.5446 61 37.0594 61C46.5743 61 46.5743 67 56.0891 67C65.604 67 65.604 61 75.1188 61C84.6337 61 84.6337 67 94.1485 67C103.663 67 103.663 61 113.178 61C122.693 61 122.693 67 132.208 67C141.723 67 141.723 61 151.238 61C160.752 61 160.752 67 170.267 67C179.782 67 179.782 61 189.297 61C198.812 61 198.812 67 208.327 67C217.842 67 217.842 61 227.356 61C236.871 61 236.871 67 246.386 67C255.901 67 255.901 61 265.416 61C274.931 61 274.931 67 284.446 67C293.96 67 293.96 61 303.475 61C312.99 61 312.99 67 322.505 67C332.02 67 332.02 61 341.535 61C351.05 61 351.05 67 360.564 67C370.079 67 370.079 61 379.594 61C389.109 61 389.109 67 398.624 67C408.139 67 408.139 61 417.653 61C427.168 61 427.168 67 436.683 67C446.198 67 446.198 61 455.713 61C465.228 61 465.228 67 474.743 67C484.257 67 484.257 61 493.772 61C503.287 61 503.287 67 512.802 67C522.317 67 522.317 61 531.832 61C541.347 61 541.347 67 550.861 67C560.376 67 560.376 61 569.891 61C579.406 61 579.406 67 588.921 67C598.436 67 598.436 61 607.95 61C617.465 61 617.465 67 626.98 67C636.495 67 636.495 61 646.01 61C655.525 61 655.525 67 665.04 67C674.554 67 674.554 61 684.069 61C693.584 61 693.584 67 703.099 67C712.614 67 712.614 61 722.129 61C731.644 61 731.644 67 741.158 67C750.673 67 750.673 61 760.188 61C769.703 61 769.703 67 779.218 67C788.733 67 788.733 61 798.248 61C807.762 61 807.762 67 817.277 67C826.792 67 826.792 61 836.307 61C845.822 61 845.822 67 855.337 67C864.851 67 864.851 61 874.366 61C883.881 61 883.881 67 893.396 67C902.911 67 902.911 61 912.426 61C921.941 61 921.941 67 931.455 67C940.97 67 940.97 61 950.485 61C960 61 960 67 969.515 67C979.03 67 979.03 61 988.545 61C998.059 61 998.059 67 1007.57 67C1017.09 67 1017.09 61 1026.6 61C1036.12 61 1036.12 67 1045.63 67C1055.15 67 1055.15 61 1064.66 61C1074.18 61 1074.18 67 1083.69 67C1093.21 67 1093.21 61 1102.72 61C1112.24 61 1112.24 67 1121.75 67C1131.27 67 1131.27 61 1140.78 61C1150.3 61 1150.3 67 1159.81 67C1169.33 67 1169.33 61 1178.84 61C1188.36 61 1188.36 67 1197.87 67C1207.39 67 1207.39 61 1216.9 61C1226.42 61 1226.42 67 1235.93 67C1245.45 67 1245.45 61 1254.96 61C1264.48 61 1264.48 67 1273.99 67C1283.5 67 1283.5 61 1293.02 61C1302.53 61 1302.53 67 1312.05 67C1321.56 67 1321.56 61 1331.08 61C1340.59 61 1340.59 67 1350.11 67C1359.62 67 1359.62 61 1369.14 61C1378.65 61 1378.65 67 1388.17 67C1397.68 67 1397.68 61 1407.2 61C1416.71 61 1416.71 67 1426.23 67C1435.74 67 1435.74 61 1445.26 61C1454.77 61 1454.77 67 1464.29 67C1473.8 67 1473.8 61 1483.32 61C1492.83 61 1492.83 67 1502.35 67C1511.86 67 1511.86 61 1521.38 61C1530.89 61 1530.89 67 1540.41 67C1549.92 67 1549.92 61 1559.44 61C1568.95 61 1568.95 67 1578.47 67C1587.98 67 1587.98 61 1597.5 61C1607.01 61 1607.01 67 1616.52 67C1626.04 67 1626.04 61 1635.55 61C1645.07 61 1645.07 67 1654.58 67C1664.1 67 1664.1 61 1673.61 61C1683.13 61 1683.13 67 1692.64 67C1702.16 67 1702.16 61 1711.67 61C1721.19 61 1721.19 67 1730.7 67C1740.22 67 1740.22 61 1749.73 61C1759.25 61 1759.25 67 1768.76 67C1778.28 67 1778.28 61 1787.79 61C1797.31 61 1797.31 67 1806.82 67C1816.34 67 1816.34 61 1825.85 61C1835.37 61 1835.37 67 1844.88 67C1854.4 67 1854.4 61 1863.91 61C1873.43 61 1873.43 67 1882.94 67C1892.46 67 1892.46 61 1901.97 61C1911.49 61 1911.49 67 1921 67" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 71C8.51485 71 8.51485 77 18.0297 77C27.5446 77 27.5446 71 37.0594 71C46.5743 71 46.5743 77 56.0891 77C65.604 77 65.604 71 75.1188 71C84.6337 71 84.6337 77 94.1485 77C103.663 77 103.663 71 113.178 71C122.693 71 122.693 77 132.208 77C141.723 77 141.723 71 151.238 71C160.752 71 160.752 77 170.267 77C179.782 77 179.782 71 189.297 71C198.812 71 198.812 77 208.327 77C217.842 77 217.842 71 227.356 71C236.871 71 236.871 77 246.386 77C255.901 77 255.901 71 265.416 71C274.931 71 274.931 77 284.446 77C293.96 77 293.96 71 303.475 71C312.99 71 312.99 77 322.505 77C332.02 77 332.02 71 341.535 71C351.05 71 351.05 77 360.564 77C370.079 77 370.079 71 379.594 71C389.109 71 389.109 77 398.624 77C408.139 77 408.139 71 417.653 71C427.168 71 427.168 77 436.683 77C446.198 77 446.198 71 455.713 71C465.228 71 465.228 77 474.743 77C484.257 77 484.257 71 493.772 71C503.287 71 503.287 77 512.802 77C522.317 77 522.317 71 531.832 71C541.347 71 541.347 77 550.861 77C560.376 77 560.376 71 569.891 71C579.406 71 579.406 77 588.921 77C598.436 77 598.436 71 607.95 71C617.465 71 617.465 77 626.98 77C636.495 77 636.495 71 646.01 71C655.525 71 655.525 77 665.04 77C674.554 77 674.554 71 684.069 71C693.584 71 693.584 77 703.099 77C712.614 77 712.614 71 722.129 71C731.644 71 731.644 77 741.158 77C750.673 77 750.673 71 760.188 71C769.703 71 769.703 77 779.218 77C788.733 77 788.733 71 798.248 71C807.762 71 807.762 77 817.277 77C826.792 77 826.792 71 836.307 71C845.822 71 845.822 77 855.337 77C864.851 77 864.851 71 874.366 71C883.881 71 883.881 77 893.396 77C902.911 77 902.911 71 912.426 71C921.941 71 921.941 77 931.455 77C940.97 77 940.97 71 950.485 71C960 71 960 77 969.515 77C979.03 77 979.03 71 988.545 71C998.059 71 998.059 77 1007.57 77C1017.09 77 1017.09 71 1026.6 71C1036.12 71 1036.12 77 1045.63 77C1055.15 77 1055.15 71 1064.66 71C1074.18 71 1074.18 77 1083.69 77C1093.21 77 1093.21 71 1102.72 71C1112.24 71 1112.24 77 1121.75 77C1131.27 77 1131.27 71 1140.78 71C1150.3 71 1150.3 77 1159.81 77C1169.33 77 1169.33 71 1178.84 71C1188.36 71 1188.36 77 1197.87 77C1207.39 77 1207.39 71 1216.9 71C1226.42 71 1226.42 77 1235.93 77C1245.45 77 1245.45 71 1254.96 71C1264.48 71 1264.48 77 1273.99 77C1283.5 77 1283.5 71 1293.02 71C1302.53 71 1302.53 77 1312.05 77C1321.56 77 1321.56 71 1331.08 71C1340.59 71 1340.59 77 1350.11 77C1359.62 77 1359.62 71 1369.14 71C1378.65 71 1378.65 77 1388.17 77C1397.68 77 1397.68 71 1407.2 71C1416.71 71 1416.71 77 1426.23 77C1435.74 77 1435.74 71 1445.26 71C1454.77 71 1454.77 77 1464.29 77C1473.8 77 1473.8 71 1483.32 71C1492.83 71 1492.83 77 1502.35 77C1511.86 77 1511.86 71 1521.38 71C1530.89 71 1530.89 77 1540.41 77C1549.92 77 1549.92 71 1559.44 71C1568.95 71 1568.95 77 1578.47 77C1587.98 77 1587.98 71 1597.5 71C1607.01 71 1607.01 77 1616.52 77C1626.04 77 1626.04 71 1635.55 71C1645.07 71 1645.07 77 1654.58 77C1664.1 77 1664.1 71 1673.61 71C1683.13 71 1683.13 77 1692.64 77C1702.16 77 1702.16 71 1711.67 71C1721.19 71 1721.19 77 1730.7 77C1740.22 77 1740.22 71 1749.73 71C1759.25 71 1759.25 77 1768.76 77C1778.28 77 1778.28 71 1787.79 71C1797.31 71 1797.31 77 1806.82 77C1816.34 77 1816.34 71 1825.85 71C1835.37 71 1835.37 77 1844.88 77C1854.4 77 1854.4 71 1863.91 71C1873.43 71 1873.43 77 1882.94 77C1892.46 77 1892.46 71 1901.97 71C1911.49 71 1911.49 77 1921 77" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 101C8.51485 101 8.51485 107 18.0297 107C27.5446 107 27.5446 101 37.0594 101C46.5743 101 46.5743 107 56.0891 107C65.604 107 65.604 101 75.1188 101C84.6337 101 84.6337 107 94.1485 107C103.663 107 103.663 101 113.178 101C122.693 101 122.693 107 132.208 107C141.723 107 141.723 101 151.238 101C160.752 101 160.752 107 170.267 107C179.782 107 179.782 101 189.297 101C198.812 101 198.812 107 208.327 107C217.842 107 217.842 101 227.356 101C236.871 101 236.871 107 246.386 107C255.901 107 255.901 101 265.416 101C274.931 101 274.931 107 284.446 107C293.96 107 293.96 101 303.475 101C312.99 101 312.99 107 322.505 107C332.02 107 332.02 101 341.535 101C351.05 101 351.05 107 360.564 107C370.079 107 370.079 101 379.594 101C389.109 101 389.109 107 398.624 107C408.139 107 408.139 101 417.653 101C427.168 101 427.168 107 436.683 107C446.198 107 446.198 101 455.713 101C465.228 101 465.228 107 474.743 107C484.257 107 484.257 101 493.772 101C503.287 101 503.287 107 512.802 107C522.317 107 522.317 101 531.832 101C541.347 101 541.347 107 550.861 107C560.376 107 560.376 101 569.891 101C579.406 101 579.406 107 588.921 107C598.436 107 598.436 101 607.95 101C617.465 101 617.465 107 626.98 107C636.495 107 636.495 101 646.01 101C655.525 101 655.525 107 665.04 107C674.554 107 674.554 101 684.069 101C693.584 101 693.584 107 703.099 107C712.614 107 712.614 101 722.129 101C731.644 101 731.644 107 741.158 107C750.673 107 750.673 101 760.188 101C769.703 101 769.703 107 779.218 107C788.733 107 788.733 101 798.248 101C807.762 101 807.762 107 817.277 107C826.792 107 826.792 101 836.307 101C845.822 101 845.822 107 855.337 107C864.851 107 864.851 101 874.366 101C883.881 101 883.881 107 893.396 107C902.911 107 902.911 101 912.426 101C921.941 101 921.941 107 931.455 107C940.97 107 940.97 101 950.485 101C960 101 960 107 969.515 107C979.03 107 979.03 101 988.545 101C998.059 101 998.059 107 1007.57 107C1017.09 107 1017.09 101 1026.6 101C1036.12 101 1036.12 107 1045.63 107C1055.15 107 1055.15 101 1064.66 101C1074.18 101 1074.18 107 1083.69 107C1093.21 107 1093.21 101 1102.72 101C1112.24 101 1112.24 107 1121.75 107C1131.27 107 1131.27 101 1140.78 101C1150.3 101 1150.3 107 1159.81 107C1169.33 107 1169.33 101 1178.84 101C1188.36 101 1188.36 107 1197.87 107C1207.39 107 1207.39 101 1216.9 101C1226.42 101 1226.42 107 1235.93 107C1245.45 107 1245.45 101 1254.96 101C1264.48 101 1264.48 107 1273.99 107C1283.5 107 1283.5 101 1293.02 101C1302.53 101 1302.53 107 1312.05 107C1321.56 107 1321.56 101 1331.08 101C1340.59 101 1340.59 107 1350.11 107C1359.62 107 1359.62 101 1369.14 101C1378.65 101 1378.65 107 1388.17 107C1397.68 107 1397.68 101 1407.2 101C1416.71 101 1416.71 107 1426.23 107C1435.74 107 1435.74 101 1445.26 101C1454.77 101 1454.77 107 1464.29 107C1473.8 107 1473.8 101 1483.32 101C1492.83 101 1492.83 107 1502.35 107C1511.86 107 1511.86 101 1521.38 101C1530.89 101 1530.89 107 1540.41 107C1549.92 107 1549.92 101 1559.44 101C1568.95 101 1568.95 107 1578.47 107C1587.98 107 1587.98 101 1597.5 101C1607.01 101 1607.01 107 1616.52 107C1626.04 107 1626.04 101 1635.55 101C1645.07 101 1645.07 107 1654.58 107C1664.1 107 1664.1 101 1673.61 101C1683.13 101 1683.13 107 1692.64 107C1702.16 107 1702.16 101 1711.67 101C1721.19 101 1721.19 107 1730.7 107C1740.22 107 1740.22 101 1749.73 101C1759.25 101 1759.25 107 1768.76 107C1778.28 107 1778.28 101 1787.79 101C1797.31 101 1797.31 107 1806.82 107C1816.34 107 1816.34 101 1825.85 101C1835.37 101 1835.37 107 1844.88 107C1854.4 107 1854.4 101 1863.91 101C1873.43 101 1873.43 107 1882.94 107C1892.46 107 1892.46 101 1901.97 101C1911.49 101 1911.49 107 1921 107" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 111C8.51485 111 8.51485 117 18.0297 117C27.5446 117 27.5446 111 37.0594 111C46.5743 111 46.5743 117 56.0891 117C65.604 117 65.604 111 75.1188 111C84.6337 111 84.6337 117 94.1485 117C103.663 117 103.663 111 113.178 111C122.693 111 122.693 117 132.208 117C141.723 117 141.723 111 151.238 111C160.752 111 160.752 117 170.267 117C179.782 117 179.782 111 189.297 111C198.812 111 198.812 117 208.327 117C217.842 117 217.842 111 227.356 111C236.871 111 236.871 117 246.386 117C255.901 117 255.901 111 265.416 111C274.931 111 274.931 117 284.446 117C293.96 117 293.96 111 303.475 111C312.99 111 312.99 117 322.505 117C332.02 117 332.02 111 341.535 111C351.05 111 351.05 117 360.564 117C370.079 117 370.079 111 379.594 111C389.109 111 389.109 117 398.624 117C408.139 117 408.139 111 417.653 111C427.168 111 427.168 117 436.683 117C446.198 117 446.198 111 455.713 111C465.228 111 465.228 117 474.743 117C484.257 117 484.257 111 493.772 111C503.287 111 503.287 117 512.802 117C522.317 117 522.317 111 531.832 111C541.347 111 541.347 117 550.861 117C560.376 117 560.376 111 569.891 111C579.406 111 579.406 117 588.921 117C598.436 117 598.436 111 607.95 111C617.465 111 617.465 117 626.98 117C636.495 117 636.495 111 646.01 111C655.525 111 655.525 117 665.04 117C674.554 117 674.554 111 684.069 111C693.584 111 693.584 117 703.099 117C712.614 117 712.614 111 722.129 111C731.644 111 731.644 117 741.158 117C750.673 117 750.673 111 760.188 111C769.703 111 769.703 117 779.218 117C788.733 117 788.733 111 798.248 111C807.762 111 807.762 117 817.277 117C826.792 117 826.792 111 836.307 111C845.822 111 845.822 117 855.337 117C864.851 117 864.851 111 874.366 111C883.881 111 883.881 117 893.396 117C902.911 117 902.911 111 912.426 111C921.941 111 921.941 117 931.455 117C940.97 117 940.97 111 950.485 111C960 111 960 117 969.515 117C979.03 117 979.03 111 988.545 111C998.059 111 998.059 117 1007.57 117C1017.09 117 1017.09 111 1026.6 111C1036.12 111 1036.12 117 1045.63 117C1055.15 117 1055.15 111 1064.66 111C1074.18 111 1074.18 117 1083.69 117C1093.21 117 1093.21 111 1102.72 111C1112.24 111 1112.24 117 1121.75 117C1131.27 117 1131.27 111 1140.78 111C1150.3 111 1150.3 117 1159.81 117C1169.33 117 1169.33 111 1178.84 111C1188.36 111 1188.36 117 1197.87 117C1207.39 117 1207.39 111 1216.9 111C1226.42 111 1226.42 117 1235.93 117C1245.45 117 1245.45 111 1254.96 111C1264.48 111 1264.48 117 1273.99 117C1283.5 117 1283.5 111 1293.02 111C1302.53 111 1302.53 117 1312.05 117C1321.56 117 1321.56 111 1331.08 111C1340.59 111 1340.59 117 1350.11 117C1359.62 117 1359.62 111 1369.14 111C1378.65 111 1378.65 117 1388.17 117C1397.68 117 1397.68 111 1407.2 111C1416.71 111 1416.71 117 1426.23 117C1435.74 117 1435.74 111 1445.26 111C1454.77 111 1454.77 117 1464.29 117C1473.8 117 1473.8 111 1483.32 111C1492.83 111 1492.83 117 1502.35 117C1511.86 117 1511.86 111 1521.38 111C1530.89 111 1530.89 117 1540.41 117C1549.92 117 1549.92 111 1559.44 111C1568.95 111 1568.95 117 1578.47 117C1587.98 117 1587.98 111 1597.5 111C1607.01 111 1607.01 117 1616.52 117C1626.04 117 1626.04 111 1635.55 111C1645.07 111 1645.07 117 1654.58 117C1664.1 117 1664.1 111 1673.61 111C1683.13 111 1683.13 117 1692.64 117C1702.16 117 1702.16 111 1711.67 111C1721.19 111 1721.19 117 1730.7 117C1740.22 117 1740.22 111 1749.73 111C1759.25 111 1759.25 117 1768.76 117C1778.28 117 1778.28 111 1787.79 111C1797.31 111 1797.31 117 1806.82 117C1816.34 117 1816.34 111 1825.85 111C1835.37 111 1835.37 117 1844.88 117C1854.4 117 1854.4 111 1863.91 111C1873.43 111 1873.43 117 1882.94 117C1892.46 117 1892.46 111 1901.97 111C1911.49 111 1911.49 117 1921 117" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 121C8.51485 121 8.51485 127 18.0297 127C27.5446 127 27.5446 121 37.0594 121C46.5743 121 46.5743 127 56.0891 127C65.604 127 65.604 121 75.1188 121C84.6337 121 84.6337 127 94.1485 127C103.663 127 103.663 121 113.178 121C122.693 121 122.693 127 132.208 127C141.723 127 141.723 121 151.238 121C160.752 121 160.752 127 170.267 127C179.782 127 179.782 121 189.297 121C198.812 121 198.812 127 208.327 127C217.842 127 217.842 121 227.356 121C236.871 121 236.871 127 246.386 127C255.901 127 255.901 121 265.416 121C274.931 121 274.931 127 284.446 127C293.96 127 293.96 121 303.475 121C312.99 121 312.99 127 322.505 127C332.02 127 332.02 121 341.535 121C351.05 121 351.05 127 360.564 127C370.079 127 370.079 121 379.594 121C389.109 121 389.109 127 398.624 127C408.139 127 408.139 121 417.653 121C427.168 121 427.168 127 436.683 127C446.198 127 446.198 121 455.713 121C465.228 121 465.228 127 474.743 127C484.257 127 484.257 121 493.772 121C503.287 121 503.287 127 512.802 127C522.317 127 522.317 121 531.832 121C541.347 121 541.347 127 550.861 127C560.376 127 560.376 121 569.891 121C579.406 121 579.406 127 588.921 127C598.436 127 598.436 121 607.95 121C617.465 121 617.465 127 626.98 127C636.495 127 636.495 121 646.01 121C655.525 121 655.525 127 665.04 127C674.554 127 674.554 121 684.069 121C693.584 121 693.584 127 703.099 127C712.614 127 712.614 121 722.129 121C731.644 121 731.644 127 741.158 127C750.673 127 750.673 121 760.188 121C769.703 121 769.703 127 779.218 127C788.733 127 788.733 121 798.248 121C807.762 121 807.762 127 817.277 127C826.792 127 826.792 121 836.307 121C845.822 121 845.822 127 855.337 127C864.851 127 864.851 121 874.366 121C883.881 121 883.881 127 893.396 127C902.911 127 902.911 121 912.426 121C921.941 121 921.941 127 931.455 127C940.97 127 940.97 121 950.485 121C960 121 960 127 969.515 127C979.03 127 979.03 121 988.545 121C998.059 121 998.059 127 1007.57 127C1017.09 127 1017.09 121 1026.6 121C1036.12 121 1036.12 127 1045.63 127C1055.15 127 1055.15 121 1064.66 121C1074.18 121 1074.18 127 1083.69 127C1093.21 127 1093.21 121 1102.72 121C1112.24 121 1112.24 127 1121.75 127C1131.27 127 1131.27 121 1140.78 121C1150.3 121 1150.3 127 1159.81 127C1169.33 127 1169.33 121 1178.84 121C1188.36 121 1188.36 127 1197.87 127C1207.39 127 1207.39 121 1216.9 121C1226.42 121 1226.42 127 1235.93 127C1245.45 127 1245.45 121 1254.96 121C1264.48 121 1264.48 127 1273.99 127C1283.5 127 1283.5 121 1293.02 121C1302.53 121 1302.53 127 1312.05 127C1321.56 127 1321.56 121 1331.08 121C1340.59 121 1340.59 127 1350.11 127C1359.62 127 1359.62 121 1369.14 121C1378.65 121 1378.65 127 1388.17 127C1397.68 127 1397.68 121 1407.2 121C1416.71 121 1416.71 127 1426.23 127C1435.74 127 1435.74 121 1445.26 121C1454.77 121 1454.77 127 1464.29 127C1473.8 127 1473.8 121 1483.32 121C1492.83 121 1492.83 127 1502.35 127C1511.86 127 1511.86 121 1521.38 121C1530.89 121 1530.89 127 1540.41 127C1549.92 127 1549.92 121 1559.44 121C1568.95 121 1568.95 127 1578.47 127C1587.98 127 1587.98 121 1597.5 121C1607.01 121 1607.01 127 1616.52 127C1626.04 127 1626.04 121 1635.55 121C1645.07 121 1645.07 127 1654.58 127C1664.1 127 1664.1 121 1673.61 121C1683.13 121 1683.13 127 1692.64 127C1702.16 127 1702.16 121 1711.67 121C1721.19 121 1721.19 127 1730.7 127C1740.22 127 1740.22 121 1749.73 121C1759.25 121 1759.25 127 1768.76 127C1778.28 127 1778.28 121 1787.79 121C1797.31 121 1797.31 127 1806.82 127C1816.34 127 1816.34 121 1825.85 121C1835.37 121 1835.37 127 1844.88 127C1854.4 127 1854.4 121 1863.91 121C1873.43 121 1873.43 127 1882.94 127C1892.46 127 1892.46 121 1901.97 121C1911.49 121 1911.49 127 1921 127" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 151C8.51485 151 8.51485 157 18.0297 157C27.5446 157 27.5446 151 37.0594 151C46.5743 151 46.5743 157 56.0891 157C65.604 157 65.604 151 75.1188 151C84.6337 151 84.6337 157 94.1485 157C103.663 157 103.663 151 113.178 151C122.693 151 122.693 157 132.208 157C141.723 157 141.723 151 151.238 151C160.752 151 160.752 157 170.267 157C179.782 157 179.782 151 189.297 151C198.812 151 198.812 157 208.327 157C217.842 157 217.842 151 227.356 151C236.871 151 236.871 157 246.386 157C255.901 157 255.901 151 265.416 151C274.931 151 274.931 157 284.446 157C293.96 157 293.96 151 303.475 151C312.99 151 312.99 157 322.505 157C332.02 157 332.02 151 341.535 151C351.05 151 351.05 157 360.564 157C370.079 157 370.079 151 379.594 151C389.109 151 389.109 157 398.624 157C408.139 157 408.139 151 417.653 151C427.168 151 427.168 157 436.683 157C446.198 157 446.198 151 455.713 151C465.228 151 465.228 157 474.743 157C484.257 157 484.257 151 493.772 151C503.287 151 503.287 157 512.802 157C522.317 157 522.317 151 531.832 151C541.347 151 541.347 157 550.861 157C560.376 157 560.376 151 569.891 151C579.406 151 579.406 157 588.921 157C598.436 157 598.436 151 607.95 151C617.465 151 617.465 157 626.98 157C636.495 157 636.495 151 646.01 151C655.525 151 655.525 157 665.04 157C674.554 157 674.554 151 684.069 151C693.584 151 693.584 157 703.099 157C712.614 157 712.614 151 722.129 151C731.644 151 731.644 157 741.158 157C750.673 157 750.673 151 760.188 151C769.703 151 769.703 157 779.218 157C788.733 157 788.733 151 798.248 151C807.762 151 807.762 157 817.277 157C826.792 157 826.792 151 836.307 151C845.822 151 845.822 157 855.337 157C864.851 157 864.851 151 874.366 151C883.881 151 883.881 157 893.396 157C902.911 157 902.911 151 912.426 151C921.941 151 921.941 157 931.455 157C940.97 157 940.97 151 950.485 151C960 151 960 157 969.515 157C979.03 157 979.03 151 988.545 151C998.059 151 998.059 157 1007.57 157C1017.09 157 1017.09 151 1026.6 151C1036.12 151 1036.12 157 1045.63 157C1055.15 157 1055.15 151 1064.66 151C1074.18 151 1074.18 157 1083.69 157C1093.21 157 1093.21 151 1102.72 151C1112.24 151 1112.24 157 1121.75 157C1131.27 157 1131.27 151 1140.78 151C1150.3 151 1150.3 157 1159.81 157C1169.33 157 1169.33 151 1178.84 151C1188.36 151 1188.36 157 1197.87 157C1207.39 157 1207.39 151 1216.9 151C1226.42 151 1226.42 157 1235.93 157C1245.45 157 1245.45 151 1254.96 151C1264.48 151 1264.48 157 1273.99 157C1283.5 157 1283.5 151 1293.02 151C1302.53 151 1302.53 157 1312.05 157C1321.56 157 1321.56 151 1331.08 151C1340.59 151 1340.59 157 1350.11 157C1359.62 157 1359.62 151 1369.14 151C1378.65 151 1378.65 157 1388.17 157C1397.68 157 1397.68 151 1407.2 151C1416.71 151 1416.71 157 1426.23 157C1435.74 157 1435.74 151 1445.26 151C1454.77 151 1454.77 157 1464.29 157C1473.8 157 1473.8 151 1483.32 151C1492.83 151 1492.83 157 1502.35 157C1511.86 157 1511.86 151 1521.38 151C1530.89 151 1530.89 157 1540.41 157C1549.92 157 1549.92 151 1559.44 151C1568.95 151 1568.95 157 1578.47 157C1587.98 157 1587.98 151 1597.5 151C1607.01 151 1607.01 157 1616.52 157C1626.04 157 1626.04 151 1635.55 151C1645.07 151 1645.07 157 1654.58 157C1664.1 157 1664.1 151 1673.61 151C1683.13 151 1683.13 157 1692.64 157C1702.16 157 1702.16 151 1711.67 151C1721.19 151 1721.19 157 1730.7 157C1740.22 157 1740.22 151 1749.73 151C1759.25 151 1759.25 157 1768.76 157C1778.28 157 1778.28 151 1787.79 151C1797.31 151 1797.31 157 1806.82 157C1816.34 157 1816.34 151 1825.85 151C1835.37 151 1835.37 157 1844.88 157C1854.4 157 1854.4 151 1863.91 151C1873.43 151 1873.43 157 1882.94 157C1892.46 157 1892.46 151 1901.97 151C1911.49 151 1911.49 157 1921 157" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 161C8.51485 161 8.51485 167 18.0297 167C27.5446 167 27.5446 161 37.0594 161C46.5743 161 46.5743 167 56.0891 167C65.604 167 65.604 161 75.1188 161C84.6337 161 84.6337 167 94.1485 167C103.663 167 103.663 161 113.178 161C122.693 161 122.693 167 132.208 167C141.723 167 141.723 161 151.238 161C160.752 161 160.752 167 170.267 167C179.782 167 179.782 161 189.297 161C198.812 161 198.812 167 208.327 167C217.842 167 217.842 161 227.356 161C236.871 161 236.871 167 246.386 167C255.901 167 255.901 161 265.416 161C274.931 161 274.931 167 284.446 167C293.96 167 293.96 161 303.475 161C312.99 161 312.99 167 322.505 167C332.02 167 332.02 161 341.535 161C351.05 161 351.05 167 360.564 167C370.079 167 370.079 161 379.594 161C389.109 161 389.109 167 398.624 167C408.139 167 408.139 161 417.653 161C427.168 161 427.168 167 436.683 167C446.198 167 446.198 161 455.713 161C465.228 161 465.228 167 474.743 167C484.257 167 484.257 161 493.772 161C503.287 161 503.287 167 512.802 167C522.317 167 522.317 161 531.832 161C541.347 161 541.347 167 550.861 167C560.376 167 560.376 161 569.891 161C579.406 161 579.406 167 588.921 167C598.436 167 598.436 161 607.95 161C617.465 161 617.465 167 626.98 167C636.495 167 636.495 161 646.01 161C655.525 161 655.525 167 665.04 167C674.554 167 674.554 161 684.069 161C693.584 161 693.584 167 703.099 167C712.614 167 712.614 161 722.129 161C731.644 161 731.644 167 741.158 167C750.673 167 750.673 161 760.188 161C769.703 161 769.703 167 779.218 167C788.733 167 788.733 161 798.248 161C807.762 161 807.762 167 817.277 167C826.792 167 826.792 161 836.307 161C845.822 161 845.822 167 855.337 167C864.851 167 864.851 161 874.366 161C883.881 161 883.881 167 893.396 167C902.911 167 902.911 161 912.426 161C921.941 161 921.941 167 931.455 167C940.97 167 940.97 161 950.485 161C960 161 960 167 969.515 167C979.03 167 979.03 161 988.545 161C998.059 161 998.059 167 1007.57 167C1017.09 167 1017.09 161 1026.6 161C1036.12 161 1036.12 167 1045.63 167C1055.15 167 1055.15 161 1064.66 161C1074.18 161 1074.18 167 1083.69 167C1093.21 167 1093.21 161 1102.72 161C1112.24 161 1112.24 167 1121.75 167C1131.27 167 1131.27 161 1140.78 161C1150.3 161 1150.3 167 1159.81 167C1169.33 167 1169.33 161 1178.84 161C1188.36 161 1188.36 167 1197.87 167C1207.39 167 1207.39 161 1216.9 161C1226.42 161 1226.42 167 1235.93 167C1245.45 167 1245.45 161 1254.96 161C1264.48 161 1264.48 167 1273.99 167C1283.5 167 1283.5 161 1293.02 161C1302.53 161 1302.53 167 1312.05 167C1321.56 167 1321.56 161 1331.08 161C1340.59 161 1340.59 167 1350.11 167C1359.62 167 1359.62 161 1369.14 161C1378.65 161 1378.65 167 1388.17 167C1397.68 167 1397.68 161 1407.2 161C1416.71 161 1416.71 167 1426.23 167C1435.74 167 1435.74 161 1445.26 161C1454.77 161 1454.77 167 1464.29 167C1473.8 167 1473.8 161 1483.32 161C1492.83 161 1492.83 167 1502.35 167C1511.86 167 1511.86 161 1521.38 161C1530.89 161 1530.89 167 1540.41 167C1549.92 167 1549.92 161 1559.44 161C1568.95 161 1568.95 167 1578.47 167C1587.98 167 1587.98 161 1597.5 161C1607.01 161 1607.01 167 1616.52 167C1626.04 167 1626.04 161 1635.55 161C1645.07 161 1645.07 167 1654.58 167C1664.1 167 1664.1 161 1673.61 161C1683.13 161 1683.13 167 1692.64 167C1702.16 167 1702.16 161 1711.67 161C1721.19 161 1721.19 167 1730.7 167C1740.22 167 1740.22 161 1749.73 161C1759.25 161 1759.25 167 1768.76 167C1778.28 167 1778.28 161 1787.79 161C1797.31 161 1797.31 167 1806.82 167C1816.34 167 1816.34 161 1825.85 161C1835.37 161 1835.37 167 1844.88 167C1854.4 167 1854.4 161 1863.91 161C1873.43 161 1873.43 167 1882.94 167C1892.46 167 1892.46 161 1901.97 161C1911.49 161 1911.49 167 1921 167" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 171C8.51485 171 8.51485 177 18.0297 177C27.5446 177 27.5446 171 37.0594 171C46.5743 171 46.5743 177 56.0891 177C65.604 177 65.604 171 75.1188 171C84.6337 171 84.6337 177 94.1485 177C103.663 177 103.663 171 113.178 171C122.693 171 122.693 177 132.208 177C141.723 177 141.723 171 151.238 171C160.752 171 160.752 177 170.267 177C179.782 177 179.782 171 189.297 171C198.812 171 198.812 177 208.327 177C217.842 177 217.842 171 227.356 171C236.871 171 236.871 177 246.386 177C255.901 177 255.901 171 265.416 171C274.931 171 274.931 177 284.446 177C293.96 177 293.96 171 303.475 171C312.99 171 312.99 177 322.505 177C332.02 177 332.02 171 341.535 171C351.05 171 351.05 177 360.564 177C370.079 177 370.079 171 379.594 171C389.109 171 389.109 177 398.624 177C408.139 177 408.139 171 417.653 171C427.168 171 427.168 177 436.683 177C446.198 177 446.198 171 455.713 171C465.228 171 465.228 177 474.743 177C484.257 177 484.257 171 493.772 171C503.287 171 503.287 177 512.802 177C522.317 177 522.317 171 531.832 171C541.347 171 541.347 177 550.861 177C560.376 177 560.376 171 569.891 171C579.406 171 579.406 177 588.921 177C598.436 177 598.436 171 607.95 171C617.465 171 617.465 177 626.98 177C636.495 177 636.495 171 646.01 171C655.525 171 655.525 177 665.04 177C674.554 177 674.554 171 684.069 171C693.584 171 693.584 177 703.099 177C712.614 177 712.614 171 722.129 171C731.644 171 731.644 177 741.158 177C750.673 177 750.673 171 760.188 171C769.703 171 769.703 177 779.218 177C788.733 177 788.733 171 798.248 171C807.762 171 807.762 177 817.277 177C826.792 177 826.792 171 836.307 171C845.822 171 845.822 177 855.337 177C864.851 177 864.851 171 874.366 171C883.881 171 883.881 177 893.396 177C902.911 177 902.911 171 912.426 171C921.941 171 921.941 177 931.455 177C940.97 177 940.97 171 950.485 171C960 171 960 177 969.515 177C979.03 177 979.03 171 988.545 171C998.059 171 998.059 177 1007.57 177C1017.09 177 1017.09 171 1026.6 171C1036.12 171 1036.12 177 1045.63 177C1055.15 177 1055.15 171 1064.66 171C1074.18 171 1074.18 177 1083.69 177C1093.21 177 1093.21 171 1102.72 171C1112.24 171 1112.24 177 1121.75 177C1131.27 177 1131.27 171 1140.78 171C1150.3 171 1150.3 177 1159.81 177C1169.33 177 1169.33 171 1178.84 171C1188.36 171 1188.36 177 1197.87 177C1207.39 177 1207.39 171 1216.9 171C1226.42 171 1226.42 177 1235.93 177C1245.45 177 1245.45 171 1254.96 171C1264.48 171 1264.48 177 1273.99 177C1283.5 177 1283.5 171 1293.02 171C1302.53 171 1302.53 177 1312.05 177C1321.56 177 1321.56 171 1331.08 171C1340.59 171 1340.59 177 1350.11 177C1359.62 177 1359.62 171 1369.14 171C1378.65 171 1378.65 177 1388.17 177C1397.68 177 1397.68 171 1407.2 171C1416.71 171 1416.71 177 1426.23 177C1435.74 177 1435.74 171 1445.26 171C1454.77 171 1454.77 177 1464.29 177C1473.8 177 1473.8 171 1483.32 171C1492.83 171 1492.83 177 1502.35 177C1511.86 177 1511.86 171 1521.38 171C1530.89 171 1530.89 177 1540.41 177C1549.92 177 1549.92 171 1559.44 171C1568.95 171 1568.95 177 1578.47 177C1587.98 177 1587.98 171 1597.5 171C1607.01 171 1607.01 177 1616.52 177C1626.04 177 1626.04 171 1635.55 171C1645.07 171 1645.07 177 1654.58 177C1664.1 177 1664.1 171 1673.61 171C1683.13 171 1683.13 177 1692.64 177C1702.16 177 1702.16 171 1711.67 171C1721.19 171 1721.19 177 1730.7 177C1740.22 177 1740.22 171 1749.73 171C1759.25 171 1759.25 177 1768.76 177C1778.28 177 1778.28 171 1787.79 171C1797.31 171 1797.31 177 1806.82 177C1816.34 177 1816.34 171 1825.85 171C1835.37 171 1835.37 177 1844.88 177C1854.4 177 1854.4 171 1863.91 171C1873.43 171 1873.43 177 1882.94 177C1892.46 177 1892.46 171 1901.97 171C1911.49 171 1911.49 177 1921 177" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </g> <path d="M100 118L140 158L100 198L60 158L100 118Z" fill="%235E748D"/> <path d="M100 198L140 238L100 278L60 238L100 198Z" fill="%23F6E8EA"/> <path d="M180 118L260 198L180 278L100 198L180 118Z" fill="%23FFD700"/> </svg>');
        width: 100%;
        height: 278px;
        left: 0;
        bottom: -80px;
        z-index: -1;
    }

    .section-security-img__wrapper {
        position: relative;
        display: -ms-grid;
        display: grid;
    }

    .section-security-img__wrapper::before {
        content: '';
        position: absolute;
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="213" height="160" viewBox="0 0 213 160" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M213 0L373 160L213 320L53 160L213 0Z" fill="%23FFD700"/> <path d="M83 133L80 130L83 127L86 130L83 133Z" fill="white"/> <path d="M63 133L60 130L63 127L66 130L63 133Z" fill="white"/> <path d="M43 133L40 130L43 127L46 130L43 133Z" fill="white"/> <path d="M23 133L20 130L23 127L26 130L23 133Z" fill="white"/> <path d="M83 113L80 110L83 107L86 110L83 113Z" fill="white"/> <path d="M63 113L60 110L63 107L66 110L63 113Z" fill="white"/> <path d="M43 113L40 110L43 107L46 110L43 113Z" fill="white"/> <path d="M23 113L20 110L23 107L26 110L23 113Z" fill="white"/> <path d="M83 93L80 90L83 87L86 90L83 93Z" fill="white"/> <path d="M63 93L60 90L63 87L66 90L63 93Z" fill="white"/> <path d="M43 93L40 90L43 87L46 90L43 93Z" fill="white"/> <path d="M83 73L80 70L83 67L86 70L83 73Z" fill="white"/> <path d="M63 73L60 70L63 67L66 70L63 73Z" fill="white"/> <path d="M103 133L100 130L103 127L106 130L103 133Z" fill="white"/> <path d="M103 113L100 110L103 107L106 110L103 113Z" fill="white"/> <path d="M103 93L100 90L103 87L106 90L103 93Z" fill="white"/> <path d="M103 73L100 70L103 67L106 70L103 73Z" fill="white"/> <path d="M123 133L120 130L123 127L126 130L123 133Z" fill="white"/> <path d="M123 113L120 110L123 107L126 110L123 113Z" fill="white"/> <path d="M123 93L120 90L123 87L126 90L123 93Z" fill="white"/> <path d="M123 73L120 70L123 67L126 70L123 73Z" fill="white"/> <path d="M3 133L0 130L3 127L6 130L3 133Z" fill="white"/> <path d="M143 113L140 110L143 107L146 110L143 113Z" fill="white"/> <path d="M143 93L140 90L143 87L146 90L143 93Z" fill="white"/> <path d="M143 73L140 70L143 67L146 70L143 73Z" fill="white"/> <path d="M163 93L160 90L163 87L166 90L163 93Z" fill="white"/> <path d="M163 73L160 70L163 67L166 70L163 73Z" fill="white"/> <path d="M183 73L180 70L183 67L186 70L183 73Z" fill="white"/> </svg>');
        width: 213px;
        height: 160px;
        right: 0;
        bottom: 0;
        z-index: 5;
    }

    .section-security::before {
        content: '';
        position: absolute;
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="260" height="585" viewBox="0 0 260 585" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M-0.5 425.5H157.793L-0.5 583.793V425.5Z" stroke="%23F6E8EA"/> <path d="M79 345H159L79 425V345Z" fill="%23DDE7F1"/> <path d="M60.5 0.5V159.793L140 239.293L219.5 159.793V0.5H60.5Z" stroke="%23DDE7F1"/> <path d="M240 140L220 160L240 180L260 160L240 140Z" fill="%23FFD700"/> <path d="M240 180L220 200L240 220L260 200L240 180Z" fill="%23DDE7F1"/> <path d="M200 140L160 180L200 220L240 180L200 140Z" fill="%235E748D"/> <path d="M80 133L77 130L80 127L83 130L80 133Z" fill="%23FFD700"/> <path d="M60 133L57 130L60 127L63 130L60 133Z" fill="%23FFD700"/> <path d="M40 133L37 130L40 127L43 130L40 133Z" fill="%23FFD700"/> <path d="M20 133L17 130L20 127L23 130L20 133Z" fill="%23FFD700"/> <path d="M80 113L77 110L80 107L83 110L80 113Z" fill="%23FFD700"/> <path d="M60 113L57 110L60 107L63 110L60 113Z" fill="%23FFD700"/> <path d="M40 113L37 110L40 107L43 110L40 113Z" fill="%23FFD700"/> <path d="M20 113L17 110L20 107L23 110L20 113Z" fill="%23FFD700"/> <path d="M80 93L77 90L80 87L83 90L80 93Z" fill="%23FFD700"/> <path d="M60 93L57 90L60 87L63 90L60 93Z" fill="%23FFD700"/> <path d="M40 93L37 90L40 87L43 90L40 93Z" fill="%23FFD700"/> <path d="M20 93L17 90L20 87L23 90L20 93Z" fill="%23FFD700"/> <path d="M80 73L77 70L80 67L83 70L80 73Z" fill="%23FFD700"/> <path d="M60 73L57 70L60 67L63 70L60 73Z" fill="%23FFD700"/> <path d="M40 73L37 70L40 67L43 70L40 73Z" fill="%23FFD700"/> <path d="M20 73L17 70L20 67L23 70L20 73Z" fill="%23FFD700"/> <path d="M100 133L97 130L100 127L103 130L100 133Z" fill="%23FFD700"/> <path d="M100 113L97 110L100 107L103 110L100 113Z" fill="%23FFD700"/> <path d="M100 93L97 90L100 87L103 90L100 93Z" fill="%23FFD700"/> <path d="M100 73L97 70L100 67L103 70L100 73Z" fill="%23FFD700"/> <path d="M120 133L117 130L120 127L123 130L120 133Z" fill="%23FFD700"/> <path d="M120 113L117 110L120 107L123 110L120 113Z" fill="%23FFD700"/> <path d="M120 93L117 90L120 87L123 90L120 93Z" fill="%23FFD700"/> <path d="M120 73L117 70L120 67L123 70L120 73Z" fill="%23FFD700"/> <path d="M0 133L-3 130L0 127L3 130L0 133Z" fill="%23FFD700"/> <path d="M0 113L-3 110L0 107L3 110L0 113Z" fill="%23FFD700"/> <path d="M0 93L-3 90L0 87L3 90L0 93Z" fill="%23FFD700"/> <path d="M0 73L-3 70L0 67L3 70L0 73Z" fill="%23FFD700"/> <path d="M80 53L77 50L80 47L83 50L80 53Z" fill="%23FFD700"/> <path d="M60 53L57 50L60 47L63 50L60 53Z" fill="%23FFD700"/> <path d="M40 53L37 50L40 47L43 50L40 53Z" fill="%23FFD700"/> <path d="M20 53L17 50L20 47L23 50L20 53Z" fill="%23FFD700"/> <path d="M80 33L77 30L80 27L83 30L80 33Z" fill="%23FFD700"/> <path d="M60 33L57 30L60 27L63 30L60 33Z" fill="%23FFD700"/> <path d="M40 33L37 30L40 27L43 30L40 33Z" fill="%23FFD700"/> <path d="M20 33L17 30L20 27L23 30L20 33Z" fill="%23FFD700"/> <path d="M100 53L97 50L100 47L103 50L100 53Z" fill="%23FFD700"/> <path d="M100 33L97 30L100 27L103 30L100 33Z" fill="%23FFD700"/> <path d="M120 53L117 50L120 47L123 50L120 53Z" fill="%23FFD700"/> <path d="M120 33L117 30L120 27L123 30L120 33Z" fill="%23FFD700"/> <path d="M0 53L-3 50L0 47L3 50L0 53Z" fill="%23FFD700"/> <path d="M0 33L-3 30L0 27L3 30L0 33Z" fill="%23FFD700"/> <path d="M220 53L217 50L220 47L223 50L220 53Z" fill="%23FFD700"/> <path d="M200 53L197 50L200 47L203 50L200 53Z" fill="%23FFD700"/> <path d="M180 53L177 50L180 47L183 50L180 53Z" fill="%23FFD700"/> <path d="M160 53L157 50L160 47L163 50L160 53Z" fill="%23FFD700"/> <path d="M220 33L217 30L220 27L223 30L220 33Z" fill="%23FFD700"/> <path d="M200 33L197 30L200 27L203 30L200 33Z" fill="%23FFD700"/> <path d="M180 33L177 30L180 27L183 30L180 33Z" fill="%23FFD700"/> <path d="M160 33L157 30L160 27L163 30L160 33Z" fill="%23FFD700"/> <path d="M240 33L237 30L240 27L243 30L240 33Z" fill="%23FFD700"/> <path d="M140 53L137 50L140 47L143 50L140 53Z" fill="%23FFD700"/> <path d="M140 33L137 30L140 27L143 30L140 33Z" fill="%23FFD700"/> <path d="M160 113L157 110L160 107L163 110L160 113Z" fill="%23FFD700"/> <path d="M180 93L177 90L180 87L183 90L180 93Z" fill="%23FFD700"/> <path d="M160 93L157 90L160 87L163 90L160 93Z" fill="%23FFD700"/> <path d="M200 73L197 70L200 67L203 70L200 73Z" fill="%23FFD700"/> <path d="M180 73L177 70L180 67L183 70L180 73Z" fill="%23FFD700"/> <path d="M160 73L157 70L160 67L163 70L160 73Z" fill="%23FFD700"/> <path d="M140 133L137 130L140 127L143 130L140 133Z" fill="%23FFD700"/> <path d="M140 113L137 110L140 107L143 110L140 113Z" fill="%23FFD700"/> <path d="M140 93L137 90L140 87L143 90L140 93Z" fill="%23FFD700"/> <path d="M140 73L137 70L140 67L143 70L140 73Z" fill="%23FFD700"/> </svg>');
        width: 260px;
        height: 585px;
        left: 0;
        bottom: 0;
        z-index: 5;
    }

    .section-map::before {
        content: '';
        position: absolute;
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="269" height="542" viewBox="0 0 269 542" fill="none" xmlns="http://www.w3.org/2000/svg"> <g opacity="0.5"> <path d="M14 1C23.5149 1 23.5149 7 33.0297 7C42.5446 7 42.5446 1 52.0594 1C61.5743 1 61.5743 7 71.0891 7C80.604 7 80.604 1 90.1188 1C99.6337 1 99.6337 7 109.149 7C118.663 7 118.663 1 128.178 1C137.693 1 137.693 7 147.208 7C156.723 7 156.723 1 166.238 1C175.752 1 175.752 7 185.267 7C194.782 7 194.782 1 204.297 1C213.812 1 213.812 7 223.327 7C232.842 7 232.842 1 242.356 1C251.871 1 251.871 7 261.386 7C270.901 7 270.901 1 280.416 1C289.931 1 289.931 7 299.446 7C308.96 7 308.96 1 318.475 1C327.99 1 327.99 7 337.505 7C347.02 7 347.02 1 356.535 1C366.05 1 366.05 7 375.564 7C385.079 7 385.079 1 394.594 1C404.109 1 404.109 7 413.624 7C423.139 7 423.139 1 432.653 1C442.168 1 442.168 7 451.683 7C461.198 7 461.198 1 470.713 1C480.228 1 480.228 7 489.743 7C499.257 7 499.257 1 508.772 1C518.287 1 518.287 7 527.802 7C537.317 7 537.317 1 546.832 1C556.347 1 556.347 7 565.861 7C575.376 7 575.376 1 584.891 1C594.406 1 594.406 7 603.921 7C613.436 7 613.436 1 622.95 1C632.465 1 632.465 7 641.98 7C651.495 7 651.495 1 661.01 1C670.525 1 670.525 7 680.04 7C689.554 7 689.554 1 699.069 1C708.584 1 708.584 7 718.099 7C727.614 7 727.614 1 737.129 1C746.644 1 746.644 7 756.158 7C765.673 7 765.673 1 775.188 1C784.703 1 784.703 7 794.218 7C803.733 7 803.733 1 813.248 1C822.762 1 822.762 7 832.277 7C841.792 7 841.792 1 851.307 1C860.822 1 860.822 7 870.337 7C879.851 7 879.851 1 889.366 1C898.881 1 898.881 7 908.396 7C917.911 7 917.911 1 927.426 1C936.941 1 936.941 7 946.455 7C955.97 7 955.97 1 965.485 1C975 1 975 7 984.515 7C994.03 7 994.03 1 1003.54 1C1013.06 1 1013.06 7 1022.57 7C1032.09 7 1032.09 1 1041.6 1C1051.12 1 1051.12 7 1060.63 7C1070.15 7 1070.15 1 1079.66 1C1089.18 1 1089.18 7 1098.69 7C1108.21 7 1108.21 1 1117.72 1C1127.24 1 1127.24 7 1136.75 7C1146.27 7 1146.27 1 1155.78 1C1165.3 1 1165.3 7 1174.81 7C1184.33 7 1184.33 1 1193.84 1C1203.36 1 1203.36 7 1212.87 7C1222.39 7 1222.39 1 1231.9 1C1241.42 1 1241.42 7 1250.93 7C1260.45 7 1260.45 1 1269.96 1C1279.48 1 1279.48 7 1288.99 7C1298.5 7 1298.5 1 1308.02 1C1317.53 1 1317.53 7 1327.05 7C1336.56 7 1336.56 1 1346.08 1C1355.59 1 1355.59 7 1365.11 7C1374.62 7 1374.62 1 1384.14 1C1393.65 1 1393.65 7 1403.17 7C1412.68 7 1412.68 1 1422.2 1C1431.71 1 1431.71 7 1441.23 7C1450.74 7 1450.74 1 1460.26 1C1469.77 1 1469.77 7 1479.29 7C1488.8 7 1488.8 1 1498.32 1C1507.83 1 1507.83 7 1517.35 7C1526.86 7 1526.86 1 1536.38 1C1545.89 1 1545.89 7 1555.41 7C1564.92 7 1564.92 1 1574.44 1C1583.95 1 1583.95 7 1593.47 7C1602.98 7 1602.98 1 1612.5 1C1622.01 1 1622.01 7 1631.52 7C1641.04 7 1641.04 1 1650.55 1C1660.07 1 1660.07 7 1669.58 7C1679.1 7 1679.1 1 1688.61 1C1698.13 1 1698.13 7 1707.64 7C1717.16 7 1717.16 1 1726.67 1C1736.19 1 1736.19 7 1745.7 7C1755.22 7 1755.22 1 1764.73 1C1774.25 1 1774.25 7 1783.76 7C1793.28 7 1793.28 1 1802.79 1C1812.31 1 1812.31 7 1821.82 7C1831.34 7 1831.34 1 1840.85 1C1850.37 1 1850.37 7 1859.88 7C1869.4 7 1869.4 1 1878.91 1C1888.43 1 1888.43 7 1897.94 7C1907.46 7 1907.46 1 1916.97 1C1926.49 1 1926.49 7 1936 7" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M14 11C23.5149 11 23.5149 17 33.0297 17C42.5446 17 42.5446 11 52.0594 11C61.5743 11 61.5743 17 71.0891 17C80.604 17 80.604 11 90.1188 11C99.6337 11 99.6337 17 109.149 17C118.663 17 118.663 11 128.178 11C137.693 11 137.693 17 147.208 17C156.723 17 156.723 11 166.238 11C175.752 11 175.752 17 185.267 17C194.782 17 194.782 11 204.297 11C213.812 11 213.812 17 223.327 17C232.842 17 232.842 11 242.356 11C251.871 11 251.871 17 261.386 17C270.901 17 270.901 11 280.416 11C289.931 11 289.931 17 299.446 17C308.96 17 308.96 11 318.475 11C327.99 11 327.99 17 337.505 17C347.02 17 347.02 11 356.535 11C366.05 11 366.05 17 375.564 17C385.079 17 385.079 11 394.594 11C404.109 11 404.109 17 413.624 17C423.139 17 423.139 11 432.653 11C442.168 11 442.168 17 451.683 17C461.198 17 461.198 11 470.713 11C480.228 11 480.228 17 489.743 17C499.257 17 499.257 11 508.772 11C518.287 11 518.287 17 527.802 17C537.317 17 537.317 11 546.832 11C556.347 11 556.347 17 565.861 17C575.376 17 575.376 11 584.891 11C594.406 11 594.406 17 603.921 17C613.436 17 613.436 11 622.95 11C632.465 11 632.465 17 641.98 17C651.495 17 651.495 11 661.01 11C670.525 11 670.525 17 680.04 17C689.554 17 689.554 11 699.069 11C708.584 11 708.584 17 718.099 17C727.614 17 727.614 11 737.129 11C746.644 11 746.644 17 756.158 17C765.673 17 765.673 11 775.188 11C784.703 11 784.703 17 794.218 17C803.733 17 803.733 11 813.248 11C822.762 11 822.762 17 832.277 17C841.792 17 841.792 11 851.307 11C860.822 11 860.822 17 870.337 17C879.851 17 879.851 11 889.366 11C898.881 11 898.881 17 908.396 17C917.911 17 917.911 11 927.426 11C936.941 11 936.941 17 946.455 17C955.97 17 955.97 11 965.485 11C975 11 975 17 984.515 17C994.03 17 994.03 11 1003.54 11C1013.06 11 1013.06 17 1022.57 17C1032.09 17 1032.09 11 1041.6 11C1051.12 11 1051.12 17 1060.63 17C1070.15 17 1070.15 11 1079.66 11C1089.18 11 1089.18 17 1098.69 17C1108.21 17 1108.21 11 1117.72 11C1127.24 11 1127.24 17 1136.75 17C1146.27 17 1146.27 11 1155.78 11C1165.3 11 1165.3 17 1174.81 17C1184.33 17 1184.33 11 1193.84 11C1203.36 11 1203.36 17 1212.87 17C1222.39 17 1222.39 11 1231.9 11C1241.42 11 1241.42 17 1250.93 17C1260.45 17 1260.45 11 1269.96 11C1279.48 11 1279.48 17 1288.99 17C1298.5 17 1298.5 11 1308.02 11C1317.53 11 1317.53 17 1327.05 17C1336.56 17 1336.56 11 1346.08 11C1355.59 11 1355.59 17 1365.11 17C1374.62 17 1374.62 11 1384.14 11C1393.65 11 1393.65 17 1403.17 17C1412.68 17 1412.68 11 1422.2 11C1431.71 11 1431.71 17 1441.23 17C1450.74 17 1450.74 11 1460.26 11C1469.77 11 1469.77 17 1479.29 17C1488.8 17 1488.8 11 1498.32 11C1507.83 11 1507.83 17 1517.35 17C1526.86 17 1526.86 11 1536.38 11C1545.89 11 1545.89 17 1555.41 17C1564.92 17 1564.92 11 1574.44 11C1583.95 11 1583.95 17 1593.47 17C1602.98 17 1602.98 11 1612.5 11C1622.01 11 1622.01 17 1631.52 17C1641.04 17 1641.04 11 1650.55 11C1660.07 11 1660.07 17 1669.58 17C1679.1 17 1679.1 11 1688.61 11C1698.13 11 1698.13 17 1707.64 17C1717.16 17 1717.16 11 1726.67 11C1736.19 11 1736.19 17 1745.7 17C1755.22 17 1755.22 11 1764.73 11C1774.25 11 1774.25 17 1783.76 17C1793.28 17 1793.28 11 1802.79 11C1812.31 11 1812.31 17 1821.82 17C1831.34 17 1831.34 11 1840.85 11C1850.37 11 1850.37 17 1859.88 17C1869.4 17 1869.4 11 1878.91 11C1888.43 11 1888.43 17 1897.94 17C1907.46 17 1907.46 11 1916.97 11C1926.49 11 1926.49 17 1936 17" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M14 21C23.5149 21 23.5149 27 33.0297 27C42.5446 27 42.5446 21 52.0594 21C61.5743 21 61.5743 27 71.0891 27C80.604 27 80.604 21 90.1188 21C99.6337 21 99.6337 27 109.149 27C118.663 27 118.663 21 128.178 21C137.693 21 137.693 27 147.208 27C156.723 27 156.723 21 166.238 21C175.752 21 175.752 27 185.267 27C194.782 27 194.782 21 204.297 21C213.812 21 213.812 27 223.327 27C232.842 27 232.842 21 242.356 21C251.871 21 251.871 27 261.386 27C270.901 27 270.901 21 280.416 21C289.931 21 289.931 27 299.446 27C308.96 27 308.96 21 318.475 21C327.99 21 327.99 27 337.505 27C347.02 27 347.02 21 356.535 21C366.05 21 366.05 27 375.564 27C385.079 27 385.079 21 394.594 21C404.109 21 404.109 27 413.624 27C423.139 27 423.139 21 432.653 21C442.168 21 442.168 27 451.683 27C461.198 27 461.198 21 470.713 21C480.228 21 480.228 27 489.743 27C499.257 27 499.257 21 508.772 21C518.287 21 518.287 27 527.802 27C537.317 27 537.317 21 546.832 21C556.347 21 556.347 27 565.861 27C575.376 27 575.376 21 584.891 21C594.406 21 594.406 27 603.921 27C613.436 27 613.436 21 622.95 21C632.465 21 632.465 27 641.98 27C651.495 27 651.495 21 661.01 21C670.525 21 670.525 27 680.04 27C689.554 27 689.554 21 699.069 21C708.584 21 708.584 27 718.099 27C727.614 27 727.614 21 737.129 21C746.644 21 746.644 27 756.158 27C765.673 27 765.673 21 775.188 21C784.703 21 784.703 27 794.218 27C803.733 27 803.733 21 813.248 21C822.762 21 822.762 27 832.277 27C841.792 27 841.792 21 851.307 21C860.822 21 860.822 27 870.337 27C879.851 27 879.851 21 889.366 21C898.881 21 898.881 27 908.396 27C917.911 27 917.911 21 927.426 21C936.941 21 936.941 27 946.455 27C955.97 27 955.97 21 965.485 21C975 21 975 27 984.515 27C994.03 27 994.03 21 1003.54 21C1013.06 21 1013.06 27 1022.57 27C1032.09 27 1032.09 21 1041.6 21C1051.12 21 1051.12 27 1060.63 27C1070.15 27 1070.15 21 1079.66 21C1089.18 21 1089.18 27 1098.69 27C1108.21 27 1108.21 21 1117.72 21C1127.24 21 1127.24 27 1136.75 27C1146.27 27 1146.27 21 1155.78 21C1165.3 21 1165.3 27 1174.81 27C1184.33 27 1184.33 21 1193.84 21C1203.36 21 1203.36 27 1212.87 27C1222.39 27 1222.39 21 1231.9 21C1241.42 21 1241.42 27 1250.93 27C1260.45 27 1260.45 21 1269.96 21C1279.48 21 1279.48 27 1288.99 27C1298.5 27 1298.5 21 1308.02 21C1317.53 21 1317.53 27 1327.05 27C1336.56 27 1336.56 21 1346.08 21C1355.59 21 1355.59 27 1365.11 27C1374.62 27 1374.62 21 1384.14 21C1393.65 21 1393.65 27 1403.17 27C1412.68 27 1412.68 21 1422.2 21C1431.71 21 1431.71 27 1441.23 27C1450.74 27 1450.74 21 1460.26 21C1469.77 21 1469.77 27 1479.29 27C1488.8 27 1488.8 21 1498.32 21C1507.83 21 1507.83 27 1517.35 27C1526.86 27 1526.86 21 1536.38 21C1545.89 21 1545.89 27 1555.41 27C1564.92 27 1564.92 21 1574.44 21C1583.95 21 1583.95 27 1593.47 27C1602.98 27 1602.98 21 1612.5 21C1622.01 21 1622.01 27 1631.52 27C1641.04 27 1641.04 21 1650.55 21C1660.07 21 1660.07 27 1669.58 27C1679.1 27 1679.1 21 1688.61 21C1698.13 21 1698.13 27 1707.64 27C1717.16 27 1717.16 21 1726.67 21C1736.19 21 1736.19 27 1745.7 27C1755.22 27 1755.22 21 1764.73 21C1774.25 21 1774.25 27 1783.76 27C1793.28 27 1793.28 21 1802.79 21C1812.31 21 1812.31 27 1821.82 27C1831.34 27 1831.34 21 1840.85 21C1850.37 21 1850.37 27 1859.88 27C1869.4 27 1869.4 21 1878.91 21C1888.43 21 1888.43 27 1897.94 27C1907.46 27 1907.46 21 1916.97 21C1926.49 21 1926.49 27 1936 27" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M14 51C23.5149 51 23.5149 57 33.0297 57C42.5446 57 42.5446 51 52.0594 51C61.5743 51 61.5743 57 71.0891 57C80.604 57 80.604 51 90.1188 51C99.6337 51 99.6337 57 109.149 57C118.663 57 118.663 51 128.178 51C137.693 51 137.693 57 147.208 57C156.723 57 156.723 51 166.238 51C175.752 51 175.752 57 185.267 57C194.782 57 194.782 51 204.297 51C213.812 51 213.812 57 223.327 57C232.842 57 232.842 51 242.356 51C251.871 51 251.871 57 261.386 57C270.901 57 270.901 51 280.416 51C289.931 51 289.931 57 299.446 57C308.96 57 308.96 51 318.475 51C327.99 51 327.99 57 337.505 57C347.02 57 347.02 51 356.535 51C366.05 51 366.05 57 375.564 57C385.079 57 385.079 51 394.594 51C404.109 51 404.109 57 413.624 57C423.139 57 423.139 51 432.653 51C442.168 51 442.168 57 451.683 57C461.198 57 461.198 51 470.713 51C480.228 51 480.228 57 489.743 57C499.257 57 499.257 51 508.772 51C518.287 51 518.287 57 527.802 57C537.317 57 537.317 51 546.832 51C556.347 51 556.347 57 565.861 57C575.376 57 575.376 51 584.891 51C594.406 51 594.406 57 603.921 57C613.436 57 613.436 51 622.95 51C632.465 51 632.465 57 641.98 57C651.495 57 651.495 51 661.01 51C670.525 51 670.525 57 680.04 57C689.554 57 689.554 51 699.069 51C708.584 51 708.584 57 718.099 57C727.614 57 727.614 51 737.129 51C746.644 51 746.644 57 756.158 57C765.673 57 765.673 51 775.188 51C784.703 51 784.703 57 794.218 57C803.733 57 803.733 51 813.248 51C822.762 51 822.762 57 832.277 57C841.792 57 841.792 51 851.307 51C860.822 51 860.822 57 870.337 57C879.851 57 879.851 51 889.366 51C898.881 51 898.881 57 908.396 57C917.911 57 917.911 51 927.426 51C936.941 51 936.941 57 946.455 57C955.97 57 955.97 51 965.485 51C975 51 975 57 984.515 57C994.03 57 994.03 51 1003.54 51C1013.06 51 1013.06 57 1022.57 57C1032.09 57 1032.09 51 1041.6 51C1051.12 51 1051.12 57 1060.63 57C1070.15 57 1070.15 51 1079.66 51C1089.18 51 1089.18 57 1098.69 57C1108.21 57 1108.21 51 1117.72 51C1127.24 51 1127.24 57 1136.75 57C1146.27 57 1146.27 51 1155.78 51C1165.3 51 1165.3 57 1174.81 57C1184.33 57 1184.33 51 1193.84 51C1203.36 51 1203.36 57 1212.87 57C1222.39 57 1222.39 51 1231.9 51C1241.42 51 1241.42 57 1250.93 57C1260.45 57 1260.45 51 1269.96 51C1279.48 51 1279.48 57 1288.99 57C1298.5 57 1298.5 51 1308.02 51C1317.53 51 1317.53 57 1327.05 57C1336.56 57 1336.56 51 1346.08 51C1355.59 51 1355.59 57 1365.11 57C1374.62 57 1374.62 51 1384.14 51C1393.65 51 1393.65 57 1403.17 57C1412.68 57 1412.68 51 1422.2 51C1431.71 51 1431.71 57 1441.23 57C1450.74 57 1450.74 51 1460.26 51C1469.77 51 1469.77 57 1479.29 57C1488.8 57 1488.8 51 1498.32 51C1507.83 51 1507.83 57 1517.35 57C1526.86 57 1526.86 51 1536.38 51C1545.89 51 1545.89 57 1555.41 57C1564.92 57 1564.92 51 1574.44 51C1583.95 51 1583.95 57 1593.47 57C1602.98 57 1602.98 51 1612.5 51C1622.01 51 1622.01 57 1631.52 57C1641.04 57 1641.04 51 1650.55 51C1660.07 51 1660.07 57 1669.58 57C1679.1 57 1679.1 51 1688.61 51C1698.13 51 1698.13 57 1707.64 57C1717.16 57 1717.16 51 1726.67 51C1736.19 51 1736.19 57 1745.7 57C1755.22 57 1755.22 51 1764.73 51C1774.25 51 1774.25 57 1783.76 57C1793.28 57 1793.28 51 1802.79 51C1812.31 51 1812.31 57 1821.82 57C1831.34 57 1831.34 51 1840.85 51C1850.37 51 1850.37 57 1859.88 57C1869.4 57 1869.4 51 1878.91 51C1888.43 51 1888.43 57 1897.94 57C1907.46 57 1907.46 51 1916.97 51C1926.49 51 1926.49 57 1936 57" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M14 61C23.5149 61 23.5149 67 33.0297 67C42.5446 67 42.5446 61 52.0594 61C61.5743 61 61.5743 67 71.0891 67C80.604 67 80.604 61 90.1188 61C99.6337 61 99.6337 67 109.149 67C118.663 67 118.663 61 128.178 61C137.693 61 137.693 67 147.208 67C156.723 67 156.723 61 166.238 61C175.752 61 175.752 67 185.267 67C194.782 67 194.782 61 204.297 61C213.812 61 213.812 67 223.327 67C232.842 67 232.842 61 242.356 61C251.871 61 251.871 67 261.386 67C270.901 67 270.901 61 280.416 61C289.931 61 289.931 67 299.446 67C308.96 67 308.96 61 318.475 61C327.99 61 327.99 67 337.505 67C347.02 67 347.02 61 356.535 61C366.05 61 366.05 67 375.564 67C385.079 67 385.079 61 394.594 61C404.109 61 404.109 67 413.624 67C423.139 67 423.139 61 432.653 61C442.168 61 442.168 67 451.683 67C461.198 67 461.198 61 470.713 61C480.228 61 480.228 67 489.743 67C499.257 67 499.257 61 508.772 61C518.287 61 518.287 67 527.802 67C537.317 67 537.317 61 546.832 61C556.347 61 556.347 67 565.861 67C575.376 67 575.376 61 584.891 61C594.406 61 594.406 67 603.921 67C613.436 67 613.436 61 622.95 61C632.465 61 632.465 67 641.98 67C651.495 67 651.495 61 661.01 61C670.525 61 670.525 67 680.04 67C689.554 67 689.554 61 699.069 61C708.584 61 708.584 67 718.099 67C727.614 67 727.614 61 737.129 61C746.644 61 746.644 67 756.158 67C765.673 67 765.673 61 775.188 61C784.703 61 784.703 67 794.218 67C803.733 67 803.733 61 813.248 61C822.762 61 822.762 67 832.277 67C841.792 67 841.792 61 851.307 61C860.822 61 860.822 67 870.337 67C879.851 67 879.851 61 889.366 61C898.881 61 898.881 67 908.396 67C917.911 67 917.911 61 927.426 61C936.941 61 936.941 67 946.455 67C955.97 67 955.97 61 965.485 61C975 61 975 67 984.515 67C994.03 67 994.03 61 1003.54 61C1013.06 61 1013.06 67 1022.57 67C1032.09 67 1032.09 61 1041.6 61C1051.12 61 1051.12 67 1060.63 67C1070.15 67 1070.15 61 1079.66 61C1089.18 61 1089.18 67 1098.69 67C1108.21 67 1108.21 61 1117.72 61C1127.24 61 1127.24 67 1136.75 67C1146.27 67 1146.27 61 1155.78 61C1165.3 61 1165.3 67 1174.81 67C1184.33 67 1184.33 61 1193.84 61C1203.36 61 1203.36 67 1212.87 67C1222.39 67 1222.39 61 1231.9 61C1241.42 61 1241.42 67 1250.93 67C1260.45 67 1260.45 61 1269.96 61C1279.48 61 1279.48 67 1288.99 67C1298.5 67 1298.5 61 1308.02 61C1317.53 61 1317.53 67 1327.05 67C1336.56 67 1336.56 61 1346.08 61C1355.59 61 1355.59 67 1365.11 67C1374.62 67 1374.62 61 1384.14 61C1393.65 61 1393.65 67 1403.17 67C1412.68 67 1412.68 61 1422.2 61C1431.71 61 1431.71 67 1441.23 67C1450.74 67 1450.74 61 1460.26 61C1469.77 61 1469.77 67 1479.29 67C1488.8 67 1488.8 61 1498.32 61C1507.83 61 1507.83 67 1517.35 67C1526.86 67 1526.86 61 1536.38 61C1545.89 61 1545.89 67 1555.41 67C1564.92 67 1564.92 61 1574.44 61C1583.95 61 1583.95 67 1593.47 67C1602.98 67 1602.98 61 1612.5 61C1622.01 61 1622.01 67 1631.52 67C1641.04 67 1641.04 61 1650.55 61C1660.07 61 1660.07 67 1669.58 67C1679.1 67 1679.1 61 1688.61 61C1698.13 61 1698.13 67 1707.64 67C1717.16 67 1717.16 61 1726.67 61C1736.19 61 1736.19 67 1745.7 67C1755.22 67 1755.22 61 1764.73 61C1774.25 61 1774.25 67 1783.76 67C1793.28 67 1793.28 61 1802.79 61C1812.31 61 1812.31 67 1821.82 67C1831.34 67 1831.34 61 1840.85 61C1850.37 61 1850.37 67 1859.88 67C1869.4 67 1869.4 61 1878.91 61C1888.43 61 1888.43 67 1897.94 67C1907.46 67 1907.46 61 1916.97 61C1926.49 61 1926.49 67 1936 67" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M14 71C23.5149 71 23.5149 77 33.0297 77C42.5446 77 42.5446 71 52.0594 71C61.5743 71 61.5743 77 71.0891 77C80.604 77 80.604 71 90.1188 71C99.6337 71 99.6337 77 109.149 77C118.663 77 118.663 71 128.178 71C137.693 71 137.693 77 147.208 77C156.723 77 156.723 71 166.238 71C175.752 71 175.752 77 185.267 77C194.782 77 194.782 71 204.297 71C213.812 71 213.812 77 223.327 77C232.842 77 232.842 71 242.356 71C251.871 71 251.871 77 261.386 77C270.901 77 270.901 71 280.416 71C289.931 71 289.931 77 299.446 77C308.96 77 308.96 71 318.475 71C327.99 71 327.99 77 337.505 77C347.02 77 347.02 71 356.535 71C366.05 71 366.05 77 375.564 77C385.079 77 385.079 71 394.594 71C404.109 71 404.109 77 413.624 77C423.139 77 423.139 71 432.653 71C442.168 71 442.168 77 451.683 77C461.198 77 461.198 71 470.713 71C480.228 71 480.228 77 489.743 77C499.257 77 499.257 71 508.772 71C518.287 71 518.287 77 527.802 77C537.317 77 537.317 71 546.832 71C556.347 71 556.347 77 565.861 77C575.376 77 575.376 71 584.891 71C594.406 71 594.406 77 603.921 77C613.436 77 613.436 71 622.95 71C632.465 71 632.465 77 641.98 77C651.495 77 651.495 71 661.01 71C670.525 71 670.525 77 680.04 77C689.554 77 689.554 71 699.069 71C708.584 71 708.584 77 718.099 77C727.614 77 727.614 71 737.129 71C746.644 71 746.644 77 756.158 77C765.673 77 765.673 71 775.188 71C784.703 71 784.703 77 794.218 77C803.733 77 803.733 71 813.248 71C822.762 71 822.762 77 832.277 77C841.792 77 841.792 71 851.307 71C860.822 71 860.822 77 870.337 77C879.851 77 879.851 71 889.366 71C898.881 71 898.881 77 908.396 77C917.911 77 917.911 71 927.426 71C936.941 71 936.941 77 946.455 77C955.97 77 955.97 71 965.485 71C975 71 975 77 984.515 77C994.03 77 994.03 71 1003.54 71C1013.06 71 1013.06 77 1022.57 77C1032.09 77 1032.09 71 1041.6 71C1051.12 71 1051.12 77 1060.63 77C1070.15 77 1070.15 71 1079.66 71C1089.18 71 1089.18 77 1098.69 77C1108.21 77 1108.21 71 1117.72 71C1127.24 71 1127.24 77 1136.75 77C1146.27 77 1146.27 71 1155.78 71C1165.3 71 1165.3 77 1174.81 77C1184.33 77 1184.33 71 1193.84 71C1203.36 71 1203.36 77 1212.87 77C1222.39 77 1222.39 71 1231.9 71C1241.42 71 1241.42 77 1250.93 77C1260.45 77 1260.45 71 1269.96 71C1279.48 71 1279.48 77 1288.99 77C1298.5 77 1298.5 71 1308.02 71C1317.53 71 1317.53 77 1327.05 77C1336.56 77 1336.56 71 1346.08 71C1355.59 71 1355.59 77 1365.11 77C1374.62 77 1374.62 71 1384.14 71C1393.65 71 1393.65 77 1403.17 77C1412.68 77 1412.68 71 1422.2 71C1431.71 71 1431.71 77 1441.23 77C1450.74 77 1450.74 71 1460.26 71C1469.77 71 1469.77 77 1479.29 77C1488.8 77 1488.8 71 1498.32 71C1507.83 71 1507.83 77 1517.35 77C1526.86 77 1526.86 71 1536.38 71C1545.89 71 1545.89 77 1555.41 77C1564.92 77 1564.92 71 1574.44 71C1583.95 71 1583.95 77 1593.47 77C1602.98 77 1602.98 71 1612.5 71C1622.01 71 1622.01 77 1631.52 77C1641.04 77 1641.04 71 1650.55 71C1660.07 71 1660.07 77 1669.58 77C1679.1 77 1679.1 71 1688.61 71C1698.13 71 1698.13 77 1707.64 77C1717.16 77 1717.16 71 1726.67 71C1736.19 71 1736.19 77 1745.7 77C1755.22 77 1755.22 71 1764.73 71C1774.25 71 1774.25 77 1783.76 77C1793.28 77 1793.28 71 1802.79 71C1812.31 71 1812.31 77 1821.82 77C1831.34 77 1831.34 71 1840.85 71C1850.37 71 1850.37 77 1859.88 77C1869.4 77 1869.4 71 1878.91 71C1888.43 71 1888.43 77 1897.94 77C1907.46 77 1907.46 71 1916.97 71C1926.49 71 1926.49 77 1936 77" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M14 101C23.5149 101 23.5149 107 33.0297 107C42.5446 107 42.5446 101 52.0594 101C61.5743 101 61.5743 107 71.0891 107C80.604 107 80.604 101 90.1188 101C99.6337 101 99.6337 107 109.149 107C118.663 107 118.663 101 128.178 101C137.693 101 137.693 107 147.208 107C156.723 107 156.723 101 166.238 101C175.752 101 175.752 107 185.267 107C194.782 107 194.782 101 204.297 101C213.812 101 213.812 107 223.327 107C232.842 107 232.842 101 242.356 101C251.871 101 251.871 107 261.386 107C270.901 107 270.901 101 280.416 101C289.931 101 289.931 107 299.446 107C308.96 107 308.96 101 318.475 101C327.99 101 327.99 107 337.505 107C347.02 107 347.02 101 356.535 101C366.05 101 366.05 107 375.564 107C385.079 107 385.079 101 394.594 101C404.109 101 404.109 107 413.624 107C423.139 107 423.139 101 432.653 101C442.168 101 442.168 107 451.683 107C461.198 107 461.198 101 470.713 101C480.228 101 480.228 107 489.743 107C499.257 107 499.257 101 508.772 101C518.287 101 518.287 107 527.802 107C537.317 107 537.317 101 546.832 101C556.347 101 556.347 107 565.861 107C575.376 107 575.376 101 584.891 101C594.406 101 594.406 107 603.921 107C613.436 107 613.436 101 622.95 101C632.465 101 632.465 107 641.98 107C651.495 107 651.495 101 661.01 101C670.525 101 670.525 107 680.04 107C689.554 107 689.554 101 699.069 101C708.584 101 708.584 107 718.099 107C727.614 107 727.614 101 737.129 101C746.644 101 746.644 107 756.158 107C765.673 107 765.673 101 775.188 101C784.703 101 784.703 107 794.218 107C803.733 107 803.733 101 813.248 101C822.762 101 822.762 107 832.277 107C841.792 107 841.792 101 851.307 101C860.822 101 860.822 107 870.337 107C879.851 107 879.851 101 889.366 101C898.881 101 898.881 107 908.396 107C917.911 107 917.911 101 927.426 101C936.941 101 936.941 107 946.455 107C955.97 107 955.97 101 965.485 101C975 101 975 107 984.515 107C994.03 107 994.03 101 1003.54 101C1013.06 101 1013.06 107 1022.57 107C1032.09 107 1032.09 101 1041.6 101C1051.12 101 1051.12 107 1060.63 107C1070.15 107 1070.15 101 1079.66 101C1089.18 101 1089.18 107 1098.69 107C1108.21 107 1108.21 101 1117.72 101C1127.24 101 1127.24 107 1136.75 107C1146.27 107 1146.27 101 1155.78 101C1165.3 101 1165.3 107 1174.81 107C1184.33 107 1184.33 101 1193.84 101C1203.36 101 1203.36 107 1212.87 107C1222.39 107 1222.39 101 1231.9 101C1241.42 101 1241.42 107 1250.93 107C1260.45 107 1260.45 101 1269.96 101C1279.48 101 1279.48 107 1288.99 107C1298.5 107 1298.5 101 1308.02 101C1317.53 101 1317.53 107 1327.05 107C1336.56 107 1336.56 101 1346.08 101C1355.59 101 1355.59 107 1365.11 107C1374.62 107 1374.62 101 1384.14 101C1393.65 101 1393.65 107 1403.17 107C1412.68 107 1412.68 101 1422.2 101C1431.71 101 1431.71 107 1441.23 107C1450.74 107 1450.74 101 1460.26 101C1469.77 101 1469.77 107 1479.29 107C1488.8 107 1488.8 101 1498.32 101C1507.83 101 1507.83 107 1517.35 107C1526.86 107 1526.86 101 1536.38 101C1545.89 101 1545.89 107 1555.41 107C1564.92 107 1564.92 101 1574.44 101C1583.95 101 1583.95 107 1593.47 107C1602.98 107 1602.98 101 1612.5 101C1622.01 101 1622.01 107 1631.52 107C1641.04 107 1641.04 101 1650.55 101C1660.07 101 1660.07 107 1669.58 107C1679.1 107 1679.1 101 1688.61 101C1698.13 101 1698.13 107 1707.64 107C1717.16 107 1717.16 101 1726.67 101C1736.19 101 1736.19 107 1745.7 107C1755.22 107 1755.22 101 1764.73 101C1774.25 101 1774.25 107 1783.76 107C1793.28 107 1793.28 101 1802.79 101C1812.31 101 1812.31 107 1821.82 107C1831.34 107 1831.34 101 1840.85 101C1850.37 101 1850.37 107 1859.88 107C1869.4 107 1869.4 101 1878.91 101C1888.43 101 1888.43 107 1897.94 107C1907.46 107 1907.46 101 1916.97 101C1926.49 101 1926.49 107 1936 107" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M14 111C23.5149 111 23.5149 117 33.0297 117C42.5446 117 42.5446 111 52.0594 111C61.5743 111 61.5743 117 71.0891 117C80.604 117 80.604 111 90.1188 111C99.6337 111 99.6337 117 109.149 117C118.663 117 118.663 111 128.178 111C137.693 111 137.693 117 147.208 117C156.723 117 156.723 111 166.238 111C175.752 111 175.752 117 185.267 117C194.782 117 194.782 111 204.297 111C213.812 111 213.812 117 223.327 117C232.842 117 232.842 111 242.356 111C251.871 111 251.871 117 261.386 117C270.901 117 270.901 111 280.416 111C289.931 111 289.931 117 299.446 117C308.96 117 308.96 111 318.475 111C327.99 111 327.99 117 337.505 117C347.02 117 347.02 111 356.535 111C366.05 111 366.05 117 375.564 117C385.079 117 385.079 111 394.594 111C404.109 111 404.109 117 413.624 117C423.139 117 423.139 111 432.653 111C442.168 111 442.168 117 451.683 117C461.198 117 461.198 111 470.713 111C480.228 111 480.228 117 489.743 117C499.257 117 499.257 111 508.772 111C518.287 111 518.287 117 527.802 117C537.317 117 537.317 111 546.832 111C556.347 111 556.347 117 565.861 117C575.376 117 575.376 111 584.891 111C594.406 111 594.406 117 603.921 117C613.436 117 613.436 111 622.95 111C632.465 111 632.465 117 641.98 117C651.495 117 651.495 111 661.01 111C670.525 111 670.525 117 680.04 117C689.554 117 689.554 111 699.069 111C708.584 111 708.584 117 718.099 117C727.614 117 727.614 111 737.129 111C746.644 111 746.644 117 756.158 117C765.673 117 765.673 111 775.188 111C784.703 111 784.703 117 794.218 117C803.733 117 803.733 111 813.248 111C822.762 111 822.762 117 832.277 117C841.792 117 841.792 111 851.307 111C860.822 111 860.822 117 870.337 117C879.851 117 879.851 111 889.366 111C898.881 111 898.881 117 908.396 117C917.911 117 917.911 111 927.426 111C936.941 111 936.941 117 946.455 117C955.97 117 955.97 111 965.485 111C975 111 975 117 984.515 117C994.03 117 994.03 111 1003.54 111C1013.06 111 1013.06 117 1022.57 117C1032.09 117 1032.09 111 1041.6 111C1051.12 111 1051.12 117 1060.63 117C1070.15 117 1070.15 111 1079.66 111C1089.18 111 1089.18 117 1098.69 117C1108.21 117 1108.21 111 1117.72 111C1127.24 111 1127.24 117 1136.75 117C1146.27 117 1146.27 111 1155.78 111C1165.3 111 1165.3 117 1174.81 117C1184.33 117 1184.33 111 1193.84 111C1203.36 111 1203.36 117 1212.87 117C1222.39 117 1222.39 111 1231.9 111C1241.42 111 1241.42 117 1250.93 117C1260.45 117 1260.45 111 1269.96 111C1279.48 111 1279.48 117 1288.99 117C1298.5 117 1298.5 111 1308.02 111C1317.53 111 1317.53 117 1327.05 117C1336.56 117 1336.56 111 1346.08 111C1355.59 111 1355.59 117 1365.11 117C1374.62 117 1374.62 111 1384.14 111C1393.65 111 1393.65 117 1403.17 117C1412.68 117 1412.68 111 1422.2 111C1431.71 111 1431.71 117 1441.23 117C1450.74 117 1450.74 111 1460.26 111C1469.77 111 1469.77 117 1479.29 117C1488.8 117 1488.8 111 1498.32 111C1507.83 111 1507.83 117 1517.35 117C1526.86 117 1526.86 111 1536.38 111C1545.89 111 1545.89 117 1555.41 117C1564.92 117 1564.92 111 1574.44 111C1583.95 111 1583.95 117 1593.47 117C1602.98 117 1602.98 111 1612.5 111C1622.01 111 1622.01 117 1631.52 117C1641.04 117 1641.04 111 1650.55 111C1660.07 111 1660.07 117 1669.58 117C1679.1 117 1679.1 111 1688.61 111C1698.13 111 1698.13 117 1707.64 117C1717.16 117 1717.16 111 1726.67 111C1736.19 111 1736.19 117 1745.7 117C1755.22 117 1755.22 111 1764.73 111C1774.25 111 1774.25 117 1783.76 117C1793.28 117 1793.28 111 1802.79 111C1812.31 111 1812.31 117 1821.82 117C1831.34 117 1831.34 111 1840.85 111C1850.37 111 1850.37 117 1859.88 117C1869.4 117 1869.4 111 1878.91 111C1888.43 111 1888.43 117 1897.94 117C1907.46 117 1907.46 111 1916.97 111C1926.49 111 1926.49 117 1936 117" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M14 121C23.5149 121 23.5149 127 33.0297 127C42.5446 127 42.5446 121 52.0594 121C61.5743 121 61.5743 127 71.0891 127C80.604 127 80.604 121 90.1188 121C99.6337 121 99.6337 127 109.149 127C118.663 127 118.663 121 128.178 121C137.693 121 137.693 127 147.208 127C156.723 127 156.723 121 166.238 121C175.752 121 175.752 127 185.267 127C194.782 127 194.782 121 204.297 121C213.812 121 213.812 127 223.327 127C232.842 127 232.842 121 242.356 121C251.871 121 251.871 127 261.386 127C270.901 127 270.901 121 280.416 121C289.931 121 289.931 127 299.446 127C308.96 127 308.96 121 318.475 121C327.99 121 327.99 127 337.505 127C347.02 127 347.02 121 356.535 121C366.05 121 366.05 127 375.564 127C385.079 127 385.079 121 394.594 121C404.109 121 404.109 127 413.624 127C423.139 127 423.139 121 432.653 121C442.168 121 442.168 127 451.683 127C461.198 127 461.198 121 470.713 121C480.228 121 480.228 127 489.743 127C499.257 127 499.257 121 508.772 121C518.287 121 518.287 127 527.802 127C537.317 127 537.317 121 546.832 121C556.347 121 556.347 127 565.861 127C575.376 127 575.376 121 584.891 121C594.406 121 594.406 127 603.921 127C613.436 127 613.436 121 622.95 121C632.465 121 632.465 127 641.98 127C651.495 127 651.495 121 661.01 121C670.525 121 670.525 127 680.04 127C689.554 127 689.554 121 699.069 121C708.584 121 708.584 127 718.099 127C727.614 127 727.614 121 737.129 121C746.644 121 746.644 127 756.158 127C765.673 127 765.673 121 775.188 121C784.703 121 784.703 127 794.218 127C803.733 127 803.733 121 813.248 121C822.762 121 822.762 127 832.277 127C841.792 127 841.792 121 851.307 121C860.822 121 860.822 127 870.337 127C879.851 127 879.851 121 889.366 121C898.881 121 898.881 127 908.396 127C917.911 127 917.911 121 927.426 121C936.941 121 936.941 127 946.455 127C955.97 127 955.97 121 965.485 121C975 121 975 127 984.515 127C994.03 127 994.03 121 1003.54 121C1013.06 121 1013.06 127 1022.57 127C1032.09 127 1032.09 121 1041.6 121C1051.12 121 1051.12 127 1060.63 127C1070.15 127 1070.15 121 1079.66 121C1089.18 121 1089.18 127 1098.69 127C1108.21 127 1108.21 121 1117.72 121C1127.24 121 1127.24 127 1136.75 127C1146.27 127 1146.27 121 1155.78 121C1165.3 121 1165.3 127 1174.81 127C1184.33 127 1184.33 121 1193.84 121C1203.36 121 1203.36 127 1212.87 127C1222.39 127 1222.39 121 1231.9 121C1241.42 121 1241.42 127 1250.93 127C1260.45 127 1260.45 121 1269.96 121C1279.48 121 1279.48 127 1288.99 127C1298.5 127 1298.5 121 1308.02 121C1317.53 121 1317.53 127 1327.05 127C1336.56 127 1336.56 121 1346.08 121C1355.59 121 1355.59 127 1365.11 127C1374.62 127 1374.62 121 1384.14 121C1393.65 121 1393.65 127 1403.17 127C1412.68 127 1412.68 121 1422.2 121C1431.71 121 1431.71 127 1441.23 127C1450.74 127 1450.74 121 1460.26 121C1469.77 121 1469.77 127 1479.29 127C1488.8 127 1488.8 121 1498.32 121C1507.83 121 1507.83 127 1517.35 127C1526.86 127 1526.86 121 1536.38 121C1545.89 121 1545.89 127 1555.41 127C1564.92 127 1564.92 121 1574.44 121C1583.95 121 1583.95 127 1593.47 127C1602.98 127 1602.98 121 1612.5 121C1622.01 121 1622.01 127 1631.52 127C1641.04 127 1641.04 121 1650.55 121C1660.07 121 1660.07 127 1669.58 127C1679.1 127 1679.1 121 1688.61 121C1698.13 121 1698.13 127 1707.64 127C1717.16 127 1717.16 121 1726.67 121C1736.19 121 1736.19 127 1745.7 127C1755.22 127 1755.22 121 1764.73 121C1774.25 121 1774.25 127 1783.76 127C1793.28 127 1793.28 121 1802.79 121C1812.31 121 1812.31 127 1821.82 127C1831.34 127 1831.34 121 1840.85 121C1850.37 121 1850.37 127 1859.88 127C1869.4 127 1869.4 121 1878.91 121C1888.43 121 1888.43 127 1897.94 127C1907.46 127 1907.46 121 1916.97 121C1926.49 121 1926.49 127 1936 127" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M14 151C23.5149 151 23.5149 157 33.0297 157C42.5446 157 42.5446 151 52.0594 151C61.5743 151 61.5743 157 71.0891 157C80.604 157 80.604 151 90.1188 151C99.6337 151 99.6337 157 109.149 157C118.663 157 118.663 151 128.178 151C137.693 151 137.693 157 147.208 157C156.723 157 156.723 151 166.238 151C175.752 151 175.752 157 185.267 157C194.782 157 194.782 151 204.297 151C213.812 151 213.812 157 223.327 157C232.842 157 232.842 151 242.356 151C251.871 151 251.871 157 261.386 157C270.901 157 270.901 151 280.416 151C289.931 151 289.931 157 299.446 157C308.96 157 308.96 151 318.475 151C327.99 151 327.99 157 337.505 157C347.02 157 347.02 151 356.535 151C366.05 151 366.05 157 375.564 157C385.079 157 385.079 151 394.594 151C404.109 151 404.109 157 413.624 157C423.139 157 423.139 151 432.653 151C442.168 151 442.168 157 451.683 157C461.198 157 461.198 151 470.713 151C480.228 151 480.228 157 489.743 157C499.257 157 499.257 151 508.772 151C518.287 151 518.287 157 527.802 157C537.317 157 537.317 151 546.832 151C556.347 151 556.347 157 565.861 157C575.376 157 575.376 151 584.891 151C594.406 151 594.406 157 603.921 157C613.436 157 613.436 151 622.95 151C632.465 151 632.465 157 641.98 157C651.495 157 651.495 151 661.01 151C670.525 151 670.525 157 680.04 157C689.554 157 689.554 151 699.069 151C708.584 151 708.584 157 718.099 157C727.614 157 727.614 151 737.129 151C746.644 151 746.644 157 756.158 157C765.673 157 765.673 151 775.188 151C784.703 151 784.703 157 794.218 157C803.733 157 803.733 151 813.248 151C822.762 151 822.762 157 832.277 157C841.792 157 841.792 151 851.307 151C860.822 151 860.822 157 870.337 157C879.851 157 879.851 151 889.366 151C898.881 151 898.881 157 908.396 157C917.911 157 917.911 151 927.426 151C936.941 151 936.941 157 946.455 157C955.97 157 955.97 151 965.485 151C975 151 975 157 984.515 157C994.03 157 994.03 151 1003.54 151C1013.06 151 1013.06 157 1022.57 157C1032.09 157 1032.09 151 1041.6 151C1051.12 151 1051.12 157 1060.63 157C1070.15 157 1070.15 151 1079.66 151C1089.18 151 1089.18 157 1098.69 157C1108.21 157 1108.21 151 1117.72 151C1127.24 151 1127.24 157 1136.75 157C1146.27 157 1146.27 151 1155.78 151C1165.3 151 1165.3 157 1174.81 157C1184.33 157 1184.33 151 1193.84 151C1203.36 151 1203.36 157 1212.87 157C1222.39 157 1222.39 151 1231.9 151C1241.42 151 1241.42 157 1250.93 157C1260.45 157 1260.45 151 1269.96 151C1279.48 151 1279.48 157 1288.99 157C1298.5 157 1298.5 151 1308.02 151C1317.53 151 1317.53 157 1327.05 157C1336.56 157 1336.56 151 1346.08 151C1355.59 151 1355.59 157 1365.11 157C1374.62 157 1374.62 151 1384.14 151C1393.65 151 1393.65 157 1403.17 157C1412.68 157 1412.68 151 1422.2 151C1431.71 151 1431.71 157 1441.23 157C1450.74 157 1450.74 151 1460.26 151C1469.77 151 1469.77 157 1479.29 157C1488.8 157 1488.8 151 1498.32 151C1507.83 151 1507.83 157 1517.35 157C1526.86 157 1526.86 151 1536.38 151C1545.89 151 1545.89 157 1555.41 157C1564.92 157 1564.92 151 1574.44 151C1583.95 151 1583.95 157 1593.47 157C1602.98 157 1602.98 151 1612.5 151C1622.01 151 1622.01 157 1631.52 157C1641.04 157 1641.04 151 1650.55 151C1660.07 151 1660.07 157 1669.58 157C1679.1 157 1679.1 151 1688.61 151C1698.13 151 1698.13 157 1707.64 157C1717.16 157 1717.16 151 1726.67 151C1736.19 151 1736.19 157 1745.7 157C1755.22 157 1755.22 151 1764.73 151C1774.25 151 1774.25 157 1783.76 157C1793.28 157 1793.28 151 1802.79 151C1812.31 151 1812.31 157 1821.82 157C1831.34 157 1831.34 151 1840.85 151C1850.37 151 1850.37 157 1859.88 157C1869.4 157 1869.4 151 1878.91 151C1888.43 151 1888.43 157 1897.94 157C1907.46 157 1907.46 151 1916.97 151C1926.49 151 1926.49 157 1936 157" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M14 161C23.5149 161 23.5149 167 33.0297 167C42.5446 167 42.5446 161 52.0594 161C61.5743 161 61.5743 167 71.0891 167C80.604 167 80.604 161 90.1188 161C99.6337 161 99.6337 167 109.149 167C118.663 167 118.663 161 128.178 161C137.693 161 137.693 167 147.208 167C156.723 167 156.723 161 166.238 161C175.752 161 175.752 167 185.267 167C194.782 167 194.782 161 204.297 161C213.812 161 213.812 167 223.327 167C232.842 167 232.842 161 242.356 161C251.871 161 251.871 167 261.386 167C270.901 167 270.901 161 280.416 161C289.931 161 289.931 167 299.446 167C308.96 167 308.96 161 318.475 161C327.99 161 327.99 167 337.505 167C347.02 167 347.02 161 356.535 161C366.05 161 366.05 167 375.564 167C385.079 167 385.079 161 394.594 161C404.109 161 404.109 167 413.624 167C423.139 167 423.139 161 432.653 161C442.168 161 442.168 167 451.683 167C461.198 167 461.198 161 470.713 161C480.228 161 480.228 167 489.743 167C499.257 167 499.257 161 508.772 161C518.287 161 518.287 167 527.802 167C537.317 167 537.317 161 546.832 161C556.347 161 556.347 167 565.861 167C575.376 167 575.376 161 584.891 161C594.406 161 594.406 167 603.921 167C613.436 167 613.436 161 622.95 161C632.465 161 632.465 167 641.98 167C651.495 167 651.495 161 661.01 161C670.525 161 670.525 167 680.04 167C689.554 167 689.554 161 699.069 161C708.584 161 708.584 167 718.099 167C727.614 167 727.614 161 737.129 161C746.644 161 746.644 167 756.158 167C765.673 167 765.673 161 775.188 161C784.703 161 784.703 167 794.218 167C803.733 167 803.733 161 813.248 161C822.762 161 822.762 167 832.277 167C841.792 167 841.792 161 851.307 161C860.822 161 860.822 167 870.337 167C879.851 167 879.851 161 889.366 161C898.881 161 898.881 167 908.396 167C917.911 167 917.911 161 927.426 161C936.941 161 936.941 167 946.455 167C955.97 167 955.97 161 965.485 161C975 161 975 167 984.515 167C994.03 167 994.03 161 1003.54 161C1013.06 161 1013.06 167 1022.57 167C1032.09 167 1032.09 161 1041.6 161C1051.12 161 1051.12 167 1060.63 167C1070.15 167 1070.15 161 1079.66 161C1089.18 161 1089.18 167 1098.69 167C1108.21 167 1108.21 161 1117.72 161C1127.24 161 1127.24 167 1136.75 167C1146.27 167 1146.27 161 1155.78 161C1165.3 161 1165.3 167 1174.81 167C1184.33 167 1184.33 161 1193.84 161C1203.36 161 1203.36 167 1212.87 167C1222.39 167 1222.39 161 1231.9 161C1241.42 161 1241.42 167 1250.93 167C1260.45 167 1260.45 161 1269.96 161C1279.48 161 1279.48 167 1288.99 167C1298.5 167 1298.5 161 1308.02 161C1317.53 161 1317.53 167 1327.05 167C1336.56 167 1336.56 161 1346.08 161C1355.59 161 1355.59 167 1365.11 167C1374.62 167 1374.62 161 1384.14 161C1393.65 161 1393.65 167 1403.17 167C1412.68 167 1412.68 161 1422.2 161C1431.71 161 1431.71 167 1441.23 167C1450.74 167 1450.74 161 1460.26 161C1469.77 161 1469.77 167 1479.29 167C1488.8 167 1488.8 161 1498.32 161C1507.83 161 1507.83 167 1517.35 167C1526.86 167 1526.86 161 1536.38 161C1545.89 161 1545.89 167 1555.41 167C1564.92 167 1564.92 161 1574.44 161C1583.95 161 1583.95 167 1593.47 167C1602.98 167 1602.98 161 1612.5 161C1622.01 161 1622.01 167 1631.52 167C1641.04 167 1641.04 161 1650.55 161C1660.07 161 1660.07 167 1669.58 167C1679.1 167 1679.1 161 1688.61 161C1698.13 161 1698.13 167 1707.64 167C1717.16 167 1717.16 161 1726.67 161C1736.19 161 1736.19 167 1745.7 167C1755.22 167 1755.22 161 1764.73 161C1774.25 161 1774.25 167 1783.76 167C1793.28 167 1793.28 161 1802.79 161C1812.31 161 1812.31 167 1821.82 167C1831.34 167 1831.34 161 1840.85 161C1850.37 161 1850.37 167 1859.88 167C1869.4 167 1869.4 161 1878.91 161C1888.43 161 1888.43 167 1897.94 167C1907.46 167 1907.46 161 1916.97 161C1926.49 161 1926.49 167 1936 167" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M14 171C23.5149 171 23.5149 177 33.0297 177C42.5446 177 42.5446 171 52.0594 171C61.5743 171 61.5743 177 71.0891 177C80.604 177 80.604 171 90.1188 171C99.6337 171 99.6337 177 109.149 177C118.663 177 118.663 171 128.178 171C137.693 171 137.693 177 147.208 177C156.723 177 156.723 171 166.238 171C175.752 171 175.752 177 185.267 177C194.782 177 194.782 171 204.297 171C213.812 171 213.812 177 223.327 177C232.842 177 232.842 171 242.356 171C251.871 171 251.871 177 261.386 177C270.901 177 270.901 171 280.416 171C289.931 171 289.931 177 299.446 177C308.96 177 308.96 171 318.475 171C327.99 171 327.99 177 337.505 177C347.02 177 347.02 171 356.535 171C366.05 171 366.05 177 375.564 177C385.079 177 385.079 171 394.594 171C404.109 171 404.109 177 413.624 177C423.139 177 423.139 171 432.653 171C442.168 171 442.168 177 451.683 177C461.198 177 461.198 171 470.713 171C480.228 171 480.228 177 489.743 177C499.257 177 499.257 171 508.772 171C518.287 171 518.287 177 527.802 177C537.317 177 537.317 171 546.832 171C556.347 171 556.347 177 565.861 177C575.376 177 575.376 171 584.891 171C594.406 171 594.406 177 603.921 177C613.436 177 613.436 171 622.95 171C632.465 171 632.465 177 641.98 177C651.495 177 651.495 171 661.01 171C670.525 171 670.525 177 680.04 177C689.554 177 689.554 171 699.069 171C708.584 171 708.584 177 718.099 177C727.614 177 727.614 171 737.129 171C746.644 171 746.644 177 756.158 177C765.673 177 765.673 171 775.188 171C784.703 171 784.703 177 794.218 177C803.733 177 803.733 171 813.248 171C822.762 171 822.762 177 832.277 177C841.792 177 841.792 171 851.307 171C860.822 171 860.822 177 870.337 177C879.851 177 879.851 171 889.366 171C898.881 171 898.881 177 908.396 177C917.911 177 917.911 171 927.426 171C936.941 171 936.941 177 946.455 177C955.97 177 955.97 171 965.485 171C975 171 975 177 984.515 177C994.03 177 994.03 171 1003.54 171C1013.06 171 1013.06 177 1022.57 177C1032.09 177 1032.09 171 1041.6 171C1051.12 171 1051.12 177 1060.63 177C1070.15 177 1070.15 171 1079.66 171C1089.18 171 1089.18 177 1098.69 177C1108.21 177 1108.21 171 1117.72 171C1127.24 171 1127.24 177 1136.75 177C1146.27 177 1146.27 171 1155.78 171C1165.3 171 1165.3 177 1174.81 177C1184.33 177 1184.33 171 1193.84 171C1203.36 171 1203.36 177 1212.87 177C1222.39 177 1222.39 171 1231.9 171C1241.42 171 1241.42 177 1250.93 177C1260.45 177 1260.45 171 1269.96 171C1279.48 171 1279.48 177 1288.99 177C1298.5 177 1298.5 171 1308.02 171C1317.53 171 1317.53 177 1327.05 177C1336.56 177 1336.56 171 1346.08 171C1355.59 171 1355.59 177 1365.11 177C1374.62 177 1374.62 171 1384.14 171C1393.65 171 1393.65 177 1403.17 177C1412.68 177 1412.68 171 1422.2 171C1431.71 171 1431.71 177 1441.23 177C1450.74 177 1450.74 171 1460.26 171C1469.77 171 1469.77 177 1479.29 177C1488.8 177 1488.8 171 1498.32 171C1507.83 171 1507.83 177 1517.35 177C1526.86 177 1526.86 171 1536.38 171C1545.89 171 1545.89 177 1555.41 177C1564.92 177 1564.92 171 1574.44 171C1583.95 171 1583.95 177 1593.47 177C1602.98 177 1602.98 171 1612.5 171C1622.01 171 1622.01 177 1631.52 177C1641.04 177 1641.04 171 1650.55 171C1660.07 171 1660.07 177 1669.58 177C1679.1 177 1679.1 171 1688.61 171C1698.13 171 1698.13 177 1707.64 177C1717.16 177 1717.16 171 1726.67 171C1736.19 171 1736.19 177 1745.7 177C1755.22 177 1755.22 171 1764.73 171C1774.25 171 1774.25 177 1783.76 177C1793.28 177 1793.28 171 1802.79 171C1812.31 171 1812.31 177 1821.82 177C1831.34 177 1831.34 171 1840.85 171C1850.37 171 1850.37 177 1859.88 177C1869.4 177 1869.4 171 1878.91 171C1888.43 171 1888.43 177 1897.94 177C1907.46 177 1907.46 171 1916.97 171C1926.49 171 1926.49 177 1936 177" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </g> <path d="M114 21L134 41L114 61L94 41L114 21Z" fill="%23F6E8EA"/> <path d="M114 61L134 81L114 101L94 81L114 61Z" fill="%23FFD700"/> <path d="M154 21L194 61L154 101L114 61L154 21Z" fill="%23DDE7F1"/> <path d="M1 372C10.5 372 10.5 366 20 366C29.5 366 29.5 372 39 372C48.5 372 48.5 366 58 366C67.5 366 67.5 372 77 372C86.5 372 86.5 366 96 366C105.5 366 105.5 372 115 372C124.5 372 124.5 366 134 366C143.5 366 143.5 372 153 372" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1 382C10.5 382 10.5 376 20 376C29.5 376 29.5 382 39 382C48.5 382 48.5 376 58 376C67.5 376 67.5 382 77 382C86.5 382 86.5 376 96 376C105.5 376 105.5 382 115 382C124.5 382 124.5 376 134 376C143.5 376 143.5 382 153 382" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1 392C10.5 392 10.5 386 20 386C29.5 386 29.5 392 39 392C48.5 392 48.5 386 58 386C67.5 386 67.5 392 77 392C86.5 392 86.5 386 96 386C105.5 386 105.5 392 115 392C124.5 392 124.5 386 134 386C143.5 386 143.5 392 153 392" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1 402C10.5 402 10.5 396 20 396C29.5 396 29.5 402 39 402C48.5 402 48.5 396 58 396C67.5 396 67.5 402 77 402C86.5 402 86.5 396 96 396C105.5 396 105.5 402 115 402C124.5 402 124.5 396 134 396C143.5 396 143.5 402 153 402" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1 412C10.5 412 10.5 406 20 406C29.5 406 29.5 412 39 412C48.5 412 48.5 406 58 406C67.5 406 67.5 412 77 412C86.5 412 86.5 406 96 406C105.5 406 105.5 412 115 412C124.5 412 124.5 406 134 406C143.5 406 143.5 412 153 412" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M77 501C86.5 501 86.5 495 96 495C105.5 495 105.5 501 115 501C124.5 501 124.5 495 134 495C143.5 495 143.5 501 153 501C162.5 501 162.5 495 172 495C181.5 495 181.5 501 191 501C200.5 501 200.5 495 210 495C219.5 495 219.5 501 229 501" stroke="%23F6E8EA" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M77 511C86.5 511 86.5 505 96 505C105.5 505 105.5 511 115 511C124.5 511 124.5 505 134 505C143.5 505 143.5 511 153 511C162.5 511 162.5 505 172 505C181.5 505 181.5 511 191 511C200.5 511 200.5 505 210 505C219.5 505 219.5 511 229 511" stroke="%23F6E8EA" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M77 521C86.5 521 86.5 515 96 515C105.5 515 105.5 521 115 521C124.5 521 124.5 515 134 515C143.5 515 143.5 521 153 521C162.5 521 162.5 515 172 515C181.5 515 181.5 521 191 521C200.5 521 200.5 515 210 515C219.5 515 219.5 521 229 521" stroke="%23F6E8EA" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M77 531C86.5 531 86.5 525 96 525C105.5 525 105.5 531 115 531C124.5 531 124.5 525 134 525C143.5 525 143.5 531 153 531C162.5 531 162.5 525 172 525C181.5 525 181.5 531 191 531C200.5 531 200.5 525 210 525C219.5 525 219.5 531 229 531" stroke="%23F6E8EA" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M77 541C86.5 541 86.5 535 96 535C105.5 535 105.5 541 115 541C124.5 541 124.5 535 134 535C143.5 535 143.5 541 153 541C162.5 541 162.5 535 172 535C181.5 535 181.5 541 191 541C200.5 541 200.5 535 210 535C219.5 535 219.5 541 229 541" stroke="%23F6E8EA" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M189 452L192 455L189 458L186 455L189 452Z" fill="%23FFD700"/> <path d="M209 452L212 455L209 458L206 455L209 452Z" fill="%23FFD700"/> <path d="M229 452L232 455L229 458L226 455L229 452Z" fill="%23FFD700"/> <path d="M249 452L252 455L249 458L246 455L249 452Z" fill="%23FFD700"/> <path d="M189 472L192 475L189 478L186 475L189 472Z" fill="%23FFD700"/> <path d="M209 472L212 475L209 478L206 475L209 472Z" fill="%23FFD700"/> <path d="M229 472L232 475L229 478L226 475L229 472Z" fill="%23FFD700"/> <path d="M249 472L252 475L249 478L246 475L249 472Z" fill="%23FFD700"/> <path d="M189 492L192 495L189 498L186 495L189 492Z" fill="%23FFD700"/> <path d="M209 492L212 495L209 498L206 495L209 492Z" fill="%23FFD700"/> <path d="M229 492L232 495L229 498L226 495L229 492Z" fill="%23FFD700"/> <path d="M249 492L252 495L249 498L246 495L249 492Z" fill="%23FFD700"/> <path d="M189 512L192 515L189 518L186 515L189 512Z" fill="%23FFD700"/> <path d="M209 512L212 515L209 518L206 515L209 512Z" fill="%23FFD700"/> <path d="M229 512L232 515L229 518L226 515L229 512Z" fill="%23FFD700"/> <path d="M249 512L252 515L249 518L246 515L249 512Z" fill="%23FFD700"/> <path d="M169 452L172 455L169 458L166 455L169 452Z" fill="%23FFD700"/> <path d="M169 472L172 475L169 478L166 475L169 472Z" fill="%23FFD700"/> <path d="M169 492L172 495L169 498L166 495L169 492Z" fill="%23FFD700"/> <path d="M169 512L172 515L169 518L166 515L169 512Z" fill="%23FFD700"/> <path d="M149 452L152 455L149 458L146 455L149 452Z" fill="%23FFD700"/> <path d="M149 472L152 475L149 478L146 475L149 472Z" fill="%23FFD700"/> <path d="M149 492L152 495L149 498L146 495L149 492Z" fill="%23FFD700"/> <path d="M149 512L152 515L149 518L146 515L149 512Z" fill="%23FFD700"/> <path d="M269 452L272 455L269 458L266 455L269 452Z" fill="%23FFD700"/> <path d="M269 472L272 475L269 478L266 475L269 472Z" fill="%23FFD700"/> <path d="M269 492L272 495L269 498L266 495L269 492Z" fill="%23FFD700"/> <path d="M269 512L272 515L269 518L266 515L269 512Z" fill="%23FFD700"/> </svg>');
        width: 269px;
        height: 542px;
        right: 0;
        top: 0;
        z-index: 5;
    }

    .section-purchase::before {
        content: '';
        position: absolute;
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="1920" height="197" viewBox="0 0 1920 197" fill="none" xmlns="http://www.w3.org/2000/svg"> <g opacity="0.5"> <path d="M-1 20C8.51485 20 8.51485 26 18.0297 26C27.5446 26 27.5446 20 37.0594 20C46.5743 20 46.5743 26 56.0891 26C65.604 26 65.604 20 75.1188 20C84.6337 20 84.6337 26 94.1485 26C103.663 26 103.663 20 113.178 20C122.693 20 122.693 26 132.208 26C141.723 26 141.723 20 151.238 20C160.752 20 160.752 26 170.267 26C179.782 26 179.782 20 189.297 20C198.812 20 198.812 26 208.327 26C217.842 26 217.842 20 227.356 20C236.871 20 236.871 26 246.386 26C255.901 26 255.901 20 265.416 20C274.931 20 274.931 26 284.446 26C293.96 26 293.96 20 303.475 20C312.99 20 312.99 26 322.505 26C332.02 26 332.02 20 341.535 20C351.05 20 351.05 26 360.564 26C370.079 26 370.079 20 379.594 20C389.109 20 389.109 26 398.624 26C408.139 26 408.139 20 417.653 20C427.168 20 427.168 26 436.683 26C446.198 26 446.198 20 455.713 20C465.228 20 465.228 26 474.743 26C484.257 26 484.257 20 493.772 20C503.287 20 503.287 26 512.802 26C522.317 26 522.317 20 531.832 20C541.347 20 541.347 26 550.861 26C560.376 26 560.376 20 569.891 20C579.406 20 579.406 26 588.921 26C598.436 26 598.436 20 607.95 20C617.465 20 617.465 26 626.98 26C636.495 26 636.495 20 646.01 20C655.525 20 655.525 26 665.04 26C674.554 26 674.554 20 684.069 20C693.584 20 693.584 26 703.099 26C712.614 26 712.614 20 722.129 20C731.644 20 731.644 26 741.158 26C750.673 26 750.673 20 760.188 20C769.703 20 769.703 26 779.218 26C788.733 26 788.733 20 798.248 20C807.762 20 807.762 26 817.277 26C826.792 26 826.792 20 836.307 20C845.822 20 845.822 26 855.337 26C864.851 26 864.851 20 874.366 20C883.881 20 883.881 26 893.396 26C902.911 26 902.911 20 912.426 20C921.941 20 921.941 26 931.455 26C940.97 26 940.97 20 950.485 20C960 20 960 26 969.515 26C979.03 26 979.03 20 988.545 20C998.059 20 998.059 26 1007.57 26C1017.09 26 1017.09 20 1026.6 20C1036.12 20 1036.12 26 1045.63 26C1055.15 26 1055.15 20 1064.66 20C1074.18 20 1074.18 26 1083.69 26C1093.21 26 1093.21 20 1102.72 20C1112.24 20 1112.24 26 1121.75 26C1131.27 26 1131.27 20 1140.78 20C1150.3 20 1150.3 26 1159.81 26C1169.33 26 1169.33 20 1178.84 20C1188.36 20 1188.36 26 1197.87 26C1207.39 26 1207.39 20 1216.9 20C1226.42 20 1226.42 26 1235.93 26C1245.45 26 1245.45 20 1254.96 20C1264.48 20 1264.48 26 1273.99 26C1283.5 26 1283.5 20 1293.02 20C1302.53 20 1302.53 26 1312.05 26C1321.56 26 1321.56 20 1331.08 20C1340.59 20 1340.59 26 1350.11 26C1359.62 26 1359.62 20 1369.14 20C1378.65 20 1378.65 26 1388.17 26C1397.68 26 1397.68 20 1407.2 20C1416.71 20 1416.71 26 1426.23 26C1435.74 26 1435.74 20 1445.26 20C1454.77 20 1454.77 26 1464.29 26C1473.8 26 1473.8 20 1483.32 20C1492.83 20 1492.83 26 1502.35 26C1511.86 26 1511.86 20 1521.38 20C1530.89 20 1530.89 26 1540.41 26C1549.92 26 1549.92 20 1559.44 20C1568.95 20 1568.95 26 1578.47 26C1587.98 26 1587.98 20 1597.5 20C1607.01 20 1607.01 26 1616.52 26C1626.04 26 1626.04 20 1635.55 20C1645.07 20 1645.07 26 1654.58 26C1664.1 26 1664.1 20 1673.61 20C1683.13 20 1683.13 26 1692.64 26C1702.16 26 1702.16 20 1711.67 20C1721.19 20 1721.19 26 1730.7 26C1740.22 26 1740.22 20 1749.73 20C1759.25 20 1759.25 26 1768.76 26C1778.28 26 1778.28 20 1787.79 20C1797.31 20 1797.31 26 1806.82 26C1816.34 26 1816.34 20 1825.85 20C1835.37 20 1835.37 26 1844.88 26C1854.4 26 1854.4 20 1863.91 20C1873.43 20 1873.43 26 1882.94 26C1892.46 26 1892.46 20 1901.97 20C1911.49 20 1911.49 26 1921 26" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 30C8.51485 30 8.51485 36 18.0297 36C27.5446 36 27.5446 30 37.0594 30C46.5743 30 46.5743 36 56.0891 36C65.604 36 65.604 30 75.1188 30C84.6337 30 84.6337 36 94.1485 36C103.663 36 103.663 30 113.178 30C122.693 30 122.693 36 132.208 36C141.723 36 141.723 30 151.238 30C160.752 30 160.752 36 170.267 36C179.782 36 179.782 30 189.297 30C198.812 30 198.812 36 208.327 36C217.842 36 217.842 30 227.356 30C236.871 30 236.871 36 246.386 36C255.901 36 255.901 30 265.416 30C274.931 30 274.931 36 284.446 36C293.96 36 293.96 30 303.475 30C312.99 30 312.99 36 322.505 36C332.02 36 332.02 30 341.535 30C351.05 30 351.05 36 360.564 36C370.079 36 370.079 30 379.594 30C389.109 30 389.109 36 398.624 36C408.139 36 408.139 30 417.653 30C427.168 30 427.168 36 436.683 36C446.198 36 446.198 30 455.713 30C465.228 30 465.228 36 474.743 36C484.257 36 484.257 30 493.772 30C503.287 30 503.287 36 512.802 36C522.317 36 522.317 30 531.832 30C541.347 30 541.347 36 550.861 36C560.376 36 560.376 30 569.891 30C579.406 30 579.406 36 588.921 36C598.436 36 598.436 30 607.95 30C617.465 30 617.465 36 626.98 36C636.495 36 636.495 30 646.01 30C655.525 30 655.525 36 665.04 36C674.554 36 674.554 30 684.069 30C693.584 30 693.584 36 703.099 36C712.614 36 712.614 30 722.129 30C731.644 30 731.644 36 741.158 36C750.673 36 750.673 30 760.188 30C769.703 30 769.703 36 779.218 36C788.733 36 788.733 30 798.248 30C807.762 30 807.762 36 817.277 36C826.792 36 826.792 30 836.307 30C845.822 30 845.822 36 855.337 36C864.851 36 864.851 30 874.366 30C883.881 30 883.881 36 893.396 36C902.911 36 902.911 30 912.426 30C921.941 30 921.941 36 931.455 36C940.97 36 940.97 30 950.485 30C960 30 960 36 969.515 36C979.03 36 979.03 30 988.545 30C998.059 30 998.059 36 1007.57 36C1017.09 36 1017.09 30 1026.6 30C1036.12 30 1036.12 36 1045.63 36C1055.15 36 1055.15 30 1064.66 30C1074.18 30 1074.18 36 1083.69 36C1093.21 36 1093.21 30 1102.72 30C1112.24 30 1112.24 36 1121.75 36C1131.27 36 1131.27 30 1140.78 30C1150.3 30 1150.3 36 1159.81 36C1169.33 36 1169.33 30 1178.84 30C1188.36 30 1188.36 36 1197.87 36C1207.39 36 1207.39 30 1216.9 30C1226.42 30 1226.42 36 1235.93 36C1245.45 36 1245.45 30 1254.96 30C1264.48 30 1264.48 36 1273.99 36C1283.5 36 1283.5 30 1293.02 30C1302.53 30 1302.53 36 1312.05 36C1321.56 36 1321.56 30 1331.08 30C1340.59 30 1340.59 36 1350.11 36C1359.62 36 1359.62 30 1369.14 30C1378.65 30 1378.65 36 1388.17 36C1397.68 36 1397.68 30 1407.2 30C1416.71 30 1416.71 36 1426.23 36C1435.74 36 1435.74 30 1445.26 30C1454.77 30 1454.77 36 1464.29 36C1473.8 36 1473.8 30 1483.32 30C1492.83 30 1492.83 36 1502.35 36C1511.86 36 1511.86 30 1521.38 30C1530.89 30 1530.89 36 1540.41 36C1549.92 36 1549.92 30 1559.44 30C1568.95 30 1568.95 36 1578.47 36C1587.98 36 1587.98 30 1597.5 30C1607.01 30 1607.01 36 1616.52 36C1626.04 36 1626.04 30 1635.55 30C1645.07 30 1645.07 36 1654.58 36C1664.1 36 1664.1 30 1673.61 30C1683.13 30 1683.13 36 1692.64 36C1702.16 36 1702.16 30 1711.67 30C1721.19 30 1721.19 36 1730.7 36C1740.22 36 1740.22 30 1749.73 30C1759.25 30 1759.25 36 1768.76 36C1778.28 36 1778.28 30 1787.79 30C1797.31 30 1797.31 36 1806.82 36C1816.34 36 1816.34 30 1825.85 30C1835.37 30 1835.37 36 1844.88 36C1854.4 36 1854.4 30 1863.91 30C1873.43 30 1873.43 36 1882.94 36C1892.46 36 1892.46 30 1901.97 30C1911.49 30 1911.49 36 1921 36" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 40C8.51485 40 8.51485 46 18.0297 46C27.5446 46 27.5446 40 37.0594 40C46.5743 40 46.5743 46 56.0891 46C65.604 46 65.604 40 75.1188 40C84.6337 40 84.6337 46 94.1485 46C103.663 46 103.663 40 113.178 40C122.693 40 122.693 46 132.208 46C141.723 46 141.723 40 151.238 40C160.752 40 160.752 46 170.267 46C179.782 46 179.782 40 189.297 40C198.812 40 198.812 46 208.327 46C217.842 46 217.842 40 227.356 40C236.871 40 236.871 46 246.386 46C255.901 46 255.901 40 265.416 40C274.931 40 274.931 46 284.446 46C293.96 46 293.96 40 303.475 40C312.99 40 312.99 46 322.505 46C332.02 46 332.02 40 341.535 40C351.05 40 351.05 46 360.564 46C370.079 46 370.079 40 379.594 40C389.109 40 389.109 46 398.624 46C408.139 46 408.139 40 417.653 40C427.168 40 427.168 46 436.683 46C446.198 46 446.198 40 455.713 40C465.228 40 465.228 46 474.743 46C484.257 46 484.257 40 493.772 40C503.287 40 503.287 46 512.802 46C522.317 46 522.317 40 531.832 40C541.347 40 541.347 46 550.861 46C560.376 46 560.376 40 569.891 40C579.406 40 579.406 46 588.921 46C598.436 46 598.436 40 607.95 40C617.465 40 617.465 46 626.98 46C636.495 46 636.495 40 646.01 40C655.525 40 655.525 46 665.04 46C674.554 46 674.554 40 684.069 40C693.584 40 693.584 46 703.099 46C712.614 46 712.614 40 722.129 40C731.644 40 731.644 46 741.158 46C750.673 46 750.673 40 760.188 40C769.703 40 769.703 46 779.218 46C788.733 46 788.733 40 798.248 40C807.762 40 807.762 46 817.277 46C826.792 46 826.792 40 836.307 40C845.822 40 845.822 46 855.337 46C864.851 46 864.851 40 874.366 40C883.881 40 883.881 46 893.396 46C902.911 46 902.911 40 912.426 40C921.941 40 921.941 46 931.455 46C940.97 46 940.97 40 950.485 40C960 40 960 46 969.515 46C979.03 46 979.03 40 988.545 40C998.059 40 998.059 46 1007.57 46C1017.09 46 1017.09 40 1026.6 40C1036.12 40 1036.12 46 1045.63 46C1055.15 46 1055.15 40 1064.66 40C1074.18 40 1074.18 46 1083.69 46C1093.21 46 1093.21 40 1102.72 40C1112.24 40 1112.24 46 1121.75 46C1131.27 46 1131.27 40 1140.78 40C1150.3 40 1150.3 46 1159.81 46C1169.33 46 1169.33 40 1178.84 40C1188.36 40 1188.36 46 1197.87 46C1207.39 46 1207.39 40 1216.9 40C1226.42 40 1226.42 46 1235.93 46C1245.45 46 1245.45 40 1254.96 40C1264.48 40 1264.48 46 1273.99 46C1283.5 46 1283.5 40 1293.02 40C1302.53 40 1302.53 46 1312.05 46C1321.56 46 1321.56 40 1331.08 40C1340.59 40 1340.59 46 1350.11 46C1359.62 46 1359.62 40 1369.14 40C1378.65 40 1378.65 46 1388.17 46C1397.68 46 1397.68 40 1407.2 40C1416.71 40 1416.71 46 1426.23 46C1435.74 46 1435.74 40 1445.26 40C1454.77 40 1454.77 46 1464.29 46C1473.8 46 1473.8 40 1483.32 40C1492.83 40 1492.83 46 1502.35 46C1511.86 46 1511.86 40 1521.38 40C1530.89 40 1530.89 46 1540.41 46C1549.92 46 1549.92 40 1559.44 40C1568.95 40 1568.95 46 1578.47 46C1587.98 46 1587.98 40 1597.5 40C1607.01 40 1607.01 46 1616.52 46C1626.04 46 1626.04 40 1635.55 40C1645.07 40 1645.07 46 1654.58 46C1664.1 46 1664.1 40 1673.61 40C1683.13 40 1683.13 46 1692.64 46C1702.16 46 1702.16 40 1711.67 40C1721.19 40 1721.19 46 1730.7 46C1740.22 46 1740.22 40 1749.73 40C1759.25 40 1759.25 46 1768.76 46C1778.28 46 1778.28 40 1787.79 40C1797.31 40 1797.31 46 1806.82 46C1816.34 46 1816.34 40 1825.85 40C1835.37 40 1835.37 46 1844.88 46C1854.4 46 1854.4 40 1863.91 40C1873.43 40 1873.43 46 1882.94 46C1892.46 46 1892.46 40 1901.97 40C1911.49 40 1911.49 46 1921 46" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 70C8.51485 70 8.51485 76 18.0297 76C27.5446 76 27.5446 70 37.0594 70C46.5743 70 46.5743 76 56.0891 76C65.604 76 65.604 70 75.1188 70C84.6337 70 84.6337 76 94.1485 76C103.663 76 103.663 70 113.178 70C122.693 70 122.693 76 132.208 76C141.723 76 141.723 70 151.238 70C160.752 70 160.752 76 170.267 76C179.782 76 179.782 70 189.297 70C198.812 70 198.812 76 208.327 76C217.842 76 217.842 70 227.356 70C236.871 70 236.871 76 246.386 76C255.901 76 255.901 70 265.416 70C274.931 70 274.931 76 284.446 76C293.96 76 293.96 70 303.475 70C312.99 70 312.99 76 322.505 76C332.02 76 332.02 70 341.535 70C351.05 70 351.05 76 360.564 76C370.079 76 370.079 70 379.594 70C389.109 70 389.109 76 398.624 76C408.139 76 408.139 70 417.653 70C427.168 70 427.168 76 436.683 76C446.198 76 446.198 70 455.713 70C465.228 70 465.228 76 474.743 76C484.257 76 484.257 70 493.772 70C503.287 70 503.287 76 512.802 76C522.317 76 522.317 70 531.832 70C541.347 70 541.347 76 550.861 76C560.376 76 560.376 70 569.891 70C579.406 70 579.406 76 588.921 76C598.436 76 598.436 70 607.95 70C617.465 70 617.465 76 626.98 76C636.495 76 636.495 70 646.01 70C655.525 70 655.525 76 665.04 76C674.554 76 674.554 70 684.069 70C693.584 70 693.584 76 703.099 76C712.614 76 712.614 70 722.129 70C731.644 70 731.644 76 741.158 76C750.673 76 750.673 70 760.188 70C769.703 70 769.703 76 779.218 76C788.733 76 788.733 70 798.248 70C807.762 70 807.762 76 817.277 76C826.792 76 826.792 70 836.307 70C845.822 70 845.822 76 855.337 76C864.851 76 864.851 70 874.366 70C883.881 70 883.881 76 893.396 76C902.911 76 902.911 70 912.426 70C921.941 70 921.941 76 931.455 76C940.97 76 940.97 70 950.485 70C960 70 960 76 969.515 76C979.03 76 979.03 70 988.545 70C998.059 70 998.059 76 1007.57 76C1017.09 76 1017.09 70 1026.6 70C1036.12 70 1036.12 76 1045.63 76C1055.15 76 1055.15 70 1064.66 70C1074.18 70 1074.18 76 1083.69 76C1093.21 76 1093.21 70 1102.72 70C1112.24 70 1112.24 76 1121.75 76C1131.27 76 1131.27 70 1140.78 70C1150.3 70 1150.3 76 1159.81 76C1169.33 76 1169.33 70 1178.84 70C1188.36 70 1188.36 76 1197.87 76C1207.39 76 1207.39 70 1216.9 70C1226.42 70 1226.42 76 1235.93 76C1245.45 76 1245.45 70 1254.96 70C1264.48 70 1264.48 76 1273.99 76C1283.5 76 1283.5 70 1293.02 70C1302.53 70 1302.53 76 1312.05 76C1321.56 76 1321.56 70 1331.08 70C1340.59 70 1340.59 76 1350.11 76C1359.62 76 1359.62 70 1369.14 70C1378.65 70 1378.65 76 1388.17 76C1397.68 76 1397.68 70 1407.2 70C1416.71 70 1416.71 76 1426.23 76C1435.74 76 1435.74 70 1445.26 70C1454.77 70 1454.77 76 1464.29 76C1473.8 76 1473.8 70 1483.32 70C1492.83 70 1492.83 76 1502.35 76C1511.86 76 1511.86 70 1521.38 70C1530.89 70 1530.89 76 1540.41 76C1549.92 76 1549.92 70 1559.44 70C1568.95 70 1568.95 76 1578.47 76C1587.98 76 1587.98 70 1597.5 70C1607.01 70 1607.01 76 1616.52 76C1626.04 76 1626.04 70 1635.55 70C1645.07 70 1645.07 76 1654.58 76C1664.1 76 1664.1 70 1673.61 70C1683.13 70 1683.13 76 1692.64 76C1702.16 76 1702.16 70 1711.67 70C1721.19 70 1721.19 76 1730.7 76C1740.22 76 1740.22 70 1749.73 70C1759.25 70 1759.25 76 1768.76 76C1778.28 76 1778.28 70 1787.79 70C1797.31 70 1797.31 76 1806.82 76C1816.34 76 1816.34 70 1825.85 70C1835.37 70 1835.37 76 1844.88 76C1854.4 76 1854.4 70 1863.91 70C1873.43 70 1873.43 76 1882.94 76C1892.46 76 1892.46 70 1901.97 70C1911.49 70 1911.49 76 1921 76" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 80C8.51485 80 8.51485 86 18.0297 86C27.5446 86 27.5446 80 37.0594 80C46.5743 80 46.5743 86 56.0891 86C65.604 86 65.604 80 75.1188 80C84.6337 80 84.6337 86 94.1485 86C103.663 86 103.663 80 113.178 80C122.693 80 122.693 86 132.208 86C141.723 86 141.723 80 151.238 80C160.752 80 160.752 86 170.267 86C179.782 86 179.782 80 189.297 80C198.812 80 198.812 86 208.327 86C217.842 86 217.842 80 227.356 80C236.871 80 236.871 86 246.386 86C255.901 86 255.901 80 265.416 80C274.931 80 274.931 86 284.446 86C293.96 86 293.96 80 303.475 80C312.99 80 312.99 86 322.505 86C332.02 86 332.02 80 341.535 80C351.05 80 351.05 86 360.564 86C370.079 86 370.079 80 379.594 80C389.109 80 389.109 86 398.624 86C408.139 86 408.139 80 417.653 80C427.168 80 427.168 86 436.683 86C446.198 86 446.198 80 455.713 80C465.228 80 465.228 86 474.743 86C484.257 86 484.257 80 493.772 80C503.287 80 503.287 86 512.802 86C522.317 86 522.317 80 531.832 80C541.347 80 541.347 86 550.861 86C560.376 86 560.376 80 569.891 80C579.406 80 579.406 86 588.921 86C598.436 86 598.436 80 607.95 80C617.465 80 617.465 86 626.98 86C636.495 86 636.495 80 646.01 80C655.525 80 655.525 86 665.04 86C674.554 86 674.554 80 684.069 80C693.584 80 693.584 86 703.099 86C712.614 86 712.614 80 722.129 80C731.644 80 731.644 86 741.158 86C750.673 86 750.673 80 760.188 80C769.703 80 769.703 86 779.218 86C788.733 86 788.733 80 798.248 80C807.762 80 807.762 86 817.277 86C826.792 86 826.792 80 836.307 80C845.822 80 845.822 86 855.337 86C864.851 86 864.851 80 874.366 80C883.881 80 883.881 86 893.396 86C902.911 86 902.911 80 912.426 80C921.941 80 921.941 86 931.455 86C940.97 86 940.97 80 950.485 80C960 80 960 86 969.515 86C979.03 86 979.03 80 988.545 80C998.059 80 998.059 86 1007.57 86C1017.09 86 1017.09 80 1026.6 80C1036.12 80 1036.12 86 1045.63 86C1055.15 86 1055.15 80 1064.66 80C1074.18 80 1074.18 86 1083.69 86C1093.21 86 1093.21 80 1102.72 80C1112.24 80 1112.24 86 1121.75 86C1131.27 86 1131.27 80 1140.78 80C1150.3 80 1150.3 86 1159.81 86C1169.33 86 1169.33 80 1178.84 80C1188.36 80 1188.36 86 1197.87 86C1207.39 86 1207.39 80 1216.9 80C1226.42 80 1226.42 86 1235.93 86C1245.45 86 1245.45 80 1254.96 80C1264.48 80 1264.48 86 1273.99 86C1283.5 86 1283.5 80 1293.02 80C1302.53 80 1302.53 86 1312.05 86C1321.56 86 1321.56 80 1331.08 80C1340.59 80 1340.59 86 1350.11 86C1359.62 86 1359.62 80 1369.14 80C1378.65 80 1378.65 86 1388.17 86C1397.68 86 1397.68 80 1407.2 80C1416.71 80 1416.71 86 1426.23 86C1435.74 86 1435.74 80 1445.26 80C1454.77 80 1454.77 86 1464.29 86C1473.8 86 1473.8 80 1483.32 80C1492.83 80 1492.83 86 1502.35 86C1511.86 86 1511.86 80 1521.38 80C1530.89 80 1530.89 86 1540.41 86C1549.92 86 1549.92 80 1559.44 80C1568.95 80 1568.95 86 1578.47 86C1587.98 86 1587.98 80 1597.5 80C1607.01 80 1607.01 86 1616.52 86C1626.04 86 1626.04 80 1635.55 80C1645.07 80 1645.07 86 1654.58 86C1664.1 86 1664.1 80 1673.61 80C1683.13 80 1683.13 86 1692.64 86C1702.16 86 1702.16 80 1711.67 80C1721.19 80 1721.19 86 1730.7 86C1740.22 86 1740.22 80 1749.73 80C1759.25 80 1759.25 86 1768.76 86C1778.28 86 1778.28 80 1787.79 80C1797.31 80 1797.31 86 1806.82 86C1816.34 86 1816.34 80 1825.85 80C1835.37 80 1835.37 86 1844.88 86C1854.4 86 1854.4 80 1863.91 80C1873.43 80 1873.43 86 1882.94 86C1892.46 86 1892.46 80 1901.97 80C1911.49 80 1911.49 86 1921 86" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 90C8.51485 90 8.51485 96 18.0297 96C27.5446 96 27.5446 90 37.0594 90C46.5743 90 46.5743 96 56.0891 96C65.604 96 65.604 90 75.1188 90C84.6337 90 84.6337 96 94.1485 96C103.663 96 103.663 90 113.178 90C122.693 90 122.693 96 132.208 96C141.723 96 141.723 90 151.238 90C160.752 90 160.752 96 170.267 96C179.782 96 179.782 90 189.297 90C198.812 90 198.812 96 208.327 96C217.842 96 217.842 90 227.356 90C236.871 90 236.871 96 246.386 96C255.901 96 255.901 90 265.416 90C274.931 90 274.931 96 284.446 96C293.96 96 293.96 90 303.475 90C312.99 90 312.99 96 322.505 96C332.02 96 332.02 90 341.535 90C351.05 90 351.05 96 360.564 96C370.079 96 370.079 90 379.594 90C389.109 90 389.109 96 398.624 96C408.139 96 408.139 90 417.653 90C427.168 90 427.168 96 436.683 96C446.198 96 446.198 90 455.713 90C465.228 90 465.228 96 474.743 96C484.257 96 484.257 90 493.772 90C503.287 90 503.287 96 512.802 96C522.317 96 522.317 90 531.832 90C541.347 90 541.347 96 550.861 96C560.376 96 560.376 90 569.891 90C579.406 90 579.406 96 588.921 96C598.436 96 598.436 90 607.95 90C617.465 90 617.465 96 626.98 96C636.495 96 636.495 90 646.01 90C655.525 90 655.525 96 665.04 96C674.554 96 674.554 90 684.069 90C693.584 90 693.584 96 703.099 96C712.614 96 712.614 90 722.129 90C731.644 90 731.644 96 741.158 96C750.673 96 750.673 90 760.188 90C769.703 90 769.703 96 779.218 96C788.733 96 788.733 90 798.248 90C807.762 90 807.762 96 817.277 96C826.792 96 826.792 90 836.307 90C845.822 90 845.822 96 855.337 96C864.851 96 864.851 90 874.366 90C883.881 90 883.881 96 893.396 96C902.911 96 902.911 90 912.426 90C921.941 90 921.941 96 931.455 96C940.97 96 940.97 90 950.485 90C960 90 960 96 969.515 96C979.03 96 979.03 90 988.545 90C998.059 90 998.059 96 1007.57 96C1017.09 96 1017.09 90 1026.6 90C1036.12 90 1036.12 96 1045.63 96C1055.15 96 1055.15 90 1064.66 90C1074.18 90 1074.18 96 1083.69 96C1093.21 96 1093.21 90 1102.72 90C1112.24 90 1112.24 96 1121.75 96C1131.27 96 1131.27 90 1140.78 90C1150.3 90 1150.3 96 1159.81 96C1169.33 96 1169.33 90 1178.84 90C1188.36 90 1188.36 96 1197.87 96C1207.39 96 1207.39 90 1216.9 90C1226.42 90 1226.42 96 1235.93 96C1245.45 96 1245.45 90 1254.96 90C1264.48 90 1264.48 96 1273.99 96C1283.5 96 1283.5 90 1293.02 90C1302.53 90 1302.53 96 1312.05 96C1321.56 96 1321.56 90 1331.08 90C1340.59 90 1340.59 96 1350.11 96C1359.62 96 1359.62 90 1369.14 90C1378.65 90 1378.65 96 1388.17 96C1397.68 96 1397.68 90 1407.2 90C1416.71 90 1416.71 96 1426.23 96C1435.74 96 1435.74 90 1445.26 90C1454.77 90 1454.77 96 1464.29 96C1473.8 96 1473.8 90 1483.32 90C1492.83 90 1492.83 96 1502.35 96C1511.86 96 1511.86 90 1521.38 90C1530.89 90 1530.89 96 1540.41 96C1549.92 96 1549.92 90 1559.44 90C1568.95 90 1568.95 96 1578.47 96C1587.98 96 1587.98 90 1597.5 90C1607.01 90 1607.01 96 1616.52 96C1626.04 96 1626.04 90 1635.55 90C1645.07 90 1645.07 96 1654.58 96C1664.1 96 1664.1 90 1673.61 90C1683.13 90 1683.13 96 1692.64 96C1702.16 96 1702.16 90 1711.67 90C1721.19 90 1721.19 96 1730.7 96C1740.22 96 1740.22 90 1749.73 90C1759.25 90 1759.25 96 1768.76 96C1778.28 96 1778.28 90 1787.79 90C1797.31 90 1797.31 96 1806.82 96C1816.34 96 1816.34 90 1825.85 90C1835.37 90 1835.37 96 1844.88 96C1854.4 96 1854.4 90 1863.91 90C1873.43 90 1873.43 96 1882.94 96C1892.46 96 1892.46 90 1901.97 90C1911.49 90 1911.49 96 1921 96" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 120C8.51485 120 8.51485 126 18.0297 126C27.5446 126 27.5446 120 37.0594 120C46.5743 120 46.5743 126 56.0891 126C65.604 126 65.604 120 75.1188 120C84.6337 120 84.6337 126 94.1485 126C103.663 126 103.663 120 113.178 120C122.693 120 122.693 126 132.208 126C141.723 126 141.723 120 151.238 120C160.752 120 160.752 126 170.267 126C179.782 126 179.782 120 189.297 120C198.812 120 198.812 126 208.327 126C217.842 126 217.842 120 227.356 120C236.871 120 236.871 126 246.386 126C255.901 126 255.901 120 265.416 120C274.931 120 274.931 126 284.446 126C293.96 126 293.96 120 303.475 120C312.99 120 312.99 126 322.505 126C332.02 126 332.02 120 341.535 120C351.05 120 351.05 126 360.564 126C370.079 126 370.079 120 379.594 120C389.109 120 389.109 126 398.624 126C408.139 126 408.139 120 417.653 120C427.168 120 427.168 126 436.683 126C446.198 126 446.198 120 455.713 120C465.228 120 465.228 126 474.743 126C484.257 126 484.257 120 493.772 120C503.287 120 503.287 126 512.802 126C522.317 126 522.317 120 531.832 120C541.347 120 541.347 126 550.861 126C560.376 126 560.376 120 569.891 120C579.406 120 579.406 126 588.921 126C598.436 126 598.436 120 607.95 120C617.465 120 617.465 126 626.98 126C636.495 126 636.495 120 646.01 120C655.525 120 655.525 126 665.04 126C674.554 126 674.554 120 684.069 120C693.584 120 693.584 126 703.099 126C712.614 126 712.614 120 722.129 120C731.644 120 731.644 126 741.158 126C750.673 126 750.673 120 760.188 120C769.703 120 769.703 126 779.218 126C788.733 126 788.733 120 798.248 120C807.762 120 807.762 126 817.277 126C826.792 126 826.792 120 836.307 120C845.822 120 845.822 126 855.337 126C864.851 126 864.851 120 874.366 120C883.881 120 883.881 126 893.396 126C902.911 126 902.911 120 912.426 120C921.941 120 921.941 126 931.455 126C940.97 126 940.97 120 950.485 120C960 120 960 126 969.515 126C979.03 126 979.03 120 988.545 120C998.059 120 998.059 126 1007.57 126C1017.09 126 1017.09 120 1026.6 120C1036.12 120 1036.12 126 1045.63 126C1055.15 126 1055.15 120 1064.66 120C1074.18 120 1074.18 126 1083.69 126C1093.21 126 1093.21 120 1102.72 120C1112.24 120 1112.24 126 1121.75 126C1131.27 126 1131.27 120 1140.78 120C1150.3 120 1150.3 126 1159.81 126C1169.33 126 1169.33 120 1178.84 120C1188.36 120 1188.36 126 1197.87 126C1207.39 126 1207.39 120 1216.9 120C1226.42 120 1226.42 126 1235.93 126C1245.45 126 1245.45 120 1254.96 120C1264.48 120 1264.48 126 1273.99 126C1283.5 126 1283.5 120 1293.02 120C1302.53 120 1302.53 126 1312.05 126C1321.56 126 1321.56 120 1331.08 120C1340.59 120 1340.59 126 1350.11 126C1359.62 126 1359.62 120 1369.14 120C1378.65 120 1378.65 126 1388.17 126C1397.68 126 1397.68 120 1407.2 120C1416.71 120 1416.71 126 1426.23 126C1435.74 126 1435.74 120 1445.26 120C1454.77 120 1454.77 126 1464.29 126C1473.8 126 1473.8 120 1483.32 120C1492.83 120 1492.83 126 1502.35 126C1511.86 126 1511.86 120 1521.38 120C1530.89 120 1530.89 126 1540.41 126C1549.92 126 1549.92 120 1559.44 120C1568.95 120 1568.95 126 1578.47 126C1587.98 126 1587.98 120 1597.5 120C1607.01 120 1607.01 126 1616.52 126C1626.04 126 1626.04 120 1635.55 120C1645.07 120 1645.07 126 1654.58 126C1664.1 126 1664.1 120 1673.61 120C1683.13 120 1683.13 126 1692.64 126C1702.16 126 1702.16 120 1711.67 120C1721.19 120 1721.19 126 1730.7 126C1740.22 126 1740.22 120 1749.73 120C1759.25 120 1759.25 126 1768.76 126C1778.28 126 1778.28 120 1787.79 120C1797.31 120 1797.31 126 1806.82 126C1816.34 126 1816.34 120 1825.85 120C1835.37 120 1835.37 126 1844.88 126C1854.4 126 1854.4 120 1863.91 120C1873.43 120 1873.43 126 1882.94 126C1892.46 126 1892.46 120 1901.97 120C1911.49 120 1911.49 126 1921 126" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 130C8.51485 130 8.51485 136 18.0297 136C27.5446 136 27.5446 130 37.0594 130C46.5743 130 46.5743 136 56.0891 136C65.604 136 65.604 130 75.1188 130C84.6337 130 84.6337 136 94.1485 136C103.663 136 103.663 130 113.178 130C122.693 130 122.693 136 132.208 136C141.723 136 141.723 130 151.238 130C160.752 130 160.752 136 170.267 136C179.782 136 179.782 130 189.297 130C198.812 130 198.812 136 208.327 136C217.842 136 217.842 130 227.356 130C236.871 130 236.871 136 246.386 136C255.901 136 255.901 130 265.416 130C274.931 130 274.931 136 284.446 136C293.96 136 293.96 130 303.475 130C312.99 130 312.99 136 322.505 136C332.02 136 332.02 130 341.535 130C351.05 130 351.05 136 360.564 136C370.079 136 370.079 130 379.594 130C389.109 130 389.109 136 398.624 136C408.139 136 408.139 130 417.653 130C427.168 130 427.168 136 436.683 136C446.198 136 446.198 130 455.713 130C465.228 130 465.228 136 474.743 136C484.257 136 484.257 130 493.772 130C503.287 130 503.287 136 512.802 136C522.317 136 522.317 130 531.832 130C541.347 130 541.347 136 550.861 136C560.376 136 560.376 130 569.891 130C579.406 130 579.406 136 588.921 136C598.436 136 598.436 130 607.95 130C617.465 130 617.465 136 626.98 136C636.495 136 636.495 130 646.01 130C655.525 130 655.525 136 665.04 136C674.554 136 674.554 130 684.069 130C693.584 130 693.584 136 703.099 136C712.614 136 712.614 130 722.129 130C731.644 130 731.644 136 741.158 136C750.673 136 750.673 130 760.188 130C769.703 130 769.703 136 779.218 136C788.733 136 788.733 130 798.248 130C807.762 130 807.762 136 817.277 136C826.792 136 826.792 130 836.307 130C845.822 130 845.822 136 855.337 136C864.851 136 864.851 130 874.366 130C883.881 130 883.881 136 893.396 136C902.911 136 902.911 130 912.426 130C921.941 130 921.941 136 931.455 136C940.97 136 940.97 130 950.485 130C960 130 960 136 969.515 136C979.03 136 979.03 130 988.545 130C998.059 130 998.059 136 1007.57 136C1017.09 136 1017.09 130 1026.6 130C1036.12 130 1036.12 136 1045.63 136C1055.15 136 1055.15 130 1064.66 130C1074.18 130 1074.18 136 1083.69 136C1093.21 136 1093.21 130 1102.72 130C1112.24 130 1112.24 136 1121.75 136C1131.27 136 1131.27 130 1140.78 130C1150.3 130 1150.3 136 1159.81 136C1169.33 136 1169.33 130 1178.84 130C1188.36 130 1188.36 136 1197.87 136C1207.39 136 1207.39 130 1216.9 130C1226.42 130 1226.42 136 1235.93 136C1245.45 136 1245.45 130 1254.96 130C1264.48 130 1264.48 136 1273.99 136C1283.5 136 1283.5 130 1293.02 130C1302.53 130 1302.53 136 1312.05 136C1321.56 136 1321.56 130 1331.08 130C1340.59 130 1340.59 136 1350.11 136C1359.62 136 1359.62 130 1369.14 130C1378.65 130 1378.65 136 1388.17 136C1397.68 136 1397.68 130 1407.2 130C1416.71 130 1416.71 136 1426.23 136C1435.74 136 1435.74 130 1445.26 130C1454.77 130 1454.77 136 1464.29 136C1473.8 136 1473.8 130 1483.32 130C1492.83 130 1492.83 136 1502.35 136C1511.86 136 1511.86 130 1521.38 130C1530.89 130 1530.89 136 1540.41 136C1549.92 136 1549.92 130 1559.44 130C1568.95 130 1568.95 136 1578.47 136C1587.98 136 1587.98 130 1597.5 130C1607.01 130 1607.01 136 1616.52 136C1626.04 136 1626.04 130 1635.55 130C1645.07 130 1645.07 136 1654.58 136C1664.1 136 1664.1 130 1673.61 130C1683.13 130 1683.13 136 1692.64 136C1702.16 136 1702.16 130 1711.67 130C1721.19 130 1721.19 136 1730.7 136C1740.22 136 1740.22 130 1749.73 130C1759.25 130 1759.25 136 1768.76 136C1778.28 136 1778.28 130 1787.79 130C1797.31 130 1797.31 136 1806.82 136C1816.34 136 1816.34 130 1825.85 130C1835.37 130 1835.37 136 1844.88 136C1854.4 136 1854.4 130 1863.91 130C1873.43 130 1873.43 136 1882.94 136C1892.46 136 1892.46 130 1901.97 130C1911.49 130 1911.49 136 1921 136" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 140C8.51485 140 8.51485 146 18.0297 146C27.5446 146 27.5446 140 37.0594 140C46.5743 140 46.5743 146 56.0891 146C65.604 146 65.604 140 75.1188 140C84.6337 140 84.6337 146 94.1485 146C103.663 146 103.663 140 113.178 140C122.693 140 122.693 146 132.208 146C141.723 146 141.723 140 151.238 140C160.752 140 160.752 146 170.267 146C179.782 146 179.782 140 189.297 140C198.812 140 198.812 146 208.327 146C217.842 146 217.842 140 227.356 140C236.871 140 236.871 146 246.386 146C255.901 146 255.901 140 265.416 140C274.931 140 274.931 146 284.446 146C293.96 146 293.96 140 303.475 140C312.99 140 312.99 146 322.505 146C332.02 146 332.02 140 341.535 140C351.05 140 351.05 146 360.564 146C370.079 146 370.079 140 379.594 140C389.109 140 389.109 146 398.624 146C408.139 146 408.139 140 417.653 140C427.168 140 427.168 146 436.683 146C446.198 146 446.198 140 455.713 140C465.228 140 465.228 146 474.743 146C484.257 146 484.257 140 493.772 140C503.287 140 503.287 146 512.802 146C522.317 146 522.317 140 531.832 140C541.347 140 541.347 146 550.861 146C560.376 146 560.376 140 569.891 140C579.406 140 579.406 146 588.921 146C598.436 146 598.436 140 607.95 140C617.465 140 617.465 146 626.98 146C636.495 146 636.495 140 646.01 140C655.525 140 655.525 146 665.04 146C674.554 146 674.554 140 684.069 140C693.584 140 693.584 146 703.099 146C712.614 146 712.614 140 722.129 140C731.644 140 731.644 146 741.158 146C750.673 146 750.673 140 760.188 140C769.703 140 769.703 146 779.218 146C788.733 146 788.733 140 798.248 140C807.762 140 807.762 146 817.277 146C826.792 146 826.792 140 836.307 140C845.822 140 845.822 146 855.337 146C864.851 146 864.851 140 874.366 140C883.881 140 883.881 146 893.396 146C902.911 146 902.911 140 912.426 140C921.941 140 921.941 146 931.455 146C940.97 146 940.97 140 950.485 140C960 140 960 146 969.515 146C979.03 146 979.03 140 988.545 140C998.059 140 998.059 146 1007.57 146C1017.09 146 1017.09 140 1026.6 140C1036.12 140 1036.12 146 1045.63 146C1055.15 146 1055.15 140 1064.66 140C1074.18 140 1074.18 146 1083.69 146C1093.21 146 1093.21 140 1102.72 140C1112.24 140 1112.24 146 1121.75 146C1131.27 146 1131.27 140 1140.78 140C1150.3 140 1150.3 146 1159.81 146C1169.33 146 1169.33 140 1178.84 140C1188.36 140 1188.36 146 1197.87 146C1207.39 146 1207.39 140 1216.9 140C1226.42 140 1226.42 146 1235.93 146C1245.45 146 1245.45 140 1254.96 140C1264.48 140 1264.48 146 1273.99 146C1283.5 146 1283.5 140 1293.02 140C1302.53 140 1302.53 146 1312.05 146C1321.56 146 1321.56 140 1331.08 140C1340.59 140 1340.59 146 1350.11 146C1359.62 146 1359.62 140 1369.14 140C1378.65 140 1378.65 146 1388.17 146C1397.68 146 1397.68 140 1407.2 140C1416.71 140 1416.71 146 1426.23 146C1435.74 146 1435.74 140 1445.26 140C1454.77 140 1454.77 146 1464.29 146C1473.8 146 1473.8 140 1483.32 140C1492.83 140 1492.83 146 1502.35 146C1511.86 146 1511.86 140 1521.38 140C1530.89 140 1530.89 146 1540.41 146C1549.92 146 1549.92 140 1559.44 140C1568.95 140 1568.95 146 1578.47 146C1587.98 146 1587.98 140 1597.5 140C1607.01 140 1607.01 146 1616.52 146C1626.04 146 1626.04 140 1635.55 140C1645.07 140 1645.07 146 1654.58 146C1664.1 146 1664.1 140 1673.61 140C1683.13 140 1683.13 146 1692.64 146C1702.16 146 1702.16 140 1711.67 140C1721.19 140 1721.19 146 1730.7 146C1740.22 146 1740.22 140 1749.73 140C1759.25 140 1759.25 146 1768.76 146C1778.28 146 1778.28 140 1787.79 140C1797.31 140 1797.31 146 1806.82 146C1816.34 146 1816.34 140 1825.85 140C1835.37 140 1835.37 146 1844.88 146C1854.4 146 1854.4 140 1863.91 140C1873.43 140 1873.43 146 1882.94 146C1892.46 146 1892.46 140 1901.97 140C1911.49 140 1911.49 146 1921 146" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 170C8.51485 170 8.51485 176 18.0297 176C27.5446 176 27.5446 170 37.0594 170C46.5743 170 46.5743 176 56.0891 176C65.604 176 65.604 170 75.1188 170C84.6337 170 84.6337 176 94.1485 176C103.663 176 103.663 170 113.178 170C122.693 170 122.693 176 132.208 176C141.723 176 141.723 170 151.238 170C160.752 170 160.752 176 170.267 176C179.782 176 179.782 170 189.297 170C198.812 170 198.812 176 208.327 176C217.842 176 217.842 170 227.356 170C236.871 170 236.871 176 246.386 176C255.901 176 255.901 170 265.416 170C274.931 170 274.931 176 284.446 176C293.96 176 293.96 170 303.475 170C312.99 170 312.99 176 322.505 176C332.02 176 332.02 170 341.535 170C351.05 170 351.05 176 360.564 176C370.079 176 370.079 170 379.594 170C389.109 170 389.109 176 398.624 176C408.139 176 408.139 170 417.653 170C427.168 170 427.168 176 436.683 176C446.198 176 446.198 170 455.713 170C465.228 170 465.228 176 474.743 176C484.257 176 484.257 170 493.772 170C503.287 170 503.287 176 512.802 176C522.317 176 522.317 170 531.832 170C541.347 170 541.347 176 550.861 176C560.376 176 560.376 170 569.891 170C579.406 170 579.406 176 588.921 176C598.436 176 598.436 170 607.95 170C617.465 170 617.465 176 626.98 176C636.495 176 636.495 170 646.01 170C655.525 170 655.525 176 665.04 176C674.554 176 674.554 170 684.069 170C693.584 170 693.584 176 703.099 176C712.614 176 712.614 170 722.129 170C731.644 170 731.644 176 741.158 176C750.673 176 750.673 170 760.188 170C769.703 170 769.703 176 779.218 176C788.733 176 788.733 170 798.248 170C807.762 170 807.762 176 817.277 176C826.792 176 826.792 170 836.307 170C845.822 170 845.822 176 855.337 176C864.851 176 864.851 170 874.366 170C883.881 170 883.881 176 893.396 176C902.911 176 902.911 170 912.426 170C921.941 170 921.941 176 931.455 176C940.97 176 940.97 170 950.485 170C960 170 960 176 969.515 176C979.03 176 979.03 170 988.545 170C998.059 170 998.059 176 1007.57 176C1017.09 176 1017.09 170 1026.6 170C1036.12 170 1036.12 176 1045.63 176C1055.15 176 1055.15 170 1064.66 170C1074.18 170 1074.18 176 1083.69 176C1093.21 176 1093.21 170 1102.72 170C1112.24 170 1112.24 176 1121.75 176C1131.27 176 1131.27 170 1140.78 170C1150.3 170 1150.3 176 1159.81 176C1169.33 176 1169.33 170 1178.84 170C1188.36 170 1188.36 176 1197.87 176C1207.39 176 1207.39 170 1216.9 170C1226.42 170 1226.42 176 1235.93 176C1245.45 176 1245.45 170 1254.96 170C1264.48 170 1264.48 176 1273.99 176C1283.5 176 1283.5 170 1293.02 170C1302.53 170 1302.53 176 1312.05 176C1321.56 176 1321.56 170 1331.08 170C1340.59 170 1340.59 176 1350.11 176C1359.62 176 1359.62 170 1369.14 170C1378.65 170 1378.65 176 1388.17 176C1397.68 176 1397.68 170 1407.2 170C1416.71 170 1416.71 176 1426.23 176C1435.74 176 1435.74 170 1445.26 170C1454.77 170 1454.77 176 1464.29 176C1473.8 176 1473.8 170 1483.32 170C1492.83 170 1492.83 176 1502.35 176C1511.86 176 1511.86 170 1521.38 170C1530.89 170 1530.89 176 1540.41 176C1549.92 176 1549.92 170 1559.44 170C1568.95 170 1568.95 176 1578.47 176C1587.98 176 1587.98 170 1597.5 170C1607.01 170 1607.01 176 1616.52 176C1626.04 176 1626.04 170 1635.55 170C1645.07 170 1645.07 176 1654.58 176C1664.1 176 1664.1 170 1673.61 170C1683.13 170 1683.13 176 1692.64 176C1702.16 176 1702.16 170 1711.67 170C1721.19 170 1721.19 176 1730.7 176C1740.22 176 1740.22 170 1749.73 170C1759.25 170 1759.25 176 1768.76 176C1778.28 176 1778.28 170 1787.79 170C1797.31 170 1797.31 176 1806.82 176C1816.34 176 1816.34 170 1825.85 170C1835.37 170 1835.37 176 1844.88 176C1854.4 176 1854.4 170 1863.91 170C1873.43 170 1873.43 176 1882.94 176C1892.46 176 1892.46 170 1901.97 170C1911.49 170 1911.49 176 1921 176" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 180C8.51485 180 8.51485 186 18.0297 186C27.5446 186 27.5446 180 37.0594 180C46.5743 180 46.5743 186 56.0891 186C65.604 186 65.604 180 75.1188 180C84.6337 180 84.6337 186 94.1485 186C103.663 186 103.663 180 113.178 180C122.693 180 122.693 186 132.208 186C141.723 186 141.723 180 151.238 180C160.752 180 160.752 186 170.267 186C179.782 186 179.782 180 189.297 180C198.812 180 198.812 186 208.327 186C217.842 186 217.842 180 227.356 180C236.871 180 236.871 186 246.386 186C255.901 186 255.901 180 265.416 180C274.931 180 274.931 186 284.446 186C293.96 186 293.96 180 303.475 180C312.99 180 312.99 186 322.505 186C332.02 186 332.02 180 341.535 180C351.05 180 351.05 186 360.564 186C370.079 186 370.079 180 379.594 180C389.109 180 389.109 186 398.624 186C408.139 186 408.139 180 417.653 180C427.168 180 427.168 186 436.683 186C446.198 186 446.198 180 455.713 180C465.228 180 465.228 186 474.743 186C484.257 186 484.257 180 493.772 180C503.287 180 503.287 186 512.802 186C522.317 186 522.317 180 531.832 180C541.347 180 541.347 186 550.861 186C560.376 186 560.376 180 569.891 180C579.406 180 579.406 186 588.921 186C598.436 186 598.436 180 607.95 180C617.465 180 617.465 186 626.98 186C636.495 186 636.495 180 646.01 180C655.525 180 655.525 186 665.04 186C674.554 186 674.554 180 684.069 180C693.584 180 693.584 186 703.099 186C712.614 186 712.614 180 722.129 180C731.644 180 731.644 186 741.158 186C750.673 186 750.673 180 760.188 180C769.703 180 769.703 186 779.218 186C788.733 186 788.733 180 798.248 180C807.762 180 807.762 186 817.277 186C826.792 186 826.792 180 836.307 180C845.822 180 845.822 186 855.337 186C864.851 186 864.851 180 874.366 180C883.881 180 883.881 186 893.396 186C902.911 186 902.911 180 912.426 180C921.941 180 921.941 186 931.455 186C940.97 186 940.97 180 950.485 180C960 180 960 186 969.515 186C979.03 186 979.03 180 988.545 180C998.059 180 998.059 186 1007.57 186C1017.09 186 1017.09 180 1026.6 180C1036.12 180 1036.12 186 1045.63 186C1055.15 186 1055.15 180 1064.66 180C1074.18 180 1074.18 186 1083.69 186C1093.21 186 1093.21 180 1102.72 180C1112.24 180 1112.24 186 1121.75 186C1131.27 186 1131.27 180 1140.78 180C1150.3 180 1150.3 186 1159.81 186C1169.33 186 1169.33 180 1178.84 180C1188.36 180 1188.36 186 1197.87 186C1207.39 186 1207.39 180 1216.9 180C1226.42 180 1226.42 186 1235.93 186C1245.45 186 1245.45 180 1254.96 180C1264.48 180 1264.48 186 1273.99 186C1283.5 186 1283.5 180 1293.02 180C1302.53 180 1302.53 186 1312.05 186C1321.56 186 1321.56 180 1331.08 180C1340.59 180 1340.59 186 1350.11 186C1359.62 186 1359.62 180 1369.14 180C1378.65 180 1378.65 186 1388.17 186C1397.68 186 1397.68 180 1407.2 180C1416.71 180 1416.71 186 1426.23 186C1435.74 186 1435.74 180 1445.26 180C1454.77 180 1454.77 186 1464.29 186C1473.8 186 1473.8 180 1483.32 180C1492.83 180 1492.83 186 1502.35 186C1511.86 186 1511.86 180 1521.38 180C1530.89 180 1530.89 186 1540.41 186C1549.92 186 1549.92 180 1559.44 180C1568.95 180 1568.95 186 1578.47 186C1587.98 186 1587.98 180 1597.5 180C1607.01 180 1607.01 186 1616.52 186C1626.04 186 1626.04 180 1635.55 180C1645.07 180 1645.07 186 1654.58 186C1664.1 186 1664.1 180 1673.61 180C1683.13 180 1683.13 186 1692.64 186C1702.16 186 1702.16 180 1711.67 180C1721.19 180 1721.19 186 1730.7 186C1740.22 186 1740.22 180 1749.73 180C1759.25 180 1759.25 186 1768.76 186C1778.28 186 1778.28 180 1787.79 180C1797.31 180 1797.31 186 1806.82 186C1816.34 186 1816.34 180 1825.85 180C1835.37 180 1835.37 186 1844.88 186C1854.4 186 1854.4 180 1863.91 180C1873.43 180 1873.43 186 1882.94 186C1892.46 186 1892.46 180 1901.97 180C1911.49 180 1911.49 186 1921 186" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 190C8.51485 190 8.51485 196 18.0297 196C27.5446 196 27.5446 190 37.0594 190C46.5743 190 46.5743 196 56.0891 196C65.604 196 65.604 190 75.1188 190C84.6337 190 84.6337 196 94.1485 196C103.663 196 103.663 190 113.178 190C122.693 190 122.693 196 132.208 196C141.723 196 141.723 190 151.238 190C160.752 190 160.752 196 170.267 196C179.782 196 179.782 190 189.297 190C198.812 190 198.812 196 208.327 196C217.842 196 217.842 190 227.356 190C236.871 190 236.871 196 246.386 196C255.901 196 255.901 190 265.416 190C274.931 190 274.931 196 284.446 196C293.96 196 293.96 190 303.475 190C312.99 190 312.99 196 322.505 196C332.02 196 332.02 190 341.535 190C351.05 190 351.05 196 360.564 196C370.079 196 370.079 190 379.594 190C389.109 190 389.109 196 398.624 196C408.139 196 408.139 190 417.653 190C427.168 190 427.168 196 436.683 196C446.198 196 446.198 190 455.713 190C465.228 190 465.228 196 474.743 196C484.257 196 484.257 190 493.772 190C503.287 190 503.287 196 512.802 196C522.317 196 522.317 190 531.832 190C541.347 190 541.347 196 550.861 196C560.376 196 560.376 190 569.891 190C579.406 190 579.406 196 588.921 196C598.436 196 598.436 190 607.95 190C617.465 190 617.465 196 626.98 196C636.495 196 636.495 190 646.01 190C655.525 190 655.525 196 665.04 196C674.554 196 674.554 190 684.069 190C693.584 190 693.584 196 703.099 196C712.614 196 712.614 190 722.129 190C731.644 190 731.644 196 741.158 196C750.673 196 750.673 190 760.188 190C769.703 190 769.703 196 779.218 196C788.733 196 788.733 190 798.248 190C807.762 190 807.762 196 817.277 196C826.792 196 826.792 190 836.307 190C845.822 190 845.822 196 855.337 196C864.851 196 864.851 190 874.366 190C883.881 190 883.881 196 893.396 196C902.911 196 902.911 190 912.426 190C921.941 190 921.941 196 931.455 196C940.97 196 940.97 190 950.485 190C960 190 960 196 969.515 196C979.03 196 979.03 190 988.545 190C998.059 190 998.059 196 1007.57 196C1017.09 196 1017.09 190 1026.6 190C1036.12 190 1036.12 196 1045.63 196C1055.15 196 1055.15 190 1064.66 190C1074.18 190 1074.18 196 1083.69 196C1093.21 196 1093.21 190 1102.72 190C1112.24 190 1112.24 196 1121.75 196C1131.27 196 1131.27 190 1140.78 190C1150.3 190 1150.3 196 1159.81 196C1169.33 196 1169.33 190 1178.84 190C1188.36 190 1188.36 196 1197.87 196C1207.39 196 1207.39 190 1216.9 190C1226.42 190 1226.42 196 1235.93 196C1245.45 196 1245.45 190 1254.96 190C1264.48 190 1264.48 196 1273.99 196C1283.5 196 1283.5 190 1293.02 190C1302.53 190 1302.53 196 1312.05 196C1321.56 196 1321.56 190 1331.08 190C1340.59 190 1340.59 196 1350.11 196C1359.62 196 1359.62 190 1369.14 190C1378.65 190 1378.65 196 1388.17 196C1397.68 196 1397.68 190 1407.2 190C1416.71 190 1416.71 196 1426.23 196C1435.74 196 1435.74 190 1445.26 190C1454.77 190 1454.77 196 1464.29 196C1473.8 196 1473.8 190 1483.32 190C1492.83 190 1492.83 196 1502.35 196C1511.86 196 1511.86 190 1521.38 190C1530.89 190 1530.89 196 1540.41 196C1549.92 196 1549.92 190 1559.44 190C1568.95 190 1568.95 196 1578.47 196C1587.98 196 1587.98 190 1597.5 190C1607.01 190 1607.01 196 1616.52 196C1626.04 196 1626.04 190 1635.55 190C1645.07 190 1645.07 196 1654.58 196C1664.1 196 1664.1 190 1673.61 190C1683.13 190 1683.13 196 1692.64 196C1702.16 196 1702.16 190 1711.67 190C1721.19 190 1721.19 196 1730.7 196C1740.22 196 1740.22 190 1749.73 190C1759.25 190 1759.25 196 1768.76 196C1778.28 196 1778.28 190 1787.79 190C1797.31 190 1797.31 196 1806.82 196C1816.34 196 1816.34 190 1825.85 190C1835.37 190 1835.37 196 1844.88 196C1854.4 196 1854.4 190 1863.91 190C1873.43 190 1873.43 196 1882.94 196C1892.46 196 1892.46 190 1901.97 190C1911.49 190 1911.49 196 1921 196" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </g> <path d="M1920 126V186H1785L1725 126H1920Z" fill="%235E748D"/> <path d="M1867 126V86H1807L1767 126H1867Z" fill="%23FFD700"/> <rect width="10" height="20" transform="matrix(-1 0 0 1 1832 66)" fill="%23DDE7F1"/> <rect width="10" height="20" transform="matrix(-1 0 0 1 1852 66)" fill="%23DDE7F1"/> <path d="M52 40V80H248.667L288.667 40H52Z" fill="%23DDE7F1"/> <rect x="129" y="20" width="20" height="20" fill="%235E748D"/> <rect x="149" y="20" width="20" height="20" fill="%23282828"/> <rect x="169" y="20" width="20" height="20" fill="%23FFD700"/> <rect x="159" width="20" height="20" fill="%235E748D"/> <rect x="199" y="20" width="20" height="20" fill="%23282828"/> <rect x="219" y="20" width="20" height="20" fill="%23FFD700"/> <rect x="209" width="20" height="20" fill="%235E748D"/> <rect x="139" width="20" height="20" fill="%23DDE7F1"/> <path d="M69 40V20H109V40H69Z" fill="%23FFD700"/> <path d="M69 20V0H89L109 20H69Z" fill="%23FFD700"/> </svg>');
        width: 100%;
        height: 197px;
        left: 0;
        top: 80px;
        z-index: 2;
    }

    .section-commerce-rooms::before {
        content: '';
        position: absolute;
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="240" height="320" viewBox="0 0 240 320" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M160 0V80L240 0H160Z" fill="%23FFD700"/> <path d="M239.5 80.5V318.793L1.20711 80.5H239.5Z" stroke="%23DDE7F1"/> <path d="M149 185L152 188L149 191L146 188L149 185Z" fill="%23F6E8EA"/> <path d="M169 185L172 188L169 191L166 188L169 185Z" fill="%23F6E8EA"/> <path d="M189 185L192 188L189 191L186 188L189 185Z" fill="%23F6E8EA"/> <path d="M129 205L132 208L129 211L126 208L129 205Z" fill="%23F6E8EA"/> <path d="M149 205L152 208L149 211L146 208L149 205Z" fill="%23F6E8EA"/> <path d="M169 205L172 208L169 211L166 208L169 205Z" fill="%23F6E8EA"/> <path d="M189 205L192 208L189 211L186 208L189 205Z" fill="%23F6E8EA"/> <path d="M129 225L132 228L129 231L126 228L129 225Z" fill="%23F6E8EA"/> <path d="M149 225L152 228L149 231L146 228L149 225Z" fill="%23F6E8EA"/> <path d="M169 225L172 228L169 231L166 228L169 225Z" fill="%23F6E8EA"/> <path d="M129 245L132 248L129 251L126 248L129 245Z" fill="%23F6E8EA"/> <path d="M149 245L152 248L149 251L146 248L149 245Z" fill="%23F6E8EA"/> <path d="M109 225L112 228L109 231L106 228L109 225Z" fill="%23F6E8EA"/> <path d="M109 245L112 248L109 251L106 248L109 245Z" fill="%23F6E8EA"/> <path d="M89 245L92 248L89 251L86 248L89 245Z" fill="%23F6E8EA"/> <path d="M209 185L212 188L209 191L206 188L209 185Z" fill="%23F6E8EA"/> </svg>');
        width: 240px;
        height: 320px;
        left: 0;
        top: 80px;
        z-index: 2;
    }

    .section-commerce-rooms::after {
        content: '';
        position: absolute;
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="521" height="552" viewBox="0 0 521 552" fill="none" xmlns="http://www.w3.org/2000/svg"> <g opacity="0.5"> <path d="M1 375C10.5149 375 10.5149 381 20.0297 381C29.5446 381 29.5446 375 39.0594 375C48.5743 375 48.5743 381 58.0891 381C67.604 381 67.604 375 77.1188 375C86.6337 375 86.6337 381 96.1485 381C105.663 381 105.663 375 115.178 375C124.693 375 124.693 381 134.208 381C143.723 381 143.723 375 153.238 375C162.752 375 162.752 381 172.267 381C181.782 381 181.782 375 191.297 375C200.812 375 200.812 381 210.327 381C219.842 381 219.842 375 229.356 375C238.871 375 238.871 381 248.386 381C257.901 381 257.901 375 267.416 375C276.931 375 276.931 381 286.446 381C295.96 381 295.96 375 305.475 375C314.99 375 314.99 381 324.505 381C334.02 381 334.02 375 343.535 375C353.05 375 353.05 381 362.564 381C372.079 381 372.079 375 381.594 375C391.109 375 391.109 381 400.624 381C410.139 381 410.139 375 419.653 375C429.168 375 429.168 381 438.683 381C448.198 381 448.198 375 457.713 375C467.228 375 467.228 381 476.743 381C486.257 381 486.257 375 495.772 375C505.287 375 505.287 381 514.802 381C524.317 381 524.317 375 533.832 375C543.347 375 543.347 381 552.861 381C562.376 381 562.376 375 571.891 375C581.406 375 581.406 381 590.921 381C600.436 381 600.436 375 609.95 375C619.465 375 619.465 381 628.98 381C638.495 381 638.495 375 648.01 375C657.525 375 657.525 381 667.04 381C676.554 381 676.554 375 686.069 375C695.584 375 695.584 381 705.099 381C714.614 381 714.614 375 724.129 375C733.644 375 733.644 381 743.158 381C752.673 381 752.673 375 762.188 375C771.703 375 771.703 381 781.218 381C790.733 381 790.733 375 800.248 375C809.762 375 809.762 381 819.277 381C828.792 381 828.792 375 838.307 375C847.822 375 847.822 381 857.337 381C866.851 381 866.851 375 876.366 375C885.881 375 885.881 381 895.396 381C904.911 381 904.911 375 914.426 375C923.941 375 923.941 381 933.455 381C942.97 381 942.97 375 952.485 375C962 375 962 381 971.515 381C981.03 381 981.03 375 990.545 375C1000.06 375 1000.06 381 1009.57 381C1019.09 381 1019.09 375 1028.6 375C1038.12 375 1038.12 381 1047.63 381C1057.15 381 1057.15 375 1066.66 375C1076.18 375 1076.18 381 1085.69 381C1095.21 381 1095.21 375 1104.72 375C1114.24 375 1114.24 381 1123.75 381C1133.27 381 1133.27 375 1142.78 375C1152.3 375 1152.3 381 1161.81 381C1171.33 381 1171.33 375 1180.84 375C1190.36 375 1190.36 381 1199.87 381C1209.39 381 1209.39 375 1218.9 375C1228.42 375 1228.42 381 1237.93 381C1247.45 381 1247.45 375 1256.96 375C1266.48 375 1266.48 381 1275.99 381C1285.5 381 1285.5 375 1295.02 375C1304.53 375 1304.53 381 1314.05 381C1323.56 381 1323.56 375 1333.08 375C1342.59 375 1342.59 381 1352.11 381C1361.62 381 1361.62 375 1371.14 375C1380.65 375 1380.65 381 1390.17 381C1399.68 381 1399.68 375 1409.2 375C1418.71 375 1418.71 381 1428.23 381C1437.74 381 1437.74 375 1447.26 375C1456.77 375 1456.77 381 1466.29 381C1475.8 381 1475.8 375 1485.32 375C1494.83 375 1494.83 381 1504.35 381C1513.86 381 1513.86 375 1523.38 375C1532.89 375 1532.89 381 1542.41 381C1551.92 381 1551.92 375 1561.44 375C1570.95 375 1570.95 381 1580.47 381C1589.98 381 1589.98 375 1599.5 375C1609.01 375 1609.01 381 1618.52 381C1628.04 381 1628.04 375 1637.55 375C1647.07 375 1647.07 381 1656.58 381C1666.1 381 1666.1 375 1675.61 375C1685.13 375 1685.13 381 1694.64 381C1704.16 381 1704.16 375 1713.67 375C1723.19 375 1723.19 381 1732.7 381C1742.22 381 1742.22 375 1751.73 375C1761.25 375 1761.25 381 1770.76 381C1780.28 381 1780.28 375 1789.79 375C1799.31 375 1799.31 381 1808.82 381C1818.34 381 1818.34 375 1827.85 375C1837.37 375 1837.37 381 1846.88 381C1856.4 381 1856.4 375 1865.91 375C1875.43 375 1875.43 381 1884.94 381C1894.46 381 1894.46 375 1903.97 375C1913.49 375 1913.49 381 1923 381" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1 385C10.5149 385 10.5149 391 20.0297 391C29.5446 391 29.5446 385 39.0594 385C48.5743 385 48.5743 391 58.0891 391C67.604 391 67.604 385 77.1188 385C86.6337 385 86.6337 391 96.1485 391C105.663 391 105.663 385 115.178 385C124.693 385 124.693 391 134.208 391C143.723 391 143.723 385 153.238 385C162.752 385 162.752 391 172.267 391C181.782 391 181.782 385 191.297 385C200.812 385 200.812 391 210.327 391C219.842 391 219.842 385 229.356 385C238.871 385 238.871 391 248.386 391C257.901 391 257.901 385 267.416 385C276.931 385 276.931 391 286.446 391C295.96 391 295.96 385 305.475 385C314.99 385 314.99 391 324.505 391C334.02 391 334.02 385 343.535 385C353.05 385 353.05 391 362.564 391C372.079 391 372.079 385 381.594 385C391.109 385 391.109 391 400.624 391C410.139 391 410.139 385 419.653 385C429.168 385 429.168 391 438.683 391C448.198 391 448.198 385 457.713 385C467.228 385 467.228 391 476.743 391C486.257 391 486.257 385 495.772 385C505.287 385 505.287 391 514.802 391C524.317 391 524.317 385 533.832 385C543.347 385 543.347 391 552.861 391C562.376 391 562.376 385 571.891 385C581.406 385 581.406 391 590.921 391C600.436 391 600.436 385 609.95 385C619.465 385 619.465 391 628.98 391C638.495 391 638.495 385 648.01 385C657.525 385 657.525 391 667.04 391C676.554 391 676.554 385 686.069 385C695.584 385 695.584 391 705.099 391C714.614 391 714.614 385 724.129 385C733.644 385 733.644 391 743.158 391C752.673 391 752.673 385 762.188 385C771.703 385 771.703 391 781.218 391C790.733 391 790.733 385 800.248 385C809.762 385 809.762 391 819.277 391C828.792 391 828.792 385 838.307 385C847.822 385 847.822 391 857.337 391C866.851 391 866.851 385 876.366 385C885.881 385 885.881 391 895.396 391C904.911 391 904.911 385 914.426 385C923.941 385 923.941 391 933.455 391C942.97 391 942.97 385 952.485 385C962 385 962 391 971.515 391C981.03 391 981.03 385 990.545 385C1000.06 385 1000.06 391 1009.57 391C1019.09 391 1019.09 385 1028.6 385C1038.12 385 1038.12 391 1047.63 391C1057.15 391 1057.15 385 1066.66 385C1076.18 385 1076.18 391 1085.69 391C1095.21 391 1095.21 385 1104.72 385C1114.24 385 1114.24 391 1123.75 391C1133.27 391 1133.27 385 1142.78 385C1152.3 385 1152.3 391 1161.81 391C1171.33 391 1171.33 385 1180.84 385C1190.36 385 1190.36 391 1199.87 391C1209.39 391 1209.39 385 1218.9 385C1228.42 385 1228.42 391 1237.93 391C1247.45 391 1247.45 385 1256.96 385C1266.48 385 1266.48 391 1275.99 391C1285.5 391 1285.5 385 1295.02 385C1304.53 385 1304.53 391 1314.05 391C1323.56 391 1323.56 385 1333.08 385C1342.59 385 1342.59 391 1352.11 391C1361.62 391 1361.62 385 1371.14 385C1380.65 385 1380.65 391 1390.17 391C1399.68 391 1399.68 385 1409.2 385C1418.71 385 1418.71 391 1428.23 391C1437.74 391 1437.74 385 1447.26 385C1456.77 385 1456.77 391 1466.29 391C1475.8 391 1475.8 385 1485.32 385C1494.83 385 1494.83 391 1504.35 391C1513.86 391 1513.86 385 1523.38 385C1532.89 385 1532.89 391 1542.41 391C1551.92 391 1551.92 385 1561.44 385C1570.95 385 1570.95 391 1580.47 391C1589.98 391 1589.98 385 1599.5 385C1609.01 385 1609.01 391 1618.52 391C1628.04 391 1628.04 385 1637.55 385C1647.07 385 1647.07 391 1656.58 391C1666.1 391 1666.1 385 1675.61 385C1685.13 385 1685.13 391 1694.64 391C1704.16 391 1704.16 385 1713.67 385C1723.19 385 1723.19 391 1732.7 391C1742.22 391 1742.22 385 1751.73 385C1761.25 385 1761.25 391 1770.76 391C1780.28 391 1780.28 385 1789.79 385C1799.31 385 1799.31 391 1808.82 391C1818.34 391 1818.34 385 1827.85 385C1837.37 385 1837.37 391 1846.88 391C1856.4 391 1856.4 385 1865.91 385C1875.43 385 1875.43 391 1884.94 391C1894.46 391 1894.46 385 1903.97 385C1913.49 385 1913.49 391 1923 391" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1 395C10.5149 395 10.5149 401 20.0297 401C29.5446 401 29.5446 395 39.0594 395C48.5743 395 48.5743 401 58.0891 401C67.604 401 67.604 395 77.1188 395C86.6337 395 86.6337 401 96.1485 401C105.663 401 105.663 395 115.178 395C124.693 395 124.693 401 134.208 401C143.723 401 143.723 395 153.238 395C162.752 395 162.752 401 172.267 401C181.782 401 181.782 395 191.297 395C200.812 395 200.812 401 210.327 401C219.842 401 219.842 395 229.356 395C238.871 395 238.871 401 248.386 401C257.901 401 257.901 395 267.416 395C276.931 395 276.931 401 286.446 401C295.96 401 295.96 395 305.475 395C314.99 395 314.99 401 324.505 401C334.02 401 334.02 395 343.535 395C353.05 395 353.05 401 362.564 401C372.079 401 372.079 395 381.594 395C391.109 395 391.109 401 400.624 401C410.139 401 410.139 395 419.653 395C429.168 395 429.168 401 438.683 401C448.198 401 448.198 395 457.713 395C467.228 395 467.228 401 476.743 401C486.257 401 486.257 395 495.772 395C505.287 395 505.287 401 514.802 401C524.317 401 524.317 395 533.832 395C543.347 395 543.347 401 552.861 401C562.376 401 562.376 395 571.891 395C581.406 395 581.406 401 590.921 401C600.436 401 600.436 395 609.95 395C619.465 395 619.465 401 628.98 401C638.495 401 638.495 395 648.01 395C657.525 395 657.525 401 667.04 401C676.554 401 676.554 395 686.069 395C695.584 395 695.584 401 705.099 401C714.614 401 714.614 395 724.129 395C733.644 395 733.644 401 743.158 401C752.673 401 752.673 395 762.188 395C771.703 395 771.703 401 781.218 401C790.733 401 790.733 395 800.248 395C809.762 395 809.762 401 819.277 401C828.792 401 828.792 395 838.307 395C847.822 395 847.822 401 857.337 401C866.851 401 866.851 395 876.366 395C885.881 395 885.881 401 895.396 401C904.911 401 904.911 395 914.426 395C923.941 395 923.941 401 933.455 401C942.97 401 942.97 395 952.485 395C962 395 962 401 971.515 401C981.03 401 981.03 395 990.545 395C1000.06 395 1000.06 401 1009.57 401C1019.09 401 1019.09 395 1028.6 395C1038.12 395 1038.12 401 1047.63 401C1057.15 401 1057.15 395 1066.66 395C1076.18 395 1076.18 401 1085.69 401C1095.21 401 1095.21 395 1104.72 395C1114.24 395 1114.24 401 1123.75 401C1133.27 401 1133.27 395 1142.78 395C1152.3 395 1152.3 401 1161.81 401C1171.33 401 1171.33 395 1180.84 395C1190.36 395 1190.36 401 1199.87 401C1209.39 401 1209.39 395 1218.9 395C1228.42 395 1228.42 401 1237.93 401C1247.45 401 1247.45 395 1256.96 395C1266.48 395 1266.48 401 1275.99 401C1285.5 401 1285.5 395 1295.02 395C1304.53 395 1304.53 401 1314.05 401C1323.56 401 1323.56 395 1333.08 395C1342.59 395 1342.59 401 1352.11 401C1361.62 401 1361.62 395 1371.14 395C1380.65 395 1380.65 401 1390.17 401C1399.68 401 1399.68 395 1409.2 395C1418.71 395 1418.71 401 1428.23 401C1437.74 401 1437.74 395 1447.26 395C1456.77 395 1456.77 401 1466.29 401C1475.8 401 1475.8 395 1485.32 395C1494.83 395 1494.83 401 1504.35 401C1513.86 401 1513.86 395 1523.38 395C1532.89 395 1532.89 401 1542.41 401C1551.92 401 1551.92 395 1561.44 395C1570.95 395 1570.95 401 1580.47 401C1589.98 401 1589.98 395 1599.5 395C1609.01 395 1609.01 401 1618.52 401C1628.04 401 1628.04 395 1637.55 395C1647.07 395 1647.07 401 1656.58 401C1666.1 401 1666.1 395 1675.61 395C1685.13 395 1685.13 401 1694.64 401C1704.16 401 1704.16 395 1713.67 395C1723.19 395 1723.19 401 1732.7 401C1742.22 401 1742.22 395 1751.73 395C1761.25 395 1761.25 401 1770.76 401C1780.28 401 1780.28 395 1789.79 395C1799.31 395 1799.31 401 1808.82 401C1818.34 401 1818.34 395 1827.85 395C1837.37 395 1837.37 401 1846.88 401C1856.4 401 1856.4 395 1865.91 395C1875.43 395 1875.43 401 1884.94 401C1894.46 401 1894.46 395 1903.97 395C1913.49 395 1913.49 401 1923 401" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1 425C10.5149 425 10.5149 431 20.0297 431C29.5446 431 29.5446 425 39.0594 425C48.5743 425 48.5743 431 58.0891 431C67.604 431 67.604 425 77.1188 425C86.6337 425 86.6337 431 96.1485 431C105.663 431 105.663 425 115.178 425C124.693 425 124.693 431 134.208 431C143.723 431 143.723 425 153.238 425C162.752 425 162.752 431 172.267 431C181.782 431 181.782 425 191.297 425C200.812 425 200.812 431 210.327 431C219.842 431 219.842 425 229.356 425C238.871 425 238.871 431 248.386 431C257.901 431 257.901 425 267.416 425C276.931 425 276.931 431 286.446 431C295.96 431 295.96 425 305.475 425C314.99 425 314.99 431 324.505 431C334.02 431 334.02 425 343.535 425C353.05 425 353.05 431 362.564 431C372.079 431 372.079 425 381.594 425C391.109 425 391.109 431 400.624 431C410.139 431 410.139 425 419.653 425C429.168 425 429.168 431 438.683 431C448.198 431 448.198 425 457.713 425C467.228 425 467.228 431 476.743 431C486.257 431 486.257 425 495.772 425C505.287 425 505.287 431 514.802 431C524.317 431 524.317 425 533.832 425C543.347 425 543.347 431 552.861 431C562.376 431 562.376 425 571.891 425C581.406 425 581.406 431 590.921 431C600.436 431 600.436 425 609.95 425C619.465 425 619.465 431 628.98 431C638.495 431 638.495 425 648.01 425C657.525 425 657.525 431 667.04 431C676.554 431 676.554 425 686.069 425C695.584 425 695.584 431 705.099 431C714.614 431 714.614 425 724.129 425C733.644 425 733.644 431 743.158 431C752.673 431 752.673 425 762.188 425C771.703 425 771.703 431 781.218 431C790.733 431 790.733 425 800.248 425C809.762 425 809.762 431 819.277 431C828.792 431 828.792 425 838.307 425C847.822 425 847.822 431 857.337 431C866.851 431 866.851 425 876.366 425C885.881 425 885.881 431 895.396 431C904.911 431 904.911 425 914.426 425C923.941 425 923.941 431 933.455 431C942.97 431 942.97 425 952.485 425C962 425 962 431 971.515 431C981.03 431 981.03 425 990.545 425C1000.06 425 1000.06 431 1009.57 431C1019.09 431 1019.09 425 1028.6 425C1038.12 425 1038.12 431 1047.63 431C1057.15 431 1057.15 425 1066.66 425C1076.18 425 1076.18 431 1085.69 431C1095.21 431 1095.21 425 1104.72 425C1114.24 425 1114.24 431 1123.75 431C1133.27 431 1133.27 425 1142.78 425C1152.3 425 1152.3 431 1161.81 431C1171.33 431 1171.33 425 1180.84 425C1190.36 425 1190.36 431 1199.87 431C1209.39 431 1209.39 425 1218.9 425C1228.42 425 1228.42 431 1237.93 431C1247.45 431 1247.45 425 1256.96 425C1266.48 425 1266.48 431 1275.99 431C1285.5 431 1285.5 425 1295.02 425C1304.53 425 1304.53 431 1314.05 431C1323.56 431 1323.56 425 1333.08 425C1342.59 425 1342.59 431 1352.11 431C1361.62 431 1361.62 425 1371.14 425C1380.65 425 1380.65 431 1390.17 431C1399.68 431 1399.68 425 1409.2 425C1418.71 425 1418.71 431 1428.23 431C1437.74 431 1437.74 425 1447.26 425C1456.77 425 1456.77 431 1466.29 431C1475.8 431 1475.8 425 1485.32 425C1494.83 425 1494.83 431 1504.35 431C1513.86 431 1513.86 425 1523.38 425C1532.89 425 1532.89 431 1542.41 431C1551.92 431 1551.92 425 1561.44 425C1570.95 425 1570.95 431 1580.47 431C1589.98 431 1589.98 425 1599.5 425C1609.01 425 1609.01 431 1618.52 431C1628.04 431 1628.04 425 1637.55 425C1647.07 425 1647.07 431 1656.58 431C1666.1 431 1666.1 425 1675.61 425C1685.13 425 1685.13 431 1694.64 431C1704.16 431 1704.16 425 1713.67 425C1723.19 425 1723.19 431 1732.7 431C1742.22 431 1742.22 425 1751.73 425C1761.25 425 1761.25 431 1770.76 431C1780.28 431 1780.28 425 1789.79 425C1799.31 425 1799.31 431 1808.82 431C1818.34 431 1818.34 425 1827.85 425C1837.37 425 1837.37 431 1846.88 431C1856.4 431 1856.4 425 1865.91 425C1875.43 425 1875.43 431 1884.94 431C1894.46 431 1894.46 425 1903.97 425C1913.49 425 1913.49 431 1923 431" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1 435C10.5149 435 10.5149 441 20.0297 441C29.5446 441 29.5446 435 39.0594 435C48.5743 435 48.5743 441 58.0891 441C67.604 441 67.604 435 77.1188 435C86.6337 435 86.6337 441 96.1485 441C105.663 441 105.663 435 115.178 435C124.693 435 124.693 441 134.208 441C143.723 441 143.723 435 153.238 435C162.752 435 162.752 441 172.267 441C181.782 441 181.782 435 191.297 435C200.812 435 200.812 441 210.327 441C219.842 441 219.842 435 229.356 435C238.871 435 238.871 441 248.386 441C257.901 441 257.901 435 267.416 435C276.931 435 276.931 441 286.446 441C295.96 441 295.96 435 305.475 435C314.99 435 314.99 441 324.505 441C334.02 441 334.02 435 343.535 435C353.05 435 353.05 441 362.564 441C372.079 441 372.079 435 381.594 435C391.109 435 391.109 441 400.624 441C410.139 441 410.139 435 419.653 435C429.168 435 429.168 441 438.683 441C448.198 441 448.198 435 457.713 435C467.228 435 467.228 441 476.743 441C486.257 441 486.257 435 495.772 435C505.287 435 505.287 441 514.802 441C524.317 441 524.317 435 533.832 435C543.347 435 543.347 441 552.861 441C562.376 441 562.376 435 571.891 435C581.406 435 581.406 441 590.921 441C600.436 441 600.436 435 609.95 435C619.465 435 619.465 441 628.98 441C638.495 441 638.495 435 648.01 435C657.525 435 657.525 441 667.04 441C676.554 441 676.554 435 686.069 435C695.584 435 695.584 441 705.099 441C714.614 441 714.614 435 724.129 435C733.644 435 733.644 441 743.158 441C752.673 441 752.673 435 762.188 435C771.703 435 771.703 441 781.218 441C790.733 441 790.733 435 800.248 435C809.762 435 809.762 441 819.277 441C828.792 441 828.792 435 838.307 435C847.822 435 847.822 441 857.337 441C866.851 441 866.851 435 876.366 435C885.881 435 885.881 441 895.396 441C904.911 441 904.911 435 914.426 435C923.941 435 923.941 441 933.455 441C942.97 441 942.97 435 952.485 435C962 435 962 441 971.515 441C981.03 441 981.03 435 990.545 435C1000.06 435 1000.06 441 1009.57 441C1019.09 441 1019.09 435 1028.6 435C1038.12 435 1038.12 441 1047.63 441C1057.15 441 1057.15 435 1066.66 435C1076.18 435 1076.18 441 1085.69 441C1095.21 441 1095.21 435 1104.72 435C1114.24 435 1114.24 441 1123.75 441C1133.27 441 1133.27 435 1142.78 435C1152.3 435 1152.3 441 1161.81 441C1171.33 441 1171.33 435 1180.84 435C1190.36 435 1190.36 441 1199.87 441C1209.39 441 1209.39 435 1218.9 435C1228.42 435 1228.42 441 1237.93 441C1247.45 441 1247.45 435 1256.96 435C1266.48 435 1266.48 441 1275.99 441C1285.5 441 1285.5 435 1295.02 435C1304.53 435 1304.53 441 1314.05 441C1323.56 441 1323.56 435 1333.08 435C1342.59 435 1342.59 441 1352.11 441C1361.62 441 1361.62 435 1371.14 435C1380.65 435 1380.65 441 1390.17 441C1399.68 441 1399.68 435 1409.2 435C1418.71 435 1418.71 441 1428.23 441C1437.74 441 1437.74 435 1447.26 435C1456.77 435 1456.77 441 1466.29 441C1475.8 441 1475.8 435 1485.32 435C1494.83 435 1494.83 441 1504.35 441C1513.86 441 1513.86 435 1523.38 435C1532.89 435 1532.89 441 1542.41 441C1551.92 441 1551.92 435 1561.44 435C1570.95 435 1570.95 441 1580.47 441C1589.98 441 1589.98 435 1599.5 435C1609.01 435 1609.01 441 1618.52 441C1628.04 441 1628.04 435 1637.55 435C1647.07 435 1647.07 441 1656.58 441C1666.1 441 1666.1 435 1675.61 435C1685.13 435 1685.13 441 1694.64 441C1704.16 441 1704.16 435 1713.67 435C1723.19 435 1723.19 441 1732.7 441C1742.22 441 1742.22 435 1751.73 435C1761.25 435 1761.25 441 1770.76 441C1780.28 441 1780.28 435 1789.79 435C1799.31 435 1799.31 441 1808.82 441C1818.34 441 1818.34 435 1827.85 435C1837.37 435 1837.37 441 1846.88 441C1856.4 441 1856.4 435 1865.91 435C1875.43 435 1875.43 441 1884.94 441C1894.46 441 1894.46 435 1903.97 435C1913.49 435 1913.49 441 1923 441" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1 445C10.5149 445 10.5149 451 20.0297 451C29.5446 451 29.5446 445 39.0594 445C48.5743 445 48.5743 451 58.0891 451C67.604 451 67.604 445 77.1188 445C86.6337 445 86.6337 451 96.1485 451C105.663 451 105.663 445 115.178 445C124.693 445 124.693 451 134.208 451C143.723 451 143.723 445 153.238 445C162.752 445 162.752 451 172.267 451C181.782 451 181.782 445 191.297 445C200.812 445 200.812 451 210.327 451C219.842 451 219.842 445 229.356 445C238.871 445 238.871 451 248.386 451C257.901 451 257.901 445 267.416 445C276.931 445 276.931 451 286.446 451C295.96 451 295.96 445 305.475 445C314.99 445 314.99 451 324.505 451C334.02 451 334.02 445 343.535 445C353.05 445 353.05 451 362.564 451C372.079 451 372.079 445 381.594 445C391.109 445 391.109 451 400.624 451C410.139 451 410.139 445 419.653 445C429.168 445 429.168 451 438.683 451C448.198 451 448.198 445 457.713 445C467.228 445 467.228 451 476.743 451C486.257 451 486.257 445 495.772 445C505.287 445 505.287 451 514.802 451C524.317 451 524.317 445 533.832 445C543.347 445 543.347 451 552.861 451C562.376 451 562.376 445 571.891 445C581.406 445 581.406 451 590.921 451C600.436 451 600.436 445 609.95 445C619.465 445 619.465 451 628.98 451C638.495 451 638.495 445 648.01 445C657.525 445 657.525 451 667.04 451C676.554 451 676.554 445 686.069 445C695.584 445 695.584 451 705.099 451C714.614 451 714.614 445 724.129 445C733.644 445 733.644 451 743.158 451C752.673 451 752.673 445 762.188 445C771.703 445 771.703 451 781.218 451C790.733 451 790.733 445 800.248 445C809.762 445 809.762 451 819.277 451C828.792 451 828.792 445 838.307 445C847.822 445 847.822 451 857.337 451C866.851 451 866.851 445 876.366 445C885.881 445 885.881 451 895.396 451C904.911 451 904.911 445 914.426 445C923.941 445 923.941 451 933.455 451C942.97 451 942.97 445 952.485 445C962 445 962 451 971.515 451C981.03 451 981.03 445 990.545 445C1000.06 445 1000.06 451 1009.57 451C1019.09 451 1019.09 445 1028.6 445C1038.12 445 1038.12 451 1047.63 451C1057.15 451 1057.15 445 1066.66 445C1076.18 445 1076.18 451 1085.69 451C1095.21 451 1095.21 445 1104.72 445C1114.24 445 1114.24 451 1123.75 451C1133.27 451 1133.27 445 1142.78 445C1152.3 445 1152.3 451 1161.81 451C1171.33 451 1171.33 445 1180.84 445C1190.36 445 1190.36 451 1199.87 451C1209.39 451 1209.39 445 1218.9 445C1228.42 445 1228.42 451 1237.93 451C1247.45 451 1247.45 445 1256.96 445C1266.48 445 1266.48 451 1275.99 451C1285.5 451 1285.5 445 1295.02 445C1304.53 445 1304.53 451 1314.05 451C1323.56 451 1323.56 445 1333.08 445C1342.59 445 1342.59 451 1352.11 451C1361.62 451 1361.62 445 1371.14 445C1380.65 445 1380.65 451 1390.17 451C1399.68 451 1399.68 445 1409.2 445C1418.71 445 1418.71 451 1428.23 451C1437.74 451 1437.74 445 1447.26 445C1456.77 445 1456.77 451 1466.29 451C1475.8 451 1475.8 445 1485.32 445C1494.83 445 1494.83 451 1504.35 451C1513.86 451 1513.86 445 1523.38 445C1532.89 445 1532.89 451 1542.41 451C1551.92 451 1551.92 445 1561.44 445C1570.95 445 1570.95 451 1580.47 451C1589.98 451 1589.98 445 1599.5 445C1609.01 445 1609.01 451 1618.52 451C1628.04 451 1628.04 445 1637.55 445C1647.07 445 1647.07 451 1656.58 451C1666.1 451 1666.1 445 1675.61 445C1685.13 445 1685.13 451 1694.64 451C1704.16 451 1704.16 445 1713.67 445C1723.19 445 1723.19 451 1732.7 451C1742.22 451 1742.22 445 1751.73 445C1761.25 445 1761.25 451 1770.76 451C1780.28 451 1780.28 445 1789.79 445C1799.31 445 1799.31 451 1808.82 451C1818.34 451 1818.34 445 1827.85 445C1837.37 445 1837.37 451 1846.88 451C1856.4 451 1856.4 445 1865.91 445C1875.43 445 1875.43 451 1884.94 451C1894.46 451 1894.46 445 1903.97 445C1913.49 445 1913.49 451 1923 451" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1 475C10.5149 475 10.5149 481 20.0297 481C29.5446 481 29.5446 475 39.0594 475C48.5743 475 48.5743 481 58.0891 481C67.604 481 67.604 475 77.1188 475C86.6337 475 86.6337 481 96.1485 481C105.663 481 105.663 475 115.178 475C124.693 475 124.693 481 134.208 481C143.723 481 143.723 475 153.238 475C162.752 475 162.752 481 172.267 481C181.782 481 181.782 475 191.297 475C200.812 475 200.812 481 210.327 481C219.842 481 219.842 475 229.356 475C238.871 475 238.871 481 248.386 481C257.901 481 257.901 475 267.416 475C276.931 475 276.931 481 286.446 481C295.96 481 295.96 475 305.475 475C314.99 475 314.99 481 324.505 481C334.02 481 334.02 475 343.535 475C353.05 475 353.05 481 362.564 481C372.079 481 372.079 475 381.594 475C391.109 475 391.109 481 400.624 481C410.139 481 410.139 475 419.653 475C429.168 475 429.168 481 438.683 481C448.198 481 448.198 475 457.713 475C467.228 475 467.228 481 476.743 481C486.257 481 486.257 475 495.772 475C505.287 475 505.287 481 514.802 481C524.317 481 524.317 475 533.832 475C543.347 475 543.347 481 552.861 481C562.376 481 562.376 475 571.891 475C581.406 475 581.406 481 590.921 481C600.436 481 600.436 475 609.95 475C619.465 475 619.465 481 628.98 481C638.495 481 638.495 475 648.01 475C657.525 475 657.525 481 667.04 481C676.554 481 676.554 475 686.069 475C695.584 475 695.584 481 705.099 481C714.614 481 714.614 475 724.129 475C733.644 475 733.644 481 743.158 481C752.673 481 752.673 475 762.188 475C771.703 475 771.703 481 781.218 481C790.733 481 790.733 475 800.248 475C809.762 475 809.762 481 819.277 481C828.792 481 828.792 475 838.307 475C847.822 475 847.822 481 857.337 481C866.851 481 866.851 475 876.366 475C885.881 475 885.881 481 895.396 481C904.911 481 904.911 475 914.426 475C923.941 475 923.941 481 933.455 481C942.97 481 942.97 475 952.485 475C962 475 962 481 971.515 481C981.03 481 981.03 475 990.545 475C1000.06 475 1000.06 481 1009.57 481C1019.09 481 1019.09 475 1028.6 475C1038.12 475 1038.12 481 1047.63 481C1057.15 481 1057.15 475 1066.66 475C1076.18 475 1076.18 481 1085.69 481C1095.21 481 1095.21 475 1104.72 475C1114.24 475 1114.24 481 1123.75 481C1133.27 481 1133.27 475 1142.78 475C1152.3 475 1152.3 481 1161.81 481C1171.33 481 1171.33 475 1180.84 475C1190.36 475 1190.36 481 1199.87 481C1209.39 481 1209.39 475 1218.9 475C1228.42 475 1228.42 481 1237.93 481C1247.45 481 1247.45 475 1256.96 475C1266.48 475 1266.48 481 1275.99 481C1285.5 481 1285.5 475 1295.02 475C1304.53 475 1304.53 481 1314.05 481C1323.56 481 1323.56 475 1333.08 475C1342.59 475 1342.59 481 1352.11 481C1361.62 481 1361.62 475 1371.14 475C1380.65 475 1380.65 481 1390.17 481C1399.68 481 1399.68 475 1409.2 475C1418.71 475 1418.71 481 1428.23 481C1437.74 481 1437.74 475 1447.26 475C1456.77 475 1456.77 481 1466.29 481C1475.8 481 1475.8 475 1485.32 475C1494.83 475 1494.83 481 1504.35 481C1513.86 481 1513.86 475 1523.38 475C1532.89 475 1532.89 481 1542.41 481C1551.92 481 1551.92 475 1561.44 475C1570.95 475 1570.95 481 1580.47 481C1589.98 481 1589.98 475 1599.5 475C1609.01 475 1609.01 481 1618.52 481C1628.04 481 1628.04 475 1637.55 475C1647.07 475 1647.07 481 1656.58 481C1666.1 481 1666.1 475 1675.61 475C1685.13 475 1685.13 481 1694.64 481C1704.16 481 1704.16 475 1713.67 475C1723.19 475 1723.19 481 1732.7 481C1742.22 481 1742.22 475 1751.73 475C1761.25 475 1761.25 481 1770.76 481C1780.28 481 1780.28 475 1789.79 475C1799.31 475 1799.31 481 1808.82 481C1818.34 481 1818.34 475 1827.85 475C1837.37 475 1837.37 481 1846.88 481C1856.4 481 1856.4 475 1865.91 475C1875.43 475 1875.43 481 1884.94 481C1894.46 481 1894.46 475 1903.97 475C1913.49 475 1913.49 481 1923 481" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1 485C10.5149 485 10.5149 491 20.0297 491C29.5446 491 29.5446 485 39.0594 485C48.5743 485 48.5743 491 58.0891 491C67.604 491 67.604 485 77.1188 485C86.6337 485 86.6337 491 96.1485 491C105.663 491 105.663 485 115.178 485C124.693 485 124.693 491 134.208 491C143.723 491 143.723 485 153.238 485C162.752 485 162.752 491 172.267 491C181.782 491 181.782 485 191.297 485C200.812 485 200.812 491 210.327 491C219.842 491 219.842 485 229.356 485C238.871 485 238.871 491 248.386 491C257.901 491 257.901 485 267.416 485C276.931 485 276.931 491 286.446 491C295.96 491 295.96 485 305.475 485C314.99 485 314.99 491 324.505 491C334.02 491 334.02 485 343.535 485C353.05 485 353.05 491 362.564 491C372.079 491 372.079 485 381.594 485C391.109 485 391.109 491 400.624 491C410.139 491 410.139 485 419.653 485C429.168 485 429.168 491 438.683 491C448.198 491 448.198 485 457.713 485C467.228 485 467.228 491 476.743 491C486.257 491 486.257 485 495.772 485C505.287 485 505.287 491 514.802 491C524.317 491 524.317 485 533.832 485C543.347 485 543.347 491 552.861 491C562.376 491 562.376 485 571.891 485C581.406 485 581.406 491 590.921 491C600.436 491 600.436 485 609.95 485C619.465 485 619.465 491 628.98 491C638.495 491 638.495 485 648.01 485C657.525 485 657.525 491 667.04 491C676.554 491 676.554 485 686.069 485C695.584 485 695.584 491 705.099 491C714.614 491 714.614 485 724.129 485C733.644 485 733.644 491 743.158 491C752.673 491 752.673 485 762.188 485C771.703 485 771.703 491 781.218 491C790.733 491 790.733 485 800.248 485C809.762 485 809.762 491 819.277 491C828.792 491 828.792 485 838.307 485C847.822 485 847.822 491 857.337 491C866.851 491 866.851 485 876.366 485C885.881 485 885.881 491 895.396 491C904.911 491 904.911 485 914.426 485C923.941 485 923.941 491 933.455 491C942.97 491 942.97 485 952.485 485C962 485 962 491 971.515 491C981.03 491 981.03 485 990.545 485C1000.06 485 1000.06 491 1009.57 491C1019.09 491 1019.09 485 1028.6 485C1038.12 485 1038.12 491 1047.63 491C1057.15 491 1057.15 485 1066.66 485C1076.18 485 1076.18 491 1085.69 491C1095.21 491 1095.21 485 1104.72 485C1114.24 485 1114.24 491 1123.75 491C1133.27 491 1133.27 485 1142.78 485C1152.3 485 1152.3 491 1161.81 491C1171.33 491 1171.33 485 1180.84 485C1190.36 485 1190.36 491 1199.87 491C1209.39 491 1209.39 485 1218.9 485C1228.42 485 1228.42 491 1237.93 491C1247.45 491 1247.45 485 1256.96 485C1266.48 485 1266.48 491 1275.99 491C1285.5 491 1285.5 485 1295.02 485C1304.53 485 1304.53 491 1314.05 491C1323.56 491 1323.56 485 1333.08 485C1342.59 485 1342.59 491 1352.11 491C1361.62 491 1361.62 485 1371.14 485C1380.65 485 1380.65 491 1390.17 491C1399.68 491 1399.68 485 1409.2 485C1418.71 485 1418.71 491 1428.23 491C1437.74 491 1437.74 485 1447.26 485C1456.77 485 1456.77 491 1466.29 491C1475.8 491 1475.8 485 1485.32 485C1494.83 485 1494.83 491 1504.35 491C1513.86 491 1513.86 485 1523.38 485C1532.89 485 1532.89 491 1542.41 491C1551.92 491 1551.92 485 1561.44 485C1570.95 485 1570.95 491 1580.47 491C1589.98 491 1589.98 485 1599.5 485C1609.01 485 1609.01 491 1618.52 491C1628.04 491 1628.04 485 1637.55 485C1647.07 485 1647.07 491 1656.58 491C1666.1 491 1666.1 485 1675.61 485C1685.13 485 1685.13 491 1694.64 491C1704.16 491 1704.16 485 1713.67 485C1723.19 485 1723.19 491 1732.7 491C1742.22 491 1742.22 485 1751.73 485C1761.25 485 1761.25 491 1770.76 491C1780.28 491 1780.28 485 1789.79 485C1799.31 485 1799.31 491 1808.82 491C1818.34 491 1818.34 485 1827.85 485C1837.37 485 1837.37 491 1846.88 491C1856.4 491 1856.4 485 1865.91 485C1875.43 485 1875.43 491 1884.94 491C1894.46 491 1894.46 485 1903.97 485C1913.49 485 1913.49 491 1923 491" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1 495C10.5149 495 10.5149 501 20.0297 501C29.5446 501 29.5446 495 39.0594 495C48.5743 495 48.5743 501 58.0891 501C67.604 501 67.604 495 77.1188 495C86.6337 495 86.6337 501 96.1485 501C105.663 501 105.663 495 115.178 495C124.693 495 124.693 501 134.208 501C143.723 501 143.723 495 153.238 495C162.752 495 162.752 501 172.267 501C181.782 501 181.782 495 191.297 495C200.812 495 200.812 501 210.327 501C219.842 501 219.842 495 229.356 495C238.871 495 238.871 501 248.386 501C257.901 501 257.901 495 267.416 495C276.931 495 276.931 501 286.446 501C295.96 501 295.96 495 305.475 495C314.99 495 314.99 501 324.505 501C334.02 501 334.02 495 343.535 495C353.05 495 353.05 501 362.564 501C372.079 501 372.079 495 381.594 495C391.109 495 391.109 501 400.624 501C410.139 501 410.139 495 419.653 495C429.168 495 429.168 501 438.683 501C448.198 501 448.198 495 457.713 495C467.228 495 467.228 501 476.743 501C486.257 501 486.257 495 495.772 495C505.287 495 505.287 501 514.802 501C524.317 501 524.317 495 533.832 495C543.347 495 543.347 501 552.861 501C562.376 501 562.376 495 571.891 495C581.406 495 581.406 501 590.921 501C600.436 501 600.436 495 609.95 495C619.465 495 619.465 501 628.98 501C638.495 501 638.495 495 648.01 495C657.525 495 657.525 501 667.04 501C676.554 501 676.554 495 686.069 495C695.584 495 695.584 501 705.099 501C714.614 501 714.614 495 724.129 495C733.644 495 733.644 501 743.158 501C752.673 501 752.673 495 762.188 495C771.703 495 771.703 501 781.218 501C790.733 501 790.733 495 800.248 495C809.762 495 809.762 501 819.277 501C828.792 501 828.792 495 838.307 495C847.822 495 847.822 501 857.337 501C866.851 501 866.851 495 876.366 495C885.881 495 885.881 501 895.396 501C904.911 501 904.911 495 914.426 495C923.941 495 923.941 501 933.455 501C942.97 501 942.97 495 952.485 495C962 495 962 501 971.515 501C981.03 501 981.03 495 990.545 495C1000.06 495 1000.06 501 1009.57 501C1019.09 501 1019.09 495 1028.6 495C1038.12 495 1038.12 501 1047.63 501C1057.15 501 1057.15 495 1066.66 495C1076.18 495 1076.18 501 1085.69 501C1095.21 501 1095.21 495 1104.72 495C1114.24 495 1114.24 501 1123.75 501C1133.27 501 1133.27 495 1142.78 495C1152.3 495 1152.3 501 1161.81 501C1171.33 501 1171.33 495 1180.84 495C1190.36 495 1190.36 501 1199.87 501C1209.39 501 1209.39 495 1218.9 495C1228.42 495 1228.42 501 1237.93 501C1247.45 501 1247.45 495 1256.96 495C1266.48 495 1266.48 501 1275.99 501C1285.5 501 1285.5 495 1295.02 495C1304.53 495 1304.53 501 1314.05 501C1323.56 501 1323.56 495 1333.08 495C1342.59 495 1342.59 501 1352.11 501C1361.62 501 1361.62 495 1371.14 495C1380.65 495 1380.65 501 1390.17 501C1399.68 501 1399.68 495 1409.2 495C1418.71 495 1418.71 501 1428.23 501C1437.74 501 1437.74 495 1447.26 495C1456.77 495 1456.77 501 1466.29 501C1475.8 501 1475.8 495 1485.32 495C1494.83 495 1494.83 501 1504.35 501C1513.86 501 1513.86 495 1523.38 495C1532.89 495 1532.89 501 1542.41 501C1551.92 501 1551.92 495 1561.44 495C1570.95 495 1570.95 501 1580.47 501C1589.98 501 1589.98 495 1599.5 495C1609.01 495 1609.01 501 1618.52 501C1628.04 501 1628.04 495 1637.55 495C1647.07 495 1647.07 501 1656.58 501C1666.1 501 1666.1 495 1675.61 495C1685.13 495 1685.13 501 1694.64 501C1704.16 501 1704.16 495 1713.67 495C1723.19 495 1723.19 501 1732.7 501C1742.22 501 1742.22 495 1751.73 495C1761.25 495 1761.25 501 1770.76 501C1780.28 501 1780.28 495 1789.79 495C1799.31 495 1799.31 501 1808.82 501C1818.34 501 1818.34 495 1827.85 495C1837.37 495 1837.37 501 1846.88 501C1856.4 501 1856.4 495 1865.91 495C1875.43 495 1875.43 501 1884.94 501C1894.46 501 1894.46 495 1903.97 495C1913.49 495 1913.49 501 1923 501" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1 525C10.5149 525 10.5149 531 20.0297 531C29.5446 531 29.5446 525 39.0594 525C48.5743 525 48.5743 531 58.0891 531C67.604 531 67.604 525 77.1188 525C86.6337 525 86.6337 531 96.1485 531C105.663 531 105.663 525 115.178 525C124.693 525 124.693 531 134.208 531C143.723 531 143.723 525 153.238 525C162.752 525 162.752 531 172.267 531C181.782 531 181.782 525 191.297 525C200.812 525 200.812 531 210.327 531C219.842 531 219.842 525 229.356 525C238.871 525 238.871 531 248.386 531C257.901 531 257.901 525 267.416 525C276.931 525 276.931 531 286.446 531C295.96 531 295.96 525 305.475 525C314.99 525 314.99 531 324.505 531C334.02 531 334.02 525 343.535 525C353.05 525 353.05 531 362.564 531C372.079 531 372.079 525 381.594 525C391.109 525 391.109 531 400.624 531C410.139 531 410.139 525 419.653 525C429.168 525 429.168 531 438.683 531C448.198 531 448.198 525 457.713 525C467.228 525 467.228 531 476.743 531C486.257 531 486.257 525 495.772 525C505.287 525 505.287 531 514.802 531C524.317 531 524.317 525 533.832 525C543.347 525 543.347 531 552.861 531C562.376 531 562.376 525 571.891 525C581.406 525 581.406 531 590.921 531C600.436 531 600.436 525 609.95 525C619.465 525 619.465 531 628.98 531C638.495 531 638.495 525 648.01 525C657.525 525 657.525 531 667.04 531C676.554 531 676.554 525 686.069 525C695.584 525 695.584 531 705.099 531C714.614 531 714.614 525 724.129 525C733.644 525 733.644 531 743.158 531C752.673 531 752.673 525 762.188 525C771.703 525 771.703 531 781.218 531C790.733 531 790.733 525 800.248 525C809.762 525 809.762 531 819.277 531C828.792 531 828.792 525 838.307 525C847.822 525 847.822 531 857.337 531C866.851 531 866.851 525 876.366 525C885.881 525 885.881 531 895.396 531C904.911 531 904.911 525 914.426 525C923.941 525 923.941 531 933.455 531C942.97 531 942.97 525 952.485 525C962 525 962 531 971.515 531C981.03 531 981.03 525 990.545 525C1000.06 525 1000.06 531 1009.57 531C1019.09 531 1019.09 525 1028.6 525C1038.12 525 1038.12 531 1047.63 531C1057.15 531 1057.15 525 1066.66 525C1076.18 525 1076.18 531 1085.69 531C1095.21 531 1095.21 525 1104.72 525C1114.24 525 1114.24 531 1123.75 531C1133.27 531 1133.27 525 1142.78 525C1152.3 525 1152.3 531 1161.81 531C1171.33 531 1171.33 525 1180.84 525C1190.36 525 1190.36 531 1199.87 531C1209.39 531 1209.39 525 1218.9 525C1228.42 525 1228.42 531 1237.93 531C1247.45 531 1247.45 525 1256.96 525C1266.48 525 1266.48 531 1275.99 531C1285.5 531 1285.5 525 1295.02 525C1304.53 525 1304.53 531 1314.05 531C1323.56 531 1323.56 525 1333.08 525C1342.59 525 1342.59 531 1352.11 531C1361.62 531 1361.62 525 1371.14 525C1380.65 525 1380.65 531 1390.17 531C1399.68 531 1399.68 525 1409.2 525C1418.71 525 1418.71 531 1428.23 531C1437.74 531 1437.74 525 1447.26 525C1456.77 525 1456.77 531 1466.29 531C1475.8 531 1475.8 525 1485.32 525C1494.83 525 1494.83 531 1504.35 531C1513.86 531 1513.86 525 1523.38 525C1532.89 525 1532.89 531 1542.41 531C1551.92 531 1551.92 525 1561.44 525C1570.95 525 1570.95 531 1580.47 531C1589.98 531 1589.98 525 1599.5 525C1609.01 525 1609.01 531 1618.52 531C1628.04 531 1628.04 525 1637.55 525C1647.07 525 1647.07 531 1656.58 531C1666.1 531 1666.1 525 1675.61 525C1685.13 525 1685.13 531 1694.64 531C1704.16 531 1704.16 525 1713.67 525C1723.19 525 1723.19 531 1732.7 531C1742.22 531 1742.22 525 1751.73 525C1761.25 525 1761.25 531 1770.76 531C1780.28 531 1780.28 525 1789.79 525C1799.31 525 1799.31 531 1808.82 531C1818.34 531 1818.34 525 1827.85 525C1837.37 525 1837.37 531 1846.88 531C1856.4 531 1856.4 525 1865.91 525C1875.43 525 1875.43 531 1884.94 531C1894.46 531 1894.46 525 1903.97 525C1913.49 525 1913.49 531 1923 531" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1 535C10.5149 535 10.5149 541 20.0297 541C29.5446 541 29.5446 535 39.0594 535C48.5743 535 48.5743 541 58.0891 541C67.604 541 67.604 535 77.1188 535C86.6337 535 86.6337 541 96.1485 541C105.663 541 105.663 535 115.178 535C124.693 535 124.693 541 134.208 541C143.723 541 143.723 535 153.238 535C162.752 535 162.752 541 172.267 541C181.782 541 181.782 535 191.297 535C200.812 535 200.812 541 210.327 541C219.842 541 219.842 535 229.356 535C238.871 535 238.871 541 248.386 541C257.901 541 257.901 535 267.416 535C276.931 535 276.931 541 286.446 541C295.96 541 295.96 535 305.475 535C314.99 535 314.99 541 324.505 541C334.02 541 334.02 535 343.535 535C353.05 535 353.05 541 362.564 541C372.079 541 372.079 535 381.594 535C391.109 535 391.109 541 400.624 541C410.139 541 410.139 535 419.653 535C429.168 535 429.168 541 438.683 541C448.198 541 448.198 535 457.713 535C467.228 535 467.228 541 476.743 541C486.257 541 486.257 535 495.772 535C505.287 535 505.287 541 514.802 541C524.317 541 524.317 535 533.832 535C543.347 535 543.347 541 552.861 541C562.376 541 562.376 535 571.891 535C581.406 535 581.406 541 590.921 541C600.436 541 600.436 535 609.95 535C619.465 535 619.465 541 628.98 541C638.495 541 638.495 535 648.01 535C657.525 535 657.525 541 667.04 541C676.554 541 676.554 535 686.069 535C695.584 535 695.584 541 705.099 541C714.614 541 714.614 535 724.129 535C733.644 535 733.644 541 743.158 541C752.673 541 752.673 535 762.188 535C771.703 535 771.703 541 781.218 541C790.733 541 790.733 535 800.248 535C809.762 535 809.762 541 819.277 541C828.792 541 828.792 535 838.307 535C847.822 535 847.822 541 857.337 541C866.851 541 866.851 535 876.366 535C885.881 535 885.881 541 895.396 541C904.911 541 904.911 535 914.426 535C923.941 535 923.941 541 933.455 541C942.97 541 942.97 535 952.485 535C962 535 962 541 971.515 541C981.03 541 981.03 535 990.545 535C1000.06 535 1000.06 541 1009.57 541C1019.09 541 1019.09 535 1028.6 535C1038.12 535 1038.12 541 1047.63 541C1057.15 541 1057.15 535 1066.66 535C1076.18 535 1076.18 541 1085.69 541C1095.21 541 1095.21 535 1104.72 535C1114.24 535 1114.24 541 1123.75 541C1133.27 541 1133.27 535 1142.78 535C1152.3 535 1152.3 541 1161.81 541C1171.33 541 1171.33 535 1180.84 535C1190.36 535 1190.36 541 1199.87 541C1209.39 541 1209.39 535 1218.9 535C1228.42 535 1228.42 541 1237.93 541C1247.45 541 1247.45 535 1256.96 535C1266.48 535 1266.48 541 1275.99 541C1285.5 541 1285.5 535 1295.02 535C1304.53 535 1304.53 541 1314.05 541C1323.56 541 1323.56 535 1333.08 535C1342.59 535 1342.59 541 1352.11 541C1361.62 541 1361.62 535 1371.14 535C1380.65 535 1380.65 541 1390.17 541C1399.68 541 1399.68 535 1409.2 535C1418.71 535 1418.71 541 1428.23 541C1437.74 541 1437.74 535 1447.26 535C1456.77 535 1456.77 541 1466.29 541C1475.8 541 1475.8 535 1485.32 535C1494.83 535 1494.83 541 1504.35 541C1513.86 541 1513.86 535 1523.38 535C1532.89 535 1532.89 541 1542.41 541C1551.92 541 1551.92 535 1561.44 535C1570.95 535 1570.95 541 1580.47 541C1589.98 541 1589.98 535 1599.5 535C1609.01 535 1609.01 541 1618.52 541C1628.04 541 1628.04 535 1637.55 535C1647.07 535 1647.07 541 1656.58 541C1666.1 541 1666.1 535 1675.61 535C1685.13 535 1685.13 541 1694.64 541C1704.16 541 1704.16 535 1713.67 535C1723.19 535 1723.19 541 1732.7 541C1742.22 541 1742.22 535 1751.73 535C1761.25 535 1761.25 541 1770.76 541C1780.28 541 1780.28 535 1789.79 535C1799.31 535 1799.31 541 1808.82 541C1818.34 541 1818.34 535 1827.85 535C1837.37 535 1837.37 541 1846.88 541C1856.4 541 1856.4 535 1865.91 535C1875.43 535 1875.43 541 1884.94 541C1894.46 541 1894.46 535 1903.97 535C1913.49 535 1913.49 541 1923 541" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1 545C10.5149 545 10.5149 551 20.0297 551C29.5446 551 29.5446 545 39.0594 545C48.5743 545 48.5743 551 58.0891 551C67.604 551 67.604 545 77.1188 545C86.6337 545 86.6337 551 96.1485 551C105.663 551 105.663 545 115.178 545C124.693 545 124.693 551 134.208 551C143.723 551 143.723 545 153.238 545C162.752 545 162.752 551 172.267 551C181.782 551 181.782 545 191.297 545C200.812 545 200.812 551 210.327 551C219.842 551 219.842 545 229.356 545C238.871 545 238.871 551 248.386 551C257.901 551 257.901 545 267.416 545C276.931 545 276.931 551 286.446 551C295.96 551 295.96 545 305.475 545C314.99 545 314.99 551 324.505 551C334.02 551 334.02 545 343.535 545C353.05 545 353.05 551 362.564 551C372.079 551 372.079 545 381.594 545C391.109 545 391.109 551 400.624 551C410.139 551 410.139 545 419.653 545C429.168 545 429.168 551 438.683 551C448.198 551 448.198 545 457.713 545C467.228 545 467.228 551 476.743 551C486.257 551 486.257 545 495.772 545C505.287 545 505.287 551 514.802 551C524.317 551 524.317 545 533.832 545C543.347 545 543.347 551 552.861 551C562.376 551 562.376 545 571.891 545C581.406 545 581.406 551 590.921 551C600.436 551 600.436 545 609.95 545C619.465 545 619.465 551 628.98 551C638.495 551 638.495 545 648.01 545C657.525 545 657.525 551 667.04 551C676.554 551 676.554 545 686.069 545C695.584 545 695.584 551 705.099 551C714.614 551 714.614 545 724.129 545C733.644 545 733.644 551 743.158 551C752.673 551 752.673 545 762.188 545C771.703 545 771.703 551 781.218 551C790.733 551 790.733 545 800.248 545C809.762 545 809.762 551 819.277 551C828.792 551 828.792 545 838.307 545C847.822 545 847.822 551 857.337 551C866.851 551 866.851 545 876.366 545C885.881 545 885.881 551 895.396 551C904.911 551 904.911 545 914.426 545C923.941 545 923.941 551 933.455 551C942.97 551 942.97 545 952.485 545C962 545 962 551 971.515 551C981.03 551 981.03 545 990.545 545C1000.06 545 1000.06 551 1009.57 551C1019.09 551 1019.09 545 1028.6 545C1038.12 545 1038.12 551 1047.63 551C1057.15 551 1057.15 545 1066.66 545C1076.18 545 1076.18 551 1085.69 551C1095.21 551 1095.21 545 1104.72 545C1114.24 545 1114.24 551 1123.75 551C1133.27 551 1133.27 545 1142.78 545C1152.3 545 1152.3 551 1161.81 551C1171.33 551 1171.33 545 1180.84 545C1190.36 545 1190.36 551 1199.87 551C1209.39 551 1209.39 545 1218.9 545C1228.42 545 1228.42 551 1237.93 551C1247.45 551 1247.45 545 1256.96 545C1266.48 545 1266.48 551 1275.99 551C1285.5 551 1285.5 545 1295.02 545C1304.53 545 1304.53 551 1314.05 551C1323.56 551 1323.56 545 1333.08 545C1342.59 545 1342.59 551 1352.11 551C1361.62 551 1361.62 545 1371.14 545C1380.65 545 1380.65 551 1390.17 551C1399.68 551 1399.68 545 1409.2 545C1418.71 545 1418.71 551 1428.23 551C1437.74 551 1437.74 545 1447.26 545C1456.77 545 1456.77 551 1466.29 551C1475.8 551 1475.8 545 1485.32 545C1494.83 545 1494.83 551 1504.35 551C1513.86 551 1513.86 545 1523.38 545C1532.89 545 1532.89 551 1542.41 551C1551.92 551 1551.92 545 1561.44 545C1570.95 545 1570.95 551 1580.47 551C1589.98 551 1589.98 545 1599.5 545C1609.01 545 1609.01 551 1618.52 551C1628.04 551 1628.04 545 1637.55 545C1647.07 545 1647.07 551 1656.58 551C1666.1 551 1666.1 545 1675.61 545C1685.13 545 1685.13 551 1694.64 551C1704.16 551 1704.16 545 1713.67 545C1723.19 545 1723.19 551 1732.7 551C1742.22 551 1742.22 545 1751.73 545C1761.25 545 1761.25 551 1770.76 551C1780.28 551 1780.28 545 1789.79 545C1799.31 545 1799.31 551 1808.82 551C1818.34 551 1818.34 545 1827.85 545C1837.37 545 1837.37 551 1846.88 551C1856.4 551 1856.4 545 1865.91 545C1875.43 545 1875.43 551 1884.94 551C1894.46 551 1894.46 545 1903.97 545C1913.49 545 1913.49 551 1923 551" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </g> <path d="M146 345L166 365L146 385L126 365L146 345Z" fill="%23F6E8EA"/> <path d="M146 385L166 405L146 425L126 405L146 385Z" fill="%23FFD700"/> <path d="M186 345L226 385L186 425L146 385L186 345Z" fill="%23DDE7F1"/> <path d="M281 33V273L521 33H281Z" fill="white"/> <path d="M331 0L334 3L331 6L328 3L331 0Z" fill="%23FFD700"/> <path d="M351 0L354 3L351 6L348 3L351 0Z" fill="%23FFD700"/> <path d="M371 0L374 3L371 6L368 3L371 0Z" fill="%23FFD700"/> <path d="M391 0L394 3L391 6L388 3L391 0Z" fill="%23FFD700"/> <path d="M331 20L334 23L331 26L328 23L331 20Z" fill="%23FFD700"/> <path d="M351 20L354 23L351 26L348 23L351 20Z" fill="%23FFD700"/> <path d="M371 20L374 23L371 26L368 23L371 20Z" fill="%23FFD700"/> <path d="M391 20L394 23L391 26L388 23L391 20Z" fill="%23FFD700"/> <path d="M331 40L334 43L331 46L328 43L331 40Z" fill="%23FFD700"/> <path d="M351 40L354 43L351 46L348 43L351 40Z" fill="%23FFD700"/> <path d="M371 40L374 43L371 46L368 43L371 40Z" fill="%23FFD700"/> <path d="M331 60L334 63L331 66L328 63L331 60Z" fill="%23FFD700"/> <path d="M351 60L354 63L351 66L348 63L351 60Z" fill="%23FFD700"/> <path d="M311 0L314 3L311 6L308 3L311 0Z" fill="%23FFD700"/> <path d="M311 20L314 23L311 26L308 23L311 20Z" fill="%23FFD700"/> <path d="M311 40L314 43L311 46L308 43L311 40Z" fill="%23FFD700"/> <path d="M311 60L314 63L311 66L308 63L311 60Z" fill="%23FFD700"/> <path d="M291 0L294 3L291 6L288 3L291 0Z" fill="%23FFD700"/> <path d="M291 20L294 23L291 26L288 23L291 20Z" fill="%23FFD700"/> <path d="M291 40L294 43L291 46L288 43L291 40Z" fill="%23FFD700"/> <path d="M291 60L294 63L291 66L288 63L291 60Z" fill="%23FFD700"/> <path d="M411 0L414 3L411 6L408 3L411 0Z" fill="%23FFD700"/> <path d="M271 20L274 23L271 26L268 23L271 20Z" fill="%23FFD700"/> <path d="M271 40L274 43L271 46L268 43L271 40Z" fill="%23FFD700"/> <path d="M271 60L274 63L271 66L268 63L271 60Z" fill="%23FFD700"/> <path d="M251 40L254 43L251 46L248 43L251 40Z" fill="%23FFD700"/> <path d="M251 60L254 63L251 66L248 63L251 60Z" fill="%23FFD700"/> <path d="M231 60L234 63L231 66L228 63L231 60Z" fill="%23FFD700"/> </svg>');
        width: 521px;
        height: 552px;
        right: 0;
        bottom: 60px;
        z-index: 2;
    }

    .section-documents::before {
        content: '';
        position: absolute;
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="200" height="160" viewBox="0 0 200 160" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M40 0L80 40L40 80L0 40L40 0Z" fill="%235E748D"/> <path d="M40 80L80 120L40 160L0 120L40 80Z" fill="%23F6E8EA"/> <path d="M120 0L200 80L120 160L40 80L120 0Z" fill="%23FFD700"/> </svg>');
        width: 200px;
        height: 160px;
        left: 60px;
        bottom: 150px;
        z-index: 5;
    }

    .section-documents::after {
        content: '';
        position: absolute;
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="100" height="80" viewBox="0 0 100 80" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M80 0L60 20L80 40L100 20L80 0Z" fill="%23FFD700"/> <path d="M80 40L60 60L80 80L100 60L80 40Z" fill="%23DDE7F1"/> <path d="M40 0L0 40L40 80L80 40L40 0Z" fill="%235E748D"/> </svg>');
        width: 100px;
        height: 80px;
        right: 50px;
        top: 150px;
        z-index: 5;
    }

    .section-documents .waves-svg {
        position: absolute;
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="1920" height="178" viewBox="0 0 1920 178" fill="none" xmlns="http://www.w3.org/2000/svg"> <g opacity="0.5"> <path d="M-1 1C8.51485 1 8.51485 7 18.0297 7C27.5446 7 27.5446 1 37.0594 1C46.5743 1 46.5743 7 56.0891 7C65.604 7 65.604 1 75.1188 1C84.6337 1 84.6337 7 94.1485 7C103.663 7 103.663 1 113.178 1C122.693 1 122.693 7 132.208 7C141.723 7 141.723 1 151.238 1C160.752 1 160.752 7 170.267 7C179.782 7 179.782 1 189.297 1C198.812 1 198.812 7 208.327 7C217.842 7 217.842 1 227.356 1C236.871 1 236.871 7 246.386 7C255.901 7 255.901 1 265.416 1C274.931 1 274.931 7 284.446 7C293.96 7 293.96 1 303.475 1C312.99 1 312.99 7 322.505 7C332.02 7 332.02 1 341.535 1C351.05 1 351.05 7 360.564 7C370.079 7 370.079 1 379.594 1C389.109 1 389.109 7 398.624 7C408.139 7 408.139 1 417.653 1C427.168 1 427.168 7 436.683 7C446.198 7 446.198 1 455.713 1C465.228 1 465.228 7 474.743 7C484.257 7 484.257 1 493.772 1C503.287 1 503.287 7 512.802 7C522.317 7 522.317 1 531.832 1C541.347 1 541.347 7 550.861 7C560.376 7 560.376 1 569.891 1C579.406 1 579.406 7 588.921 7C598.436 7 598.436 1 607.95 1C617.465 1 617.465 7 626.98 7C636.495 7 636.495 1 646.01 1C655.525 1 655.525 7 665.04 7C674.554 7 674.554 1 684.069 1C693.584 1 693.584 7 703.099 7C712.614 7 712.614 1 722.129 1C731.644 1 731.644 7 741.158 7C750.673 7 750.673 1 760.188 1C769.703 1 769.703 7 779.218 7C788.733 7 788.733 1 798.248 1C807.762 1 807.762 7 817.277 7C826.792 7 826.792 1 836.307 1C845.822 1 845.822 7 855.337 7C864.851 7 864.851 1 874.366 1C883.881 1 883.881 7 893.396 7C902.911 7 902.911 1 912.426 1C921.941 1 921.941 7 931.455 7C940.97 7 940.97 1 950.485 1C960 1 960 7 969.515 7C979.03 7 979.03 1 988.545 1C998.059 1 998.059 7 1007.57 7C1017.09 7 1017.09 1 1026.6 1C1036.12 1 1036.12 7 1045.63 7C1055.15 7 1055.15 1 1064.66 1C1074.18 1 1074.18 7 1083.69 7C1093.21 7 1093.21 1 1102.72 1C1112.24 1 1112.24 7 1121.75 7C1131.27 7 1131.27 1 1140.78 1C1150.3 1 1150.3 7 1159.81 7C1169.33 7 1169.33 1 1178.84 1C1188.36 1 1188.36 7 1197.87 7C1207.39 7 1207.39 1 1216.9 1C1226.42 1 1226.42 7 1235.93 7C1245.45 7 1245.45 1 1254.96 1C1264.48 1 1264.48 7 1273.99 7C1283.5 7 1283.5 1 1293.02 1C1302.53 1 1302.53 7 1312.05 7C1321.56 7 1321.56 1 1331.08 1C1340.59 1 1340.59 7 1350.11 7C1359.62 7 1359.62 1 1369.14 1C1378.65 1 1378.65 7 1388.17 7C1397.68 7 1397.68 1 1407.2 1C1416.71 1 1416.71 7 1426.23 7C1435.74 7 1435.74 1 1445.26 1C1454.77 1 1454.77 7 1464.29 7C1473.8 7 1473.8 1 1483.32 1C1492.83 1 1492.83 7 1502.35 7C1511.86 7 1511.86 1 1521.38 1C1530.89 1 1530.89 7 1540.41 7C1549.92 7 1549.92 1 1559.44 1C1568.95 1 1568.95 7 1578.47 7C1587.98 7 1587.98 1 1597.5 1C1607.01 1 1607.01 7 1616.52 7C1626.04 7 1626.04 1 1635.55 1C1645.07 1 1645.07 7 1654.58 7C1664.1 7 1664.1 1 1673.61 1C1683.13 1 1683.13 7 1692.64 7C1702.16 7 1702.16 1 1711.67 1C1721.19 1 1721.19 7 1730.7 7C1740.22 7 1740.22 1 1749.73 1C1759.25 1 1759.25 7 1768.76 7C1778.28 7 1778.28 1 1787.79 1C1797.31 1 1797.31 7 1806.82 7C1816.34 7 1816.34 1 1825.85 1C1835.37 1 1835.37 7 1844.88 7C1854.4 7 1854.4 1 1863.91 1C1873.43 1 1873.43 7 1882.94 7C1892.46 7 1892.46 1 1901.97 1C1911.49 1 1911.49 7 1921 7" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 11C8.51485 11 8.51485 17 18.0297 17C27.5446 17 27.5446 11 37.0594 11C46.5743 11 46.5743 17 56.0891 17C65.604 17 65.604 11 75.1188 11C84.6337 11 84.6337 17 94.1485 17C103.663 17 103.663 11 113.178 11C122.693 11 122.693 17 132.208 17C141.723 17 141.723 11 151.238 11C160.752 11 160.752 17 170.267 17C179.782 17 179.782 11 189.297 11C198.812 11 198.812 17 208.327 17C217.842 17 217.842 11 227.356 11C236.871 11 236.871 17 246.386 17C255.901 17 255.901 11 265.416 11C274.931 11 274.931 17 284.446 17C293.96 17 293.96 11 303.475 11C312.99 11 312.99 17 322.505 17C332.02 17 332.02 11 341.535 11C351.05 11 351.05 17 360.564 17C370.079 17 370.079 11 379.594 11C389.109 11 389.109 17 398.624 17C408.139 17 408.139 11 417.653 11C427.168 11 427.168 17 436.683 17C446.198 17 446.198 11 455.713 11C465.228 11 465.228 17 474.743 17C484.257 17 484.257 11 493.772 11C503.287 11 503.287 17 512.802 17C522.317 17 522.317 11 531.832 11C541.347 11 541.347 17 550.861 17C560.376 17 560.376 11 569.891 11C579.406 11 579.406 17 588.921 17C598.436 17 598.436 11 607.95 11C617.465 11 617.465 17 626.98 17C636.495 17 636.495 11 646.01 11C655.525 11 655.525 17 665.04 17C674.554 17 674.554 11 684.069 11C693.584 11 693.584 17 703.099 17C712.614 17 712.614 11 722.129 11C731.644 11 731.644 17 741.158 17C750.673 17 750.673 11 760.188 11C769.703 11 769.703 17 779.218 17C788.733 17 788.733 11 798.248 11C807.762 11 807.762 17 817.277 17C826.792 17 826.792 11 836.307 11C845.822 11 845.822 17 855.337 17C864.851 17 864.851 11 874.366 11C883.881 11 883.881 17 893.396 17C902.911 17 902.911 11 912.426 11C921.941 11 921.941 17 931.455 17C940.97 17 940.97 11 950.485 11C960 11 960 17 969.515 17C979.03 17 979.03 11 988.545 11C998.059 11 998.059 17 1007.57 17C1017.09 17 1017.09 11 1026.6 11C1036.12 11 1036.12 17 1045.63 17C1055.15 17 1055.15 11 1064.66 11C1074.18 11 1074.18 17 1083.69 17C1093.21 17 1093.21 11 1102.72 11C1112.24 11 1112.24 17 1121.75 17C1131.27 17 1131.27 11 1140.78 11C1150.3 11 1150.3 17 1159.81 17C1169.33 17 1169.33 11 1178.84 11C1188.36 11 1188.36 17 1197.87 17C1207.39 17 1207.39 11 1216.9 11C1226.42 11 1226.42 17 1235.93 17C1245.45 17 1245.45 11 1254.96 11C1264.48 11 1264.48 17 1273.99 17C1283.5 17 1283.5 11 1293.02 11C1302.53 11 1302.53 17 1312.05 17C1321.56 17 1321.56 11 1331.08 11C1340.59 11 1340.59 17 1350.11 17C1359.62 17 1359.62 11 1369.14 11C1378.65 11 1378.65 17 1388.17 17C1397.68 17 1397.68 11 1407.2 11C1416.71 11 1416.71 17 1426.23 17C1435.74 17 1435.74 11 1445.26 11C1454.77 11 1454.77 17 1464.29 17C1473.8 17 1473.8 11 1483.32 11C1492.83 11 1492.83 17 1502.35 17C1511.86 17 1511.86 11 1521.38 11C1530.89 11 1530.89 17 1540.41 17C1549.92 17 1549.92 11 1559.44 11C1568.95 11 1568.95 17 1578.47 17C1587.98 17 1587.98 11 1597.5 11C1607.01 11 1607.01 17 1616.52 17C1626.04 17 1626.04 11 1635.55 11C1645.07 11 1645.07 17 1654.58 17C1664.1 17 1664.1 11 1673.61 11C1683.13 11 1683.13 17 1692.64 17C1702.16 17 1702.16 11 1711.67 11C1721.19 11 1721.19 17 1730.7 17C1740.22 17 1740.22 11 1749.73 11C1759.25 11 1759.25 17 1768.76 17C1778.28 17 1778.28 11 1787.79 11C1797.31 11 1797.31 17 1806.82 17C1816.34 17 1816.34 11 1825.85 11C1835.37 11 1835.37 17 1844.88 17C1854.4 17 1854.4 11 1863.91 11C1873.43 11 1873.43 17 1882.94 17C1892.46 17 1892.46 11 1901.97 11C1911.49 11 1911.49 17 1921 17" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 21C8.51485 21 8.51485 27 18.0297 27C27.5446 27 27.5446 21 37.0594 21C46.5743 21 46.5743 27 56.0891 27C65.604 27 65.604 21 75.1188 21C84.6337 21 84.6337 27 94.1485 27C103.663 27 103.663 21 113.178 21C122.693 21 122.693 27 132.208 27C141.723 27 141.723 21 151.238 21C160.752 21 160.752 27 170.267 27C179.782 27 179.782 21 189.297 21C198.812 21 198.812 27 208.327 27C217.842 27 217.842 21 227.356 21C236.871 21 236.871 27 246.386 27C255.901 27 255.901 21 265.416 21C274.931 21 274.931 27 284.446 27C293.96 27 293.96 21 303.475 21C312.99 21 312.99 27 322.505 27C332.02 27 332.02 21 341.535 21C351.05 21 351.05 27 360.564 27C370.079 27 370.079 21 379.594 21C389.109 21 389.109 27 398.624 27C408.139 27 408.139 21 417.653 21C427.168 21 427.168 27 436.683 27C446.198 27 446.198 21 455.713 21C465.228 21 465.228 27 474.743 27C484.257 27 484.257 21 493.772 21C503.287 21 503.287 27 512.802 27C522.317 27 522.317 21 531.832 21C541.347 21 541.347 27 550.861 27C560.376 27 560.376 21 569.891 21C579.406 21 579.406 27 588.921 27C598.436 27 598.436 21 607.95 21C617.465 21 617.465 27 626.98 27C636.495 27 636.495 21 646.01 21C655.525 21 655.525 27 665.04 27C674.554 27 674.554 21 684.069 21C693.584 21 693.584 27 703.099 27C712.614 27 712.614 21 722.129 21C731.644 21 731.644 27 741.158 27C750.673 27 750.673 21 760.188 21C769.703 21 769.703 27 779.218 27C788.733 27 788.733 21 798.248 21C807.762 21 807.762 27 817.277 27C826.792 27 826.792 21 836.307 21C845.822 21 845.822 27 855.337 27C864.851 27 864.851 21 874.366 21C883.881 21 883.881 27 893.396 27C902.911 27 902.911 21 912.426 21C921.941 21 921.941 27 931.455 27C940.97 27 940.97 21 950.485 21C960 21 960 27 969.515 27C979.03 27 979.03 21 988.545 21C998.059 21 998.059 27 1007.57 27C1017.09 27 1017.09 21 1026.6 21C1036.12 21 1036.12 27 1045.63 27C1055.15 27 1055.15 21 1064.66 21C1074.18 21 1074.18 27 1083.69 27C1093.21 27 1093.21 21 1102.72 21C1112.24 21 1112.24 27 1121.75 27C1131.27 27 1131.27 21 1140.78 21C1150.3 21 1150.3 27 1159.81 27C1169.33 27 1169.33 21 1178.84 21C1188.36 21 1188.36 27 1197.87 27C1207.39 27 1207.39 21 1216.9 21C1226.42 21 1226.42 27 1235.93 27C1245.45 27 1245.45 21 1254.96 21C1264.48 21 1264.48 27 1273.99 27C1283.5 27 1283.5 21 1293.02 21C1302.53 21 1302.53 27 1312.05 27C1321.56 27 1321.56 21 1331.08 21C1340.59 21 1340.59 27 1350.11 27C1359.62 27 1359.62 21 1369.14 21C1378.65 21 1378.65 27 1388.17 27C1397.68 27 1397.68 21 1407.2 21C1416.71 21 1416.71 27 1426.23 27C1435.74 27 1435.74 21 1445.26 21C1454.77 21 1454.77 27 1464.29 27C1473.8 27 1473.8 21 1483.32 21C1492.83 21 1492.83 27 1502.35 27C1511.86 27 1511.86 21 1521.38 21C1530.89 21 1530.89 27 1540.41 27C1549.92 27 1549.92 21 1559.44 21C1568.95 21 1568.95 27 1578.47 27C1587.98 27 1587.98 21 1597.5 21C1607.01 21 1607.01 27 1616.52 27C1626.04 27 1626.04 21 1635.55 21C1645.07 21 1645.07 27 1654.58 27C1664.1 27 1664.1 21 1673.61 21C1683.13 21 1683.13 27 1692.64 27C1702.16 27 1702.16 21 1711.67 21C1721.19 21 1721.19 27 1730.7 27C1740.22 27 1740.22 21 1749.73 21C1759.25 21 1759.25 27 1768.76 27C1778.28 27 1778.28 21 1787.79 21C1797.31 21 1797.31 27 1806.82 27C1816.34 27 1816.34 21 1825.85 21C1835.37 21 1835.37 27 1844.88 27C1854.4 27 1854.4 21 1863.91 21C1873.43 21 1873.43 27 1882.94 27C1892.46 27 1892.46 21 1901.97 21C1911.49 21 1911.49 27 1921 27" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 51C8.51485 51 8.51485 57 18.0297 57C27.5446 57 27.5446 51 37.0594 51C46.5743 51 46.5743 57 56.0891 57C65.604 57 65.604 51 75.1188 51C84.6337 51 84.6337 57 94.1485 57C103.663 57 103.663 51 113.178 51C122.693 51 122.693 57 132.208 57C141.723 57 141.723 51 151.238 51C160.752 51 160.752 57 170.267 57C179.782 57 179.782 51 189.297 51C198.812 51 198.812 57 208.327 57C217.842 57 217.842 51 227.356 51C236.871 51 236.871 57 246.386 57C255.901 57 255.901 51 265.416 51C274.931 51 274.931 57 284.446 57C293.96 57 293.96 51 303.475 51C312.99 51 312.99 57 322.505 57C332.02 57 332.02 51 341.535 51C351.05 51 351.05 57 360.564 57C370.079 57 370.079 51 379.594 51C389.109 51 389.109 57 398.624 57C408.139 57 408.139 51 417.653 51C427.168 51 427.168 57 436.683 57C446.198 57 446.198 51 455.713 51C465.228 51 465.228 57 474.743 57C484.257 57 484.257 51 493.772 51C503.287 51 503.287 57 512.802 57C522.317 57 522.317 51 531.832 51C541.347 51 541.347 57 550.861 57C560.376 57 560.376 51 569.891 51C579.406 51 579.406 57 588.921 57C598.436 57 598.436 51 607.95 51C617.465 51 617.465 57 626.98 57C636.495 57 636.495 51 646.01 51C655.525 51 655.525 57 665.04 57C674.554 57 674.554 51 684.069 51C693.584 51 693.584 57 703.099 57C712.614 57 712.614 51 722.129 51C731.644 51 731.644 57 741.158 57C750.673 57 750.673 51 760.188 51C769.703 51 769.703 57 779.218 57C788.733 57 788.733 51 798.248 51C807.762 51 807.762 57 817.277 57C826.792 57 826.792 51 836.307 51C845.822 51 845.822 57 855.337 57C864.851 57 864.851 51 874.366 51C883.881 51 883.881 57 893.396 57C902.911 57 902.911 51 912.426 51C921.941 51 921.941 57 931.455 57C940.97 57 940.97 51 950.485 51C960 51 960 57 969.515 57C979.03 57 979.03 51 988.545 51C998.059 51 998.059 57 1007.57 57C1017.09 57 1017.09 51 1026.6 51C1036.12 51 1036.12 57 1045.63 57C1055.15 57 1055.15 51 1064.66 51C1074.18 51 1074.18 57 1083.69 57C1093.21 57 1093.21 51 1102.72 51C1112.24 51 1112.24 57 1121.75 57C1131.27 57 1131.27 51 1140.78 51C1150.3 51 1150.3 57 1159.81 57C1169.33 57 1169.33 51 1178.84 51C1188.36 51 1188.36 57 1197.87 57C1207.39 57 1207.39 51 1216.9 51C1226.42 51 1226.42 57 1235.93 57C1245.45 57 1245.45 51 1254.96 51C1264.48 51 1264.48 57 1273.99 57C1283.5 57 1283.5 51 1293.02 51C1302.53 51 1302.53 57 1312.05 57C1321.56 57 1321.56 51 1331.08 51C1340.59 51 1340.59 57 1350.11 57C1359.62 57 1359.62 51 1369.14 51C1378.65 51 1378.65 57 1388.17 57C1397.68 57 1397.68 51 1407.2 51C1416.71 51 1416.71 57 1426.23 57C1435.74 57 1435.74 51 1445.26 51C1454.77 51 1454.77 57 1464.29 57C1473.8 57 1473.8 51 1483.32 51C1492.83 51 1492.83 57 1502.35 57C1511.86 57 1511.86 51 1521.38 51C1530.89 51 1530.89 57 1540.41 57C1549.92 57 1549.92 51 1559.44 51C1568.95 51 1568.95 57 1578.47 57C1587.98 57 1587.98 51 1597.5 51C1607.01 51 1607.01 57 1616.52 57C1626.04 57 1626.04 51 1635.55 51C1645.07 51 1645.07 57 1654.58 57C1664.1 57 1664.1 51 1673.61 51C1683.13 51 1683.13 57 1692.64 57C1702.16 57 1702.16 51 1711.67 51C1721.19 51 1721.19 57 1730.7 57C1740.22 57 1740.22 51 1749.73 51C1759.25 51 1759.25 57 1768.76 57C1778.28 57 1778.28 51 1787.79 51C1797.31 51 1797.31 57 1806.82 57C1816.34 57 1816.34 51 1825.85 51C1835.37 51 1835.37 57 1844.88 57C1854.4 57 1854.4 51 1863.91 51C1873.43 51 1873.43 57 1882.94 57C1892.46 57 1892.46 51 1901.97 51C1911.49 51 1911.49 57 1921 57" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 61C8.51485 61 8.51485 67 18.0297 67C27.5446 67 27.5446 61 37.0594 61C46.5743 61 46.5743 67 56.0891 67C65.604 67 65.604 61 75.1188 61C84.6337 61 84.6337 67 94.1485 67C103.663 67 103.663 61 113.178 61C122.693 61 122.693 67 132.208 67C141.723 67 141.723 61 151.238 61C160.752 61 160.752 67 170.267 67C179.782 67 179.782 61 189.297 61C198.812 61 198.812 67 208.327 67C217.842 67 217.842 61 227.356 61C236.871 61 236.871 67 246.386 67C255.901 67 255.901 61 265.416 61C274.931 61 274.931 67 284.446 67C293.96 67 293.96 61 303.475 61C312.99 61 312.99 67 322.505 67C332.02 67 332.02 61 341.535 61C351.05 61 351.05 67 360.564 67C370.079 67 370.079 61 379.594 61C389.109 61 389.109 67 398.624 67C408.139 67 408.139 61 417.653 61C427.168 61 427.168 67 436.683 67C446.198 67 446.198 61 455.713 61C465.228 61 465.228 67 474.743 67C484.257 67 484.257 61 493.772 61C503.287 61 503.287 67 512.802 67C522.317 67 522.317 61 531.832 61C541.347 61 541.347 67 550.861 67C560.376 67 560.376 61 569.891 61C579.406 61 579.406 67 588.921 67C598.436 67 598.436 61 607.95 61C617.465 61 617.465 67 626.98 67C636.495 67 636.495 61 646.01 61C655.525 61 655.525 67 665.04 67C674.554 67 674.554 61 684.069 61C693.584 61 693.584 67 703.099 67C712.614 67 712.614 61 722.129 61C731.644 61 731.644 67 741.158 67C750.673 67 750.673 61 760.188 61C769.703 61 769.703 67 779.218 67C788.733 67 788.733 61 798.248 61C807.762 61 807.762 67 817.277 67C826.792 67 826.792 61 836.307 61C845.822 61 845.822 67 855.337 67C864.851 67 864.851 61 874.366 61C883.881 61 883.881 67 893.396 67C902.911 67 902.911 61 912.426 61C921.941 61 921.941 67 931.455 67C940.97 67 940.97 61 950.485 61C960 61 960 67 969.515 67C979.03 67 979.03 61 988.545 61C998.059 61 998.059 67 1007.57 67C1017.09 67 1017.09 61 1026.6 61C1036.12 61 1036.12 67 1045.63 67C1055.15 67 1055.15 61 1064.66 61C1074.18 61 1074.18 67 1083.69 67C1093.21 67 1093.21 61 1102.72 61C1112.24 61 1112.24 67 1121.75 67C1131.27 67 1131.27 61 1140.78 61C1150.3 61 1150.3 67 1159.81 67C1169.33 67 1169.33 61 1178.84 61C1188.36 61 1188.36 67 1197.87 67C1207.39 67 1207.39 61 1216.9 61C1226.42 61 1226.42 67 1235.93 67C1245.45 67 1245.45 61 1254.96 61C1264.48 61 1264.48 67 1273.99 67C1283.5 67 1283.5 61 1293.02 61C1302.53 61 1302.53 67 1312.05 67C1321.56 67 1321.56 61 1331.08 61C1340.59 61 1340.59 67 1350.11 67C1359.62 67 1359.62 61 1369.14 61C1378.65 61 1378.65 67 1388.17 67C1397.68 67 1397.68 61 1407.2 61C1416.71 61 1416.71 67 1426.23 67C1435.74 67 1435.74 61 1445.26 61C1454.77 61 1454.77 67 1464.29 67C1473.8 67 1473.8 61 1483.32 61C1492.83 61 1492.83 67 1502.35 67C1511.86 67 1511.86 61 1521.38 61C1530.89 61 1530.89 67 1540.41 67C1549.92 67 1549.92 61 1559.44 61C1568.95 61 1568.95 67 1578.47 67C1587.98 67 1587.98 61 1597.5 61C1607.01 61 1607.01 67 1616.52 67C1626.04 67 1626.04 61 1635.55 61C1645.07 61 1645.07 67 1654.58 67C1664.1 67 1664.1 61 1673.61 61C1683.13 61 1683.13 67 1692.64 67C1702.16 67 1702.16 61 1711.67 61C1721.19 61 1721.19 67 1730.7 67C1740.22 67 1740.22 61 1749.73 61C1759.25 61 1759.25 67 1768.76 67C1778.28 67 1778.28 61 1787.79 61C1797.31 61 1797.31 67 1806.82 67C1816.34 67 1816.34 61 1825.85 61C1835.37 61 1835.37 67 1844.88 67C1854.4 67 1854.4 61 1863.91 61C1873.43 61 1873.43 67 1882.94 67C1892.46 67 1892.46 61 1901.97 61C1911.49 61 1911.49 67 1921 67" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 71C8.51485 71 8.51485 77 18.0297 77C27.5446 77 27.5446 71 37.0594 71C46.5743 71 46.5743 77 56.0891 77C65.604 77 65.604 71 75.1188 71C84.6337 71 84.6337 77 94.1485 77C103.663 77 103.663 71 113.178 71C122.693 71 122.693 77 132.208 77C141.723 77 141.723 71 151.238 71C160.752 71 160.752 77 170.267 77C179.782 77 179.782 71 189.297 71C198.812 71 198.812 77 208.327 77C217.842 77 217.842 71 227.356 71C236.871 71 236.871 77 246.386 77C255.901 77 255.901 71 265.416 71C274.931 71 274.931 77 284.446 77C293.96 77 293.96 71 303.475 71C312.99 71 312.99 77 322.505 77C332.02 77 332.02 71 341.535 71C351.05 71 351.05 77 360.564 77C370.079 77 370.079 71 379.594 71C389.109 71 389.109 77 398.624 77C408.139 77 408.139 71 417.653 71C427.168 71 427.168 77 436.683 77C446.198 77 446.198 71 455.713 71C465.228 71 465.228 77 474.743 77C484.257 77 484.257 71 493.772 71C503.287 71 503.287 77 512.802 77C522.317 77 522.317 71 531.832 71C541.347 71 541.347 77 550.861 77C560.376 77 560.376 71 569.891 71C579.406 71 579.406 77 588.921 77C598.436 77 598.436 71 607.95 71C617.465 71 617.465 77 626.98 77C636.495 77 636.495 71 646.01 71C655.525 71 655.525 77 665.04 77C674.554 77 674.554 71 684.069 71C693.584 71 693.584 77 703.099 77C712.614 77 712.614 71 722.129 71C731.644 71 731.644 77 741.158 77C750.673 77 750.673 71 760.188 71C769.703 71 769.703 77 779.218 77C788.733 77 788.733 71 798.248 71C807.762 71 807.762 77 817.277 77C826.792 77 826.792 71 836.307 71C845.822 71 845.822 77 855.337 77C864.851 77 864.851 71 874.366 71C883.881 71 883.881 77 893.396 77C902.911 77 902.911 71 912.426 71C921.941 71 921.941 77 931.455 77C940.97 77 940.97 71 950.485 71C960 71 960 77 969.515 77C979.03 77 979.03 71 988.545 71C998.059 71 998.059 77 1007.57 77C1017.09 77 1017.09 71 1026.6 71C1036.12 71 1036.12 77 1045.63 77C1055.15 77 1055.15 71 1064.66 71C1074.18 71 1074.18 77 1083.69 77C1093.21 77 1093.21 71 1102.72 71C1112.24 71 1112.24 77 1121.75 77C1131.27 77 1131.27 71 1140.78 71C1150.3 71 1150.3 77 1159.81 77C1169.33 77 1169.33 71 1178.84 71C1188.36 71 1188.36 77 1197.87 77C1207.39 77 1207.39 71 1216.9 71C1226.42 71 1226.42 77 1235.93 77C1245.45 77 1245.45 71 1254.96 71C1264.48 71 1264.48 77 1273.99 77C1283.5 77 1283.5 71 1293.02 71C1302.53 71 1302.53 77 1312.05 77C1321.56 77 1321.56 71 1331.08 71C1340.59 71 1340.59 77 1350.11 77C1359.62 77 1359.62 71 1369.14 71C1378.65 71 1378.65 77 1388.17 77C1397.68 77 1397.68 71 1407.2 71C1416.71 71 1416.71 77 1426.23 77C1435.74 77 1435.74 71 1445.26 71C1454.77 71 1454.77 77 1464.29 77C1473.8 77 1473.8 71 1483.32 71C1492.83 71 1492.83 77 1502.35 77C1511.86 77 1511.86 71 1521.38 71C1530.89 71 1530.89 77 1540.41 77C1549.92 77 1549.92 71 1559.44 71C1568.95 71 1568.95 77 1578.47 77C1587.98 77 1587.98 71 1597.5 71C1607.01 71 1607.01 77 1616.52 77C1626.04 77 1626.04 71 1635.55 71C1645.07 71 1645.07 77 1654.58 77C1664.1 77 1664.1 71 1673.61 71C1683.13 71 1683.13 77 1692.64 77C1702.16 77 1702.16 71 1711.67 71C1721.19 71 1721.19 77 1730.7 77C1740.22 77 1740.22 71 1749.73 71C1759.25 71 1759.25 77 1768.76 77C1778.28 77 1778.28 71 1787.79 71C1797.31 71 1797.31 77 1806.82 77C1816.34 77 1816.34 71 1825.85 71C1835.37 71 1835.37 77 1844.88 77C1854.4 77 1854.4 71 1863.91 71C1873.43 71 1873.43 77 1882.94 77C1892.46 77 1892.46 71 1901.97 71C1911.49 71 1911.49 77 1921 77" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 101C8.51485 101 8.51485 107 18.0297 107C27.5446 107 27.5446 101 37.0594 101C46.5743 101 46.5743 107 56.0891 107C65.604 107 65.604 101 75.1188 101C84.6337 101 84.6337 107 94.1485 107C103.663 107 103.663 101 113.178 101C122.693 101 122.693 107 132.208 107C141.723 107 141.723 101 151.238 101C160.752 101 160.752 107 170.267 107C179.782 107 179.782 101 189.297 101C198.812 101 198.812 107 208.327 107C217.842 107 217.842 101 227.356 101C236.871 101 236.871 107 246.386 107C255.901 107 255.901 101 265.416 101C274.931 101 274.931 107 284.446 107C293.96 107 293.96 101 303.475 101C312.99 101 312.99 107 322.505 107C332.02 107 332.02 101 341.535 101C351.05 101 351.05 107 360.564 107C370.079 107 370.079 101 379.594 101C389.109 101 389.109 107 398.624 107C408.139 107 408.139 101 417.653 101C427.168 101 427.168 107 436.683 107C446.198 107 446.198 101 455.713 101C465.228 101 465.228 107 474.743 107C484.257 107 484.257 101 493.772 101C503.287 101 503.287 107 512.802 107C522.317 107 522.317 101 531.832 101C541.347 101 541.347 107 550.861 107C560.376 107 560.376 101 569.891 101C579.406 101 579.406 107 588.921 107C598.436 107 598.436 101 607.95 101C617.465 101 617.465 107 626.98 107C636.495 107 636.495 101 646.01 101C655.525 101 655.525 107 665.04 107C674.554 107 674.554 101 684.069 101C693.584 101 693.584 107 703.099 107C712.614 107 712.614 101 722.129 101C731.644 101 731.644 107 741.158 107C750.673 107 750.673 101 760.188 101C769.703 101 769.703 107 779.218 107C788.733 107 788.733 101 798.248 101C807.762 101 807.762 107 817.277 107C826.792 107 826.792 101 836.307 101C845.822 101 845.822 107 855.337 107C864.851 107 864.851 101 874.366 101C883.881 101 883.881 107 893.396 107C902.911 107 902.911 101 912.426 101C921.941 101 921.941 107 931.455 107C940.97 107 940.97 101 950.485 101C960 101 960 107 969.515 107C979.03 107 979.03 101 988.545 101C998.059 101 998.059 107 1007.57 107C1017.09 107 1017.09 101 1026.6 101C1036.12 101 1036.12 107 1045.63 107C1055.15 107 1055.15 101 1064.66 101C1074.18 101 1074.18 107 1083.69 107C1093.21 107 1093.21 101 1102.72 101C1112.24 101 1112.24 107 1121.75 107C1131.27 107 1131.27 101 1140.78 101C1150.3 101 1150.3 107 1159.81 107C1169.33 107 1169.33 101 1178.84 101C1188.36 101 1188.36 107 1197.87 107C1207.39 107 1207.39 101 1216.9 101C1226.42 101 1226.42 107 1235.93 107C1245.45 107 1245.45 101 1254.96 101C1264.48 101 1264.48 107 1273.99 107C1283.5 107 1283.5 101 1293.02 101C1302.53 101 1302.53 107 1312.05 107C1321.56 107 1321.56 101 1331.08 101C1340.59 101 1340.59 107 1350.11 107C1359.62 107 1359.62 101 1369.14 101C1378.65 101 1378.65 107 1388.17 107C1397.68 107 1397.68 101 1407.2 101C1416.71 101 1416.71 107 1426.23 107C1435.74 107 1435.74 101 1445.26 101C1454.77 101 1454.77 107 1464.29 107C1473.8 107 1473.8 101 1483.32 101C1492.83 101 1492.83 107 1502.35 107C1511.86 107 1511.86 101 1521.38 101C1530.89 101 1530.89 107 1540.41 107C1549.92 107 1549.92 101 1559.44 101C1568.95 101 1568.95 107 1578.47 107C1587.98 107 1587.98 101 1597.5 101C1607.01 101 1607.01 107 1616.52 107C1626.04 107 1626.04 101 1635.55 101C1645.07 101 1645.07 107 1654.58 107C1664.1 107 1664.1 101 1673.61 101C1683.13 101 1683.13 107 1692.64 107C1702.16 107 1702.16 101 1711.67 101C1721.19 101 1721.19 107 1730.7 107C1740.22 107 1740.22 101 1749.73 101C1759.25 101 1759.25 107 1768.76 107C1778.28 107 1778.28 101 1787.79 101C1797.31 101 1797.31 107 1806.82 107C1816.34 107 1816.34 101 1825.85 101C1835.37 101 1835.37 107 1844.88 107C1854.4 107 1854.4 101 1863.91 101C1873.43 101 1873.43 107 1882.94 107C1892.46 107 1892.46 101 1901.97 101C1911.49 101 1911.49 107 1921 107" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 111C8.51485 111 8.51485 117 18.0297 117C27.5446 117 27.5446 111 37.0594 111C46.5743 111 46.5743 117 56.0891 117C65.604 117 65.604 111 75.1188 111C84.6337 111 84.6337 117 94.1485 117C103.663 117 103.663 111 113.178 111C122.693 111 122.693 117 132.208 117C141.723 117 141.723 111 151.238 111C160.752 111 160.752 117 170.267 117C179.782 117 179.782 111 189.297 111C198.812 111 198.812 117 208.327 117C217.842 117 217.842 111 227.356 111C236.871 111 236.871 117 246.386 117C255.901 117 255.901 111 265.416 111C274.931 111 274.931 117 284.446 117C293.96 117 293.96 111 303.475 111C312.99 111 312.99 117 322.505 117C332.02 117 332.02 111 341.535 111C351.05 111 351.05 117 360.564 117C370.079 117 370.079 111 379.594 111C389.109 111 389.109 117 398.624 117C408.139 117 408.139 111 417.653 111C427.168 111 427.168 117 436.683 117C446.198 117 446.198 111 455.713 111C465.228 111 465.228 117 474.743 117C484.257 117 484.257 111 493.772 111C503.287 111 503.287 117 512.802 117C522.317 117 522.317 111 531.832 111C541.347 111 541.347 117 550.861 117C560.376 117 560.376 111 569.891 111C579.406 111 579.406 117 588.921 117C598.436 117 598.436 111 607.95 111C617.465 111 617.465 117 626.98 117C636.495 117 636.495 111 646.01 111C655.525 111 655.525 117 665.04 117C674.554 117 674.554 111 684.069 111C693.584 111 693.584 117 703.099 117C712.614 117 712.614 111 722.129 111C731.644 111 731.644 117 741.158 117C750.673 117 750.673 111 760.188 111C769.703 111 769.703 117 779.218 117C788.733 117 788.733 111 798.248 111C807.762 111 807.762 117 817.277 117C826.792 117 826.792 111 836.307 111C845.822 111 845.822 117 855.337 117C864.851 117 864.851 111 874.366 111C883.881 111 883.881 117 893.396 117C902.911 117 902.911 111 912.426 111C921.941 111 921.941 117 931.455 117C940.97 117 940.97 111 950.485 111C960 111 960 117 969.515 117C979.03 117 979.03 111 988.545 111C998.059 111 998.059 117 1007.57 117C1017.09 117 1017.09 111 1026.6 111C1036.12 111 1036.12 117 1045.63 117C1055.15 117 1055.15 111 1064.66 111C1074.18 111 1074.18 117 1083.69 117C1093.21 117 1093.21 111 1102.72 111C1112.24 111 1112.24 117 1121.75 117C1131.27 117 1131.27 111 1140.78 111C1150.3 111 1150.3 117 1159.81 117C1169.33 117 1169.33 111 1178.84 111C1188.36 111 1188.36 117 1197.87 117C1207.39 117 1207.39 111 1216.9 111C1226.42 111 1226.42 117 1235.93 117C1245.45 117 1245.45 111 1254.96 111C1264.48 111 1264.48 117 1273.99 117C1283.5 117 1283.5 111 1293.02 111C1302.53 111 1302.53 117 1312.05 117C1321.56 117 1321.56 111 1331.08 111C1340.59 111 1340.59 117 1350.11 117C1359.62 117 1359.62 111 1369.14 111C1378.65 111 1378.65 117 1388.17 117C1397.68 117 1397.68 111 1407.2 111C1416.71 111 1416.71 117 1426.23 117C1435.74 117 1435.74 111 1445.26 111C1454.77 111 1454.77 117 1464.29 117C1473.8 117 1473.8 111 1483.32 111C1492.83 111 1492.83 117 1502.35 117C1511.86 117 1511.86 111 1521.38 111C1530.89 111 1530.89 117 1540.41 117C1549.92 117 1549.92 111 1559.44 111C1568.95 111 1568.95 117 1578.47 117C1587.98 117 1587.98 111 1597.5 111C1607.01 111 1607.01 117 1616.52 117C1626.04 117 1626.04 111 1635.55 111C1645.07 111 1645.07 117 1654.58 117C1664.1 117 1664.1 111 1673.61 111C1683.13 111 1683.13 117 1692.64 117C1702.16 117 1702.16 111 1711.67 111C1721.19 111 1721.19 117 1730.7 117C1740.22 117 1740.22 111 1749.73 111C1759.25 111 1759.25 117 1768.76 117C1778.28 117 1778.28 111 1787.79 111C1797.31 111 1797.31 117 1806.82 117C1816.34 117 1816.34 111 1825.85 111C1835.37 111 1835.37 117 1844.88 117C1854.4 117 1854.4 111 1863.91 111C1873.43 111 1873.43 117 1882.94 117C1892.46 117 1892.46 111 1901.97 111C1911.49 111 1911.49 117 1921 117" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 121C8.51485 121 8.51485 127 18.0297 127C27.5446 127 27.5446 121 37.0594 121C46.5743 121 46.5743 127 56.0891 127C65.604 127 65.604 121 75.1188 121C84.6337 121 84.6337 127 94.1485 127C103.663 127 103.663 121 113.178 121C122.693 121 122.693 127 132.208 127C141.723 127 141.723 121 151.238 121C160.752 121 160.752 127 170.267 127C179.782 127 179.782 121 189.297 121C198.812 121 198.812 127 208.327 127C217.842 127 217.842 121 227.356 121C236.871 121 236.871 127 246.386 127C255.901 127 255.901 121 265.416 121C274.931 121 274.931 127 284.446 127C293.96 127 293.96 121 303.475 121C312.99 121 312.99 127 322.505 127C332.02 127 332.02 121 341.535 121C351.05 121 351.05 127 360.564 127C370.079 127 370.079 121 379.594 121C389.109 121 389.109 127 398.624 127C408.139 127 408.139 121 417.653 121C427.168 121 427.168 127 436.683 127C446.198 127 446.198 121 455.713 121C465.228 121 465.228 127 474.743 127C484.257 127 484.257 121 493.772 121C503.287 121 503.287 127 512.802 127C522.317 127 522.317 121 531.832 121C541.347 121 541.347 127 550.861 127C560.376 127 560.376 121 569.891 121C579.406 121 579.406 127 588.921 127C598.436 127 598.436 121 607.95 121C617.465 121 617.465 127 626.98 127C636.495 127 636.495 121 646.01 121C655.525 121 655.525 127 665.04 127C674.554 127 674.554 121 684.069 121C693.584 121 693.584 127 703.099 127C712.614 127 712.614 121 722.129 121C731.644 121 731.644 127 741.158 127C750.673 127 750.673 121 760.188 121C769.703 121 769.703 127 779.218 127C788.733 127 788.733 121 798.248 121C807.762 121 807.762 127 817.277 127C826.792 127 826.792 121 836.307 121C845.822 121 845.822 127 855.337 127C864.851 127 864.851 121 874.366 121C883.881 121 883.881 127 893.396 127C902.911 127 902.911 121 912.426 121C921.941 121 921.941 127 931.455 127C940.97 127 940.97 121 950.485 121C960 121 960 127 969.515 127C979.03 127 979.03 121 988.545 121C998.059 121 998.059 127 1007.57 127C1017.09 127 1017.09 121 1026.6 121C1036.12 121 1036.12 127 1045.63 127C1055.15 127 1055.15 121 1064.66 121C1074.18 121 1074.18 127 1083.69 127C1093.21 127 1093.21 121 1102.72 121C1112.24 121 1112.24 127 1121.75 127C1131.27 127 1131.27 121 1140.78 121C1150.3 121 1150.3 127 1159.81 127C1169.33 127 1169.33 121 1178.84 121C1188.36 121 1188.36 127 1197.87 127C1207.39 127 1207.39 121 1216.9 121C1226.42 121 1226.42 127 1235.93 127C1245.45 127 1245.45 121 1254.96 121C1264.48 121 1264.48 127 1273.99 127C1283.5 127 1283.5 121 1293.02 121C1302.53 121 1302.53 127 1312.05 127C1321.56 127 1321.56 121 1331.08 121C1340.59 121 1340.59 127 1350.11 127C1359.62 127 1359.62 121 1369.14 121C1378.65 121 1378.65 127 1388.17 127C1397.68 127 1397.68 121 1407.2 121C1416.71 121 1416.71 127 1426.23 127C1435.74 127 1435.74 121 1445.26 121C1454.77 121 1454.77 127 1464.29 127C1473.8 127 1473.8 121 1483.32 121C1492.83 121 1492.83 127 1502.35 127C1511.86 127 1511.86 121 1521.38 121C1530.89 121 1530.89 127 1540.41 127C1549.92 127 1549.92 121 1559.44 121C1568.95 121 1568.95 127 1578.47 127C1587.98 127 1587.98 121 1597.5 121C1607.01 121 1607.01 127 1616.52 127C1626.04 127 1626.04 121 1635.55 121C1645.07 121 1645.07 127 1654.58 127C1664.1 127 1664.1 121 1673.61 121C1683.13 121 1683.13 127 1692.64 127C1702.16 127 1702.16 121 1711.67 121C1721.19 121 1721.19 127 1730.7 127C1740.22 127 1740.22 121 1749.73 121C1759.25 121 1759.25 127 1768.76 127C1778.28 127 1778.28 121 1787.79 121C1797.31 121 1797.31 127 1806.82 127C1816.34 127 1816.34 121 1825.85 121C1835.37 121 1835.37 127 1844.88 127C1854.4 127 1854.4 121 1863.91 121C1873.43 121 1873.43 127 1882.94 127C1892.46 127 1892.46 121 1901.97 121C1911.49 121 1911.49 127 1921 127" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 151C8.51485 151 8.51485 157 18.0297 157C27.5446 157 27.5446 151 37.0594 151C46.5743 151 46.5743 157 56.0891 157C65.604 157 65.604 151 75.1188 151C84.6337 151 84.6337 157 94.1485 157C103.663 157 103.663 151 113.178 151C122.693 151 122.693 157 132.208 157C141.723 157 141.723 151 151.238 151C160.752 151 160.752 157 170.267 157C179.782 157 179.782 151 189.297 151C198.812 151 198.812 157 208.327 157C217.842 157 217.842 151 227.356 151C236.871 151 236.871 157 246.386 157C255.901 157 255.901 151 265.416 151C274.931 151 274.931 157 284.446 157C293.96 157 293.96 151 303.475 151C312.99 151 312.99 157 322.505 157C332.02 157 332.02 151 341.535 151C351.05 151 351.05 157 360.564 157C370.079 157 370.079 151 379.594 151C389.109 151 389.109 157 398.624 157C408.139 157 408.139 151 417.653 151C427.168 151 427.168 157 436.683 157C446.198 157 446.198 151 455.713 151C465.228 151 465.228 157 474.743 157C484.257 157 484.257 151 493.772 151C503.287 151 503.287 157 512.802 157C522.317 157 522.317 151 531.832 151C541.347 151 541.347 157 550.861 157C560.376 157 560.376 151 569.891 151C579.406 151 579.406 157 588.921 157C598.436 157 598.436 151 607.95 151C617.465 151 617.465 157 626.98 157C636.495 157 636.495 151 646.01 151C655.525 151 655.525 157 665.04 157C674.554 157 674.554 151 684.069 151C693.584 151 693.584 157 703.099 157C712.614 157 712.614 151 722.129 151C731.644 151 731.644 157 741.158 157C750.673 157 750.673 151 760.188 151C769.703 151 769.703 157 779.218 157C788.733 157 788.733 151 798.248 151C807.762 151 807.762 157 817.277 157C826.792 157 826.792 151 836.307 151C845.822 151 845.822 157 855.337 157C864.851 157 864.851 151 874.366 151C883.881 151 883.881 157 893.396 157C902.911 157 902.911 151 912.426 151C921.941 151 921.941 157 931.455 157C940.97 157 940.97 151 950.485 151C960 151 960 157 969.515 157C979.03 157 979.03 151 988.545 151C998.059 151 998.059 157 1007.57 157C1017.09 157 1017.09 151 1026.6 151C1036.12 151 1036.12 157 1045.63 157C1055.15 157 1055.15 151 1064.66 151C1074.18 151 1074.18 157 1083.69 157C1093.21 157 1093.21 151 1102.72 151C1112.24 151 1112.24 157 1121.75 157C1131.27 157 1131.27 151 1140.78 151C1150.3 151 1150.3 157 1159.81 157C1169.33 157 1169.33 151 1178.84 151C1188.36 151 1188.36 157 1197.87 157C1207.39 157 1207.39 151 1216.9 151C1226.42 151 1226.42 157 1235.93 157C1245.45 157 1245.45 151 1254.96 151C1264.48 151 1264.48 157 1273.99 157C1283.5 157 1283.5 151 1293.02 151C1302.53 151 1302.53 157 1312.05 157C1321.56 157 1321.56 151 1331.08 151C1340.59 151 1340.59 157 1350.11 157C1359.62 157 1359.62 151 1369.14 151C1378.65 151 1378.65 157 1388.17 157C1397.68 157 1397.68 151 1407.2 151C1416.71 151 1416.71 157 1426.23 157C1435.74 157 1435.74 151 1445.26 151C1454.77 151 1454.77 157 1464.29 157C1473.8 157 1473.8 151 1483.32 151C1492.83 151 1492.83 157 1502.35 157C1511.86 157 1511.86 151 1521.38 151C1530.89 151 1530.89 157 1540.41 157C1549.92 157 1549.92 151 1559.44 151C1568.95 151 1568.95 157 1578.47 157C1587.98 157 1587.98 151 1597.5 151C1607.01 151 1607.01 157 1616.52 157C1626.04 157 1626.04 151 1635.55 151C1645.07 151 1645.07 157 1654.58 157C1664.1 157 1664.1 151 1673.61 151C1683.13 151 1683.13 157 1692.64 157C1702.16 157 1702.16 151 1711.67 151C1721.19 151 1721.19 157 1730.7 157C1740.22 157 1740.22 151 1749.73 151C1759.25 151 1759.25 157 1768.76 157C1778.28 157 1778.28 151 1787.79 151C1797.31 151 1797.31 157 1806.82 157C1816.34 157 1816.34 151 1825.85 151C1835.37 151 1835.37 157 1844.88 157C1854.4 157 1854.4 151 1863.91 151C1873.43 151 1873.43 157 1882.94 157C1892.46 157 1892.46 151 1901.97 151C1911.49 151 1911.49 157 1921 157" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 161C8.51485 161 8.51485 167 18.0297 167C27.5446 167 27.5446 161 37.0594 161C46.5743 161 46.5743 167 56.0891 167C65.604 167 65.604 161 75.1188 161C84.6337 161 84.6337 167 94.1485 167C103.663 167 103.663 161 113.178 161C122.693 161 122.693 167 132.208 167C141.723 167 141.723 161 151.238 161C160.752 161 160.752 167 170.267 167C179.782 167 179.782 161 189.297 161C198.812 161 198.812 167 208.327 167C217.842 167 217.842 161 227.356 161C236.871 161 236.871 167 246.386 167C255.901 167 255.901 161 265.416 161C274.931 161 274.931 167 284.446 167C293.96 167 293.96 161 303.475 161C312.99 161 312.99 167 322.505 167C332.02 167 332.02 161 341.535 161C351.05 161 351.05 167 360.564 167C370.079 167 370.079 161 379.594 161C389.109 161 389.109 167 398.624 167C408.139 167 408.139 161 417.653 161C427.168 161 427.168 167 436.683 167C446.198 167 446.198 161 455.713 161C465.228 161 465.228 167 474.743 167C484.257 167 484.257 161 493.772 161C503.287 161 503.287 167 512.802 167C522.317 167 522.317 161 531.832 161C541.347 161 541.347 167 550.861 167C560.376 167 560.376 161 569.891 161C579.406 161 579.406 167 588.921 167C598.436 167 598.436 161 607.95 161C617.465 161 617.465 167 626.98 167C636.495 167 636.495 161 646.01 161C655.525 161 655.525 167 665.04 167C674.554 167 674.554 161 684.069 161C693.584 161 693.584 167 703.099 167C712.614 167 712.614 161 722.129 161C731.644 161 731.644 167 741.158 167C750.673 167 750.673 161 760.188 161C769.703 161 769.703 167 779.218 167C788.733 167 788.733 161 798.248 161C807.762 161 807.762 167 817.277 167C826.792 167 826.792 161 836.307 161C845.822 161 845.822 167 855.337 167C864.851 167 864.851 161 874.366 161C883.881 161 883.881 167 893.396 167C902.911 167 902.911 161 912.426 161C921.941 161 921.941 167 931.455 167C940.97 167 940.97 161 950.485 161C960 161 960 167 969.515 167C979.03 167 979.03 161 988.545 161C998.059 161 998.059 167 1007.57 167C1017.09 167 1017.09 161 1026.6 161C1036.12 161 1036.12 167 1045.63 167C1055.15 167 1055.15 161 1064.66 161C1074.18 161 1074.18 167 1083.69 167C1093.21 167 1093.21 161 1102.72 161C1112.24 161 1112.24 167 1121.75 167C1131.27 167 1131.27 161 1140.78 161C1150.3 161 1150.3 167 1159.81 167C1169.33 167 1169.33 161 1178.84 161C1188.36 161 1188.36 167 1197.87 167C1207.39 167 1207.39 161 1216.9 161C1226.42 161 1226.42 167 1235.93 167C1245.45 167 1245.45 161 1254.96 161C1264.48 161 1264.48 167 1273.99 167C1283.5 167 1283.5 161 1293.02 161C1302.53 161 1302.53 167 1312.05 167C1321.56 167 1321.56 161 1331.08 161C1340.59 161 1340.59 167 1350.11 167C1359.62 167 1359.62 161 1369.14 161C1378.65 161 1378.65 167 1388.17 167C1397.68 167 1397.68 161 1407.2 161C1416.71 161 1416.71 167 1426.23 167C1435.74 167 1435.74 161 1445.26 161C1454.77 161 1454.77 167 1464.29 167C1473.8 167 1473.8 161 1483.32 161C1492.83 161 1492.83 167 1502.35 167C1511.86 167 1511.86 161 1521.38 161C1530.89 161 1530.89 167 1540.41 167C1549.92 167 1549.92 161 1559.44 161C1568.95 161 1568.95 167 1578.47 167C1587.98 167 1587.98 161 1597.5 161C1607.01 161 1607.01 167 1616.52 167C1626.04 167 1626.04 161 1635.55 161C1645.07 161 1645.07 167 1654.58 167C1664.1 167 1664.1 161 1673.61 161C1683.13 161 1683.13 167 1692.64 167C1702.16 167 1702.16 161 1711.67 161C1721.19 161 1721.19 167 1730.7 167C1740.22 167 1740.22 161 1749.73 161C1759.25 161 1759.25 167 1768.76 167C1778.28 167 1778.28 161 1787.79 161C1797.31 161 1797.31 167 1806.82 167C1816.34 167 1816.34 161 1825.85 161C1835.37 161 1835.37 167 1844.88 167C1854.4 167 1854.4 161 1863.91 161C1873.43 161 1873.43 167 1882.94 167C1892.46 167 1892.46 161 1901.97 161C1911.49 161 1911.49 167 1921 167" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-1 171C8.51485 171 8.51485 177 18.0297 177C27.5446 177 27.5446 171 37.0594 171C46.5743 171 46.5743 177 56.0891 177C65.604 177 65.604 171 75.1188 171C84.6337 171 84.6337 177 94.1485 177C103.663 177 103.663 171 113.178 171C122.693 171 122.693 177 132.208 177C141.723 177 141.723 171 151.238 171C160.752 171 160.752 177 170.267 177C179.782 177 179.782 171 189.297 171C198.812 171 198.812 177 208.327 177C217.842 177 217.842 171 227.356 171C236.871 171 236.871 177 246.386 177C255.901 177 255.901 171 265.416 171C274.931 171 274.931 177 284.446 177C293.96 177 293.96 171 303.475 171C312.99 171 312.99 177 322.505 177C332.02 177 332.02 171 341.535 171C351.05 171 351.05 177 360.564 177C370.079 177 370.079 171 379.594 171C389.109 171 389.109 177 398.624 177C408.139 177 408.139 171 417.653 171C427.168 171 427.168 177 436.683 177C446.198 177 446.198 171 455.713 171C465.228 171 465.228 177 474.743 177C484.257 177 484.257 171 493.772 171C503.287 171 503.287 177 512.802 177C522.317 177 522.317 171 531.832 171C541.347 171 541.347 177 550.861 177C560.376 177 560.376 171 569.891 171C579.406 171 579.406 177 588.921 177C598.436 177 598.436 171 607.95 171C617.465 171 617.465 177 626.98 177C636.495 177 636.495 171 646.01 171C655.525 171 655.525 177 665.04 177C674.554 177 674.554 171 684.069 171C693.584 171 693.584 177 703.099 177C712.614 177 712.614 171 722.129 171C731.644 171 731.644 177 741.158 177C750.673 177 750.673 171 760.188 171C769.703 171 769.703 177 779.218 177C788.733 177 788.733 171 798.248 171C807.762 171 807.762 177 817.277 177C826.792 177 826.792 171 836.307 171C845.822 171 845.822 177 855.337 177C864.851 177 864.851 171 874.366 171C883.881 171 883.881 177 893.396 177C902.911 177 902.911 171 912.426 171C921.941 171 921.941 177 931.455 177C940.97 177 940.97 171 950.485 171C960 171 960 177 969.515 177C979.03 177 979.03 171 988.545 171C998.059 171 998.059 177 1007.57 177C1017.09 177 1017.09 171 1026.6 171C1036.12 171 1036.12 177 1045.63 177C1055.15 177 1055.15 171 1064.66 171C1074.18 171 1074.18 177 1083.69 177C1093.21 177 1093.21 171 1102.72 171C1112.24 171 1112.24 177 1121.75 177C1131.27 177 1131.27 171 1140.78 171C1150.3 171 1150.3 177 1159.81 177C1169.33 177 1169.33 171 1178.84 171C1188.36 171 1188.36 177 1197.87 177C1207.39 177 1207.39 171 1216.9 171C1226.42 171 1226.42 177 1235.93 177C1245.45 177 1245.45 171 1254.96 171C1264.48 171 1264.48 177 1273.99 177C1283.5 177 1283.5 171 1293.02 171C1302.53 171 1302.53 177 1312.05 177C1321.56 177 1321.56 171 1331.08 171C1340.59 171 1340.59 177 1350.11 177C1359.62 177 1359.62 171 1369.14 171C1378.65 171 1378.65 177 1388.17 177C1397.68 177 1397.68 171 1407.2 171C1416.71 171 1416.71 177 1426.23 177C1435.74 177 1435.74 171 1445.26 171C1454.77 171 1454.77 177 1464.29 177C1473.8 177 1473.8 171 1483.32 171C1492.83 171 1492.83 177 1502.35 177C1511.86 177 1511.86 171 1521.38 171C1530.89 171 1530.89 177 1540.41 177C1549.92 177 1549.92 171 1559.44 171C1568.95 171 1568.95 177 1578.47 177C1587.98 177 1587.98 171 1597.5 171C1607.01 171 1607.01 177 1616.52 177C1626.04 177 1626.04 171 1635.55 171C1645.07 171 1645.07 177 1654.58 177C1664.1 177 1664.1 171 1673.61 171C1683.13 171 1683.13 177 1692.64 177C1702.16 177 1702.16 171 1711.67 171C1721.19 171 1721.19 177 1730.7 177C1740.22 177 1740.22 171 1749.73 171C1759.25 171 1759.25 177 1768.76 177C1778.28 177 1778.28 171 1787.79 171C1797.31 171 1797.31 177 1806.82 177C1816.34 177 1816.34 171 1825.85 171C1835.37 171 1835.37 177 1844.88 177C1854.4 177 1854.4 171 1863.91 171C1873.43 171 1873.43 177 1882.94 177C1892.46 177 1892.46 171 1901.97 171C1911.49 171 1911.49 177 1921 177" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </g> </svg>');
        width: 100%;
        height: 178px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2;
    }

    .section-projects::before {
        content: '';
        position: absolute;
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="302" height="553" viewBox="0 0 302 553" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M228 383C218.5 383 218.5 377 209 377C199.5 377 199.5 383 190 383C180.5 383 180.5 377 171 377C161.5 377 161.5 383 152 383C142.5 383 142.5 377 133 377C123.5 377 123.5 383 114 383C104.5 383 104.5 377 95 377C85.5 377 85.5 383 76 383" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M228 393C218.5 393 218.5 387 209 387C199.5 387 199.5 393 190 393C180.5 393 180.5 387 171 387C161.5 387 161.5 393 152 393C142.5 393 142.5 387 133 387C123.5 387 123.5 393 114 393C104.5 393 104.5 387 95 387C85.5 387 85.5 393 76 393" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M228 403C218.5 403 218.5 397 209 397C199.5 397 199.5 403 190 403C180.5 403 180.5 397 171 397C161.5 397 161.5 403 152 403C142.5 403 142.5 397 133 397C123.5 397 123.5 403 114 403C104.5 403 104.5 397 95 397C85.5 397 85.5 403 76 403" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M228 413C218.5 413 218.5 407 209 407C199.5 407 199.5 413 190 413C180.5 413 180.5 407 171 407C161.5 407 161.5 413 152 413C142.5 413 142.5 407 133 407C123.5 407 123.5 413 114 413C104.5 413 104.5 407 95 407C85.5 407 85.5 413 76 413" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M228 423C218.5 423 218.5 417 209 417C199.5 417 199.5 423 190 423C180.5 423 180.5 417 171 417C161.5 417 161.5 423 152 423C142.5 423 142.5 417 133 417C123.5 417 123.5 423 114 423C104.5 423 104.5 417 95 417C85.5 417 85.5 423 76 423" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <g opacity="0.5"> <path d="M-217 23C-207.478 23 -207.478 29 -197.957 29C-188.435 29 -188.435 23 -178.913 23C-169.391 23 -169.391 29 -159.87 29C-150.348 29 -150.348 23 -140.826 23C-131.304 23 -131.304 29 -121.783 29C-112.261 29 -112.261 23 -102.739 23C-93.2174 23 -93.2174 29 -83.6957 29C-74.1739 29 -74.1739 23 -64.6522 23C-55.1304 23 -55.1305 29 -45.6087 29C-36.087 29 -36.087 23 -26.5652 23C-17.0435 23 -17.0435 29 -7.52174 29C1.99999 29 1.99998 23 11.5217 23C21.0435 23 21.0435 29 30.5652 29C40.0869 29 40.0869 23 49.6087 23C59.1304 23 59.1304 29 68.6522 29C78.1739 29 78.1739 23 87.6956 23C97.2174 23 97.2174 29 106.739 29C116.261 29 116.261 23 125.783 23C135.304 23 135.304 29 144.826 29C154.348 29 154.348 23 163.87 23C173.391 23 173.391 29 182.913 29C192.435 29 192.435 23 201.957 23C211.478 23 211.478 29 221 29" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-217 33C-207.478 33 -207.478 39 -197.957 39C-188.435 39 -188.435 33 -178.913 33C-169.391 33 -169.391 39 -159.87 39C-150.348 39 -150.348 33 -140.826 33C-131.304 33 -131.304 39 -121.783 39C-112.261 39 -112.261 33 -102.739 33C-93.2174 33 -93.2174 39 -83.6957 39C-74.1739 39 -74.1739 33 -64.6522 33C-55.1304 33 -55.1305 39 -45.6087 39C-36.087 39 -36.087 33 -26.5652 33C-17.0435 33 -17.0435 39 -7.52174 39C1.99999 39 1.99998 33 11.5217 33C21.0435 33 21.0435 39 30.5652 39C40.0869 39 40.0869 33 49.6087 33C59.1304 33 59.1304 39 68.6522 39C78.1739 39 78.1739 33 87.6956 33C97.2174 33 97.2174 39 106.739 39C116.261 39 116.261 33 125.783 33C135.304 33 135.304 39 144.826 39C154.348 39 154.348 33 163.87 33C173.391 33 173.391 39 182.913 39C192.435 39 192.435 33 201.957 33C211.478 33 211.478 39 221 39" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-217 43C-207.478 43 -207.478 49 -197.957 49C-188.435 49 -188.435 43 -178.913 43C-169.391 43 -169.391 49 -159.87 49C-150.348 49 -150.348 43 -140.826 43C-131.304 43 -131.304 49 -121.783 49C-112.261 49 -112.261 43 -102.739 43C-93.2174 43 -93.2174 49 -83.6957 49C-74.1739 49 -74.1739 43 -64.6522 43C-55.1304 43 -55.1305 49 -45.6087 49C-36.087 49 -36.087 43 -26.5652 43C-17.0435 43 -17.0435 49 -7.52174 49C1.99999 49 1.99998 43 11.5217 43C21.0435 43 21.0435 49 30.5652 49C40.0869 49 40.0869 43 49.6087 43C59.1304 43 59.1304 49 68.6522 49C78.1739 49 78.1739 43 87.6956 43C97.2174 43 97.2174 49 106.739 49C116.261 49 116.261 43 125.783 43C135.304 43 135.304 49 144.826 49C154.348 49 154.348 43 163.87 43C173.391 43 173.391 49 182.913 49C192.435 49 192.435 43 201.957 43C211.478 43 211.478 49 221 49" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-137 73C-127.478 73 -127.478 79 -117.957 79C-108.435 79 -108.435 73 -98.913 73C-89.3913 73 -89.3913 79 -79.8696 79C-70.3478 79 -70.3478 73 -60.8261 73C-51.3044 73 -51.3044 79 -41.7826 79C-32.2609 79 -32.2609 73 -22.7391 73C-13.2174 73 -13.2174 79 -3.69566 79C5.82608 79 5.82608 73 15.3478 73C24.8696 73 24.8695 79 34.3913 79C43.913 79 43.913 73 53.4348 73C62.9565 73 62.9565 79 72.4783 79C82 79 82 73 91.5217 73C101.043 73 101.043 79 110.565 79C120.087 79 120.087 73 129.609 73C139.13 73 139.13 79 148.652 79C158.174 79 158.174 73 167.696 73C177.217 73 177.217 79 186.739 79C196.261 79 196.261 73 205.783 73C215.304 73 215.304 79 224.826 79C234.348 79 234.348 73 243.87 73C253.391 73 253.391 79 262.913 79C272.435 79 272.435 73 281.957 73C291.478 73 291.478 79 301 79" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-137 83C-127.478 83 -127.478 89 -117.957 89C-108.435 89 -108.435 83 -98.913 83C-89.3913 83 -89.3913 89 -79.8696 89C-70.3478 89 -70.3478 83 -60.8261 83C-51.3044 83 -51.3044 89 -41.7826 89C-32.2609 89 -32.2609 83 -22.7391 83C-13.2174 83 -13.2174 89 -3.69566 89C5.82608 89 5.82608 83 15.3478 83C24.8696 83 24.8695 89 34.3913 89C43.913 89 43.913 83 53.4348 83C62.9565 83 62.9565 89 72.4783 89C82 89 82 83 91.5217 83C101.043 83 101.043 89 110.565 89C120.087 89 120.087 83 129.609 83C139.13 83 139.13 89 148.652 89C158.174 89 158.174 83 167.696 83C177.217 83 177.217 89 186.739 89C196.261 89 196.261 83 205.783 83C215.304 83 215.304 89 224.826 89C234.348 89 234.348 83 243.87 83C253.391 83 253.391 89 262.913 89C272.435 89 272.435 83 281.957 83C291.478 83 291.478 89 301 89" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-137 93C-127.478 93 -127.478 99 -117.957 99C-108.435 99 -108.435 93 -98.913 93C-89.3913 93 -89.3913 99 -79.8696 99C-70.3478 99 -70.3478 93 -60.8261 93C-51.3044 93 -51.3044 99 -41.7826 99C-32.2609 99 -32.2609 93 -22.7391 93C-13.2174 93 -13.2174 99 -3.69566 99C5.82608 99 5.82608 93 15.3478 93C24.8696 93 24.8695 99 34.3913 99C43.913 99 43.913 93 53.4348 93C62.9565 93 62.9565 99 72.4783 99C82 99 82 93 91.5217 93C101.043 93 101.043 99 110.565 99C120.087 99 120.087 93 129.609 93C139.13 93 139.13 99 148.652 99C158.174 99 158.174 93 167.696 93C177.217 93 177.217 99 186.739 99C196.261 99 196.261 93 205.783 93C215.304 93 215.304 99 224.826 99C234.348 99 234.348 93 243.87 93C253.391 93 253.391 99 262.913 99C272.435 99 272.435 93 281.957 93C291.478 93 291.478 99 301 99" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-177 123C-167.478 123 -167.478 129 -157.957 129C-148.435 129 -148.435 123 -138.913 123C-129.391 123 -129.391 129 -119.87 129C-110.348 129 -110.348 123 -100.826 123C-91.3044 123 -91.3044 129 -81.7826 129C-72.2609 129 -72.2609 123 -62.7391 123C-53.2174 123 -53.2174 129 -43.6957 129C-34.1739 129 -34.1739 123 -24.6522 123C-15.1304 123 -15.1305 129 -5.60871 129C3.91303 129 3.91303 123 13.4348 123C22.9565 123 22.9565 129 32.4783 129C42 129 42 123 51.5217 123C61.0435 123 61.0435 129 70.5652 129C80.0869 129 80.0869 123 89.6087 123C99.1304 123 99.1304 129 108.652 129C118.174 129 118.174 123 127.696 123C137.217 123 137.217 129 146.739 129C156.261 129 156.261 123 165.783 123C175.304 123 175.304 129 184.826 129C194.348 129 194.348 123 203.87 123C213.391 123 213.391 129 222.913 129C232.435 129 232.435 123 241.957 123C251.478 123 251.478 129 261 129" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-177 133C-167.478 133 -167.478 139 -157.957 139C-148.435 139 -148.435 133 -138.913 133C-129.391 133 -129.391 139 -119.87 139C-110.348 139 -110.348 133 -100.826 133C-91.3044 133 -91.3044 139 -81.7826 139C-72.2609 139 -72.2609 133 -62.7391 133C-53.2174 133 -53.2174 139 -43.6957 139C-34.1739 139 -34.1739 133 -24.6522 133C-15.1304 133 -15.1305 139 -5.60871 139C3.91303 139 3.91303 133 13.4348 133C22.9565 133 22.9565 139 32.4783 139C42 139 42 133 51.5217 133C61.0435 133 61.0435 139 70.5652 139C80.0869 139 80.0869 133 89.6087 133C99.1304 133 99.1304 139 108.652 139C118.174 139 118.174 133 127.696 133C137.217 133 137.217 139 146.739 139C156.261 139 156.261 133 165.783 133C175.304 133 175.304 139 184.826 139C194.348 139 194.348 133 203.87 133C213.391 133 213.391 139 222.913 139C232.435 139 232.435 133 241.957 133C251.478 133 251.478 139 261 139" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-177 143C-167.478 143 -167.478 149 -157.957 149C-148.435 149 -148.435 143 -138.913 143C-129.391 143 -129.391 149 -119.87 149C-110.348 149 -110.348 143 -100.826 143C-91.3044 143 -91.3044 149 -81.7826 149C-72.2609 149 -72.2609 143 -62.7391 143C-53.2174 143 -53.2174 149 -43.6957 149C-34.1739 149 -34.1739 143 -24.6522 143C-15.1304 143 -15.1305 149 -5.60871 149C3.91303 149 3.91303 143 13.4348 143C22.9565 143 22.9565 149 32.4783 149C42 149 42 143 51.5217 143C61.0435 143 61.0435 149 70.5652 149C80.0869 149 80.0869 143 89.6087 143C99.1304 143 99.1304 149 108.652 149C118.174 149 118.174 143 127.696 143C137.217 143 137.217 149 146.739 149C156.261 149 156.261 143 165.783 143C175.304 143 175.304 149 184.826 149C194.348 149 194.348 143 203.87 143C213.391 143 213.391 149 222.913 149C232.435 149 232.435 143 241.957 143C251.478 143 251.478 149 261 149" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </g> <path d="M-17 40V80H179.667L219.667 40H-17Z" fill="%23DDE7F1"/> <rect x="60" y="20" width="20" height="20" fill="%235E748D"/> <rect x="80" y="20" width="20" height="20" fill="%23282828"/> <rect x="100" y="20" width="20" height="20" fill="%23FFD700"/> <rect x="90" width="20" height="20" fill="%235E748D"/> <rect x="130" y="20" width="20" height="20" fill="%23282828"/> <rect x="150" y="20" width="20" height="20" fill="%23FFD700"/> <rect x="140" width="20" height="20" fill="%235E748D"/> <rect x="70" width="20" height="20" fill="%23DDE7F1"/> <path d="M-1.52588e-05 40V20H40V40H-1.52588e-05Z" fill="%23FFD700"/> <path d="M-1.52588e-05 20V0H20L40 20H-1.52588e-05Z" fill="%23FFD700"/> <path d="M152 512C142.5 512 142.5 506 133 506C123.5 506 123.5 512 114 512C104.5 512 104.5 506 95 506C85.5 506 85.5 512 76 512C66.5 512 66.5 506 57 506C47.5 506 47.5 512 38 512C28.5 512 28.5 506 19 506C9.49997 506 9.5 512 0 512" stroke="%23F6E8EA" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M152 522C142.5 522 142.5 516 133 516C123.5 516 123.5 522 114 522C104.5 522 104.5 516 95 516C85.5 516 85.5 522 76 522C66.5 522 66.5 516 57 516C47.5 516 47.5 522 38 522C28.5 522 28.5 516 19 516C9.49997 516 9.5 522 0 522" stroke="%23F6E8EA" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M152 532C142.5 532 142.5 526 133 526C123.5 526 123.5 532 114 532C104.5 532 104.5 526 95 526C85.5 526 85.5 532 76 532C66.5 532 66.5 526 57 526C47.5 526 47.5 532 38 532C28.5 532 28.5 526 19 526C9.49997 526 9.5 532 0 532" stroke="%23F6E8EA" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M152 542C142.5 542 142.5 536 133 536C123.5 536 123.5 542 114 542C104.5 542 104.5 536 95 536C85.5 536 85.5 542 76 542C66.5 542 66.5 536 57 536C47.5 536 47.5 542 38 542C28.5 542 28.5 536 19 536C9.49997 536 9.5 542 0 542" stroke="%23F6E8EA" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M152 552C142.5 552 142.5 546 133 546C123.5 546 123.5 552 114 552C104.5 552 104.5 546 95 546C85.5 546 85.5 552 76 552C66.5 552 66.5 546 57 546C47.5 546 47.5 552 38 552C28.5 552 28.5 546 19 546C9.49997 546 9.5 552 0 552" stroke="%23F6E8EA" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M40 463L37 466L40 469L43 466L40 463Z" fill="%23FFD700"/> <path d="M20 463L17 466L20 469L23 466L20 463Z" fill="%23FFD700"/> <path d="M0 463L-3 466L0 469L3 466L0 463Z" fill="%23FFD700"/> <path d="M-20 463L-23 466L-20 469L-17 466L-20 463Z" fill="%23FFD700"/> <path d="M40 483L37 486L40 489L43 486L40 483Z" fill="%23FFD700"/> <path d="M20 483L17 486L20 489L23 486L20 483Z" fill="%23FFD700"/> <path d="M0 483L-3 486L0 489L3 486L0 483Z" fill="%23FFD700"/> <path d="M-20 483L-23 486L-20 489L-17 486L-20 483Z" fill="%23FFD700"/> <path d="M40 503L37 506L40 509L43 506L40 503Z" fill="%23FFD700"/> <path d="M20 503L17 506L20 509L23 506L20 503Z" fill="%23FFD700"/> <path d="M0 503L-3 506L0 509L3 506L0 503Z" fill="%23FFD700"/> <path d="M-20 503L-23 506L-20 509L-17 506L-20 503Z" fill="%23FFD700"/> <path d="M40 523L37 526L40 529L43 526L40 523Z" fill="%23FFD700"/> <path d="M20 523L17 526L20 529L23 526L20 523Z" fill="%23FFD700"/> <path d="M0 523L-3 526L0 529L3 526L0 523Z" fill="%23FFD700"/> <path d="M-20 523L-23 526L-20 529L-17 526L-20 523Z" fill="%23FFD700"/> <path d="M60 463L57 466L60 469L63 466L60 463Z" fill="%23FFD700"/> <path d="M60 483L57 486L60 489L63 486L60 483Z" fill="%23FFD700"/> <path d="M60 503L57 506L60 509L63 506L60 503Z" fill="%23FFD700"/> <path d="M60 523L57 526L60 529L63 526L60 523Z" fill="%23FFD700"/> <path d="M80 463L77 466L80 469L83 466L80 463Z" fill="%23FFD700"/> <path d="M80 483L77 486L80 489L83 486L80 483Z" fill="%23FFD700"/> <path d="M80 503L77 506L80 509L83 506L80 503Z" fill="%23FFD700"/> <path d="M80 523L77 526L80 529L83 526L80 523Z" fill="%23FFD700"/> <path d="M-40 463L-43 466L-40 469L-37 466L-40 463Z" fill="%23FFD700"/> <path d="M-40 483L-43 486L-40 489L-37 486L-40 483Z" fill="%23FFD700"/> <path d="M-40 503L-43 506L-40 509L-37 506L-40 503Z" fill="%23FFD700"/> <path d="M-40 523L-43 526L-40 529L-37 526L-40 523Z" fill="%23FFD700"/> </svg>');
        width: 302px;
        height: 553px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2;
    }

    .section-projects::after {
        content: '';
        position: absolute;
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="239" height="320" viewBox="0 0 239 320" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M159 0V80L239 0H159Z" fill="%23FFD700"/> <path d="M239.5 80.5V318.793L1.20711 80.5H239.5Z" stroke="%23DDE7F1"/> <path d="M149 185L152 188L149 191L146 188L149 185Z" fill="%23F6E8EA"/> <path d="M169 185L172 188L169 191L166 188L169 185Z" fill="%23F6E8EA"/> <path d="M189 185L192 188L189 191L186 188L189 185Z" fill="%23F6E8EA"/> <path d="M129 205L132 208L129 211L126 208L129 205Z" fill="%23F6E8EA"/> <path d="M149 205L152 208L149 211L146 208L149 205Z" fill="%23F6E8EA"/> <path d="M169 205L172 208L169 211L166 208L169 205Z" fill="%23F6E8EA"/> <path d="M189 205L192 208L189 211L186 208L189 205Z" fill="%23F6E8EA"/> <path d="M129 225L132 228L129 231L126 228L129 225Z" fill="%23F6E8EA"/> <path d="M149 225L152 228L149 231L146 228L149 225Z" fill="%23F6E8EA"/> <path d="M169 225L172 228L169 231L166 228L169 225Z" fill="%23F6E8EA"/> <path d="M129 245L132 248L129 251L126 248L129 245Z" fill="%23F6E8EA"/> <path d="M149 245L152 248L149 251L146 248L149 245Z" fill="%23F6E8EA"/> <path d="M109 225L112 228L109 231L106 228L109 225Z" fill="%23F6E8EA"/> <path d="M109 245L112 248L109 251L106 248L109 245Z" fill="%23F6E8EA"/> <path d="M89 245L92 248L89 251L86 248L89 245Z" fill="%23F6E8EA"/> <path d="M209 185L212 188L209 191L206 188L209 185Z" fill="%23F6E8EA"/> </svg>');
        width: 239px;
        height: 320px;
        right: 0;
        top: 80px;
        z-index: 2;
    }

    .section-building::before {
        content: '';
        position: absolute;
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="305" height="554" viewBox="0 0 305 554" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M38 481C47.5 481 47.5 475 57 475C66.5 475 66.5 481 76 481C85.5 481 85.5 475 95 475C104.5 475 104.5 481 114 481C123.5 481 123.5 475 133 475C142.5 475 142.5 481 152 481C161.5 481 161.5 475 171 475C180.5 475 180.5 481 190 481C199.5 481 199.5 475 209 475C218.5 475 218.5 481 228 481C237.5 481 237.5 475 247 475C256.5 475 256.5 481 266 481" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M57 465C66.5 465 66.5 471 76 471C85.5 471 85.5 465 95 465C104.5 465 104.5 471 114 471C123.5 471 123.5 465 133 465C142.5 465 142.5 471 152 471C161.5 471 161.5 465 171 465C180.5 465 180.5 471 190 471C199.5 471 199.5 465 209 465C218.5 465 218.5 471 228 471C237.5 471 237.5 465 247 465" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M154 394L234 474H74L154 394Z" fill="%23F6E8EA"/> <path d="M154 554L234 474H74L154 554Z" fill="%235E748D"/> <path d="M0 491C9.5 491 9.50002 485 19 485C28.5 485 28.5 491 38 491C47.5 491 47.5 485 57 485C66.5 485 66.5 491 76 491C85.5 491 85.5 485 95 485C104.5 485 104.5 491 114 491C123.5 491 123.5 485 133 485C142.5 485 142.5 491 152 491C161.5 491 161.5 485 171 485C180.5 485 180.5 491 190 491C199.5 491 199.5 485 209 485C218.5 485 218.5 491 228 491C237.5 491 237.5 485 247 485C256.5 485 256.5 491 266 491C275.5 491 275.5 485 285 485C294.5 485 294.5 491 304 491" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M38 501C47.5 501 47.5 495 57 495C66.5 495 66.5 501 76 501C85.5 501 85.5 495 95 495C104.5 495 104.5 501 114 501C123.5 501 123.5 495 133 495C142.5 495 142.5 501 152 501C161.5 501 161.5 495 171 495C180.5 495 180.5 501 190 501C199.5 501 199.5 495 209 495C218.5 495 218.5 501 228 501C237.5 501 237.5 495 247 495C256.5 495 256.5 501 266 501" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M76 511C85.5 511 85.5 505 95 505C104.5 505 104.5 511 114 511C123.5 511 123.5 505 133 505C142.5 505 142.5 511 152 511C161.5 511 161.5 505 171 505C180.5 505 180.5 511 190 511C199.5 511 199.5 505 209 505C218.5 505 218.5 511 228 511" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M-0.499985 0.5V238.793L237.793 0.5H-0.499985Z" stroke="%23F6E8EA"/> <path d="M40 96L43 99L40 102L37 99L40 96Z" fill="%23DDE7F1"/> <path d="M60 96L63 99L60 102L57 99L60 96Z" fill="%23DDE7F1"/> <path d="M80 96L83 99L80 102L77 99L80 96Z" fill="%23DDE7F1"/> <path d="M100 96L103 99L100 102L97 99L100 96Z" fill="%23DDE7F1"/> <path d="M40 116L43 119L40 122L37 119L40 116Z" fill="%23DDE7F1"/> <path d="M60 116L63 119L60 122L57 119L60 116Z" fill="%23DDE7F1"/> <path d="M80 116L83 119L80 122L77 119L80 116Z" fill="%23DDE7F1"/> <path d="M100 116L103 119L100 122L97 119L100 116Z" fill="%23DDE7F1"/> <path d="M40 136L43 139L40 142L37 139L40 136Z" fill="%23DDE7F1"/> <path d="M60 136L63 139L60 142L57 139L60 136Z" fill="%23DDE7F1"/> <path d="M80 136L83 139L80 142L77 139L80 136Z" fill="%23DDE7F1"/> <path d="M100 136L103 139L100 142L97 139L100 136Z" fill="%23DDE7F1"/> <path d="M40 156L43 159L40 162L37 159L40 156Z" fill="%23DDE7F1"/> <path d="M60 156L63 159L60 162L57 159L60 156Z" fill="%23DDE7F1"/> <path d="M80 156L83 159L80 162L77 159L80 156Z" fill="%23DDE7F1"/> <path d="M100 156L103 159L100 162L97 159L100 156Z" fill="%23DDE7F1"/> <path d="M20 96L23 99L20 102L17 99L20 96Z" fill="%23DDE7F1"/> <path d="M20 116L23 119L20 122L17 119L20 116Z" fill="%23DDE7F1"/> <path d="M20 136L23 139L20 142L17 139L20 136Z" fill="%23DDE7F1"/> <path d="M20 156L23 159L20 162L17 159L20 156Z" fill="%23DDE7F1"/> <path d="M0 96L3 99L0 102L-3 99L0 96Z" fill="%23DDE7F1"/> <path d="M0 116L3 119L0 122L-3 119L0 116Z" fill="%23DDE7F1"/> <path d="M0 136L3 139L0 142L-3 139L0 136Z" fill="%23DDE7F1"/> <path d="M0 156L3 159L0 162L-3 159L0 156Z" fill="%23DDE7F1"/> <path d="M120 96L123 99L120 102L117 99L120 96Z" fill="%23DDE7F1"/> <path d="M120 116L123 119L120 122L117 119L120 116Z" fill="%23DDE7F1"/> <path d="M120 136L123 139L120 142L117 139L120 136Z" fill="%23DDE7F1"/> <path d="M120 156L123 159L120 162L117 159L120 156Z" fill="%23DDE7F1"/> <path d="M180 96L183 99L180 102L177 99L180 96Z" fill="%23DDE7F1"/> <path d="M200 96L203 99L200 102L197 99L200 96Z" fill="%23DDE7F1"/> <path d="M180 116L183 119L180 122L177 119L180 116Z" fill="%23DDE7F1"/> <path d="M200 116L203 119L200 122L197 119L200 116Z" fill="%23DDE7F1"/> <path d="M220 116L223 119L220 122L217 119L220 116Z" fill="%23DDE7F1"/> <path d="M180 136L183 139L180 142L177 139L180 136Z" fill="%23DDE7F1"/> <path d="M200 136L203 139L200 142L197 139L200 136Z" fill="%23DDE7F1"/> <path d="M220 136L223 139L220 142L217 139L220 136Z" fill="%23DDE7F1"/> <path d="M240 136L243 139L240 142L237 139L240 136Z" fill="%23DDE7F1"/> <path d="M180 156L183 159L180 162L177 159L180 156Z" fill="%23DDE7F1"/> <path d="M200 156L203 159L200 162L197 159L200 156Z" fill="%23DDE7F1"/> <path d="M220 156L223 159L220 162L217 159L220 156Z" fill="%23DDE7F1"/> <path d="M240 156L243 159L240 162L237 159L240 156Z" fill="%23DDE7F1"/> <path d="M160 96L163 99L160 102L157 99L160 96Z" fill="%23DDE7F1"/> <path d="M160 116L163 119L160 122L157 119L160 116Z" fill="%23DDE7F1"/> <path d="M160 136L163 139L160 142L157 139L160 136Z" fill="%23DDE7F1"/> <path d="M160 156L163 159L160 162L157 159L160 156Z" fill="%23DDE7F1"/> <path d="M140 96L143 99L140 102L137 99L140 96Z" fill="%23DDE7F1"/> <path d="M140 116L143 119L140 122L137 119L140 116Z" fill="%23DDE7F1"/> <path d="M140 136L143 139L140 142L137 139L140 136Z" fill="%23DDE7F1"/> <path d="M140 156L143 159L140 162L137 159L140 156Z" fill="%23DDE7F1"/> <path d="M260 156L263 159L260 162L257 159L260 156Z" fill="%23DDE7F1"/> </svg>');
        width: 305px;
        height: 554px;
        left: 0;
        bottom: 100px;
        z-index: 5;
    }

    .section-building::after {
        content: '';
        position: absolute;
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="269" height="365" viewBox="0 0 269 365" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M120 47C129.5 47 129.5 41 139 41C148.5 41 148.5 47 158 47C167.5 47 167.5 41 177 41C186.5 41 186.5 47 196 47C205.5 47 205.5 41 215 41C224.5 41 224.5 47 234 47C243.5 47 243.5 41 253 41C262.5 41 262.5 47 272 47" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M198 0L238 40H158L198 0Z" fill="%23FFD700"/> <path d="M198 80L238 40H158L198 80Z" fill="%235E748D"/> <path d="M82 57C91.5 57 91.5 51 101 51C110.5 51 110.5 57 120 57C129.5 57 129.5 51 139 51C148.5 51 148.5 57 158 57C167.5 57 167.5 51 177 51C186.5 51 186.5 57 196 57C205.5 57 205.5 51 215 51C224.5 51 224.5 57 234 57C243.5 57 243.5 51 253 51C262.5 51 262.5 57 272 57C281.5 57 281.5 51 291 51C300.5 51 300.5 57 310 57" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M120 67C129.5 67 129.5 61 139 61C148.5 61 148.5 67 158 67C167.5 67 167.5 61 177 61C186.5 61 186.5 67 196 67C205.5 67 205.5 61 215 61C224.5 61 224.5 67 234 67C243.5 67 243.5 61 253 61C262.5 61 262.5 67 272 67" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1 195C10.5 195 10.5 189 20 189C29.5 189 29.5 195 39 195C48.5 195 48.5 189 58 189C67.5 189 67.5 195 77 195C86.5 195 86.5 189 96 189C105.5 189 105.5 195 115 195C124.5 195 124.5 189 134 189C143.5 189 143.5 195 153 195" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1 205C10.5 205 10.5 199 20 199C29.5 199 29.5 205 39 205C48.5 205 48.5 199 58 199C67.5 199 67.5 205 77 205C86.5 205 86.5 199 96 199C105.5 199 105.5 205 115 205C124.5 205 124.5 199 134 199C143.5 199 143.5 205 153 205" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1 215C10.5 215 10.5 209 20 209C29.5 209 29.5 215 39 215C48.5 215 48.5 209 58 209C67.5 209 67.5 215 77 215C86.5 215 86.5 209 96 209C105.5 209 105.5 215 115 215C124.5 215 124.5 209 134 209C143.5 209 143.5 215 153 215" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1 225C10.5 225 10.5 219 20 219C29.5 219 29.5 225 39 225C48.5 225 48.5 219 58 219C67.5 219 67.5 225 77 225C86.5 225 86.5 219 96 219C105.5 219 105.5 225 115 225C124.5 225 124.5 219 134 219C143.5 219 143.5 225 153 225" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1 235C10.5 235 10.5 229 20 229C29.5 229 29.5 235 39 235C48.5 235 48.5 229 58 229C67.5 229 67.5 235 77 235C86.5 235 86.5 229 96 229C105.5 229 105.5 235 115 235C124.5 235 124.5 229 134 229C143.5 229 143.5 235 153 235" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M77 324C86.5 324 86.5 318 96 318C105.5 318 105.5 324 115 324C124.5 324 124.5 318 134 318C143.5 318 143.5 324 153 324C162.5 324 162.5 318 172 318C181.5 318 181.5 324 191 324C200.5 324 200.5 318 210 318C219.5 318 219.5 324 229 324" stroke="%23F6E8EA" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M77 334C86.5 334 86.5 328 96 328C105.5 328 105.5 334 115 334C124.5 334 124.5 328 134 328C143.5 328 143.5 334 153 334C162.5 334 162.5 328 172 328C181.5 328 181.5 334 191 334C200.5 334 200.5 328 210 328C219.5 328 219.5 334 229 334" stroke="%23F6E8EA" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M77 344C86.5 344 86.5 338 96 338C105.5 338 105.5 344 115 344C124.5 344 124.5 338 134 338C143.5 338 143.5 344 153 344C162.5 344 162.5 338 172 338C181.5 338 181.5 344 191 344C200.5 344 200.5 338 210 338C219.5 338 219.5 344 229 344" stroke="%23F6E8EA" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M77 354C86.5 354 86.5 348 96 348C105.5 348 105.5 354 115 354C124.5 354 124.5 348 134 348C143.5 348 143.5 354 153 354C162.5 354 162.5 348 172 348C181.5 348 181.5 354 191 354C200.5 354 200.5 348 210 348C219.5 348 219.5 354 229 354" stroke="%23F6E8EA" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M77 364C86.5 364 86.5 358 96 358C105.5 358 105.5 364 115 364C124.5 364 124.5 358 134 358C143.5 358 143.5 364 153 364C162.5 364 162.5 358 172 358C181.5 358 181.5 364 191 364C200.5 364 200.5 358 210 358C219.5 358 219.5 364 229 364" stroke="%23F6E8EA" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M189 275L192 278L189 281L186 278L189 275Z" fill="%23FFD700"/> <path d="M209 275L212 278L209 281L206 278L209 275Z" fill="%23FFD700"/> <path d="M229 275L232 278L229 281L226 278L229 275Z" fill="%23FFD700"/> <path d="M249 275L252 278L249 281L246 278L249 275Z" fill="%23FFD700"/> <path d="M189 295L192 298L189 301L186 298L189 295Z" fill="%23FFD700"/> <path d="M209 295L212 298L209 301L206 298L209 295Z" fill="%23FFD700"/> <path d="M229 295L232 298L229 301L226 298L229 295Z" fill="%23FFD700"/> <path d="M249 295L252 298L249 301L246 298L249 295Z" fill="%23FFD700"/> <path d="M189 315L192 318L189 321L186 318L189 315Z" fill="%23FFD700"/> <path d="M209 315L212 318L209 321L206 318L209 315Z" fill="%23FFD700"/> <path d="M229 315L232 318L229 321L226 318L229 315Z" fill="%23FFD700"/> <path d="M249 315L252 318L249 321L246 318L249 315Z" fill="%23FFD700"/> <path d="M189 335L192 338L189 341L186 338L189 335Z" fill="%23FFD700"/> <path d="M209 335L212 338L209 341L206 338L209 335Z" fill="%23FFD700"/> <path d="M229 335L232 338L229 341L226 338L229 335Z" fill="%23FFD700"/> <path d="M249 335L252 338L249 341L246 338L249 335Z" fill="%23FFD700"/> <path d="M169 275L172 278L169 281L166 278L169 275Z" fill="%23FFD700"/> <path d="M169 295L172 298L169 301L166 298L169 295Z" fill="%23FFD700"/> <path d="M169 315L172 318L169 321L166 318L169 315Z" fill="%23FFD700"/> <path d="M169 335L172 338L169 341L166 338L169 335Z" fill="%23FFD700"/> <path d="M149 275L152 278L149 281L146 278L149 275Z" fill="%23FFD700"/> <path d="M149 295L152 298L149 301L146 298L149 295Z" fill="%23FFD700"/> <path d="M149 315L152 318L149 321L146 318L149 315Z" fill="%23FFD700"/> <path d="M149 335L152 338L149 341L146 338L149 335Z" fill="%23FFD700"/> <path d="M269 275L272 278L269 281L266 278L269 275Z" fill="%23FFD700"/> <path d="M269 295L272 298L269 301L266 298L269 295Z" fill="%23FFD700"/> <path d="M269 315L272 318L269 321L266 318L269 315Z" fill="%23FFD700"/> <path d="M269 335L272 338L269 341L266 338L269 335Z" fill="%23FFD700"/> </svg>');
        width: 269px;
        height: 365px;
        right: 0;
        bottom: 80px;
        z-index: 5;
    }

}

@media all and (min-width:1300px) {
    .hypothec-block::after {
        content: '';
        position: absolute;
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="126" height="66" viewBox="0 0 126 66" fill="none" xmlns="http://www.w3.org/2000/svg"> <g opacity="0.5"> <path d="M43 0L46 3L43 6L40 3L43 0Z" fill="%23C0E0FF"/> <path d="M63 0L66 3L63 6L60 3L63 0Z" fill="%23C0E0FF"/> <path d="M83 0L86 3L83 6L80 3L83 0Z" fill="%23C0E0FF"/> <path d="M103 0L106 3L103 6L100 3L103 0Z" fill="%23C0E0FF"/> <path d="M43 20L46 23L43 26L40 23L43 20Z" fill="%23C0E0FF"/> <path d="M63 20L66 23L63 26L60 23L63 20Z" fill="%23C0E0FF"/> <path d="M83 20L86 23L83 26L80 23L83 20Z" fill="%23C0E0FF"/> <path d="M103 20L106 23L103 26L100 23L103 20Z" fill="%23C0E0FF"/> <path d="M43 40L46 43L43 46L40 43L43 40Z" fill="%23C0E0FF"/> <path d="M63 40L66 43L63 46L60 43L63 40Z" fill="%23C0E0FF"/> <path d="M83 40L86 43L83 46L80 43L83 40Z" fill="%23C0E0FF"/> <path d="M103 40L106 43L103 46L100 43L103 40Z" fill="%23C0E0FF"/> <path d="M43 60L46 63L43 66L40 63L43 60Z" fill="%23C0E0FF"/> <path d="M63 60L66 63L63 66L60 63L63 60Z" fill="%23C0E0FF"/> <path d="M83 60L86 63L83 66L80 63L83 60Z" fill="%23C0E0FF"/> <path d="M103 60L106 63L103 66L100 63L103 60Z" fill="%23C0E0FF"/> <path d="M23 0L26 3L23 6L20 3L23 0Z" fill="%23C0E0FF"/> <path d="M23 20L26 23L23 26L20 23L23 20Z" fill="%23C0E0FF"/> <path d="M23 40L26 43L23 46L20 43L23 40Z" fill="%23C0E0FF"/> <path d="M23 60L26 63L23 66L20 63L23 60Z" fill="%23C0E0FF"/> <path d="M3 0L6 3L3 6L0 3L3 0Z" fill="%23C0E0FF"/> <path d="M3 20L6 23L3 26L0 23L3 20Z" fill="%23C0E0FF"/> <path d="M3 40L6 43L3 46L0 43L3 40Z" fill="%23C0E0FF"/> <path d="M3 60L6 63L3 66L0 63L3 60Z" fill="%23C0E0FF"/> <path d="M123 0L126 3L123 6L120 3L123 0Z" fill="%23C0E0FF"/> <path d="M123 20L126 23L123 26L120 23L123 20Z" fill="%23C0E0FF"/> <path d="M123 40L126 43L123 46L120 43L123 40Z" fill="%23C0E0FF"/> <path d="M123 60L126 63L123 66L120 63L123 60Z" fill="%23C0E0FF"/> </g> </svg>');
        width: 126px;
        height: 66px;
        right: -63px;
        bottom: 27px;
        z-index: 5;
    }
    .section-teasers::after {
        content: '';
        position: absolute;
        background-image: url('data:image/svg+xml;charset=utf-8, <svg width="213" height="174" viewBox="0 0 213 174" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M77 133C86.5 133 86.5 127 96 127C105.5 127 105.5 133 115 133C124.5 133 124.5 127 134 127C143.5 127 143.5 133 153 133C162.5 133 162.5 127 172 127C181.5 127 181.5 133 191 133C200.5 133 200.5 127 210 127C219.5 127 219.5 133 229 133" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M77 143C86.5 143 86.5 137 96 137C105.5 137 105.5 143 115 143C124.5 143 124.5 137 134 137C143.5 137 143.5 143 153 143C162.5 143 162.5 137 172 137C181.5 137 181.5 143 191 143C200.5 143 200.5 137 210 137C219.5 137 219.5 143 229 143" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M77 153C86.5 153 86.5 147 96 147C105.5 147 105.5 153 115 153C124.5 153 124.5 147 134 147C143.5 147 143.5 153 153 153C162.5 153 162.5 147 172 147C181.5 147 181.5 153 191 153C200.5 153 200.5 147 210 147C219.5 147 219.5 153 229 153" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M77 163C86.5 163 86.5 157 96 157C105.5 157 105.5 163 115 163C124.5 163 124.5 157 134 157C143.5 157 143.5 163 153 163C162.5 163 162.5 157 172 157C181.5 157 181.5 163 191 163C200.5 163 200.5 157 210 157C219.5 157 219.5 163 229 163" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M77 173C86.5 173 86.5 167 96 167C105.5 167 105.5 173 115 173C124.5 173 124.5 167 134 167C143.5 167 143.5 173 153 173C162.5 173 162.5 167 172 167C181.5 167 181.5 173 191 173C200.5 173 200.5 167 210 167C219.5 167 219.5 173 229 173" stroke="%23DDE7F1" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1 53C10.5 53 10.5 47 20 47C29.5 47 29.5 53 39 53C48.5 53 48.5 47 58 47C67.5 47 67.5 53 77 53C86.5 53 86.5 47 96 47C105.5 47 105.5 53 115 53C124.5 53 124.5 47 134 47C143.5 47 143.5 53 153 53" stroke="%23F6E8EA" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1 63C10.5 63 10.5 57 20 57C29.5 57 29.5 63 39 63C48.5 63 48.5 57 58 57C67.5 57 67.5 63 77 63C86.5 63 86.5 57 96 57C105.5 57 105.5 63 115 63C124.5 63 124.5 57 134 57C143.5 57 143.5 63 153 63" stroke="%23F6E8EA" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1 73C10.5 73 10.5 67 20 67C29.5 67 29.5 73 39 73C48.5 73 48.5 67 58 67C67.5 67 67.5 73 77 73C86.5 73 86.5 67 96 67C105.5 67 105.5 73 115 73C124.5 73 124.5 67 134 67C143.5 67 143.5 73 153 73" stroke="%23F6E8EA" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1 83C10.5 83 10.5 77 20 77C29.5 77 29.5 83 39 83C48.5 83 48.5 77 58 77C67.5 77 67.5 83 77 83C86.5 83 86.5 77 96 77C105.5 77 105.5 83 115 83C124.5 83 124.5 77 134 77C143.5 77 143.5 83 153 83" stroke="%23F6E8EA" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M1 93C10.5 93 10.5 87 20 87C29.5 87 29.5 93 39 93C48.5 93 48.5 87 58 87C67.5 87 67.5 93 77 93C86.5 93 86.5 87 96 87C105.5 87 105.5 93 115 93C124.5 93 124.5 87 134 87C143.5 87 143.5 93 153 93" stroke="%23F6E8EA" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> <path d="M133 0L136 3L133 6L130 3L133 0Z" fill="%23FFD700"/> <path d="M153 0L156 3L153 6L150 3L153 0Z" fill="%23FFD700"/> <path d="M173 0L176 3L173 6L170 3L173 0Z" fill="%23FFD700"/> <path d="M193 0L196 3L193 6L190 3L193 0Z" fill="%23FFD700"/> <path d="M133 20L136 23L133 26L130 23L133 20Z" fill="%23FFD700"/> <path d="M153 20L156 23L153 26L150 23L153 20Z" fill="%23FFD700"/> <path d="M173 20L176 23L173 26L170 23L173 20Z" fill="%23FFD700"/> <path d="M193 20L196 23L193 26L190 23L193 20Z" fill="%23FFD700"/> <path d="M133 40L136 43L133 46L130 43L133 40Z" fill="%23FFD700"/> <path d="M153 40L156 43L153 46L150 43L153 40Z" fill="%23FFD700"/> <path d="M173 40L176 43L173 46L170 43L173 40Z" fill="%23FFD700"/> <path d="M193 40L196 43L193 46L190 43L193 40Z" fill="%23FFD700"/> <path d="M133 60L136 63L133 66L130 63L133 60Z" fill="%23FFD700"/> <path d="M153 60L156 63L153 66L150 63L153 60Z" fill="%23FFD700"/> <path d="M173 60L176 63L173 66L170 63L173 60Z" fill="%23FFD700"/> <path d="M193 60L196 63L193 66L190 63L193 60Z" fill="%23FFD700"/> <path d="M113 0L116 3L113 6L110 3L113 0Z" fill="%23FFD700"/> <path d="M113 20L116 23L113 26L110 23L113 20Z" fill="%23FFD700"/> <path d="M113 40L116 43L113 46L110 43L113 40Z" fill="%23FFD700"/> <path d="M113 60L116 63L113 66L110 63L113 60Z" fill="%23FFD700"/> <path d="M93 0L96 3L93 6L90 3L93 0Z" fill="%23FFD700"/> <path d="M93 20L96 23L93 26L90 23L93 20Z" fill="%23FFD700"/> <path d="M93 40L96 43L93 46L90 43L93 40Z" fill="%23FFD700"/> <path d="M93 60L96 63L93 66L90 63L93 60Z" fill="%23FFD700"/> <path d="M213 0L216 3L213 6L210 3L213 0Z" fill="%23FFD700"/> <path d="M213 20L216 23L213 26L210 23L213 20Z" fill="%23FFD700"/> <path d="M213 40L216 43L213 46L210 43L213 40Z" fill="%23FFD700"/> <path d="M213 60L216 63L213 66L210 63L213 60Z" fill="%23FFD700"/> </svg>');
        width: 213px;
        height: 174px;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 5;
    }
}

.section-documents {
    background: #F5F7F9 !important;
}

.section-purchase {
    position: relative;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(38.9%, #fff), color-stop(0%, #F5F7F9));
    background: -o-linear-gradient(bottom, #fff, #fff 38.9%, #F5F7F9 0%);
    background: linear-gradient(to top, #fff, #fff 38.9%, #F5F7F9 0%);
}


.free_aparts {
    position: absolute;
    left: 31px;
    bottom: 83px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 179px;
    height: 179px;
    user-select: none;
}

.free_aparts-text {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.14;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #282828;
    position: relative;
    z-index: 2;
    padding-top: 2px;
}

.free_aparts-text > span {
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0;
}

.free_aparts:after {
    content: "";
    width: 128px;
    height: 128px;
    transform: rotate(45deg);
    position: absolute; 
    left: 25px; 
    top: 25px;
    background: #FFD700;
    pointer-events: none;
    z-index: 1;
}

.free_aparts-rhom-1 {
    position: absolute;
    width: 63px;
    height: 63px;
    transform: rotate(45deg);
    background: #5E748D;
    right: -32px;
    top: 13px;
}

.free_aparts-rhom-2 {
    position: absolute;
    width: 63px;
    height: 63px;
    transform: rotate(45deg);
    background: #F6E8EA;
    right: -31px;
    top: 101px;
}

.pgs-first-block-image {
    /*height: 590px;*/
    height: 100%;
    max-width: 906px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media all and (max-width: 1024px) {
    .free_aparts-text {
        font-size: 12px;
    }
    .free_aparts-text > span {
        font-size: 36px;
    }
    .free_aparts {
        width: 136px;
        height: 136px;
        left: -69px;
        bottom: 0;
    }
    .free_aparts:after {
        width: 96px;
        height: 96px;
        left: 21px;
        top: 21px;
    }
    .free_aparts-rhom-1,
    .free_aparts-rhom-2 {
        width: 48px;
        height: 48px;
    }
    .free_aparts-rhom-1 {
        right: -25px;
        top: 12px;
    }
    .free_aparts-rhom-2 {
        right: -25px;
        top: 79px;
    }
    .pgs-first-block__tablet-img {
        position: relative;
        height: 270px;
        background-position: left center;
    }
    .pgs-first-block-middle {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
}

@media all and (max-width:767px) {
    .free_aparts {
        width: 100px;
        height: 100px;
        left: 17px;
    }
    .free_aparts:after {
        width: 70px;
        height: 70px;
        left: 15px;
        top: 15px;
    }
    .free_aparts-text {
        font-size: 10px;
    }
    .free_aparts-text > span {
        font-size: 24px;
    }
    .free_aparts-rhom-1,
    .free_aparts-rhom-2 {
        width: 35px;
        height: 35px;
    }
    .free_aparts-rhom-1 {
        right: -17px;
        top: 8px;
    }
    .free_aparts-rhom-2 {
        right: -17px;
        top: 57px;
    }
    .pgs-first-block__mobile-img {
        position: relative;
        height: 234px;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: cover;
        right: -15px;
        width: calc(100% + 15px);
    }
}
/* End */
/* /bitrix/templates/pgs/components/bitrix/breadcrumb/pgs/style.css?16252102022246 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1481100176666 */
/* /bitrix/templates/pgs/components/bitrix/catalog/new_buildings-new/bitrix/catalog.element/new/style.css?177883228275358 */
/* /bitrix/templates/pgs/assets/plugins/swiper/swiper.min.css?162158488613885 */
/* /bitrix/templates/pgs/assets/css/normalize.css?16215114902368 */
/* /bitrix/templates/pgs/assets/css/utils.css?16215114723266 */
/* /bitrix/templates/pgs/assets/css/grid.css?177884959321959 */
/* /bitrix/templates/pgs/components/bitrix/catalog/new_buildings-new/bitrix/catalog.element/new/templates/rhombus/style.css?1629981882487766 */
