body, html {
    position: relative;
    margin: 0;
    padding: 0
}

body {
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

p {
    margin: 0
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 400
}

h2 {
    font-size: 1.35em;
}

a, button, div, footer, form, header, input, p, section, span, textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

section {

}

button, input, select, textarea {
    outline: none
}

button {
    padding: 0;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

a, button {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

a {
    text-decoration: none
}

a:focus {
    outline: none
}

footer, form {
    margin: 0
}

footer {
    padding: 0
}

body {
    color: #333;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px
}

body.fixed {
    overflow: hidden;
    position: relative
}

.padding-top-90 {
    padding-top: 90px !important;
}

.padding-bottom-90 {
    padding-bottom: 90px !important;
}

.green-link {
    font-weight: 600;
    color: #9cc63f;
}

.container {
    width: 1160px;
    margin: 0 auto;
    padding: 1px 0;
    z-index: 1
}

.container, .lined-section {
    position: relative
}

.lined-section:before {
    left: calc(50% - 580px)
}

.lined-section:not(.not-dashed-line):after, .lined-section:not(.not-dashed-line):before {
    content: "";
    display: block;
    border-left: 1px dashed #424770;
    width: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: .14
}

.lined-section:after {
    right: calc(50% - 580px)
}

.lined-section > .container {
    border-left: 1px solid rgba(66, 71, 112, .14);
    border-right: 1px solid rgba(66, 71, 112, .14)
}

.button {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    height: 50px;
    padding: 0 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0);
    color: #9cc63f;
    text-transform: uppercase;
    border-radius: 40px;
    border: 1px solid #9cc63f
}

.button:hover {
    background: #9cc63f;
    color: #fff
}

.button__tg {
    margin-right: 12px;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.86 5.678L15.328.1c.674-.24 1.26.164 1.038 1.177L13.904 12.88c-.182.82-.674 1.025-1.354.633L8.8 10.746l-1.81 1.74c-.2.2-.37.37-.756.37l.263-3.815 6.955-6.275c.305-.264-.07-.416-.468-.153l-8.59 5.408L.69 6.867c-.803-.258-.82-.803.17-1.19z' fill='%239CC63F'/%3E%3C/svg%3E");
    width: 17px;
    height: 14px
}

.button--small {
    height: 40px;
    border-radius: 78px
}

.button--white {
    background: #fff;
    border-color: rgba(0, 0, 0, 0)
}

.button--white:hover {
    background: #86b028;
}

.button--white:hover .button__tg, .footer__button:hover .button__tg {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.86 5.678L15.328.1c.674-.24 1.26.164 1.038 1.177L13.904 12.88c-.182.82-.674 1.025-1.354.633L8.8 10.746l-1.81 1.74c-.2.2-.37.37-.756.37l.263-3.815 6.955-6.275c.305-.264-.07-.416-.468-.153l-8.59 5.408L.69 6.867c-.803-.258-.82-.803.17-1.19z' fill='%23FFF'/%3E%3C/svg%3E")
}

.button--green {
    background: #9cc63f;
    color: #fff
}

.button--green .button__tg {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.86 5.678L15.328.1c.674-.24 1.26.164 1.038 1.177L13.904 12.88c-.182.82-.674 1.025-1.354.633L8.8 10.746l-1.81 1.74c-.2.2-.37.37-.756.37l.263-3.815 6.955-6.275c.305-.264-.07-.416-.468-.153l-8.59 5.408L.69 6.867c-.803-.258-.82-.803.17-1.19z' fill='%23FFF'/%3E%3C/svg%3E")
}

.button--green:hover {
    background: #86b028
}

.button--shadow {
    -webkit-box-shadow: 0 50px 100px rgba(50, 50, 93, .25);
    box-shadow: 0 50px 100px rgba(50, 50, 93, .25)
}

.title {
    font-weight: 600;
    font-size: 38px;
    line-height: 45px;
    -webkit-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    transform: translateX(-100vw);
    -webkit-transition: 1.1s;
    -o-transition: 1.1s;
    transition: 1.1s
}

.title--show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.top {
    background: #f6f9fc;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='843' height='807' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='.28' clip-path='url(%23clip0)'%3E%3Cg opacity='.6' fill='%239CC63F'%3E%3Cpath opacity='.6' d='M69.732 645.075c28.018 6.802 55.718-8.226 61.869-33.565 6.151-25.339-11.576-51.394-39.594-58.195-28.019-6.802-55.719 8.226-61.87 33.565-6.15 25.339 11.577 51.394 39.595 58.195zM719.741 343.217c14.316 3.475 28.527-4.444 31.742-17.688 3.214-13.244-5.784-26.797-20.1-30.272-14.315-3.475-28.526 4.444-31.741 17.688s5.784 26.797 20.099 30.272zM568.091 173.422c7.885 1.914 15.708-2.43 17.473-9.703 1.766-7.272-3.195-14.719-11.08-16.633-7.885-1.914-15.708 2.429-17.474 9.702-1.765 7.272 3.196 14.72 11.081 16.634zM33.754 202.088c16.766 4.069 33.414-5.229 37.187-20.77 3.772-15.54-6.76-31.437-23.526-35.507-16.765-4.069-33.414 5.229-37.186 20.77-3.772 15.54 6.76 31.437 23.525 35.507z'/%3E%3C/g%3E%3Cpath opacity='.34' d='M275.847 626.335c177.756 43.15 352.904-49.772 391.203-207.548 38.3-157.775-74.751-320.658-252.507-363.807C236.787 11.83 61.639 104.752 23.339 262.528c-38.3 157.775 74.752 320.658 252.508 363.807z' stroke='url(%23paint0_linear)' stroke-width='5.705' stroke-miterlimit='10'/%3E%3Cpath opacity='.67' d='M324.072 160.581c-139.723-37.439-279.93 32.748-313.16 156.766C-22.32 441.365 64.01 572.251 203.733 609.69c139.723 37.439 279.93-32.747 313.16-156.765 33.231-124.019-53.099-254.905-192.822-292.344z' stroke='url(%23paint1_linear)' stroke-width='4.512' stroke-miterlimit='10'/%3E%3Cpath opacity='.34' d='M264.808 666.369c187.249 45.454 372.246-54.475 413.203-223.198 40.957-168.722-77.636-342.347-264.884-387.801C225.878 9.916 40.881 109.845-.076 278.567-41.033 447.29 77.56 620.914 264.808 666.369z' stroke='url(%23paint2_linear)' stroke-width='5.705' stroke-miterlimit='10'/%3E%3Cpath opacity='.34' d='M263.429 672.052c201.334 48.873 400.552-59.827 444.966-242.788C752.808 246.302 625.599 58.363 424.264 9.489 222.93-39.384 23.712 69.316-20.701 252.277c-44.414 182.962 82.796 370.901 284.13 419.775z' stroke='url(%23paint3_linear)' stroke-width='5.705' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='180.785' y1='70.746' x2='509.64' y2='610.439' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%239CC63F'/%3E%3Cstop offset='.394' stop-color='%239CC63F' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%239CC63F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='388.833' y1='601.599' x2='138.942' y2='168.775' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%239CC63F'/%3E%3Cstop offset='.394' stop-color='%239CC63F' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%239CC63F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='164.612' y1='74.873' x2='513.209' y2='646.965' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%239CC63F'/%3E%3Cstop offset='.394' stop-color='%239CC63F' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%239CC63F'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear' x1='155.818' y1='32.268' x2='531.785' y2='649.277' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%239CC63F'/%3E%3Cstop offset='.394' stop-color='%239CC63F' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%239CC63F'/%3E%3C/linearGradient%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' transform='rotate(13.644 373.388 199.577)' d='M0 0h808.037v719.032H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: clamp(560px, 72vw, 980px);
    position: relative;
    overflow: hidden
}

.top__container {
    padding: 132px 0 80px
}

.top__flex {
    margin: 0 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top__content, .top__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.top__content {
    font-size: 45px;
    line-height: 120%;
    -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
}

.top__title {
    font-weight: 700;
    color: #9cc63f;
    margin-bottom: 10px;
}

.top__text {
    font-weight: 400
}

.top__text--hero-sub {
    font-size: 18px;
    line-height: 1.4;
    max-width: 680px;
}

.top__button {
    margin-top: 40px
}

.top__img {
    width: 48.4%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative
}

.top__img:before {
    content: "";
    display: block;
    position: absolute;
    top: -56px;
    left: -59px;
    right: -59px;
    bottom: -56px;
    background: url(../img/dragon.png) no-repeat 50%;
    background-size: cover;
    opacity: .06
}

.top__img img {
    max-width: 100%;
    position: relative
}

.header {
    border-bottom: 1px solid rgba(66, 71, 112, .14);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header--scroll {
    background: #fff
}

.header__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px 10px 28px
}

.header__bottom, .header__menu-button {
    display: none
}

.header__logo img, .footer__logo img {
	width: 200px;
}

.header-menu {
    margin: 7px 4px 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-menu__link {
    margin: 0 10px;
    font-size: 14px;
    color: #333
}

.header-menu__link:hover {
    color: #9cc63f
}

.header-language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: 2px
}

.header-language:before {
    content: "";
    display: block;
    position: relative;
    width: 1px;
    height: 30px;
    background: #919bb0;
    opacity: .34;
    margin-right: 4px
}

.header-language--single:before {
    display: none;
}

.header-language__item {
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    margin-left: 10px
}

.header-language__item:hover {
    color: #9cc63f
}

.header-language__item--active {
    cursor: default;
    pointer-events: none;
    color: #9cc63f;
    padding: 3px 14px;
    border-radius: 40px;
    border: 1px solid #9cc63f
}

#onePlace .container {
    padding-bottom: 90px
}

.blocks {
    padding: 70px 20px 0
}

.blocks__flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px -10px 0
}

.blocks-item, .blocks__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blocks-item {
    margin: 20px 10px 0;
    -webkit-box-shadow: 0 50px 100px rgba(50, 50, 93, .14);
    box-shadow: 0 50px 100px rgba(50, 50, 93, .14);
    border-radius: 8px;
    padding: 30px 38px;
    min-height: 324px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(33.33% - 20px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.blocks-item--show {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.blocks-item__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.blocks-item__icon img {
    display: block
}

.blocks-item__title {
    margin-top: 12px;
    font-weight: 600;
    font-size: 21px;
    line-height: 28px
}

.blocks-item__text {
    margin-top: 4px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #5d5672
}

.blocks-item__text a {
    font-weight: 600;
    color: #9cc63f
}

.blocks-item__button {
    margin-top: 20px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-transform: none;
    padding: 0 30px
}

.steps:before {
    z-index: 1
}

.steps__bg {
    padding-top: 140px;
    z-index: 0
}

.steps__bg, .steps__bg:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.steps__bg:before {
    content: "";
    display: block;
    height: 140px;
    background: #f6f9fc
}

.steps__bg img {
    width: 100%
}

.steps__bg-mobile {
    display: none
}

.steps__container {
    padding: 102px 0 163px
}

.steps__content {
    position: relative;
    padding: 0 20px
}

.steps__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px
}

.steps-item {
    width: 33.33%
}

.steps-item:not(:first-child) .steps-item__num {
    margin-left: 20px
}

.steps-item:first-child .steps-item__text {
    margin-left: -20px
}

.steps-item:nth-child(2) .steps-item__text {
    margin-left: -4px
}

.steps-item:nth-child(3) .steps-item__text {
    margin-left: 2px
}

.steps-item__num {
    width: 34px;
    height: 34px;
    background: rgba(156, 198, 63, .34);
    border-radius: 50%;
    color: #9cc63f;
    font-weight: 700;
    font-size: 17px;
    line-height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.steps-item__num:after {
    content: "";
    display: block;
    position: absolute;
    width: 170px;
    height: 10px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='170' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%239CC63F' stroke-dasharray='4 4' d='M.5 4.5h162v1H.5z'/%3E%3Cpath d='M163 0v10l7-5-7-5z' fill='%239CC63F'/%3E%3C/svg%3E");
    left: 54px;
    bottom: -2px
}

.steps-item__text {
    margin-top: 17px;
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
    position: relative;
    padding-left: 20px
}

.steps-item__text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 2px;
    height: 18px;
    background: #9cc63f
}

.section-banner {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #9cc63f;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='446' height='220' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='.04' fill='%23333'%3E%3Cpath d='M11.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.3-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.7-3.7 17.2-3.9 17.6zM91.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.2-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.7 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.8-3.7 17.3-3.9 17.7zM118.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.2-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.7 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.8-3.7 17.3-3.9 17.7zM37.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.3-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.7-3.7 17.2-3.9 17.6zM64.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.2-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.7 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.8-3.7 17.3-3.9 17.7zM198.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.2-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.7 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.8-3.7 17.3-3.9 17.7zM225.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.2-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.7 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.8-3.7 17.3-3.9 17.7zM144.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.2-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.7 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.8-3.7 17.3-3.9 17.7zM171.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.2-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.7 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.8-3.7 17.3-3.9 17.7zM305.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.2-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.7 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.8-3.7 17.3-3.9 17.7zM332.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.2-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.7 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.8-3.7 17.3-3.9 17.7zM251.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.2-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.7 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.8-3.7 17.3-3.9 17.7zM278.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.2-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.7 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.8-3.7 17.3-3.9 17.7zM412.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.2-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.7 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.8-3.7 17.3-3.9 17.7zM439.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.2-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.7 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.8-3.7 17.3-3.9 17.7zM358.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.2-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.7 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.8-3.7 17.3-3.9 17.7zM385.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.2-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.7 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.8-3.7 17.3-3.9 17.7z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0;
    height: 220px;
}

.container-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: none !important;
    padding: 0 60px;
}

.banner {
    background-color: #9cc63f;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='446' height='180' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='.04' fill='%23333'%3E%3Cpath d='M11.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.3-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.7-3.7 17.2-3.9 17.6zM91.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.2-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.7 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.8-3.7 17.3-3.9 17.7zM118.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.2-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.7 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.8-3.7 17.3-3.9 17.7zM37.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.3-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.7-3.7 17.2-3.9 17.6zM64.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.2-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.7 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.8-3.7 17.3-3.9 17.7zM198.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.2-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.7 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.8-3.7 17.3-3.9 17.7zM225.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.2-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.7 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.8-3.7 17.3-3.9 17.7zM144.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.2-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.7 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.8-3.7 17.3-3.9 17.7zM171.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.2-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.7 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.8-3.7 17.3-3.9 17.7zM305.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.2-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.7 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.8-3.7 17.3-3.9 17.7zM332.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.2-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.7 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.8-3.7 17.3-3.9 17.7zM251.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.2-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.7 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.8-3.7 17.3-3.9 17.7zM278.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.2-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.7 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.8-3.7 17.3-3.9 17.7zM412.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.2-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.7 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.8-3.7 17.3-3.9 17.7zM439.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.2-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.7 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.8-3.7 17.3-3.9 17.7zM358.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.2-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.7 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.8-3.7 17.3-3.9 17.7zM385.794 408.7l-5.3-2.7c0-.1 3.3-6.6 3.1-14.6v-.1c.1-9.9-1.9-14.4-4.5-20.2-1.9-4.2-4-8.9-5.6-16.3v-.3c-1.1-9.1 2.8-17.5 3.4-18.6 8.7-21 6.8-32 5.1-41.7l-.2-1.4c-1-5.1-2.2-8.5-3.5-12.1-2-5.4-4-10.9-4.8-21.9v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9-9.4-22-1.2-37.6-.8-38.3l.7-1.3c8.6-19.4 7.6-31.2 5.8-41.6-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-8.8-23.4-1.2-37.5-.9-38.1l.1-.1.8-1.2s0-.1.1-.1c8.8-13 7.3-31.5 5.6-41.3-1-5.1-2.4-8.8-3.9-12.7-2.2-5.8-4.6-11.8-5.3-22.7v-.2c-.1-8.5 3.1-17.3 6.2-25.8 2.4-6.6 4.6-12.8 4.9-17.8.6-11.2-7-27.8-7.1-27.9 0-.1-.1-.1-.1-.2-9.1-23.6-.8-38.9-.4-39.5l5.2 2.9-2.6-1.5 2.6 1.4c-.3.5-7.2 13.6.5 34.2.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.8 1.8 10.8 3.4 30.9-6.5 45.6l-.7 1.1c-.4.8-6.2 13 1.3 32.9.8 1.7 8.3 18.3 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10 2.8 15.3 4.9 20.9 1.5 3.9 3.1 8 4.2 13.7 1.9 11.4 3 24.2-6.3 45.2 0 .1-.1.2-.1.3l-.8 1.4c-.3.5-7.1 13.8 1.1 32.9.3.6 8.3 18 7.6 30.7-.3 5.9-2.7 12.5-5.2 19.5-2.9 8-5.9 16.2-5.8 23.6.7 10.1 2.5 15 4.4 20.2 1.3 3.7 2.7 7.4 3.8 13l.3 1.5c1.7 10 3.9 22.4-5.6 45.1 0 .1-.1.1-.1.2s-3.7 7.5-2.9 15.2c1.5 6.7 3.4 10.9 5.2 15 2.6 5.9 5.1 11.5 5 22.7.1 9.8-3.7 17.3-3.9 17.7z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 0;
    height: 180px;
    -webkit-box-shadow: 0 50px 100px rgba(50, 50, 93, .25);
    box-shadow: 0 50px 100px rgba(50, 50, 93, .25);
    border-radius: 8px;
    margin: 90px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 78px 0 48px
}

.banner--margin {
    margin-top: 180px
}

.banner__img {
    width: 288px;
    height: 220px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.banner__img img {
    position: absolute;
    bottom: 0;
    width: 500px;
}

.banner__content {
    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-align: center;
    -ms-flex-align: center;
    align-items: center
}

.banner__text {
    font-weight: 700;
    font-size: 44px;
    line-height: 120%;
    text-align: center
}

.banner__button {
    margin-top: 15px
}

.advantages:before {
    z-index: 1
}

.advantages__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 0
}

.advantages__bg:before {
    content: "";
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #f6f9fc
}

.advantages__bg img {
    width: 100%
}

.advantages__bg-mobile {
    display: none
}

.advantages__container {
    padding: 80px 0 180px
}

.advantages__content {
    position: relative
}

.advantages__content .title {
    margin-left: 20px
}

.advantages__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 90px
}

.advantages__flex--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 170px
}

.advantages__flex--reverse + .advantages__flex {
    margin-top: 170px
}

.advantages__flex--reverse .advantages__image {
    margin-left: 125px
}

.advantages__flex--reverse .advantages__image:before {
    z-index: 0
}

.advantages__flex--reverse .advantages__image:after {
    z-index: 0;
    bottom: -30px
}

.advantages__flex--reverse .advantages__image .top {
    z-index: 0;
    left: -20px;
    top: -37px
}

.advantages__flex--reverse .advantages__image .left {
    display: block
}

.advantages__flex--reverse .advantages__image img {
    z-index: 1;
    position: relative
}

.advantages__flex--reverse .advantages__text {
    margin-left: 139px;
    margin-right: 60px;
    width: auto;
    max-width: 430px;
    padding-left: 0
}

.advantages__text {
    font-weight: 400;
    font-size: 38px;
    line-height: 48px;
    color: rgba(145, 155, 176, .6);
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 50px 0 35px
}

.advantages__text strong {
    color: #333
}

.advantages__image {
    position: relative;
    margin-left: 32px;
    max-width: 470px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.advantages__image:before {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    bottom: -46px;
    left: 293px
}

.advantages__image:after, .advantages__image:before {
    content: "";
    display: block;
    position: absolute;
    background: -o-linear-gradient(32.84deg, hsla(0, 0%, 91%, 0) -26.56%, #9cc63f 143.71%);
    background: linear-gradient(57.16deg, hsla(0, 0%, 91%, 0) -26.56%, #9cc63f 143.71%);
    opacity: .7
}

.advantages__image:after {
    width: 87px;
    height: 87px;
    border-radius: 13px;
    bottom: -69px;
    right: -77px
}

.advantages__image .top {
    display: block;
    width: 155px;
    height: 155px;
    border-radius: 25px;
    top: -40px;
    left: -68px;
    z-index: -1;
}

.advantages__image .left, .advantages__image .top {
    background: -o-linear-gradient(32.84deg, hsla(0, 0%, 91%, 0) -26.56%, #9cc63f 143.71%);
    background: linear-gradient(57.16deg, hsla(0, 0%, 91%, 0) -26.56%, #9cc63f 143.71%);
    position: absolute;
    opacity: .7
}

.advantages__image .left {
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    bottom: 0;
    left: -44px
}

.advantages__image img {
    width: 100%;
    display: block
}

.footer {
    background: #f6f9fc
}

.footer__container {
    padding: 60px 0 48px
}

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

.footer__column {
    width: 33.33%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 20px
}

.footer__column--menu, .footer__column:first-child {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.footer__column .profi-logo {
    display: block;
    width: 35%;
    margin-top: 5px;
    margin-bottom: 17px;
}

.footer__column .photo {
    width: 35%;
    margin-top: 14px;
    box-shadow: -1px 1px 4px 0px #cecece;
}

.footer__column--flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer__email {
    margin-top: 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__email:before {
    content: "";
    display: block;
    position: relative;
    margin-right: 4px;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.5 2C10.91 2 13 4.01 13 6.5c0 2.07-1.45 3.82-3.92 4.34L6.62 13.3a.66.66 0 01-1.12-.46v-2.1C3.29 10.12 2 8.45 2 6.5 2 4.01 4.09 2 7.5 2z' fill='%23333'/%3E%3C/svg%3E")
}

.footer__button {
    margin-top: 15px;
    display: none;
}

.footer__text {
    margin-top: 0px;
}

.footer__link {
    color: #333;
    margin-top: 12px
}

.footer__link:hover {
    color: #9cc63f
}

.footer__link:first-child {
    margin-top: 0
}

.footer__social-links {
    display: flex;
    margin-top: 50px;
}

.footer__social-links a img {
    max-width: 50px;
}

.footer__info {
    margin-top: 15px;
}

.footer__info a {
    color: #aaa;
    letter-spacing: 0.4px;
    font-size: 13px;
}

.footer__info div:first-child {
    margin-bottom: 10px;
}

.mps_logo {
    width: 65px;
}

.footer__copyright {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #a7a7a7;
    margin: 38px 0 0 20px
}

.container.blocks.doc__container {
    padding: 122px 20px 100px 20px;
}

.doc-text {

}

.doc-text.doc-text__flex {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.doc-text .paragraph  {
    margin-top: 10px;
    text-align: justify;
}

.doc-text .paragraph h1,
.doc-text .paragraph h2 {
    text-align: center;
}

.doc-text .paragraph.indent-1  {
    margin-left: 10px;
}

.doc-text .paragraph.indent-2  {
    margin-left: 20px;
}

.doc-text__link {
    font-weight: 600;
    color: #287cb7;
}

@media (max-width: 1199px) {
    .container {
        width: 932px
    }

    .lined-section:before {
        left: calc(50% - 466px)
    }

    .lined-section:after {
        right: calc(50% - 466px)
    }

    .top {
        background-position: center top;
    }

    .top__content {
        font-size: 38px
    }

    .header__flex {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header-menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 0
    }

    .header-language {
        margin-top: 0
    }

    .steps__bg {
        padding-top: 240px
    }

    .steps__bg:before {
        height: 240px
    }

    .steps-item:nth-child(2) .steps-item__text {
        margin-left: -7px
    }

    .steps-item:nth-child(3) .steps-item__text {
        margin-left: 6px
    }

    .banner__text {
        font-size: 33px
    }

    .advantages__flex--reverse {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .advantages__flex--reverse .advantages__image {
        margin-left: 50px
    }

    .advantages__flex--reverse .advantages__text {
        max-width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 50px
    }

    .advantages__text {
        padding-left: 20px
    }

    .advantages__image {
        max-width: 350px
    }

    .container-banner {
        padding: 0 30px;
    }

    .footer__column .profi-logo {
        width: 39%;
        margin-top: 5px;
    }
}

@media (max-width: 991px) {
    .container {
        width: calc(100% - 48px)
    }

    .lined-section:before {
        left: 24px
    }

    .lined-section:after {
        right: 24px
    }

    .top__content {
        font-size: 30px
    }

    .blocks-item {
        width: calc(50% - 20px)
    }

    .steps-item__num:after {
        width: 140px;
        background-position: 100%
    }

    .banner {
        padding: 0 20px
    }

    .banner__img img {
        width: 450px;
    }

    .advantages__text {
        font-size: 21px;
        line-height: 27px
    }

    .advantages__image {
        max-width: 275px
    }

    .advantages__image:before {
        width: 28px;
        height: 28px;
        border-radius: 5px;
        bottom: -27px;
        left: 171px
    }

    .advantages__image:after {
        width: 50px;
        height: 50px;
        border-radius: 9px;
        right: -44px;
        bottom: -39px
    }

    .advantages__image .top {
        width: 90px;
        height: 90px;
        border-radius: 15px;
        top: -24px;
        left: -40px
    }

    .advantages__image .left {
        width: 25px;
        height: 25px;
        border-radius: 4px;
        left: -25px
    }
}

@media (max-width: 920px) {
    .container-banner {
        padding: 0;
    }
    .footer__column .photo {
        width: 45%;
    }
    .footer__column .profi-logo {
        width: 45%;
        margin-top: 5px;
    }
}

@media (max-width: 840px) {
    .banner__img {
        height: 175px;
    }
    .banner__img img {
        width: 395px;
    }
    .footer__column .profi-logo {
        width: 50%;
        margin-top: 5px;
    }
}

@media (max-width: 767px) {
    body:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .2);
        z-index: 999;
        pointer-events: none;
        opacity: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    body.fixed:after {
        opacity: 1
    }

    .container.blocks.doc__container {
        padding: 66px 0 80px 0;
    }

    .lined-section > .container {
        border: none;
    }

    .container {
        width: calc(100% - 32px) !important
    }

    .lined-section:before {
        left: 50% !important;
        border: none !important;
    }

    .lined-section:after {
        display: none;
        border: none !important;
    }

    .title {
        font-size: 28px;
        line-height: 120%;
        text-align: center
    }

    .top {
        background-size: clamp(500px, 118vw, 760px);
        background-position: center top;
    }

    .top__container {
        padding: 90px 0 24px
    }

    .top__flex {
        margin: 30px 0 0
    }

    .top__content, .top__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .top__content {
        text-align: center;
        font-size: 26px;
        max-width: 90%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .top__button {
        margin-top: 26px
    }

    .top__img:before {
        top: -33px;
        left: -33px;
        right: -33px;
        bottom: -33px
    }

    .top__img {
        margin-top: 30px;
        width: 323px;
        max-width: 100%
    }

    .header {
        height: 60px;
        overflow: hidden
    }

    .header--opened {
        background: #fff;
        border-bottom: 0;
        height: 530px
    }

    .header--opened:before {
        content: "";
        display: block;
        position: absolute;
        top: 59px;
        left: 0;
        right: 0;
        height: 0;
        border-bottom: 1px solid rgba(66, 71, 112, .14)
    }

    .header--opened .header__flex {
        padding-bottom: 0
    }

    .header--opened .header__menu-button:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 12px
    }

    .header--opened .header__menu-button:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 10px
    }

    .header--opened .header__menu-button span {
        display: none
    }

    .header__flex {
        padding: 17px 0 16px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative
    }

    .header__logo {
        max-width: 116px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        position: absolute;
        left: 50%;
        top: 19px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .header__logo img {
        max-width: 100%
    }

    .header__menu-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 24px;
        height: 24px;
        margin-left: -3px;
        position: relative;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .header__menu-button:before {
        top: 5px
    }

    .header__menu-button:after, .header__menu-button:before {
        content: "";
        display: block;
        position: absolute;
        width: 18px;
        height: 2px;
        background: #333;
        left: 3px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .header__menu-button:after {
        bottom: 5px
    }

    .header__menu-button span {
        display: block;
        width: 18px;
        height: 2px;
        background: #333
    }

    .header__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: rgba(66, 71, 112, .04);
        padding: 30px 0;
        width: calc(100% + 32px);
        margin-left: -16px
    }

    .header-menu, .header__bottom {
        -ms-flex-align: center;
        align-items: center
    }

    .header-menu {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        top: 59px;
        padding: 62px 0;
        -webkit-box-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 0
    }

    .header-menu__link {
        font-size: 21px;
        margin: 15px 0
    }

    .header-language {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-right: 1px
    }

    .header-language:before {
        display: none
    }

    #onePlace {
        padding-bottom: 0
    }

    .blocks {
        padding: 40px 0 0
    }

    .blocks__scroll {
        overflow: auto;
        width: 100vw;
        margin-left: -16px;
        padding-right: 16px;
        -ms-overflow-style: none
    }

    .blocks__scroll::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .blocks__scroll .blocks__flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0 0 0 16px;
        padding: 23px 0 40px
    }

    .blocks__scroll .blocks-item {
        width: 300px !important;
        margin: 0 10px 0 0 !important;
        -webkit-box-shadow: 0 20px 50px rgba(50, 50, 93, .14);
        box-shadow: 0 20px 50px rgba(50, 50, 93, .14)
    }

    .blocks__flex {
        margin: 22px 0 0
    }

    .blocks-item {
        width: 100% !important;
        min-height: 0;
        margin: 8px 0 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        opacity: 1 !important;
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important
    }

    .blocks-item__icon img {
        max-height: 62px
    }

    .blocks-item__title {
        margin-top: 18px;
        font-size: 18px;
        line-height: 22px;
        text-align: center
    }

    .blocks-item__text {
        text-align: center;
        margin-top: 0
    }

    .blocks-item__button {
        -ms-flex-item-align: center;
        align-self: center;
        margin-top: 16px
    }

    #steps {
        overflow: hidden
    }

    .steps__bg {
        padding-top: 0 !important;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .steps__bg:before {
        height: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        position: relative;
        width: 100%
    }

    .steps__bg img {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .steps__bg-desktop {
        display: none
    }

    .steps__bg-mobile {
        display: block
    }

    .steps__container {
        padding: 50px 0 150px
    }

    .steps__content {
        padding: 0
    }

    .steps__flex {
        margin-top: 36px
    }

    .steps-item, .steps__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .steps-item {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .steps-item:not(:first-child) {
        margin-top: 70px
    }

    .steps-item:not(:first-child) .steps-item__num {
        margin: 0
    }

    .steps-item:first-child .steps-item__num:after {
        display: none
    }

    .steps-item__num {
        width: 50px;
        height: 50px;
        font-size: 25px
    }

    .steps-item__num:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%239CC63F' stroke-dasharray='4 4' d='M5.5.5v39h-1V.5z'/%3E%3Cpath d='M10 40H0l5 7 5-7z' fill='%239CC63F'/%3E%3C/svg%3E");
        width: 10px !important;
        height: 47px;
        background-position: 50%;
        bottom: calc(100% + 21px);
        left: 21px
    }

    .steps-item:first-child .steps-item__text {
        margin-left: 0;
    }

    .steps-item:nth-child(2) .steps-item__text {
        margin-left: 0;
    }

    .steps-item:nth-child(3) .steps-item__text {
        margin-left: 0;
    }

    .steps-item__text {
        margin-top: 3px;
        padding-left: 0;
        text-align: center
    }

    .steps-item__text:before {
        display: none
    }

    .steps-item__text .wrap_phrase {
        display: block;
    }

    .banner {
        padding: 30px 0 0 !important;
        margin: 60px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        height: auto;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='343' height='294' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='.04' fill='%23333'%3E%3Cpath d='M30.068 293.169l-2.96-1.508c0-.056 1.843-3.687 1.73-8.155v-.056c.057-5.529-1.06-8.042-2.512-11.282-1.062-2.346-2.235-4.971-3.128-9.104v-.167c-.614-5.083 1.564-9.774 1.899-10.389 4.859-11.729 3.798-17.872 2.848-23.29l-.111-.782c-.559-2.848-1.23-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.056-4.748 1.731-9.663 3.463-14.41 1.34-3.686 2.569-7.149 2.736-9.942.336-6.255-3.91-15.527-3.965-15.583-5.25-12.287-.67-21-.447-21.391l.391-.726c4.803-10.835 4.245-17.426 3.24-23.234-.559-2.849-1.34-4.915-2.179-7.094-1.229-3.239-2.569-6.59-2.96-12.678v-.112c-.056-4.747 1.732-9.662 3.463-14.41 1.34-3.686 2.57-7.149 2.737-9.941.335-6.256-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.726-20.944-.502-21.28l.056-.055.446-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.128-23.067-.559-2.849-1.34-4.915-2.178-7.093-1.23-3.24-2.57-6.59-2.96-12.679v-.112c-.056-4.747 1.73-9.662 3.462-14.41 1.34-3.686 2.57-7.148 2.737-9.941.335-6.255-3.91-15.527-3.965-15.583 0-.056-.056-.056-.056-.111-5.083-13.181-.447-21.727-.224-22.062l2.905 1.62-1.452-.838 1.452.782c-.168.28-4.022 7.596.279 19.101.447.95 4.636 10.221 4.245 17.147-.168 3.295-1.508 6.981-2.905 10.891-1.62 4.468-3.295 9.048-3.24 13.181.392 5.585 1.565 8.545 2.738 11.673.838 2.178 1.731 4.468 2.346 7.708 1.005 6.032 1.898 17.258-3.63 25.468l-.392.615c-.223.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.168 3.295-1.508 6.981-2.904 10.89-1.62 4.469-3.296 9.049-3.24 13.182.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.731 4.468 2.346 7.707 1.061 6.368 1.675 13.517-3.519 25.246 0 .055-.056.111-.056.167l-.447.782c-.167.279-3.965 7.708.615 18.375.167.336 4.635 10.054 4.245 17.147-.168 3.295-1.508 6.982-2.905 10.891-1.62 4.468-3.295 9.048-3.24 13.181.392 5.641 1.397 8.378 2.458 11.282.726 2.067 1.508 4.133 2.123 7.261l.167.838c.95 5.585 2.179 12.511-3.128 25.189 0 .056-.055.056-.055.112s-2.067 4.189-1.62 8.489c.838 3.743 1.899 6.088 2.904 8.378 1.452 3.296 2.849 6.423 2.793 12.679.056 5.417-2.067 9.606-2.178 9.83zM45.148 293.169l-2.96-1.508c0-.056 1.843-3.687 1.73-8.155v-.056c.057-5.529-1.06-8.042-2.512-11.282-1.062-2.346-2.234-4.971-3.128-9.104v-.167c-.614-5.083 1.564-9.774 1.899-10.389 4.859-11.729 3.798-17.872 2.848-23.29l-.111-.782c-.559-2.848-1.23-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.056-4.748 1.731-9.663 3.463-14.41 1.34-3.686 2.569-7.149 2.736-9.942.336-6.255-3.91-15.527-3.965-15.583-5.25-12.287-.67-21-.447-21.391l.391-.726c4.803-10.835 4.245-17.426 3.24-23.234-.559-2.849-1.341-4.915-2.179-7.094-1.229-3.239-2.569-6.59-2.96-12.678v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.57-7.149 2.737-9.941.335-6.256-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.726-20.944-.502-21.28l.056-.055.446-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.128-23.067-.559-2.849-1.34-4.915-2.178-7.093-1.23-3.24-2.57-6.59-2.96-12.679v-.112c-.056-4.747 1.73-9.662 3.462-14.41 1.34-3.686 2.57-7.148 2.737-9.941.335-6.255-3.91-15.527-3.965-15.583 0-.056-.056-.056-.056-.111-5.083-13.181-.447-21.727-.224-22.062l2.905 1.62-1.453-.838 1.453.782c-.168.28-4.022 7.596.279 19.101.447.95 4.636 10.221 4.245 17.147-.168 3.295-1.508 6.981-2.905 10.891-1.62 4.468-3.295 9.048-3.24 13.181.392 5.585 1.565 8.545 2.738 11.673.837 2.178 1.731 4.468 2.346 7.708 1.005 6.032 1.898 17.258-3.63 25.468l-.392.615c-.223.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.168 3.295-1.508 6.981-2.904 10.89-1.62 4.469-3.296 9.049-3.24 13.182.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.731 4.468 2.346 7.707 1.06 6.368 1.675 13.517-3.519 25.246 0 .055-.056.111-.056.167l-.447.782c-.167.279-3.965 7.708.615 18.375.167.336 4.635 10.054 4.244 17.147-.167 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.295 9.048-3.24 13.181.392 5.641 1.397 8.378 2.458 11.282.726 2.067 1.508 4.133 2.123 7.261l.167.838c.95 5.585 2.178 12.511-3.128 25.189 0 .056-.055.056-.055.112s-2.067 4.189-1.62 8.489c.838 3.743 1.899 6.088 2.904 8.378 1.452 3.296 2.849 6.423 2.793 12.679.056 5.417-2.067 9.606-2.178 9.83zM-.092 293.169l-2.96-1.508c0-.056 1.843-3.687 1.73-8.155v-.056c.057-5.529-1.06-8.042-2.513-11.282-1.06-2.346-2.234-4.971-3.127-9.104v-.167c-.615-5.083 1.564-9.774 1.899-10.389 4.859-11.729 3.798-17.872 2.848-23.29l-.112-.782c-.558-2.848-1.228-4.747-1.954-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.056-4.748 1.731-9.663 3.463-14.41 1.34-3.686 2.569-7.149 2.736-9.942.335-6.255-3.91-15.527-3.965-15.583-5.25-12.287-.67-21-.447-21.391l.391-.726c4.803-10.835 4.245-17.426 3.24-23.234-.56-2.849-1.341-4.915-2.179-7.094-1.229-3.239-2.569-6.59-2.96-12.678v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.149 2.737-9.941.335-6.256-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.726-20.944-.502-21.28l.055-.055.447-.67s0-.056.056-.056C.466 34.797-.372 24.464-1.32 18.99c-.559-2.849-1.34-4.915-2.178-7.093-1.23-3.24-2.57-6.59-2.96-12.679v-.112c-.056-4.747 1.73-9.662 3.462-14.41 1.34-3.686 2.57-7.148 2.737-9.941.335-6.255-3.91-15.527-3.965-15.583 0-.056-.056-.056-.056-.111C-9.364-54.12-4.728-62.665-4.505-63l2.905 1.62-1.453-.838 1.453.782c-.168.28-4.022 7.596.279 19.101.447.95 4.636 10.221 4.245 17.147-.168 3.295-1.508 6.981-2.905 10.891C-1.6-9.829-3.276-5.249-3.22-1.116-2.828 4.47-1.655 7.43-.482 10.557c.837 2.178 1.731 4.468 2.345 7.708 1.006 6.032 1.9 17.258-3.63 25.468l-.391.615c-.223.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.168 3.295-1.508 6.981-2.904 10.89-1.62 4.469-3.296 9.049-3.24 13.182.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.731 4.468 2.346 7.707 1.06 6.368 1.675 13.517-3.519 25.246 0 .055-.056.111-.056.167l-.447.782c-.167.279-3.965 7.708.615 18.375.167.336 4.635 10.054 4.244 17.147-.167 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.295 9.048-3.24 13.181.392 5.641 1.397 8.378 2.458 11.282.726 2.067 1.508 4.133 2.123 7.261l.167.838c.95 5.585 2.178 12.511-3.128 25.189 0 .056-.055.056-.055.112s-2.067 4.189-1.62 8.489c.838 3.743 1.899 6.088 2.904 8.378 1.452 3.296 2.849 6.423 2.793 12.679.056 5.417-2.067 9.606-2.178 9.83zM14.988 293.169l-2.96-1.508c0-.056 1.842-3.687 1.73-8.155v-.056c.057-5.529-1.06-8.042-2.513-11.282-1.06-2.346-2.234-4.971-3.127-9.104v-.167c-.615-5.083 1.564-9.774 1.899-10.389 4.859-11.729 3.798-17.872 2.848-23.29l-.111-.782c-.56-2.848-1.23-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.056-4.748 1.731-9.663 3.463-14.41 1.34-3.686 2.569-7.149 2.736-9.942.335-6.255-3.91-15.527-3.965-15.583-5.25-12.287-.67-21-.447-21.391l.391-.726c4.803-10.835 4.245-17.426 3.24-23.234-.56-2.849-1.341-4.915-2.179-7.094-1.229-3.239-2.569-6.59-2.96-12.678v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.149 2.737-9.941.335-6.256-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.726-20.944-.502-21.28l.055-.055.447-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.128-23.067-.559-2.849-1.34-4.915-2.178-7.093-1.23-3.24-2.57-6.59-2.96-12.679v-.112c-.056-4.747 1.73-9.662 3.462-14.41 1.34-3.686 2.57-7.148 2.737-9.941.335-6.255-3.91-15.527-3.966-15.583 0-.056-.055-.056-.055-.111C5.716-54.12 10.352-62.665 10.575-63l2.905 1.62-1.453-.838 1.453.782c-.168.28-4.022 7.596.279 19.101.447.95 4.636 10.221 4.245 17.147-.168 3.295-1.509 6.981-2.905 10.891-1.62 4.468-3.295 9.048-3.24 13.181.392 5.585 1.565 8.545 2.738 11.673.837 2.178 1.731 4.468 2.345 7.708 1.006 6.032 1.9 17.258-3.63 25.468l-.391.615c-.223.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.168 3.295-1.508 6.981-2.904 10.89-1.62 4.469-3.296 9.049-3.24 13.182.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.731 4.468 2.346 7.707 1.06 6.368 1.675 13.517-3.519 25.246 0 .055-.056.111-.056.167l-.447.782c-.167.279-3.965 7.708.615 18.375.167.336 4.635 10.054 4.244 17.147-.167 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.295 9.048-3.24 13.181.392 5.641 1.397 8.378 2.458 11.282.726 2.067 1.508 4.133 2.123 7.261l.167.838c.95 5.585 2.178 12.511-3.128 25.189 0 .056-.055.056-.055.112s-2.067 4.189-1.62 8.489c.838 3.743 1.899 6.088 2.904 8.378 1.452 3.296 2.849 6.423 2.793 12.679.056 5.417-2.067 9.606-2.178 9.83zM89.83 293.169l-2.96-1.508c0-.056 1.842-3.687 1.73-8.155v-.056c.056-5.529-1.06-8.042-2.513-11.282-1.06-2.346-2.234-4.971-3.127-9.104v-.167c-.615-5.083 1.563-9.774 1.899-10.389 4.859-11.729 3.797-17.872 2.848-23.29l-.112-.782c-.558-2.848-1.228-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.68-12.232v-.111c-.056-4.748 1.73-9.663 3.462-14.41 1.34-3.686 2.57-7.149 2.737-9.942.335-6.255-3.91-15.527-3.965-15.583-5.25-12.287-.67-21-.447-21.391l.39-.726c4.804-10.835 4.245-17.426 3.24-23.234-.558-2.849-1.34-4.915-2.178-7.094-1.229-3.239-2.57-6.59-2.96-12.678v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.149 2.736-9.941.335-6.256-3.91-15.527-3.965-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.726-20.944-.503-21.28l.056-.055.447-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.128-23.067-.559-2.849-1.34-4.915-2.179-7.093-1.228-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.732-9.662 3.463-14.41 1.34-3.686 2.57-7.148 2.737-9.941.335-6.255-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.111-5.082-13.181-.446-21.727-.223-22.062l2.904 1.62-1.452-.838 1.452.782c-.167.28-4.021 7.596.28 19.101.446.95 4.635 10.221 4.244 17.147-.167 3.295-1.508 6.981-2.904 10.891-1.62 4.468-3.295 9.048-3.24 13.181.392 5.585 1.565 8.545 2.737 11.673.838 2.178 1.732 4.468 2.346 7.708 1.005 6.032 1.9 17.258-3.63 25.468l-.391.615c-.224.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.168 3.295-1.508 6.981-2.905 10.89-1.62 4.469-3.295 9.049-3.24 13.182.392 5.585 1.565 8.545 2.738 11.673.837 2.178 1.731 4.468 2.346 7.707 1.06 6.368 1.675 13.517-3.52 25.246 0 .055-.055.111-.055.167l-.447.782c-.167.279-3.965 7.708.615 18.375.167.336 4.635 10.054 4.244 17.147-.167 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.295 9.048-3.24 13.181.391 5.641 1.397 8.378 2.458 11.282.726 2.067 1.508 4.133 2.122 7.261l.168.838c.95 5.585 2.178 12.511-3.128 25.189 0 .056-.056.056-.056.112s-2.066 4.189-1.62 8.489c.838 3.743 1.9 6.088 2.905 8.378 1.452 3.296 2.848 6.423 2.793 12.679.055 5.417-2.067 9.606-2.179 9.83zM104.909 293.169l-2.96-1.508c0-.056 1.843-3.687 1.732-8.155v-.056c.055-5.529-1.062-8.042-2.514-11.282-1.061-2.346-2.234-4.971-3.127-9.104v-.167c-.615-5.083 1.563-9.774 1.898-10.389 4.86-11.729 3.798-17.872 2.849-23.29l-.112-.782c-.558-2.848-1.229-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.68-12.232v-.111c-.056-4.748 1.73-9.663 3.462-14.41 1.341-3.686 2.57-7.149 2.737-9.942.335-6.255-3.91-15.527-3.965-15.583-5.25-12.287-.67-21-.447-21.391l.391-.726c4.803-10.835 4.244-17.426 3.239-23.234-.558-2.849-1.34-4.915-2.178-7.094-1.229-3.239-2.57-6.59-2.96-12.678v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.149 2.736-9.941.335-6.256-3.909-15.527-3.965-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.726-20.944-.503-21.28l.056-.055.447-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.128-23.067-.559-2.849-1.341-4.915-2.179-7.093-1.228-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.732-9.662 3.463-14.41 1.34-3.686 2.569-7.148 2.737-9.941.335-6.255-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.111-5.082-13.181-.446-21.727-.223-22.062l2.904 1.62-1.452-.838 1.452.782c-.167.28-4.021 7.596.28 19.101.446.95 4.635 10.221 4.244 17.147-.167 3.295-1.508 6.981-2.904 10.891-1.62 4.468-3.295 9.048-3.239 13.181.391 5.585 1.563 8.545 2.736 11.673.838 2.178 1.732 4.468 2.346 7.708 1.005 6.032 1.899 17.258-3.63 25.468l-.391.615c-.224.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.168 3.295-1.508 6.981-2.905 10.89-1.619 4.469-3.295 9.049-3.239 13.182.391 5.585 1.564 8.545 2.737 11.673.837 2.178 1.731 4.468 2.345 7.707 1.062 6.368 1.676 13.517-3.518 25.246 0 .055-.056.111-.056.167l-.447.782c-.167.279-3.965 7.708.614 18.375.168.336 4.636 10.054 4.245 17.147-.167 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.295 9.048-3.24 13.181.391 5.641 1.397 8.378 2.458 11.282.726 2.067 1.508 4.133 2.122 7.261l.168.838c.949 5.585 2.178 12.511-3.128 25.189 0 .056-.056.056-.056.112s-2.066 4.189-1.619 8.489c.837 3.743 1.899 6.088 2.904 8.378 1.452 3.296 2.848 6.423 2.793 12.679.055 5.417-2.067 9.606-2.179 9.83zM59.67 293.169l-2.96-1.508c0-.056 1.842-3.687 1.73-8.155v-.056c.056-5.529-1.06-8.042-2.513-11.282-1.061-2.346-2.234-4.971-3.128-9.104v-.167c-.614-5.083 1.564-9.774 1.9-10.389 4.858-11.729 3.797-17.872 2.848-23.29l-.112-.782c-.558-2.848-1.229-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.68-12.232v-.111c-.056-4.748 1.73-9.663 3.462-14.41 1.34-3.686 2.57-7.149 2.737-9.942.335-6.255-3.91-15.527-3.966-15.583-5.25-12.287-.67-21-.446-21.391l.39-.726c4.804-10.835 4.245-17.426 3.24-23.234-.558-2.849-1.34-4.915-2.178-7.094-1.229-3.239-2.57-6.59-2.96-12.678v-.112c-.056-4.747 1.731-9.662 3.462-14.41 1.341-3.686 2.57-7.149 2.737-9.941.335-6.256-3.91-15.527-3.965-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.726-20.944-.503-21.28l.056-.055.447-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.127-23.067-.558-2.849-1.34-4.915-2.178-7.093-1.229-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.57-7.148 2.737-9.941.335-6.255-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.111-5.082-13.181-.447-21.727-.223-22.062l2.904 1.62-1.452-.838 1.452.782c-.167.28-4.021 7.596.28 19.101.446.95 4.635 10.221 4.244 17.147-.167 3.295-1.508 6.981-2.904 10.891-1.62 4.468-3.295 9.048-3.24 13.181.392 5.585 1.564 8.545 2.737 11.673.838 2.178 1.732 4.468 2.346 7.708 1.005 6.032 1.899 17.258-3.63 25.468l-.391.615c-.224.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.168 3.295-1.508 6.981-2.905 10.89-1.62 4.469-3.295 9.049-3.24 13.182.392 5.585 1.565 8.545 2.738 11.673.837 2.178 1.731 4.468 2.345 7.707 1.062 6.368 1.676 13.517-3.518 25.246 0 .055-.056.111-.056.167l-.447.782c-.167.279-3.965 7.708.614 18.375.168.336 4.636 10.054 4.245 17.147-.167 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.295 9.048-3.24 13.181.391 5.641 1.397 8.378 2.458 11.282.726 2.067 1.508 4.133 2.122 7.261l.168.838c.95 5.585 2.178 12.511-3.128 25.189 0 .056-.056.056-.056.112s-2.066 4.189-1.62 8.489c.838 3.743 1.9 6.088 2.905 8.378 1.452 3.296 2.848 6.423 2.792 12.679.056 5.417-2.066 9.606-2.178 9.83zM74.75 293.169l-2.96-1.508c0-.056 1.842-3.687 1.73-8.155v-.056c.056-5.529-1.06-8.042-2.513-11.282-1.06-2.346-2.234-4.971-3.127-9.104v-.167c-.615-5.083 1.563-9.774 1.898-10.389 4.86-11.729 3.798-17.872 2.849-23.29l-.112-.782c-.558-2.848-1.228-4.747-1.954-6.758-1.118-3.016-2.235-6.088-2.681-12.232v-.111c-.056-4.748 1.731-9.663 3.462-14.41 1.34-3.686 2.57-7.149 2.737-9.942.335-6.255-3.91-15.527-3.965-15.583-5.25-12.287-.67-21-.447-21.391l.39-.726c4.804-10.835 4.245-17.426 3.24-23.234-.558-2.849-1.34-4.915-2.178-7.094-1.229-3.239-2.57-6.59-2.96-12.678v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.149 2.736-9.941.335-6.256-3.91-15.527-3.965-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.726-20.944-.503-21.28l.056-.055.447-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.128-23.067-.559-2.849-1.34-4.915-2.179-7.093-1.228-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.732-9.662 3.463-14.41 1.34-3.686 2.57-7.148 2.737-9.941.335-6.255-3.91-15.527-3.966-15.583 0-.056-.055-.056-.055-.111-5.083-13.181-.447-21.727-.224-22.062l2.904 1.62-1.452-.838 1.452.782c-.167.28-4.021 7.596.28 19.101.446.95 4.635 10.221 4.244 17.147-.167 3.295-1.508 6.981-2.904 10.891-1.62 4.468-3.295 9.048-3.24 13.181.392 5.585 1.565 8.545 2.737 11.673.838 2.178 1.732 4.468 2.346 7.708 1.006 6.032 1.9 17.258-3.63 25.468l-.391.615c-.224.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.168 3.295-1.508 6.981-2.905 10.89-1.62 4.469-3.295 9.049-3.24 13.182.392 5.585 1.565 8.545 2.738 11.673.838 2.178 1.731 4.468 2.346 7.707 1.06 6.368 1.675 13.517-3.52 25.246 0 .055-.055.111-.055.167l-.447.782c-.167.279-3.965 7.708.615 18.375.167.336 4.635 10.054 4.244 17.147-.167 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.295 9.048-3.24 13.181.391 5.641 1.397 8.378 2.458 11.282.726 2.067 1.508 4.133 2.122 7.261l.168.838c.95 5.585 2.178 12.511-3.128 25.189 0 .056-.056.056-.056.112s-2.066 4.189-1.62 8.489c.838 3.743 1.9 6.088 2.905 8.378 1.452 3.296 2.848 6.423 2.793 12.679.055 5.417-2.067 9.606-2.179 9.83zM149.591 293.169l-2.96-1.508c0-.056 1.843-3.687 1.731-8.155v-.056c.056-5.529-1.061-8.042-2.513-11.282-1.061-2.346-2.234-4.971-3.128-9.104v-.167c-.614-5.083 1.564-9.774 1.899-10.389 4.859-11.729 3.798-17.872 2.849-23.29l-.112-.782c-.559-2.848-1.229-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.056-4.748 1.732-9.663 3.463-14.41 1.34-3.686 2.569-7.149 2.737-9.942.335-6.255-3.91-15.527-3.966-15.583-5.25-12.287-.67-21-.447-21.391l.391-.726c4.804-10.835 4.245-17.426 3.24-23.234-.559-2.849-1.341-4.915-2.178-7.094-1.229-3.239-2.57-6.59-2.961-12.678v-.112c-.055-4.747 1.732-9.662 3.463-14.41 1.341-3.686 2.57-7.149 2.737-9.941.335-6.256-3.91-15.527-3.965-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.726-20.944-.503-21.28l.056-.055.447-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.127-23.067-.558-2.849-1.34-4.915-2.178-7.093-1.229-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.148 2.736-9.941.336-6.255-3.909-15.527-3.965-15.583 0-.056-.056-.056-.056-.111-5.082-13.181-.447-21.727-.223-22.062l2.904 1.62-1.452-.838 1.452.782c-.168.28-4.021 7.596.279 19.101.447.95 4.636 10.221 4.245 17.147-.168 3.295-1.508 6.981-2.904 10.891-1.62 4.468-3.296 9.048-3.24 13.181.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.731 4.468 2.346 7.708 1.005 6.032 1.899 17.258-3.631 25.468l-.39.615c-.224.447-3.463 7.26.726 18.375.446.95 4.635 10.22 4.244 17.147-.167 3.295-1.508 6.981-2.904 10.89-1.62 4.469-3.295 9.049-3.239 13.182.391 5.585 1.563 8.545 2.736 11.673.838 2.178 1.732 4.468 2.346 7.707 1.061 6.368 1.676 13.517-3.519 25.246 0 .055-.055.111-.055.167l-.447.782c-.168.279-3.966 7.708.614 18.375.168.336 4.636 10.054 4.245 17.147-.168 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.296 9.048-3.24 13.181.391 5.641 1.397 8.378 2.458 11.282.726 2.067 1.508 4.133 2.122 7.261l.168.838c.949 5.585 2.178 12.511-3.128 25.189 0 .056-.056.056-.056.112s-2.066 4.189-1.62 8.489c.838 3.743 1.899 6.088 2.905 8.378 1.452 3.296 2.848 6.423 2.792 12.679.056 5.417-2.066 9.606-2.178 9.83zM164.671 293.169l-2.96-1.508c0-.056 1.843-3.687 1.731-8.155v-.056c.056-5.529-1.061-8.042-2.513-11.282-1.061-2.346-2.234-4.971-3.128-9.104v-.167c-.614-5.083 1.564-9.774 1.899-10.389 4.859-11.729 3.798-17.872 2.849-23.29l-.112-.782c-.559-2.848-1.229-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.056-4.748 1.732-9.663 3.463-14.41 1.34-3.686 2.569-7.149 2.737-9.942.335-6.255-3.91-15.527-3.966-15.583-5.25-12.287-.67-21-.447-21.391l.391-.726c4.804-10.835 4.245-17.426 3.24-23.234-.559-2.849-1.341-4.915-2.178-7.094-1.229-3.239-2.57-6.59-2.961-12.678v-.112c-.055-4.747 1.732-9.662 3.463-14.41 1.341-3.686 2.569-7.149 2.737-9.941.335-6.256-3.91-15.527-3.965-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.726-20.944-.503-21.28l.056-.055.447-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.127-23.067-.558-2.849-1.34-4.915-2.178-7.093-1.229-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.148 2.736-9.941.336-6.255-3.909-15.527-3.965-15.583 0-.056-.056-.056-.056-.111-5.082-13.181-.447-21.727-.223-22.062l2.904 1.62-1.452-.838 1.452.782c-.168.28-4.021 7.596.279 19.101.447.95 4.636 10.221 4.245 17.147-.168 3.295-1.508 6.981-2.904 10.891-1.62 4.468-3.296 9.048-3.24 13.181.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.731 4.468 2.346 7.708 1.005 6.032 1.899 17.258-3.631 25.468l-.391.615c-.223.447-3.462 7.26.727 18.375.446.95 4.635 10.22 4.244 17.147-.167 3.295-1.508 6.981-2.904 10.89-1.62 4.469-3.295 9.049-3.239 13.182.391 5.585 1.563 8.545 2.736 11.673.838 2.178 1.732 4.468 2.346 7.707 1.061 6.368 1.676 13.517-3.519 25.246 0 .055-.055.111-.055.167l-.447.782c-.168.279-3.966 7.708.614 18.375.168.336 4.636 10.054 4.245 17.147-.168 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.296 9.048-3.24 13.181.391 5.641 1.396 8.378 2.458 11.282.726 2.067 1.508 4.133 2.122 7.261l.168.838c.949 5.585 2.178 12.511-3.128 25.189 0 .056-.056.056-.056.112s-2.067 4.189-1.62 8.489c.838 3.743 1.899 6.088 2.905 8.378 1.452 3.296 2.848 6.423 2.792 12.679.056 5.417-2.066 9.606-2.178 9.83zM119.431 293.169l-2.96-1.508c0-.056 1.843-3.687 1.731-8.155v-.056c.056-5.529-1.061-8.042-2.513-11.282-1.061-2.346-2.234-4.971-3.128-9.104v-.167c-.614-5.083 1.564-9.774 1.899-10.389 4.859-11.729 3.798-17.872 2.849-23.29l-.112-.782c-.559-2.848-1.229-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.056-4.748 1.732-9.663 3.463-14.41 1.34-3.686 2.569-7.149 2.737-9.942.335-6.255-3.91-15.527-3.966-15.583-5.25-12.287-.67-21-.447-21.391l.391-.726c4.804-10.835 4.245-17.426 3.24-23.234-.559-2.849-1.341-4.915-2.178-7.094-1.229-3.239-2.57-6.59-2.961-12.678v-.112c-.055-4.747 1.732-9.662 3.463-14.41 1.341-3.686 2.569-7.149 2.737-9.941.335-6.256-3.91-15.527-3.966-15.583 0-.056-.055-.056-.055-.112-4.915-13.07-.726-20.944-.503-21.28l.056-.055.447-.67s0-.056.055-.056c4.915-7.261 4.078-17.594 3.128-23.067-.558-2.849-1.34-4.915-2.178-7.093-1.229-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.148 2.736-9.941.335-6.255-3.909-15.527-3.965-15.583 0-.056-.056-.056-.056-.111-5.083-13.181-.447-21.727-.223-22.062l2.904 1.62-1.452-.838 1.452.782c-.168.28-4.021 7.596.279 19.101.447.95 4.636 10.221 4.245 17.147-.168 3.295-1.508 6.981-2.904 10.891-1.62 4.468-3.296 9.048-3.24 13.181.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.731 4.468 2.346 7.708 1.005 6.032 1.899 17.258-3.631 25.468l-.391.615c-.223.447-3.462 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.167 3.295-1.508 6.981-2.904 10.89-1.62 4.469-3.295 9.049-3.24 13.182.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.732 4.468 2.346 7.707 1.061 6.368 1.676 13.517-3.519 25.246 0 .055-.056.111-.056.167l-.446.782c-.168.279-3.966 7.708.614 18.375.168.336 4.636 10.054 4.245 17.147-.168 3.295-1.508 6.982-2.905 10.891-1.619 4.468-3.295 9.048-3.239 13.181.391 5.641 1.396 8.378 2.458 11.282.726 2.067 1.508 4.133 2.122 7.261l.168.838c.949 5.585 2.178 12.511-3.128 25.189 0 .056-.056.056-.056.112s-2.067 4.189-1.62 8.489c.838 3.743 1.899 6.088 2.905 8.378 1.452 3.296 2.848 6.423 2.792 12.679.056 5.417-2.066 9.606-2.178 9.83zM134.511 293.169l-2.96-1.508c0-.056 1.843-3.687 1.731-8.155v-.056c.056-5.529-1.061-8.042-2.513-11.282-1.061-2.346-2.234-4.971-3.128-9.104v-.167c-.614-5.083 1.564-9.774 1.899-10.389 4.859-11.729 3.798-17.872 2.849-23.29l-.112-.782c-.559-2.848-1.229-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.056-4.748 1.732-9.663 3.463-14.41 1.341-3.686 2.569-7.149 2.737-9.942.335-6.255-3.91-15.527-3.966-15.583-5.25-12.287-.67-21-.447-21.391l.391-.726c4.804-10.835 4.245-17.426 3.24-23.234-.559-2.849-1.341-4.915-2.178-7.094-1.229-3.239-2.57-6.59-2.961-12.678v-.112c-.055-4.747 1.732-9.662 3.463-14.41 1.341-3.686 2.57-7.149 2.737-9.941.335-6.256-3.91-15.527-3.965-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.726-20.944-.503-21.28l.056-.055.447-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.127-23.067-.558-2.849-1.34-4.915-2.178-7.093-1.229-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.148 2.736-9.941.336-6.255-3.909-15.527-3.965-15.583 0-.056-.056-.056-.056-.111-5.082-13.181-.447-21.727-.223-22.062l2.904 1.62-1.452-.838 1.452.782c-.168.28-4.021 7.596.279 19.101.447.95 4.636 10.221 4.245 17.147-.168 3.295-1.508 6.981-2.904 10.891-1.62 4.468-3.296 9.048-3.24 13.181.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.731 4.468 2.346 7.708 1.005 6.032 1.899 17.258-3.631 25.468l-.39.615c-.224.447-3.463 7.26.726 18.375.446.95 4.635 10.22 4.244 17.147-.167 3.295-1.508 6.981-2.904 10.89-1.62 4.469-3.295 9.049-3.239 13.182.391 5.585 1.563 8.545 2.736 11.673.838 2.178 1.732 4.468 2.346 7.707 1.061 6.368 1.676 13.517-3.519 25.246 0 .055-.055.111-.055.167l-.447.782c-.168.279-3.966 7.708.614 18.375.168.336 4.636 10.054 4.245 17.147-.168 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.296 9.048-3.24 13.181.391 5.641 1.397 8.378 2.458 11.282.726 2.067 1.508 4.133 2.122 7.261l.168.838c.949 5.585 2.178 12.511-3.128 25.189 0 .056-.056.056-.056.112s-2.066 4.189-1.62 8.489c.838 3.743 1.899 6.088 2.905 8.378 1.452 3.296 2.848 6.423 2.792 12.679.056 5.417-2.066 9.606-2.178 9.83zM209.353 293.169l-2.96-1.508c0-.056 1.843-3.687 1.731-8.155v-.056c.056-5.529-1.061-8.042-2.513-11.282-1.062-2.346-2.234-4.971-3.128-9.104v-.167c-.614-5.083 1.564-9.774 1.899-10.389 4.859-11.729 3.798-17.872 2.848-23.29l-.111-.782c-.559-2.848-1.229-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.056-4.748 1.731-9.663 3.463-14.41 1.34-3.686 2.569-7.149 2.736-9.942.336-6.255-3.909-15.527-3.965-15.583-5.25-12.287-.67-21-.447-21.391l.391-.726c4.803-10.835 4.245-17.426 3.24-23.234-.559-2.849-1.341-4.915-2.179-7.094-1.228-3.239-2.569-6.59-2.96-12.678v-.112c-.056-4.747 1.732-9.662 3.463-14.41 1.34-3.686 2.569-7.149 2.737-9.941.335-6.256-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.67-20.944-.502-21.28l.056-.055.446-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.128-23.067-.559-2.849-1.341-4.915-2.178-7.093-1.229-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.731-9.662 3.462-14.41 1.341-3.686 2.57-7.148 2.737-9.941.335-6.255-3.91-15.527-3.965-15.583 0-.056-.056-.056-.056-.111-5.083-13.181-.447-21.727-.224-22.062l2.905 1.62-1.452-.838 1.452.782c-.168.28-4.022 7.596.279 19.101.447.95 4.636 10.221 4.245 17.147-.168 3.295-1.508 6.981-2.905 10.891-1.619 4.468-3.295 9.048-3.239 13.181.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.731 4.468 2.346 7.708 1.005 6.032 1.898 17.258-3.631 25.468l-.391.615c-.223.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.168 3.295-1.508 6.981-2.904 10.89-1.62 4.469-3.296 9.049-3.24 13.182.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.731 4.468 2.346 7.652 1.061 6.367 1.675 13.516-3.519 25.245 0 .056-.056.111-.056.167l-.447.782c-.167.279-3.965 7.708.615 18.376.167.335 4.636 10.053 4.245 17.146-.168 3.295-1.508 6.982-2.905 10.891-1.619 4.468-3.295 9.048-3.239 13.181.391 5.641 1.396 8.378 2.457 11.282.726 2.067 1.508 4.134 2.123 7.261l.167.838c.95 5.585 2.179 12.511-3.127 25.189 0 .056-.056.056-.056.112s-2.067 4.189-1.62 8.49c.838 3.742 1.899 6.087 2.904 8.377 1.452 3.296 2.849 6.423 2.793 12.679.056 5.473-2.067 9.662-2.178 9.886zM224.433 293.169l-2.96-1.508c0-.056 1.843-3.687 1.731-8.155v-.056c.056-5.529-1.061-8.042-2.513-11.282-1.061-2.346-2.234-4.971-3.128-9.104v-.167c-.614-5.083 1.564-9.774 1.899-10.389 4.859-11.729 3.798-17.872 2.848-23.29l-.111-.782c-.559-2.848-1.229-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.056-4.748 1.731-9.663 3.463-14.41 1.34-3.686 2.569-7.149 2.737-9.942.335-6.255-3.91-15.527-3.966-15.583-5.25-12.287-.67-21-.447-21.391l.391-.726c4.804-10.835 4.245-17.426 3.24-23.234-.559-2.849-1.341-4.915-2.179-7.094-1.228-3.239-2.569-6.59-2.96-12.678v-.112c-.056-4.747 1.732-9.662 3.463-14.41 1.341-3.686 2.569-7.149 2.737-9.941.335-6.256-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.112-4.914-13.07-.67-20.944-.502-21.28l.056-.055.446-.67s0-.056.056-.056c4.915-7.261 4.078-17.594 3.128-23.067-.558-2.849-1.34-4.915-2.178-7.093-1.229-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.148 2.736-9.941.335-6.255-3.909-15.527-3.965-15.583 0-.056-.056-.056-.056-.111-5.083-13.181-.447-21.727-.224-22.062l2.905 1.62-1.452-.838 1.452.782c-.168.28-4.022 7.596.279 19.101.447.95 4.636 10.221 4.245 17.147-.168 3.295-1.508 6.981-2.905 10.891-1.619 4.468-3.295 9.048-3.239 13.181.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.731 4.468 2.346 7.708 1.005 6.032 1.899 17.258-3.631 25.468l-.391.615c-.223.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.167 3.295-1.508 6.981-2.904 10.89-1.62 4.469-3.295 9.049-3.24 13.182.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.732 4.468 2.346 7.652 1.061 6.367 1.675 13.516-3.519 25.245 0 .056-.056.111-.056.167l-.446.782c-.168.279-3.966 7.708.614 18.376.167.335 4.636 10.053 4.245 17.146-.168 3.295-1.508 6.982-2.905 10.891-1.619 4.468-3.295 9.048-3.239 13.181.391 5.641 1.396 8.378 2.457 11.282.727 2.067 1.508 4.134 2.123 7.261l.167.838c.95 5.585 2.179 12.511-3.127 25.189 0 .056-.056.056-.056.112s-2.067 4.189-1.62 8.49c.838 3.742 1.899 6.087 2.904 8.377 1.453 3.296 2.849 6.423 2.793 12.679.056 5.473-2.066 9.662-2.178 9.886zM179.193 293.169l-2.961-1.508c0-.056 1.844-3.687 1.732-8.155v-.056c.056-5.529-1.061-8.042-2.513-11.282-1.062-2.346-2.235-4.971-3.128-9.104v-.167c-.615-5.083 1.564-9.774 1.899-10.389 4.859-11.729 3.798-17.872 2.848-23.29l-.111-.782c-.559-2.848-1.229-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.056-4.748 1.731-9.663 3.463-14.41 1.34-3.686 2.569-7.149 2.736-9.942.335-6.255-3.909-15.527-3.965-15.583-5.25-12.287-.67-21-.447-21.391l.391-.726c4.803-10.835 4.245-17.426 3.239-23.234-.558-2.849-1.34-4.915-2.178-7.094-1.229-3.239-2.569-6.59-2.96-12.678v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.149 2.737-9.941.335-6.256-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.726-20.944-.502-21.28l.055-.055.447-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.128-23.067-.559-2.849-1.341-4.915-2.178-7.093-1.229-3.24-2.57-6.59-2.961-12.679v-.112c-.055-4.747 1.732-9.662 3.463-14.41 1.341-3.686 2.569-7.148 2.737-9.941.335-6.255-3.91-15.527-3.965-15.583 0-.056-.056-.056-.056-.111-5.083-13.181-.447-21.727-.224-22.062l2.905 1.62-1.453-.838 1.453.782c-.168.28-4.022 7.596.279 19.101.447.95 4.636 10.221 4.245 17.147-.168 3.295-1.508 6.981-2.905 10.891-1.619 4.468-3.295 9.048-3.239 13.181.391 5.585 1.564 8.545 2.737 11.673.837 2.178 1.731 4.468 2.345 7.708 1.006 6.032 1.899 17.258-3.63 25.468l-.391.615c-.223.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.168 3.295-1.508 6.981-2.904 10.89-1.62 4.469-3.296 9.049-3.24 13.182.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.731 4.468 2.346 7.707 1.061 6.368 1.675 13.517-3.519 25.246 0 .055-.056.111-.056.167l-.447.782c-.167.279-3.965 7.708.615 18.375.167.336 4.635 10.054 4.244 17.147-.167 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.295 9.048-3.239 13.181.391 5.641 1.396 8.378 2.457 11.282.726 2.067 1.508 4.133 2.123 7.261l.167.838c.95 5.585 2.178 12.511-3.128 25.189 0 .056-.055.056-.055.112s-2.067 4.189-1.62 8.489c.838 3.743 1.899 6.088 2.904 8.378 1.452 3.296 2.849 6.423 2.793 12.679.056 5.417-2.067 9.606-2.178 9.83zM194.273 293.169l-2.96-1.508c0-.056 1.843-3.687 1.731-8.155v-.056c.056-5.529-1.061-8.042-2.513-11.282-1.062-2.346-2.234-4.971-3.128-9.104v-.167c-.614-5.083 1.564-9.774 1.899-10.389 4.859-11.729 3.798-17.872 2.848-23.29l-.111-.782c-.559-2.848-1.229-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.056-4.748 1.731-9.663 3.463-14.41 1.34-3.686 2.569-7.149 2.736-9.942.336-6.255-3.909-15.527-3.965-15.583-5.25-12.287-.67-21-.447-21.391l.391-.726c4.803-10.835 4.245-17.426 3.24-23.234-.559-2.849-1.341-4.915-2.179-7.094-1.228-3.239-2.569-6.59-2.96-12.678v-.112c-.056-4.747 1.732-9.662 3.463-14.41 1.34-3.686 2.569-7.149 2.737-9.941.335-6.256-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.67-20.944-.502-21.28l.056-.055.446-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.128-23.067-.559-2.849-1.341-4.915-2.178-7.093-1.229-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.731-9.662 3.462-14.41 1.341-3.686 2.57-7.148 2.737-9.941.335-6.255-3.91-15.527-3.965-15.583 0-.056-.056-.056-.056-.111-5.083-13.181-.447-21.727-.224-22.062l2.905 1.62-1.452-.838 1.452.782c-.168.28-4.022 7.596.279 19.101.447.95 4.636 10.221 4.245 17.147-.168 3.295-1.508 6.981-2.905 10.891-1.619 4.468-3.295 9.048-3.239 13.181.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.731 4.468 2.346 7.708 1.005 6.032 1.898 17.258-3.631 25.468l-.391.615c-.223.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.168 3.295-1.508 6.981-2.904 10.89-1.62 4.469-3.296 9.049-3.24 13.182.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.731 4.468 2.346 7.652 1.061 6.367 1.675 13.516-3.519 25.245 0 .056-.056.111-.056.167l-.447.782c-.167.279-3.965 7.708.615 18.376.167.335 4.636 10.053 4.245 17.146-.168 3.295-1.508 6.982-2.905 10.891-1.619 4.468-3.295 9.048-3.239 13.181.391 5.641 1.396 8.378 2.457 11.282.726 2.067 1.508 4.134 2.123 7.261l.167.838c.95 5.585 2.179 12.511-3.127 25.189 0 .056-.056.056-.056.112s-2.067 4.189-1.62 8.49c.838 3.742 1.899 6.087 2.904 8.377 1.452 3.296 2.849 6.423 2.793 12.679.056 5.473-2.067 9.662-2.178 9.886zM269.114 293.169l-2.96-1.508c0-.056 1.843-3.687 1.732-8.155v-.056c.055-5.529-1.062-8.042-2.514-11.282-1.061-2.346-2.234-4.971-3.127-9.104v-.167c-.615-5.083 1.563-9.774 1.899-10.389 4.859-11.729 3.797-17.872 2.848-23.29l-.112-.782c-.558-2.848-1.228-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.68-12.232v-.111c-.056-4.748 1.731-9.663 3.462-14.41 1.341-3.686 2.57-7.149 2.737-9.942.335-6.255-3.91-15.527-3.965-15.583-5.25-12.287-.671-21-.447-21.391l.391-.726c4.803-10.835 4.245-17.426 3.239-23.234-.558-2.849-1.34-4.915-2.178-7.094-1.229-3.239-2.569-6.59-2.96-12.678v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.149 2.736-9.941.336-6.256-3.909-15.527-3.965-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.67-20.944-.503-21.28l.056-.055.447-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.128-23.067-.559-2.849-1.341-4.915-2.179-7.093-1.228-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.732-9.662 3.463-14.41 1.34-3.686 2.569-7.148 2.737-9.941.335-6.255-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.111-5.082-13.181-.446-21.727-.223-22.062l2.904 1.62-1.452-.838 1.452.782c-.167.28-4.021 7.596.28 19.101.446.95 4.635 10.221 4.244 17.147-.167 3.295-1.508 6.981-2.904 10.891-1.62 4.468-3.295 9.048-3.239 13.181.391 5.585 1.563 8.545 2.736 11.673.838 2.178 1.732 4.468 2.346 7.708 1.006 6.032 1.899 17.258-3.63 25.468l-.391.615c-.224.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.168 3.295-1.508 6.981-2.905 10.89-1.619 4.469-3.295 9.049-3.239 13.182.391 5.585 1.564 8.545 2.737 11.673.837 2.178 1.731 4.468 2.345 7.652 1.062 6.367 1.676 13.516-3.518 25.245 0 .056-.056.111-.056.167l-.447.782c-.167.279-3.965 7.708.614 18.376.168.335 4.636 10.053 4.245 17.146-.167 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.295 9.048-3.239 13.181.39 5.641 1.396 8.378 2.457 11.282.726 2.067 1.508 4.134 2.122 7.261l.168.838c.949 5.585 2.178 12.511-3.128 25.189 0 .056-.056.056-.056.112s-2.066 4.189-1.619 8.49c.837 3.742 1.899 6.087 2.904 8.377 1.452 3.296 2.848 6.423 2.793 12.679.055 5.473-2.067 9.662-2.179 9.886zM284.195 293.169l-2.961-1.508c0-.056 1.844-3.687 1.732-8.155v-.056c.056-5.529-1.061-8.042-2.513-11.282-1.062-2.346-2.235-4.971-3.128-9.104v-.167c-.615-5.083 1.564-9.774 1.899-10.389 4.859-11.729 3.798-17.872 2.848-23.29l-.111-.782c-.559-2.848-1.229-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.056-4.748 1.731-9.663 3.463-14.41 1.34-3.686 2.569-7.149 2.736-9.942.336-6.255-3.909-15.527-3.965-15.583-5.25-12.287-.67-21-.447-21.391l.391-.726c4.803-10.835 4.245-17.426 3.239-23.234-.558-2.849-1.34-4.915-2.178-7.094-1.228-3.239-2.569-6.59-2.96-12.678v-.112c-.056-4.747 1.732-9.662 3.463-14.41 1.34-3.686 2.569-7.149 2.737-9.941.335-6.256-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.67-20.944-.502-21.28l.056-.055.446-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.128-23.067-.559-2.849-1.341-4.915-2.178-7.093-1.229-3.24-2.57-6.59-2.96-12.679v-.112c-.056-4.747 1.731-9.662 3.462-14.41 1.341-3.686 2.57-7.148 2.737-9.941.335-6.255-3.91-15.527-3.965-15.583 0-.056-.056-.056-.056-.111-5.083-13.181-.447-21.727-.224-22.062l2.905 1.62-1.453-.838 1.453.782c-.168.28-4.022 7.596.279 19.101.447.95 4.636 10.221 4.245 17.147-.168 3.295-1.508 6.981-2.905 10.891-1.619 4.468-3.295 9.048-3.239 13.181.391 5.585 1.564 8.545 2.737 11.673.837 2.178 1.731 4.468 2.345 7.708 1.006 6.032 1.899 17.258-3.63 25.468l-.391.615c-.223.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.168 3.295-1.508 6.981-2.904 10.89-1.62 4.469-3.296 9.049-3.24 13.182.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.731 4.468 2.346 7.652 1.061 6.367 1.675 13.516-3.519 25.245 0 .056-.056.111-.056.167l-.447.782c-.167.279-3.965 7.708.615 18.376.167.335 4.636 10.053 4.245 17.146-.168 3.295-1.508 6.982-2.905 10.891-1.619 4.468-3.295 9.048-3.239 13.181.391 5.641 1.396 8.378 2.457 11.282.726 2.067 1.508 4.134 2.123 7.261l.167.838c.95 5.585 2.178 12.511-3.127 25.189 0 .056-.056.056-.056.112s-2.067 4.189-1.62 8.49c.838 3.742 1.899 6.087 2.904 8.377 1.452 3.296 2.849 6.423 2.793 12.679.056 5.473-2.067 9.662-2.178 9.886zM238.954 293.169l-2.96-1.508c0-.056 1.843-3.687 1.732-8.155v-.056c.055-5.529-1.062-8.042-2.514-11.282-1.061-2.346-2.234-4.971-3.128-9.104v-.167c-.614-5.083 1.564-9.774 1.899-10.389 4.86-11.729 3.798-17.872 2.849-23.29l-.112-.782c-.558-2.848-1.229-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.055-4.748 1.732-9.663 3.463-14.41 1.341-3.686 2.569-7.149 2.737-9.942.335-6.255-3.91-15.527-3.965-15.583-5.251-12.287-.671-21-.447-21.391l.391-.726c4.803-10.835 4.244-17.426 3.239-23.234-.558-2.849-1.34-4.915-2.178-7.094-1.229-3.239-2.569-6.59-2.96-12.678v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.149 2.736-9.941.335-6.256-3.909-15.527-3.965-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.67-20.944-.503-21.28l.056-.055.447-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.128-23.067-.559-2.849-1.341-4.915-2.179-7.093-1.228-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.732-9.662 3.463-14.41 1.34-3.686 2.569-7.148 2.737-9.941.335-6.255-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.111-5.082-13.181-.446-21.727-.223-22.062l2.904 1.62-1.452-.838 1.452.782c-.167.28-4.021 7.596.28 19.101.446.95 4.635 10.221 4.244 17.147-.167 3.295-1.508 6.981-2.904 10.891-1.62 4.468-3.295 9.048-3.239 13.181.39 5.585 1.563 8.545 2.736 11.673.838 2.178 1.732 4.468 2.346 7.708 1.005 6.032 1.899 17.258-3.63 25.468l-.391.615c-.224.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.168 3.295-1.508 6.981-2.905 10.89-1.619 4.469-3.295 9.049-3.239 13.182.391 5.585 1.564 8.545 2.737 11.673.837 2.178 1.731 4.468 2.345 7.652 1.062 6.367 1.676 13.516-3.518 25.245 0 .056-.056.111-.056.167l-.447.782c-.168.279-3.965 7.708.614 18.376.168.335 4.636 10.053 4.245 17.146-.167 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.295 9.048-3.24 13.181.391 5.641 1.397 8.378 2.458 11.282.726 2.067 1.508 4.134 2.122 7.261l.168.838c.949 5.585 2.178 12.511-3.128 25.189 0 .056-.056.056-.056.112s-2.066 4.189-1.619 8.49c.837 3.742 1.899 6.087 2.904 8.377 1.452 3.296 2.848 6.423 2.792 12.679.056 5.473-2.066 9.662-2.178 9.886zM254.034 293.169l-2.96-1.508c0-.056 1.843-3.687 1.732-8.155v-.056c.056-5.529-1.062-8.042-2.514-11.282-1.061-2.346-2.234-4.971-3.127-9.104v-.167c-.615-5.083 1.563-9.774 1.899-10.389 4.859-11.729 3.797-17.872 2.848-23.29l-.112-.782c-.558-2.848-1.228-4.747-1.954-6.758-1.118-3.016-2.235-6.088-2.681-12.232v-.111c-.056-4.748 1.731-9.663 3.462-14.41 1.341-3.686 2.57-7.149 2.737-9.942.335-6.255-3.909-15.527-3.965-15.583-5.25-12.287-.671-21-.447-21.391l.391-.726c4.803-10.835 4.245-17.426 3.239-23.234-.558-2.849-1.34-4.915-2.178-7.094-1.229-3.239-2.569-6.59-2.96-12.678v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.149 2.736-9.941.336-6.256-3.909-15.527-3.965-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.67-20.944-.503-21.28l.056-.055.447-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.128-23.067-.559-2.849-1.341-4.915-2.179-7.093-1.228-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.732-9.662 3.463-14.41 1.341-3.686 2.569-7.148 2.737-9.941.335-6.255-3.91-15.527-3.966-15.583 0-.056-.055-.056-.055-.111-5.083-13.181-.447-21.727-.224-22.062l2.904 1.62-1.452-.838 1.452.782c-.167.28-4.021 7.596.28 19.101.446.95 4.635 10.221 4.244 17.147-.167 3.295-1.508 6.981-2.904 10.891-1.62 4.468-3.295 9.048-3.239 13.181.391 5.585 1.564 8.545 2.736 11.673.838 2.178 1.732 4.468 2.346 7.708 1.006 6.032 1.899 17.258-3.63 25.468l-.391.615c-.224.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.168 3.295-1.508 6.981-2.905 10.89-1.619 4.469-3.295 9.049-3.239 13.182.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.731 4.468 2.346 7.652 1.061 6.367 1.675 13.516-3.519 25.245 0 .056-.056.111-.056.167l-.447.782c-.167.279-3.965 7.708.615 18.376.167.335 4.635 10.053 4.244 17.146-.167 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.295 9.048-3.239 13.181.391 5.641 1.396 8.378 2.457 11.282.726 2.067 1.508 4.134 2.122 7.261l.168.838c.949 5.585 2.178 12.511-3.128 25.189 0 .056-.056.056-.056.112s-2.066 4.189-1.619 8.49c.837 3.742 1.899 6.087 2.904 8.377 1.452 3.296 2.848 6.423 2.793 12.679.055 5.473-2.067 9.662-2.179 9.886zM328.876 293.169l-2.96-1.508c0-.056 1.843-3.687 1.731-8.155v-.056c.056-5.529-1.061-8.042-2.513-11.282-1.061-2.346-2.234-4.971-3.128-9.104v-.167c-.614-5.083 1.564-9.774 1.899-10.389 4.859-11.729 3.798-17.872 2.849-23.29l-.112-.782c-.558-2.848-1.229-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.055-4.748 1.732-9.663 3.463-14.41 1.341-3.686 2.569-7.149 2.737-9.942.335-6.255-3.91-15.527-3.966-15.583-5.25-12.287-.67-21-.446-21.391l.391-.726c4.803-10.835 4.244-17.426 3.239-23.234-.558-2.849-1.34-4.915-2.178-7.094-1.229-3.239-2.569-6.59-2.96-12.678v-.112c-.056-4.747 1.731-9.662 3.462-14.41 1.341-3.686 2.57-7.149 2.737-9.941.335-6.256-3.909-15.527-3.965-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.67-20.944-.503-21.28l.056-.055.447-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.127-23.067-.558-2.849-1.34-4.915-2.178-7.093-1.229-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.148 2.737-9.941.335-6.255-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.111-5.082-13.181-.447-21.727-.223-22.062l2.904 1.62-1.452-.838 1.452.782c-.167.28-4.021 7.596.279 19.101.447.95 4.636 10.221 4.245 17.147-.167 3.295-1.508 6.981-2.904 10.891-1.62 4.468-3.295 9.048-3.24 13.181.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.732 4.468 2.346 7.708 1.005 6.032 1.899 17.258-3.63 25.468l-.391.615c-.224.447-3.463 7.26.726 18.375.447.95 4.635 10.22 4.244 17.147-.167 3.295-1.507 6.981-2.904 10.89-1.62 4.469-3.295 9.049-3.239 13.182.391 5.585 1.564 8.545 2.737 11.673.837 2.178 1.731 4.468 2.345 7.652 1.062 6.367 1.676 13.516-3.518 25.245 0 .056-.056.111-.056.167l-.447.782c-.168.279-3.966 7.708.614 18.376.168.335 4.636 10.053 4.245 17.146-.167 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.295 9.048-3.24 13.181.391 5.641 1.397 8.378 2.458 11.282.726 2.067 1.508 4.134 2.122 7.261l.168.838c.949 5.585 2.178 12.511-3.128 25.189 0 .056-.056.056-.056.112s-2.066 4.189-1.62 8.49c.838 3.742 1.899 6.087 2.905 8.377 1.452 3.296 2.848 6.423 2.792 12.679.056 5.473-2.066 9.662-2.178 9.886zM343.956 293.169l-2.96-1.508c0-.056 1.843-3.687 1.732-8.155v-.056c.055-5.529-1.062-8.042-2.514-11.282-1.061-2.346-2.234-4.971-3.128-9.104v-.167c-.614-5.083 1.564-9.774 1.899-10.389 4.86-11.729 3.798-17.872 2.849-23.29l-.112-.782c-.558-2.848-1.229-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.055-4.748 1.732-9.663 3.463-14.41 1.341-3.686 2.57-7.149 2.737-9.942.335-6.255-3.91-15.527-3.965-15.583-5.251-12.287-.671-21-.447-21.391l.391-.726c4.803-10.835 4.244-17.426 3.239-23.234-.558-2.849-1.34-4.915-2.178-7.094-1.229-3.239-2.569-6.59-2.96-12.678v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.149 2.736-9.941.335-6.256-3.909-15.527-3.965-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.67-20.944-.503-21.28l.056-.055.447-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.128-23.067-.559-2.849-1.341-4.915-2.179-7.093-1.228-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.732-9.662 3.463-14.41 1.34-3.686 2.569-7.148 2.737-9.941.335-6.255-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.111-5.082-13.181-.446-21.727-.223-22.062l2.904 1.62-1.452-.838 1.452.782c-.167.28-4.021 7.596.28 19.101.446.95 4.635 10.221 4.244 17.147-.167 3.295-1.508 6.981-2.904 10.891-1.62 4.468-3.295 9.048-3.239 13.181.391 5.585 1.563 8.545 2.736 11.673.838 2.178 1.732 4.468 2.346 7.708 1.005 6.032 1.899 17.258-3.63 25.468l-.391.615c-.224.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.168 3.295-1.508 6.981-2.905 10.89-1.619 4.469-3.295 9.049-3.239 13.182.391 5.585 1.564 8.545 2.737 11.673.837 2.178 1.731 4.468 2.345 7.652 1.062 6.367 1.676 13.516-3.518 25.245 0 .056-.056.111-.056.167l-.447.782c-.167.279-3.965 7.708.614 18.376.168.335 4.636 10.053 4.245 17.146-.167 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.295 9.048-3.24 13.181.391 5.641 1.397 8.378 2.458 11.282.726 2.067 1.508 4.134 2.122 7.261l.168.838c.949 5.585 2.178 12.511-3.128 25.189 0 .056-.056.056-.056.112s-2.066 4.189-1.619 8.49c.837 3.742 1.899 6.087 2.904 8.377 1.452 3.296 2.848 6.423 2.793 12.679.055 5.473-2.067 9.662-2.179 9.886zM298.716 293.169l-2.96-1.508c0-.056 1.843-3.687 1.731-8.155v-.056c.056-5.529-1.061-8.042-2.513-11.282-1.061-2.346-2.234-4.971-3.128-9.104v-.167c-.614-5.083 1.564-9.774 1.899-10.389 4.859-11.729 3.798-17.872 2.849-23.29l-.112-.782c-.559-2.848-1.229-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.056-4.748 1.732-9.663 3.463-14.41 1.341-3.686 2.569-7.149 2.737-9.942.335-6.255-3.91-15.527-3.966-15.583-5.25-12.287-.67-21-.446-21.391l.39-.726c4.804-10.835 4.245-17.426 3.24-23.234-.559-2.849-1.341-4.915-2.178-7.094-1.229-3.239-2.57-6.59-2.96-12.678v-.112c-.056-4.747 1.731-9.662 3.462-14.41 1.341-3.686 2.57-7.149 2.737-9.941.335-6.256-3.91-15.527-3.965-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.67-20.944-.503-21.28l.056-.055.447-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.127-23.067-.558-2.849-1.34-4.915-2.178-7.093-1.229-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.148 2.736-9.941.336-6.255-3.909-15.527-3.965-15.583 0-.056-.056-.056-.056-.111-5.082-13.181-.447-21.727-.223-22.062l2.904 1.62-1.452-.838 1.452.782c-.167.28-4.021 7.596.279 19.101.447.95 4.636 10.221 4.245 17.147-.167 3.295-1.508 6.981-2.904 10.891-1.62 4.468-3.296 9.048-3.24 13.181.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.732 4.468 2.346 7.708 1.005 6.032 1.899 17.258-3.63 25.468l-.391.615c-.224.447-3.463 7.26.726 18.375.446.95 4.635 10.22 4.244 17.147-.167 3.295-1.508 6.981-2.904 10.89-1.62 4.469-3.295 9.049-3.239 13.182.391 5.585 1.564 8.545 2.736 11.673.838 2.178 1.732 4.468 2.346 7.652 1.061 6.367 1.676 13.516-3.518 25.245 0 .056-.056.111-.056.167l-.447.782c-.168.279-3.966 7.708.614 18.376.168.335 4.636 10.053 4.245 17.146-.168 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.296 9.048-3.24 13.181.391 5.641 1.397 8.378 2.458 11.282.726 2.067 1.508 4.134 2.122 7.261l.168.838c.949 5.585 2.178 12.511-3.128 25.189 0 .056-.056.056-.056.112s-2.066 4.189-1.62 8.49c.838 3.742 1.899 6.087 2.905 8.377 1.452 3.296 2.848 6.423 2.792 12.679.056 5.473-2.066 9.662-2.178 9.886zM313.796 293.169l-2.96-1.508c0-.056 1.843-3.687 1.731-8.155v-.056c.056-5.529-1.061-8.042-2.513-11.282-1.061-2.346-2.234-4.971-3.128-9.104v-.167c-.614-5.083 1.564-9.774 1.899-10.389 4.86-11.729 3.798-17.872 2.849-23.29l-.112-.782c-.558-2.848-1.229-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.055-4.748 1.732-9.663 3.463-14.41 1.341-3.686 2.569-7.149 2.737-9.942.335-6.255-3.91-15.527-3.966-15.583-5.25-12.287-.67-21-.446-21.391l.391-.726c4.803-10.835 4.244-17.426 3.239-23.234-.558-2.849-1.34-4.915-2.178-7.094-1.229-3.239-2.569-6.59-2.96-12.678v-.112c-.056-4.747 1.731-9.662 3.462-14.41 1.341-3.686 2.57-7.149 2.737-9.941.335-6.256-3.909-15.527-3.965-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.67-20.944-.503-21.28l.056-.055.447-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.127-23.067-.558-2.849-1.34-4.915-2.178-7.093-1.229-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.148 2.737-9.941.335-6.255-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.111-5.082-13.181-.447-21.727-.223-22.062l2.904 1.62-1.452-.838 1.452.782c-.167.28-4.021 7.596.279 19.101.447.95 4.636 10.221 4.245 17.147-.167 3.295-1.508 6.981-2.904 10.891-1.62 4.468-3.295 9.048-3.24 13.181.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.732 4.468 2.346 7.708 1.005 6.032 1.899 17.258-3.63 25.468l-.391.615c-.224.447-3.463 7.26.726 18.375.447.95 4.635 10.22 4.244 17.147-.167 3.295-1.507 6.981-2.904 10.89-1.619 4.469-3.295 9.049-3.239 13.182.391 5.585 1.564 8.545 2.737 11.673.837 2.178 1.731 4.468 2.345 7.652 1.062 6.367 1.676 13.516-3.518 25.245 0 .056-.056.111-.056.167l-.447.782c-.168.279-3.966 7.708.614 18.376.168.335 4.636 10.053 4.245 17.146-.167 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.295 9.048-3.24 13.181.391 5.641 1.397 8.378 2.458 11.282.726 2.067 1.508 4.134 2.122 7.261l.168.838c.949 5.585 2.178 12.511-3.128 25.189 0 .056-.056.056-.056.112s-2.066 4.189-1.619 8.49c.837 3.742 1.898 6.087 2.904 8.377 1.452 3.296 2.848 6.423 2.792 12.679.056 5.473-2.066 9.662-2.178 9.886z'/%3E%3C/g%3E%3C/svg%3E");
        background-position: top
    }

    .banner--margin {
        margin-top: 60px
    }

    .banner__img {
        width: 233px;
        height: 175px;
    }

    .banner__text {
        font-size: 28px
    }

    .banner__button {
        width: 258px
    }

    .advantages__bg img {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .advantages__bg-desktop {
        display: none
    }

    .advantages__bg-mobile {
        display: block
    }

    .advantages__container {
        padding-top: 40px
    }

    .advantages__content .title {
        margin-left: 0
    }

    .advantages__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 70px
    }

    .advantages__flex--reverse + .advantages__flex {
        margin-top: 70px
    }

    .advantages__flex--reverse .advantages__image {
        margin-left: 0
    }

    .advantages__flex--reverse .advantages__text {
        max-width: 100% !important;
        padding-left: 0
    }

    .advantages__text {
        width: 100%;
        text-align: center;
        margin: 58px 0 0;
        padding: 0 !important
    }

    .advantages__image {
        margin-left: 0 !important
    }

    .footer__container {
        padding: 0 0 16px
    }

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

    .footer__column {
        width: 100%;
        margin-top: 30px;
        padding-left: 0
    }

    .footer__column .profi-logo {
        width: 30%;
        margin-top: 0;
    }

    .footer__flex .footer__column:first-child {
        margin-top: 20px;
        order: 1;
    }

    .footer__flex .footer__column:nth-child(2) {
        display: flex;
        -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;
    }

    .footer__flex .footer__column:nth-child(2) .mob-order1 {
        margin-bottom: 12px;
        margin-top: 0;
    }

    .footer__flex .footer__column:nth-child(3) {
        order: 3;
    }

    .footer__column .photo {
        width: 30%;
        order: 2;
    }

    .footer__column--menu {
        display: block;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -webkit-column-width: calc(50vw - 32px);
        -moz-column-width: calc(50vw - 32px);
        columns: calc(50vw - 32px) 2;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }

    .footer__text {
        margin-top: 8px;
    }

    .footer__link {
        display: block
    }

    .footer__info {
        margin-left: -5px;
        margin-top: 10px;
    }

    .footer__copyright {
        margin: 30px 0 0
    }

    .footer__info {
        margin: 0;
    }

    .mob-order1 {
        order: 1;
    }

    .mob-order2 {
        order: 2;
    }

    .mob-order3 {
        order: 3;
    }

    .footer__button {
        display: flex;
    }
}

@media (max-width: 715px) {
    .banner__img {
        height: 150px;
    }
    .banner__img img {
        width: 320px;
        left: -15px;
    }
    .banner__text {
        font-size: 25px;
    }
}

@media (max-width: 600px) {
    .section-banner {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='343' height='294' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='.04' fill='%23333'%3E%3Cpath d='M30.068 293.169l-2.96-1.508c0-.056 1.843-3.687 1.73-8.155v-.056c.057-5.529-1.06-8.042-2.512-11.282-1.062-2.346-2.235-4.971-3.128-9.104v-.167c-.614-5.083 1.564-9.774 1.899-10.389 4.859-11.729 3.798-17.872 2.848-23.29l-.111-.782c-.559-2.848-1.23-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.056-4.748 1.731-9.663 3.463-14.41 1.34-3.686 2.569-7.149 2.736-9.942.336-6.255-3.91-15.527-3.965-15.583-5.25-12.287-.67-21-.447-21.391l.391-.726c4.803-10.835 4.245-17.426 3.24-23.234-.559-2.849-1.34-4.915-2.179-7.094-1.229-3.239-2.569-6.59-2.96-12.678v-.112c-.056-4.747 1.732-9.662 3.463-14.41 1.34-3.686 2.57-7.149 2.737-9.941.335-6.256-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.726-20.944-.502-21.28l.056-.055.446-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.128-23.067-.559-2.849-1.34-4.915-2.178-7.093-1.23-3.24-2.57-6.59-2.96-12.679v-.112c-.056-4.747 1.73-9.662 3.462-14.41 1.34-3.686 2.57-7.148 2.737-9.941.335-6.255-3.91-15.527-3.965-15.583 0-.056-.056-.056-.056-.111-5.083-13.181-.447-21.727-.224-22.062l2.905 1.62-1.452-.838 1.452.782c-.168.28-4.022 7.596.279 19.101.447.95 4.636 10.221 4.245 17.147-.168 3.295-1.508 6.981-2.905 10.891-1.62 4.468-3.295 9.048-3.24 13.181.392 5.585 1.565 8.545 2.738 11.673.838 2.178 1.731 4.468 2.346 7.708 1.005 6.032 1.898 17.258-3.63 25.468l-.392.615c-.223.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.168 3.295-1.508 6.981-2.904 10.89-1.62 4.469-3.296 9.049-3.24 13.182.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.731 4.468 2.346 7.707 1.061 6.368 1.675 13.517-3.519 25.246 0 .055-.056.111-.056.167l-.447.782c-.167.279-3.965 7.708.615 18.375.167.336 4.635 10.054 4.245 17.147-.168 3.295-1.508 6.982-2.905 10.891-1.62 4.468-3.295 9.048-3.24 13.181.392 5.641 1.397 8.378 2.458 11.282.726 2.067 1.508 4.133 2.123 7.261l.167.838c.95 5.585 2.179 12.511-3.128 25.189 0 .056-.055.056-.055.112s-2.067 4.189-1.62 8.489c.838 3.743 1.899 6.088 2.904 8.378 1.452 3.296 2.849 6.423 2.793 12.679.056 5.417-2.067 9.606-2.178 9.83zM45.148 293.169l-2.96-1.508c0-.056 1.843-3.687 1.73-8.155v-.056c.057-5.529-1.06-8.042-2.512-11.282-1.062-2.346-2.234-4.971-3.128-9.104v-.167c-.614-5.083 1.564-9.774 1.899-10.389 4.859-11.729 3.798-17.872 2.848-23.29l-.111-.782c-.559-2.848-1.23-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.056-4.748 1.731-9.663 3.463-14.41 1.34-3.686 2.569-7.149 2.736-9.942.336-6.255-3.91-15.527-3.965-15.583-5.25-12.287-.67-21-.447-21.391l.391-.726c4.803-10.835 4.245-17.426 3.24-23.234-.559-2.849-1.341-4.915-2.179-7.094-1.229-3.239-2.569-6.59-2.96-12.678v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.57-7.149 2.737-9.941.335-6.256-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.726-20.944-.502-21.28l.056-.055.446-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.128-23.067-.559-2.849-1.34-4.915-2.178-7.093-1.23-3.24-2.57-6.59-2.96-12.679v-.112c-.056-4.747 1.73-9.662 3.462-14.41 1.34-3.686 2.57-7.148 2.737-9.941.335-6.255-3.91-15.527-3.965-15.583 0-.056-.056-.056-.056-.111-5.083-13.181-.447-21.727-.224-22.062l2.905 1.62-1.453-.838 1.453.782c-.168.28-4.022 7.596.279 19.101.447.95 4.636 10.221 4.245 17.147-.168 3.295-1.508 6.981-2.905 10.891-1.62 4.468-3.295 9.048-3.24 13.181.392 5.585 1.565 8.545 2.738 11.673.837 2.178 1.731 4.468 2.346 7.708 1.005 6.032 1.898 17.258-3.63 25.468l-.392.615c-.223.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.168 3.295-1.508 6.981-2.904 10.89-1.62 4.469-3.296 9.049-3.24 13.182.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.731 4.468 2.346 7.707 1.06 6.368 1.675 13.517-3.519 25.246 0 .055-.056.111-.056.167l-.447.782c-.167.279-3.965 7.708.615 18.375.167.336 4.635 10.054 4.244 17.147-.167 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.295 9.048-3.24 13.181.392 5.641 1.397 8.378 2.458 11.282.726 2.067 1.508 4.133 2.123 7.261l.167.838c.95 5.585 2.178 12.511-3.128 25.189 0 .056-.055.056-.055.112s-2.067 4.189-1.62 8.489c.838 3.743 1.899 6.088 2.904 8.378 1.452 3.296 2.849 6.423 2.793 12.679.056 5.417-2.067 9.606-2.178 9.83zM-.092 293.169l-2.96-1.508c0-.056 1.843-3.687 1.73-8.155v-.056c.057-5.529-1.06-8.042-2.513-11.282-1.06-2.346-2.234-4.971-3.127-9.104v-.167c-.615-5.083 1.564-9.774 1.899-10.389 4.859-11.729 3.798-17.872 2.848-23.29l-.112-.782c-.558-2.848-1.228-4.747-1.954-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.056-4.748 1.731-9.663 3.463-14.41 1.34-3.686 2.569-7.149 2.736-9.942.335-6.255-3.91-15.527-3.965-15.583-5.25-12.287-.67-21-.447-21.391l.391-.726c4.803-10.835 4.245-17.426 3.24-23.234-.56-2.849-1.341-4.915-2.179-7.094-1.229-3.239-2.569-6.59-2.96-12.678v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.149 2.737-9.941.335-6.256-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.726-20.944-.502-21.28l.055-.055.447-.67s0-.056.056-.056C.466 34.797-.372 24.464-1.32 18.99c-.559-2.849-1.34-4.915-2.178-7.093-1.23-3.24-2.57-6.59-2.96-12.679v-.112c-.056-4.747 1.73-9.662 3.462-14.41 1.34-3.686 2.57-7.148 2.737-9.941.335-6.255-3.91-15.527-3.965-15.583 0-.056-.056-.056-.056-.111C-9.364-54.12-4.728-62.665-4.505-63l2.905 1.62-1.453-.838 1.453.782c-.168.28-4.022 7.596.279 19.101.447.95 4.636 10.221 4.245 17.147-.168 3.295-1.508 6.981-2.905 10.891C-1.6-9.829-3.276-5.249-3.22-1.116-2.828 4.47-1.655 7.43-.482 10.557c.837 2.178 1.731 4.468 2.345 7.708 1.006 6.032 1.9 17.258-3.63 25.468l-.391.615c-.223.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.168 3.295-1.508 6.981-2.904 10.89-1.62 4.469-3.296 9.049-3.24 13.182.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.731 4.468 2.346 7.707 1.06 6.368 1.675 13.517-3.519 25.246 0 .055-.056.111-.056.167l-.447.782c-.167.279-3.965 7.708.615 18.375.167.336 4.635 10.054 4.244 17.147-.167 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.295 9.048-3.24 13.181.392 5.641 1.397 8.378 2.458 11.282.726 2.067 1.508 4.133 2.123 7.261l.167.838c.95 5.585 2.178 12.511-3.128 25.189 0 .056-.055.056-.055.112s-2.067 4.189-1.62 8.489c.838 3.743 1.899 6.088 2.904 8.378 1.452 3.296 2.849 6.423 2.793 12.679.056 5.417-2.067 9.606-2.178 9.83zM14.988 293.169l-2.96-1.508c0-.056 1.842-3.687 1.73-8.155v-.056c.057-5.529-1.06-8.042-2.513-11.282-1.06-2.346-2.234-4.971-3.127-9.104v-.167c-.615-5.083 1.564-9.774 1.899-10.389 4.859-11.729 3.798-17.872 2.848-23.29l-.111-.782c-.56-2.848-1.23-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.056-4.748 1.731-9.663 3.463-14.41 1.34-3.686 2.569-7.149 2.736-9.942.335-6.255-3.91-15.527-3.965-15.583-5.25-12.287-.67-21-.447-21.391l.391-.726c4.803-10.835 4.245-17.426 3.24-23.234-.56-2.849-1.341-4.915-2.179-7.094-1.229-3.239-2.569-6.59-2.96-12.678v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.149 2.737-9.941.335-6.256-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.726-20.944-.502-21.28l.055-.055.447-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.128-23.067-.559-2.849-1.34-4.915-2.178-7.093-1.23-3.24-2.57-6.59-2.96-12.679v-.112c-.056-4.747 1.73-9.662 3.462-14.41 1.34-3.686 2.57-7.148 2.737-9.941.335-6.255-3.91-15.527-3.966-15.583 0-.056-.055-.056-.055-.111C5.716-54.12 10.352-62.665 10.575-63l2.905 1.62-1.453-.838 1.453.782c-.168.28-4.022 7.596.279 19.101.447.95 4.636 10.221 4.245 17.147-.168 3.295-1.509 6.981-2.905 10.891-1.62 4.468-3.295 9.048-3.24 13.181.392 5.585 1.565 8.545 2.738 11.673.837 2.178 1.731 4.468 2.345 7.708 1.006 6.032 1.9 17.258-3.63 25.468l-.391.615c-.223.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.168 3.295-1.508 6.981-2.904 10.89-1.62 4.469-3.296 9.049-3.24 13.182.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.731 4.468 2.346 7.707 1.06 6.368 1.675 13.517-3.519 25.246 0 .055-.056.111-.056.167l-.447.782c-.167.279-3.965 7.708.615 18.375.167.336 4.635 10.054 4.244 17.147-.167 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.295 9.048-3.24 13.181.392 5.641 1.397 8.378 2.458 11.282.726 2.067 1.508 4.133 2.123 7.261l.167.838c.95 5.585 2.178 12.511-3.128 25.189 0 .056-.055.056-.055.112s-2.067 4.189-1.62 8.489c.838 3.743 1.899 6.088 2.904 8.378 1.452 3.296 2.849 6.423 2.793 12.679.056 5.417-2.067 9.606-2.178 9.83zM89.83 293.169l-2.96-1.508c0-.056 1.842-3.687 1.73-8.155v-.056c.056-5.529-1.06-8.042-2.513-11.282-1.06-2.346-2.234-4.971-3.127-9.104v-.167c-.615-5.083 1.563-9.774 1.899-10.389 4.859-11.729 3.797-17.872 2.848-23.29l-.112-.782c-.558-2.848-1.228-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.68-12.232v-.111c-.056-4.748 1.73-9.663 3.462-14.41 1.34-3.686 2.57-7.149 2.737-9.942.335-6.255-3.91-15.527-3.965-15.583-5.25-12.287-.67-21-.447-21.391l.39-.726c4.804-10.835 4.245-17.426 3.24-23.234-.558-2.849-1.34-4.915-2.178-7.094-1.229-3.239-2.57-6.59-2.96-12.678v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.149 2.736-9.941.335-6.256-3.91-15.527-3.965-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.726-20.944-.503-21.28l.056-.055.447-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.128-23.067-.559-2.849-1.34-4.915-2.179-7.093-1.228-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.732-9.662 3.463-14.41 1.34-3.686 2.57-7.148 2.737-9.941.335-6.255-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.111-5.082-13.181-.446-21.727-.223-22.062l2.904 1.62-1.452-.838 1.452.782c-.167.28-4.021 7.596.28 19.101.446.95 4.635 10.221 4.244 17.147-.167 3.295-1.508 6.981-2.904 10.891-1.62 4.468-3.295 9.048-3.24 13.181.392 5.585 1.565 8.545 2.737 11.673.838 2.178 1.732 4.468 2.346 7.708 1.005 6.032 1.9 17.258-3.63 25.468l-.391.615c-.224.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.168 3.295-1.508 6.981-2.905 10.89-1.62 4.469-3.295 9.049-3.24 13.182.392 5.585 1.565 8.545 2.738 11.673.837 2.178 1.731 4.468 2.346 7.707 1.06 6.368 1.675 13.517-3.52 25.246 0 .055-.055.111-.055.167l-.447.782c-.167.279-3.965 7.708.615 18.375.167.336 4.635 10.054 4.244 17.147-.167 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.295 9.048-3.24 13.181.391 5.641 1.397 8.378 2.458 11.282.726 2.067 1.508 4.133 2.122 7.261l.168.838c.95 5.585 2.178 12.511-3.128 25.189 0 .056-.056.056-.056.112s-2.066 4.189-1.62 8.489c.838 3.743 1.9 6.088 2.905 8.378 1.452 3.296 2.848 6.423 2.793 12.679.055 5.417-2.067 9.606-2.179 9.83zM104.909 293.169l-2.96-1.508c0-.056 1.843-3.687 1.732-8.155v-.056c.055-5.529-1.062-8.042-2.514-11.282-1.061-2.346-2.234-4.971-3.127-9.104v-.167c-.615-5.083 1.563-9.774 1.898-10.389 4.86-11.729 3.798-17.872 2.849-23.29l-.112-.782c-.558-2.848-1.229-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.68-12.232v-.111c-.056-4.748 1.73-9.663 3.462-14.41 1.341-3.686 2.57-7.149 2.737-9.942.335-6.255-3.91-15.527-3.965-15.583-5.25-12.287-.67-21-.447-21.391l.391-.726c4.803-10.835 4.244-17.426 3.239-23.234-.558-2.849-1.34-4.915-2.178-7.094-1.229-3.239-2.57-6.59-2.96-12.678v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.149 2.736-9.941.335-6.256-3.909-15.527-3.965-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.726-20.944-.503-21.28l.056-.055.447-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.128-23.067-.559-2.849-1.341-4.915-2.179-7.093-1.228-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.732-9.662 3.463-14.41 1.34-3.686 2.569-7.148 2.737-9.941.335-6.255-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.111-5.082-13.181-.446-21.727-.223-22.062l2.904 1.62-1.452-.838 1.452.782c-.167.28-4.021 7.596.28 19.101.446.95 4.635 10.221 4.244 17.147-.167 3.295-1.508 6.981-2.904 10.891-1.62 4.468-3.295 9.048-3.239 13.181.391 5.585 1.563 8.545 2.736 11.673.838 2.178 1.732 4.468 2.346 7.708 1.005 6.032 1.899 17.258-3.63 25.468l-.391.615c-.224.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.168 3.295-1.508 6.981-2.905 10.89-1.619 4.469-3.295 9.049-3.239 13.182.391 5.585 1.564 8.545 2.737 11.673.837 2.178 1.731 4.468 2.345 7.707 1.062 6.368 1.676 13.517-3.518 25.246 0 .055-.056.111-.056.167l-.447.782c-.167.279-3.965 7.708.614 18.375.168.336 4.636 10.054 4.245 17.147-.167 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.295 9.048-3.24 13.181.391 5.641 1.397 8.378 2.458 11.282.726 2.067 1.508 4.133 2.122 7.261l.168.838c.949 5.585 2.178 12.511-3.128 25.189 0 .056-.056.056-.056.112s-2.066 4.189-1.619 8.489c.837 3.743 1.899 6.088 2.904 8.378 1.452 3.296 2.848 6.423 2.793 12.679.055 5.417-2.067 9.606-2.179 9.83zM59.67 293.169l-2.96-1.508c0-.056 1.842-3.687 1.73-8.155v-.056c.056-5.529-1.06-8.042-2.513-11.282-1.061-2.346-2.234-4.971-3.128-9.104v-.167c-.614-5.083 1.564-9.774 1.9-10.389 4.858-11.729 3.797-17.872 2.848-23.29l-.112-.782c-.558-2.848-1.229-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.68-12.232v-.111c-.056-4.748 1.73-9.663 3.462-14.41 1.34-3.686 2.57-7.149 2.737-9.942.335-6.255-3.91-15.527-3.966-15.583-5.25-12.287-.67-21-.446-21.391l.39-.726c4.804-10.835 4.245-17.426 3.24-23.234-.558-2.849-1.34-4.915-2.178-7.094-1.229-3.239-2.57-6.59-2.96-12.678v-.112c-.056-4.747 1.731-9.662 3.462-14.41 1.341-3.686 2.57-7.149 2.737-9.941.335-6.256-3.91-15.527-3.965-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.726-20.944-.503-21.28l.056-.055.447-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.127-23.067-.558-2.849-1.34-4.915-2.178-7.093-1.229-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.57-7.148 2.737-9.941.335-6.255-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.111-5.082-13.181-.447-21.727-.223-22.062l2.904 1.62-1.452-.838 1.452.782c-.167.28-4.021 7.596.28 19.101.446.95 4.635 10.221 4.244 17.147-.167 3.295-1.508 6.981-2.904 10.891-1.62 4.468-3.295 9.048-3.24 13.181.392 5.585 1.564 8.545 2.737 11.673.838 2.178 1.732 4.468 2.346 7.708 1.005 6.032 1.899 17.258-3.63 25.468l-.391.615c-.224.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.168 3.295-1.508 6.981-2.905 10.89-1.62 4.469-3.295 9.049-3.24 13.182.392 5.585 1.565 8.545 2.738 11.673.837 2.178 1.731 4.468 2.345 7.707 1.062 6.368 1.676 13.517-3.518 25.246 0 .055-.056.111-.056.167l-.447.782c-.167.279-3.965 7.708.614 18.375.168.336 4.636 10.054 4.245 17.147-.167 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.295 9.048-3.24 13.181.391 5.641 1.397 8.378 2.458 11.282.726 2.067 1.508 4.133 2.122 7.261l.168.838c.95 5.585 2.178 12.511-3.128 25.189 0 .056-.056.056-.056.112s-2.066 4.189-1.62 8.489c.838 3.743 1.9 6.088 2.905 8.378 1.452 3.296 2.848 6.423 2.792 12.679.056 5.417-2.066 9.606-2.178 9.83zM74.75 293.169l-2.96-1.508c0-.056 1.842-3.687 1.73-8.155v-.056c.056-5.529-1.06-8.042-2.513-11.282-1.06-2.346-2.234-4.971-3.127-9.104v-.167c-.615-5.083 1.563-9.774 1.898-10.389 4.86-11.729 3.798-17.872 2.849-23.29l-.112-.782c-.558-2.848-1.228-4.747-1.954-6.758-1.118-3.016-2.235-6.088-2.681-12.232v-.111c-.056-4.748 1.731-9.663 3.462-14.41 1.34-3.686 2.57-7.149 2.737-9.942.335-6.255-3.91-15.527-3.965-15.583-5.25-12.287-.67-21-.447-21.391l.39-.726c4.804-10.835 4.245-17.426 3.24-23.234-.558-2.849-1.34-4.915-2.178-7.094-1.229-3.239-2.57-6.59-2.96-12.678v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.149 2.736-9.941.335-6.256-3.91-15.527-3.965-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.726-20.944-.503-21.28l.056-.055.447-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.128-23.067-.559-2.849-1.34-4.915-2.179-7.093-1.228-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.732-9.662 3.463-14.41 1.34-3.686 2.57-7.148 2.737-9.941.335-6.255-3.91-15.527-3.966-15.583 0-.056-.055-.056-.055-.111-5.083-13.181-.447-21.727-.224-22.062l2.904 1.62-1.452-.838 1.452.782c-.167.28-4.021 7.596.28 19.101.446.95 4.635 10.221 4.244 17.147-.167 3.295-1.508 6.981-2.904 10.891-1.62 4.468-3.295 9.048-3.24 13.181.392 5.585 1.565 8.545 2.737 11.673.838 2.178 1.732 4.468 2.346 7.708 1.006 6.032 1.9 17.258-3.63 25.468l-.391.615c-.224.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.168 3.295-1.508 6.981-2.905 10.89-1.62 4.469-3.295 9.049-3.24 13.182.392 5.585 1.565 8.545 2.738 11.673.838 2.178 1.731 4.468 2.346 7.707 1.06 6.368 1.675 13.517-3.52 25.246 0 .055-.055.111-.055.167l-.447.782c-.167.279-3.965 7.708.615 18.375.167.336 4.635 10.054 4.244 17.147-.167 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.295 9.048-3.24 13.181.391 5.641 1.397 8.378 2.458 11.282.726 2.067 1.508 4.133 2.122 7.261l.168.838c.95 5.585 2.178 12.511-3.128 25.189 0 .056-.056.056-.056.112s-2.066 4.189-1.62 8.489c.838 3.743 1.9 6.088 2.905 8.378 1.452 3.296 2.848 6.423 2.793 12.679.055 5.417-2.067 9.606-2.179 9.83zM149.591 293.169l-2.96-1.508c0-.056 1.843-3.687 1.731-8.155v-.056c.056-5.529-1.061-8.042-2.513-11.282-1.061-2.346-2.234-4.971-3.128-9.104v-.167c-.614-5.083 1.564-9.774 1.899-10.389 4.859-11.729 3.798-17.872 2.849-23.29l-.112-.782c-.559-2.848-1.229-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.056-4.748 1.732-9.663 3.463-14.41 1.34-3.686 2.569-7.149 2.737-9.942.335-6.255-3.91-15.527-3.966-15.583-5.25-12.287-.67-21-.447-21.391l.391-.726c4.804-10.835 4.245-17.426 3.24-23.234-.559-2.849-1.341-4.915-2.178-7.094-1.229-3.239-2.57-6.59-2.961-12.678v-.112c-.055-4.747 1.732-9.662 3.463-14.41 1.341-3.686 2.57-7.149 2.737-9.941.335-6.256-3.91-15.527-3.965-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.726-20.944-.503-21.28l.056-.055.447-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.127-23.067-.558-2.849-1.34-4.915-2.178-7.093-1.229-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.148 2.736-9.941.336-6.255-3.909-15.527-3.965-15.583 0-.056-.056-.056-.056-.111-5.082-13.181-.447-21.727-.223-22.062l2.904 1.62-1.452-.838 1.452.782c-.168.28-4.021 7.596.279 19.101.447.95 4.636 10.221 4.245 17.147-.168 3.295-1.508 6.981-2.904 10.891-1.62 4.468-3.296 9.048-3.24 13.181.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.731 4.468 2.346 7.708 1.005 6.032 1.899 17.258-3.631 25.468l-.39.615c-.224.447-3.463 7.26.726 18.375.446.95 4.635 10.22 4.244 17.147-.167 3.295-1.508 6.981-2.904 10.89-1.62 4.469-3.295 9.049-3.239 13.182.391 5.585 1.563 8.545 2.736 11.673.838 2.178 1.732 4.468 2.346 7.707 1.061 6.368 1.676 13.517-3.519 25.246 0 .055-.055.111-.055.167l-.447.782c-.168.279-3.966 7.708.614 18.375.168.336 4.636 10.054 4.245 17.147-.168 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.296 9.048-3.24 13.181.391 5.641 1.397 8.378 2.458 11.282.726 2.067 1.508 4.133 2.122 7.261l.168.838c.949 5.585 2.178 12.511-3.128 25.189 0 .056-.056.056-.056.112s-2.066 4.189-1.62 8.489c.838 3.743 1.899 6.088 2.905 8.378 1.452 3.296 2.848 6.423 2.792 12.679.056 5.417-2.066 9.606-2.178 9.83zM164.671 293.169l-2.96-1.508c0-.056 1.843-3.687 1.731-8.155v-.056c.056-5.529-1.061-8.042-2.513-11.282-1.061-2.346-2.234-4.971-3.128-9.104v-.167c-.614-5.083 1.564-9.774 1.899-10.389 4.859-11.729 3.798-17.872 2.849-23.29l-.112-.782c-.559-2.848-1.229-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.056-4.748 1.732-9.663 3.463-14.41 1.34-3.686 2.569-7.149 2.737-9.942.335-6.255-3.91-15.527-3.966-15.583-5.25-12.287-.67-21-.447-21.391l.391-.726c4.804-10.835 4.245-17.426 3.24-23.234-.559-2.849-1.341-4.915-2.178-7.094-1.229-3.239-2.57-6.59-2.961-12.678v-.112c-.055-4.747 1.732-9.662 3.463-14.41 1.341-3.686 2.569-7.149 2.737-9.941.335-6.256-3.91-15.527-3.965-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.726-20.944-.503-21.28l.056-.055.447-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.127-23.067-.558-2.849-1.34-4.915-2.178-7.093-1.229-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.148 2.736-9.941.336-6.255-3.909-15.527-3.965-15.583 0-.056-.056-.056-.056-.111-5.082-13.181-.447-21.727-.223-22.062l2.904 1.62-1.452-.838 1.452.782c-.168.28-4.021 7.596.279 19.101.447.95 4.636 10.221 4.245 17.147-.168 3.295-1.508 6.981-2.904 10.891-1.62 4.468-3.296 9.048-3.24 13.181.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.731 4.468 2.346 7.708 1.005 6.032 1.899 17.258-3.631 25.468l-.391.615c-.223.447-3.462 7.26.727 18.375.446.95 4.635 10.22 4.244 17.147-.167 3.295-1.508 6.981-2.904 10.89-1.62 4.469-3.295 9.049-3.239 13.182.391 5.585 1.563 8.545 2.736 11.673.838 2.178 1.732 4.468 2.346 7.707 1.061 6.368 1.676 13.517-3.519 25.246 0 .055-.055.111-.055.167l-.447.782c-.168.279-3.966 7.708.614 18.375.168.336 4.636 10.054 4.245 17.147-.168 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.296 9.048-3.24 13.181.391 5.641 1.396 8.378 2.458 11.282.726 2.067 1.508 4.133 2.122 7.261l.168.838c.949 5.585 2.178 12.511-3.128 25.189 0 .056-.056.056-.056.112s-2.067 4.189-1.62 8.489c.838 3.743 1.899 6.088 2.905 8.378 1.452 3.296 2.848 6.423 2.792 12.679.056 5.417-2.066 9.606-2.178 9.83zM119.431 293.169l-2.96-1.508c0-.056 1.843-3.687 1.731-8.155v-.056c.056-5.529-1.061-8.042-2.513-11.282-1.061-2.346-2.234-4.971-3.128-9.104v-.167c-.614-5.083 1.564-9.774 1.899-10.389 4.859-11.729 3.798-17.872 2.849-23.29l-.112-.782c-.559-2.848-1.229-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.056-4.748 1.732-9.663 3.463-14.41 1.34-3.686 2.569-7.149 2.737-9.942.335-6.255-3.91-15.527-3.966-15.583-5.25-12.287-.67-21-.447-21.391l.391-.726c4.804-10.835 4.245-17.426 3.24-23.234-.559-2.849-1.341-4.915-2.178-7.094-1.229-3.239-2.57-6.59-2.961-12.678v-.112c-.055-4.747 1.732-9.662 3.463-14.41 1.341-3.686 2.569-7.149 2.737-9.941.335-6.256-3.91-15.527-3.966-15.583 0-.056-.055-.056-.055-.112-4.915-13.07-.726-20.944-.503-21.28l.056-.055.447-.67s0-.056.055-.056c4.915-7.261 4.078-17.594 3.128-23.067-.558-2.849-1.34-4.915-2.178-7.093-1.229-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.148 2.736-9.941.335-6.255-3.909-15.527-3.965-15.583 0-.056-.056-.056-.056-.111-5.083-13.181-.447-21.727-.223-22.062l2.904 1.62-1.452-.838 1.452.782c-.168.28-4.021 7.596.279 19.101.447.95 4.636 10.221 4.245 17.147-.168 3.295-1.508 6.981-2.904 10.891-1.62 4.468-3.296 9.048-3.24 13.181.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.731 4.468 2.346 7.708 1.005 6.032 1.899 17.258-3.631 25.468l-.391.615c-.223.447-3.462 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.167 3.295-1.508 6.981-2.904 10.89-1.62 4.469-3.295 9.049-3.24 13.182.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.732 4.468 2.346 7.707 1.061 6.368 1.676 13.517-3.519 25.246 0 .055-.056.111-.056.167l-.446.782c-.168.279-3.966 7.708.614 18.375.168.336 4.636 10.054 4.245 17.147-.168 3.295-1.508 6.982-2.905 10.891-1.619 4.468-3.295 9.048-3.239 13.181.391 5.641 1.396 8.378 2.458 11.282.726 2.067 1.508 4.133 2.122 7.261l.168.838c.949 5.585 2.178 12.511-3.128 25.189 0 .056-.056.056-.056.112s-2.067 4.189-1.62 8.489c.838 3.743 1.899 6.088 2.905 8.378 1.452 3.296 2.848 6.423 2.792 12.679.056 5.417-2.066 9.606-2.178 9.83zM134.511 293.169l-2.96-1.508c0-.056 1.843-3.687 1.731-8.155v-.056c.056-5.529-1.061-8.042-2.513-11.282-1.061-2.346-2.234-4.971-3.128-9.104v-.167c-.614-5.083 1.564-9.774 1.899-10.389 4.859-11.729 3.798-17.872 2.849-23.29l-.112-.782c-.559-2.848-1.229-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.056-4.748 1.732-9.663 3.463-14.41 1.341-3.686 2.569-7.149 2.737-9.942.335-6.255-3.91-15.527-3.966-15.583-5.25-12.287-.67-21-.447-21.391l.391-.726c4.804-10.835 4.245-17.426 3.24-23.234-.559-2.849-1.341-4.915-2.178-7.094-1.229-3.239-2.57-6.59-2.961-12.678v-.112c-.055-4.747 1.732-9.662 3.463-14.41 1.341-3.686 2.57-7.149 2.737-9.941.335-6.256-3.91-15.527-3.965-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.726-20.944-.503-21.28l.056-.055.447-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.127-23.067-.558-2.849-1.34-4.915-2.178-7.093-1.229-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.148 2.736-9.941.336-6.255-3.909-15.527-3.965-15.583 0-.056-.056-.056-.056-.111-5.082-13.181-.447-21.727-.223-22.062l2.904 1.62-1.452-.838 1.452.782c-.168.28-4.021 7.596.279 19.101.447.95 4.636 10.221 4.245 17.147-.168 3.295-1.508 6.981-2.904 10.891-1.62 4.468-3.296 9.048-3.24 13.181.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.731 4.468 2.346 7.708 1.005 6.032 1.899 17.258-3.631 25.468l-.39.615c-.224.447-3.463 7.26.726 18.375.446.95 4.635 10.22 4.244 17.147-.167 3.295-1.508 6.981-2.904 10.89-1.62 4.469-3.295 9.049-3.239 13.182.391 5.585 1.563 8.545 2.736 11.673.838 2.178 1.732 4.468 2.346 7.707 1.061 6.368 1.676 13.517-3.519 25.246 0 .055-.055.111-.055.167l-.447.782c-.168.279-3.966 7.708.614 18.375.168.336 4.636 10.054 4.245 17.147-.168 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.296 9.048-3.24 13.181.391 5.641 1.397 8.378 2.458 11.282.726 2.067 1.508 4.133 2.122 7.261l.168.838c.949 5.585 2.178 12.511-3.128 25.189 0 .056-.056.056-.056.112s-2.066 4.189-1.62 8.489c.838 3.743 1.899 6.088 2.905 8.378 1.452 3.296 2.848 6.423 2.792 12.679.056 5.417-2.066 9.606-2.178 9.83zM209.353 293.169l-2.96-1.508c0-.056 1.843-3.687 1.731-8.155v-.056c.056-5.529-1.061-8.042-2.513-11.282-1.062-2.346-2.234-4.971-3.128-9.104v-.167c-.614-5.083 1.564-9.774 1.899-10.389 4.859-11.729 3.798-17.872 2.848-23.29l-.111-.782c-.559-2.848-1.229-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.056-4.748 1.731-9.663 3.463-14.41 1.34-3.686 2.569-7.149 2.736-9.942.336-6.255-3.909-15.527-3.965-15.583-5.25-12.287-.67-21-.447-21.391l.391-.726c4.803-10.835 4.245-17.426 3.24-23.234-.559-2.849-1.341-4.915-2.179-7.094-1.228-3.239-2.569-6.59-2.96-12.678v-.112c-.056-4.747 1.732-9.662 3.463-14.41 1.34-3.686 2.569-7.149 2.737-9.941.335-6.256-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.67-20.944-.502-21.28l.056-.055.446-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.128-23.067-.559-2.849-1.341-4.915-2.178-7.093-1.229-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.731-9.662 3.462-14.41 1.341-3.686 2.57-7.148 2.737-9.941.335-6.255-3.91-15.527-3.965-15.583 0-.056-.056-.056-.056-.111-5.083-13.181-.447-21.727-.224-22.062l2.905 1.62-1.452-.838 1.452.782c-.168.28-4.022 7.596.279 19.101.447.95 4.636 10.221 4.245 17.147-.168 3.295-1.508 6.981-2.905 10.891-1.619 4.468-3.295 9.048-3.239 13.181.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.731 4.468 2.346 7.708 1.005 6.032 1.898 17.258-3.631 25.468l-.391.615c-.223.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.168 3.295-1.508 6.981-2.904 10.89-1.62 4.469-3.296 9.049-3.24 13.182.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.731 4.468 2.346 7.652 1.061 6.367 1.675 13.516-3.519 25.245 0 .056-.056.111-.056.167l-.447.782c-.167.279-3.965 7.708.615 18.376.167.335 4.636 10.053 4.245 17.146-.168 3.295-1.508 6.982-2.905 10.891-1.619 4.468-3.295 9.048-3.239 13.181.391 5.641 1.396 8.378 2.457 11.282.726 2.067 1.508 4.134 2.123 7.261l.167.838c.95 5.585 2.179 12.511-3.127 25.189 0 .056-.056.056-.056.112s-2.067 4.189-1.62 8.49c.838 3.742 1.899 6.087 2.904 8.377 1.452 3.296 2.849 6.423 2.793 12.679.056 5.473-2.067 9.662-2.178 9.886zM224.433 293.169l-2.96-1.508c0-.056 1.843-3.687 1.731-8.155v-.056c.056-5.529-1.061-8.042-2.513-11.282-1.061-2.346-2.234-4.971-3.128-9.104v-.167c-.614-5.083 1.564-9.774 1.899-10.389 4.859-11.729 3.798-17.872 2.848-23.29l-.111-.782c-.559-2.848-1.229-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.056-4.748 1.731-9.663 3.463-14.41 1.34-3.686 2.569-7.149 2.737-9.942.335-6.255-3.91-15.527-3.966-15.583-5.25-12.287-.67-21-.447-21.391l.391-.726c4.804-10.835 4.245-17.426 3.24-23.234-.559-2.849-1.341-4.915-2.179-7.094-1.228-3.239-2.569-6.59-2.96-12.678v-.112c-.056-4.747 1.732-9.662 3.463-14.41 1.341-3.686 2.569-7.149 2.737-9.941.335-6.256-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.112-4.914-13.07-.67-20.944-.502-21.28l.056-.055.446-.67s0-.056.056-.056c4.915-7.261 4.078-17.594 3.128-23.067-.558-2.849-1.34-4.915-2.178-7.093-1.229-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.148 2.736-9.941.335-6.255-3.909-15.527-3.965-15.583 0-.056-.056-.056-.056-.111-5.083-13.181-.447-21.727-.224-22.062l2.905 1.62-1.452-.838 1.452.782c-.168.28-4.022 7.596.279 19.101.447.95 4.636 10.221 4.245 17.147-.168 3.295-1.508 6.981-2.905 10.891-1.619 4.468-3.295 9.048-3.239 13.181.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.731 4.468 2.346 7.708 1.005 6.032 1.899 17.258-3.631 25.468l-.391.615c-.223.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.167 3.295-1.508 6.981-2.904 10.89-1.62 4.469-3.295 9.049-3.24 13.182.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.732 4.468 2.346 7.652 1.061 6.367 1.675 13.516-3.519 25.245 0 .056-.056.111-.056.167l-.446.782c-.168.279-3.966 7.708.614 18.376.167.335 4.636 10.053 4.245 17.146-.168 3.295-1.508 6.982-2.905 10.891-1.619 4.468-3.295 9.048-3.239 13.181.391 5.641 1.396 8.378 2.457 11.282.727 2.067 1.508 4.134 2.123 7.261l.167.838c.95 5.585 2.179 12.511-3.127 25.189 0 .056-.056.056-.056.112s-2.067 4.189-1.62 8.49c.838 3.742 1.899 6.087 2.904 8.377 1.453 3.296 2.849 6.423 2.793 12.679.056 5.473-2.066 9.662-2.178 9.886zM179.193 293.169l-2.961-1.508c0-.056 1.844-3.687 1.732-8.155v-.056c.056-5.529-1.061-8.042-2.513-11.282-1.062-2.346-2.235-4.971-3.128-9.104v-.167c-.615-5.083 1.564-9.774 1.899-10.389 4.859-11.729 3.798-17.872 2.848-23.29l-.111-.782c-.559-2.848-1.229-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.056-4.748 1.731-9.663 3.463-14.41 1.34-3.686 2.569-7.149 2.736-9.942.335-6.255-3.909-15.527-3.965-15.583-5.25-12.287-.67-21-.447-21.391l.391-.726c4.803-10.835 4.245-17.426 3.239-23.234-.558-2.849-1.34-4.915-2.178-7.094-1.229-3.239-2.569-6.59-2.96-12.678v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.149 2.737-9.941.335-6.256-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.726-20.944-.502-21.28l.055-.055.447-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.128-23.067-.559-2.849-1.341-4.915-2.178-7.093-1.229-3.24-2.57-6.59-2.961-12.679v-.112c-.055-4.747 1.732-9.662 3.463-14.41 1.341-3.686 2.569-7.148 2.737-9.941.335-6.255-3.91-15.527-3.965-15.583 0-.056-.056-.056-.056-.111-5.083-13.181-.447-21.727-.224-22.062l2.905 1.62-1.453-.838 1.453.782c-.168.28-4.022 7.596.279 19.101.447.95 4.636 10.221 4.245 17.147-.168 3.295-1.508 6.981-2.905 10.891-1.619 4.468-3.295 9.048-3.239 13.181.391 5.585 1.564 8.545 2.737 11.673.837 2.178 1.731 4.468 2.345 7.708 1.006 6.032 1.899 17.258-3.63 25.468l-.391.615c-.223.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.168 3.295-1.508 6.981-2.904 10.89-1.62 4.469-3.296 9.049-3.24 13.182.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.731 4.468 2.346 7.707 1.061 6.368 1.675 13.517-3.519 25.246 0 .055-.056.111-.056.167l-.447.782c-.167.279-3.965 7.708.615 18.375.167.336 4.635 10.054 4.244 17.147-.167 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.295 9.048-3.239 13.181.391 5.641 1.396 8.378 2.457 11.282.726 2.067 1.508 4.133 2.123 7.261l.167.838c.95 5.585 2.178 12.511-3.128 25.189 0 .056-.055.056-.055.112s-2.067 4.189-1.62 8.489c.838 3.743 1.899 6.088 2.904 8.378 1.452 3.296 2.849 6.423 2.793 12.679.056 5.417-2.067 9.606-2.178 9.83zM194.273 293.169l-2.96-1.508c0-.056 1.843-3.687 1.731-8.155v-.056c.056-5.529-1.061-8.042-2.513-11.282-1.062-2.346-2.234-4.971-3.128-9.104v-.167c-.614-5.083 1.564-9.774 1.899-10.389 4.859-11.729 3.798-17.872 2.848-23.29l-.111-.782c-.559-2.848-1.229-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.056-4.748 1.731-9.663 3.463-14.41 1.34-3.686 2.569-7.149 2.736-9.942.336-6.255-3.909-15.527-3.965-15.583-5.25-12.287-.67-21-.447-21.391l.391-.726c4.803-10.835 4.245-17.426 3.24-23.234-.559-2.849-1.341-4.915-2.179-7.094-1.228-3.239-2.569-6.59-2.96-12.678v-.112c-.056-4.747 1.732-9.662 3.463-14.41 1.34-3.686 2.569-7.149 2.737-9.941.335-6.256-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.67-20.944-.502-21.28l.056-.055.446-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.128-23.067-.559-2.849-1.341-4.915-2.178-7.093-1.229-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.731-9.662 3.462-14.41 1.341-3.686 2.57-7.148 2.737-9.941.335-6.255-3.91-15.527-3.965-15.583 0-.056-.056-.056-.056-.111-5.083-13.181-.447-21.727-.224-22.062l2.905 1.62-1.452-.838 1.452.782c-.168.28-4.022 7.596.279 19.101.447.95 4.636 10.221 4.245 17.147-.168 3.295-1.508 6.981-2.905 10.891-1.619 4.468-3.295 9.048-3.239 13.181.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.731 4.468 2.346 7.708 1.005 6.032 1.898 17.258-3.631 25.468l-.391.615c-.223.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.168 3.295-1.508 6.981-2.904 10.89-1.62 4.469-3.296 9.049-3.24 13.182.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.731 4.468 2.346 7.652 1.061 6.367 1.675 13.516-3.519 25.245 0 .056-.056.111-.056.167l-.447.782c-.167.279-3.965 7.708.615 18.376.167.335 4.636 10.053 4.245 17.146-.168 3.295-1.508 6.982-2.905 10.891-1.619 4.468-3.295 9.048-3.239 13.181.391 5.641 1.396 8.378 2.457 11.282.726 2.067 1.508 4.134 2.123 7.261l.167.838c.95 5.585 2.179 12.511-3.127 25.189 0 .056-.056.056-.056.112s-2.067 4.189-1.62 8.49c.838 3.742 1.899 6.087 2.904 8.377 1.452 3.296 2.849 6.423 2.793 12.679.056 5.473-2.067 9.662-2.178 9.886zM269.114 293.169l-2.96-1.508c0-.056 1.843-3.687 1.732-8.155v-.056c.055-5.529-1.062-8.042-2.514-11.282-1.061-2.346-2.234-4.971-3.127-9.104v-.167c-.615-5.083 1.563-9.774 1.899-10.389 4.859-11.729 3.797-17.872 2.848-23.29l-.112-.782c-.558-2.848-1.228-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.68-12.232v-.111c-.056-4.748 1.731-9.663 3.462-14.41 1.341-3.686 2.57-7.149 2.737-9.942.335-6.255-3.91-15.527-3.965-15.583-5.25-12.287-.671-21-.447-21.391l.391-.726c4.803-10.835 4.245-17.426 3.239-23.234-.558-2.849-1.34-4.915-2.178-7.094-1.229-3.239-2.569-6.59-2.96-12.678v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.149 2.736-9.941.336-6.256-3.909-15.527-3.965-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.67-20.944-.503-21.28l.056-.055.447-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.128-23.067-.559-2.849-1.341-4.915-2.179-7.093-1.228-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.732-9.662 3.463-14.41 1.34-3.686 2.569-7.148 2.737-9.941.335-6.255-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.111-5.082-13.181-.446-21.727-.223-22.062l2.904 1.62-1.452-.838 1.452.782c-.167.28-4.021 7.596.28 19.101.446.95 4.635 10.221 4.244 17.147-.167 3.295-1.508 6.981-2.904 10.891-1.62 4.468-3.295 9.048-3.239 13.181.391 5.585 1.563 8.545 2.736 11.673.838 2.178 1.732 4.468 2.346 7.708 1.006 6.032 1.899 17.258-3.63 25.468l-.391.615c-.224.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.168 3.295-1.508 6.981-2.905 10.89-1.619 4.469-3.295 9.049-3.239 13.182.391 5.585 1.564 8.545 2.737 11.673.837 2.178 1.731 4.468 2.345 7.652 1.062 6.367 1.676 13.516-3.518 25.245 0 .056-.056.111-.056.167l-.447.782c-.167.279-3.965 7.708.614 18.376.168.335 4.636 10.053 4.245 17.146-.167 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.295 9.048-3.239 13.181.39 5.641 1.396 8.378 2.457 11.282.726 2.067 1.508 4.134 2.122 7.261l.168.838c.949 5.585 2.178 12.511-3.128 25.189 0 .056-.056.056-.056.112s-2.066 4.189-1.619 8.49c.837 3.742 1.899 6.087 2.904 8.377 1.452 3.296 2.848 6.423 2.793 12.679.055 5.473-2.067 9.662-2.179 9.886zM284.195 293.169l-2.961-1.508c0-.056 1.844-3.687 1.732-8.155v-.056c.056-5.529-1.061-8.042-2.513-11.282-1.062-2.346-2.235-4.971-3.128-9.104v-.167c-.615-5.083 1.564-9.774 1.899-10.389 4.859-11.729 3.798-17.872 2.848-23.29l-.111-.782c-.559-2.848-1.229-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.056-4.748 1.731-9.663 3.463-14.41 1.34-3.686 2.569-7.149 2.736-9.942.336-6.255-3.909-15.527-3.965-15.583-5.25-12.287-.67-21-.447-21.391l.391-.726c4.803-10.835 4.245-17.426 3.239-23.234-.558-2.849-1.34-4.915-2.178-7.094-1.228-3.239-2.569-6.59-2.96-12.678v-.112c-.056-4.747 1.732-9.662 3.463-14.41 1.34-3.686 2.569-7.149 2.737-9.941.335-6.256-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.67-20.944-.502-21.28l.056-.055.446-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.128-23.067-.559-2.849-1.341-4.915-2.178-7.093-1.229-3.24-2.57-6.59-2.96-12.679v-.112c-.056-4.747 1.731-9.662 3.462-14.41 1.341-3.686 2.57-7.148 2.737-9.941.335-6.255-3.91-15.527-3.965-15.583 0-.056-.056-.056-.056-.111-5.083-13.181-.447-21.727-.224-22.062l2.905 1.62-1.453-.838 1.453.782c-.168.28-4.022 7.596.279 19.101.447.95 4.636 10.221 4.245 17.147-.168 3.295-1.508 6.981-2.905 10.891-1.619 4.468-3.295 9.048-3.239 13.181.391 5.585 1.564 8.545 2.737 11.673.837 2.178 1.731 4.468 2.345 7.708 1.006 6.032 1.899 17.258-3.63 25.468l-.391.615c-.223.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.168 3.295-1.508 6.981-2.904 10.89-1.62 4.469-3.296 9.049-3.24 13.182.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.731 4.468 2.346 7.652 1.061 6.367 1.675 13.516-3.519 25.245 0 .056-.056.111-.056.167l-.447.782c-.167.279-3.965 7.708.615 18.376.167.335 4.636 10.053 4.245 17.146-.168 3.295-1.508 6.982-2.905 10.891-1.619 4.468-3.295 9.048-3.239 13.181.391 5.641 1.396 8.378 2.457 11.282.726 2.067 1.508 4.134 2.123 7.261l.167.838c.95 5.585 2.178 12.511-3.127 25.189 0 .056-.056.056-.056.112s-2.067 4.189-1.62 8.49c.838 3.742 1.899 6.087 2.904 8.377 1.452 3.296 2.849 6.423 2.793 12.679.056 5.473-2.067 9.662-2.178 9.886zM238.954 293.169l-2.96-1.508c0-.056 1.843-3.687 1.732-8.155v-.056c.055-5.529-1.062-8.042-2.514-11.282-1.061-2.346-2.234-4.971-3.128-9.104v-.167c-.614-5.083 1.564-9.774 1.899-10.389 4.86-11.729 3.798-17.872 2.849-23.29l-.112-.782c-.558-2.848-1.229-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.055-4.748 1.732-9.663 3.463-14.41 1.341-3.686 2.569-7.149 2.737-9.942.335-6.255-3.91-15.527-3.965-15.583-5.251-12.287-.671-21-.447-21.391l.391-.726c4.803-10.835 4.244-17.426 3.239-23.234-.558-2.849-1.34-4.915-2.178-7.094-1.229-3.239-2.569-6.59-2.96-12.678v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.149 2.736-9.941.335-6.256-3.909-15.527-3.965-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.67-20.944-.503-21.28l.056-.055.447-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.128-23.067-.559-2.849-1.341-4.915-2.179-7.093-1.228-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.732-9.662 3.463-14.41 1.34-3.686 2.569-7.148 2.737-9.941.335-6.255-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.111-5.082-13.181-.446-21.727-.223-22.062l2.904 1.62-1.452-.838 1.452.782c-.167.28-4.021 7.596.28 19.101.446.95 4.635 10.221 4.244 17.147-.167 3.295-1.508 6.981-2.904 10.891-1.62 4.468-3.295 9.048-3.239 13.181.39 5.585 1.563 8.545 2.736 11.673.838 2.178 1.732 4.468 2.346 7.708 1.005 6.032 1.899 17.258-3.63 25.468l-.391.615c-.224.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.168 3.295-1.508 6.981-2.905 10.89-1.619 4.469-3.295 9.049-3.239 13.182.391 5.585 1.564 8.545 2.737 11.673.837 2.178 1.731 4.468 2.345 7.652 1.062 6.367 1.676 13.516-3.518 25.245 0 .056-.056.111-.056.167l-.447.782c-.168.279-3.965 7.708.614 18.376.168.335 4.636 10.053 4.245 17.146-.167 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.295 9.048-3.24 13.181.391 5.641 1.397 8.378 2.458 11.282.726 2.067 1.508 4.134 2.122 7.261l.168.838c.949 5.585 2.178 12.511-3.128 25.189 0 .056-.056.056-.056.112s-2.066 4.189-1.619 8.49c.837 3.742 1.899 6.087 2.904 8.377 1.452 3.296 2.848 6.423 2.792 12.679.056 5.473-2.066 9.662-2.178 9.886zM254.034 293.169l-2.96-1.508c0-.056 1.843-3.687 1.732-8.155v-.056c.056-5.529-1.062-8.042-2.514-11.282-1.061-2.346-2.234-4.971-3.127-9.104v-.167c-.615-5.083 1.563-9.774 1.899-10.389 4.859-11.729 3.797-17.872 2.848-23.29l-.112-.782c-.558-2.848-1.228-4.747-1.954-6.758-1.118-3.016-2.235-6.088-2.681-12.232v-.111c-.056-4.748 1.731-9.663 3.462-14.41 1.341-3.686 2.57-7.149 2.737-9.942.335-6.255-3.909-15.527-3.965-15.583-5.25-12.287-.671-21-.447-21.391l.391-.726c4.803-10.835 4.245-17.426 3.239-23.234-.558-2.849-1.34-4.915-2.178-7.094-1.229-3.239-2.569-6.59-2.96-12.678v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.149 2.736-9.941.336-6.256-3.909-15.527-3.965-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.67-20.944-.503-21.28l.056-.055.447-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.128-23.067-.559-2.849-1.341-4.915-2.179-7.093-1.228-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.732-9.662 3.463-14.41 1.341-3.686 2.569-7.148 2.737-9.941.335-6.255-3.91-15.527-3.966-15.583 0-.056-.055-.056-.055-.111-5.083-13.181-.447-21.727-.224-22.062l2.904 1.62-1.452-.838 1.452.782c-.167.28-4.021 7.596.28 19.101.446.95 4.635 10.221 4.244 17.147-.167 3.295-1.508 6.981-2.904 10.891-1.62 4.468-3.295 9.048-3.239 13.181.391 5.585 1.564 8.545 2.736 11.673.838 2.178 1.732 4.468 2.346 7.708 1.006 6.032 1.899 17.258-3.63 25.468l-.391.615c-.224.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.168 3.295-1.508 6.981-2.905 10.89-1.619 4.469-3.295 9.049-3.239 13.182.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.731 4.468 2.346 7.652 1.061 6.367 1.675 13.516-3.519 25.245 0 .056-.056.111-.056.167l-.447.782c-.167.279-3.965 7.708.615 18.376.167.335 4.635 10.053 4.244 17.146-.167 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.295 9.048-3.239 13.181.391 5.641 1.396 8.378 2.457 11.282.726 2.067 1.508 4.134 2.122 7.261l.168.838c.949 5.585 2.178 12.511-3.128 25.189 0 .056-.056.056-.056.112s-2.066 4.189-1.619 8.49c.837 3.742 1.899 6.087 2.904 8.377 1.452 3.296 2.848 6.423 2.793 12.679.055 5.473-2.067 9.662-2.179 9.886zM328.876 293.169l-2.96-1.508c0-.056 1.843-3.687 1.731-8.155v-.056c.056-5.529-1.061-8.042-2.513-11.282-1.061-2.346-2.234-4.971-3.128-9.104v-.167c-.614-5.083 1.564-9.774 1.899-10.389 4.859-11.729 3.798-17.872 2.849-23.29l-.112-.782c-.558-2.848-1.229-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.055-4.748 1.732-9.663 3.463-14.41 1.341-3.686 2.569-7.149 2.737-9.942.335-6.255-3.91-15.527-3.966-15.583-5.25-12.287-.67-21-.446-21.391l.391-.726c4.803-10.835 4.244-17.426 3.239-23.234-.558-2.849-1.34-4.915-2.178-7.094-1.229-3.239-2.569-6.59-2.96-12.678v-.112c-.056-4.747 1.731-9.662 3.462-14.41 1.341-3.686 2.57-7.149 2.737-9.941.335-6.256-3.909-15.527-3.965-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.67-20.944-.503-21.28l.056-.055.447-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.127-23.067-.558-2.849-1.34-4.915-2.178-7.093-1.229-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.148 2.737-9.941.335-6.255-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.111-5.082-13.181-.447-21.727-.223-22.062l2.904 1.62-1.452-.838 1.452.782c-.167.28-4.021 7.596.279 19.101.447.95 4.636 10.221 4.245 17.147-.167 3.295-1.508 6.981-2.904 10.891-1.62 4.468-3.295 9.048-3.24 13.181.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.732 4.468 2.346 7.708 1.005 6.032 1.899 17.258-3.63 25.468l-.391.615c-.224.447-3.463 7.26.726 18.375.447.95 4.635 10.22 4.244 17.147-.167 3.295-1.507 6.981-2.904 10.89-1.62 4.469-3.295 9.049-3.239 13.182.391 5.585 1.564 8.545 2.737 11.673.837 2.178 1.731 4.468 2.345 7.652 1.062 6.367 1.676 13.516-3.518 25.245 0 .056-.056.111-.056.167l-.447.782c-.168.279-3.966 7.708.614 18.376.168.335 4.636 10.053 4.245 17.146-.167 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.295 9.048-3.24 13.181.391 5.641 1.397 8.378 2.458 11.282.726 2.067 1.508 4.134 2.122 7.261l.168.838c.949 5.585 2.178 12.511-3.128 25.189 0 .056-.056.056-.056.112s-2.066 4.189-1.62 8.49c.838 3.742 1.899 6.087 2.905 8.377 1.452 3.296 2.848 6.423 2.792 12.679.056 5.473-2.066 9.662-2.178 9.886zM343.956 293.169l-2.96-1.508c0-.056 1.843-3.687 1.732-8.155v-.056c.055-5.529-1.062-8.042-2.514-11.282-1.061-2.346-2.234-4.971-3.128-9.104v-.167c-.614-5.083 1.564-9.774 1.899-10.389 4.86-11.729 3.798-17.872 2.849-23.29l-.112-.782c-.558-2.848-1.229-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.055-4.748 1.732-9.663 3.463-14.41 1.341-3.686 2.57-7.149 2.737-9.942.335-6.255-3.91-15.527-3.965-15.583-5.251-12.287-.671-21-.447-21.391l.391-.726c4.803-10.835 4.244-17.426 3.239-23.234-.558-2.849-1.34-4.915-2.178-7.094-1.229-3.239-2.569-6.59-2.96-12.678v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.149 2.736-9.941.335-6.256-3.909-15.527-3.965-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.67-20.944-.503-21.28l.056-.055.447-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.128-23.067-.559-2.849-1.341-4.915-2.179-7.093-1.228-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.732-9.662 3.463-14.41 1.34-3.686 2.569-7.148 2.737-9.941.335-6.255-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.111-5.082-13.181-.446-21.727-.223-22.062l2.904 1.62-1.452-.838 1.452.782c-.167.28-4.021 7.596.28 19.101.446.95 4.635 10.221 4.244 17.147-.167 3.295-1.508 6.981-2.904 10.891-1.62 4.468-3.295 9.048-3.239 13.181.391 5.585 1.563 8.545 2.736 11.673.838 2.178 1.732 4.468 2.346 7.708 1.005 6.032 1.899 17.258-3.63 25.468l-.391.615c-.224.447-3.463 7.26.726 18.375.447.95 4.636 10.22 4.245 17.147-.168 3.295-1.508 6.981-2.905 10.89-1.619 4.469-3.295 9.049-3.239 13.182.391 5.585 1.564 8.545 2.737 11.673.837 2.178 1.731 4.468 2.345 7.652 1.062 6.367 1.676 13.516-3.518 25.245 0 .056-.056.111-.056.167l-.447.782c-.167.279-3.965 7.708.614 18.376.168.335 4.636 10.053 4.245 17.146-.167 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.295 9.048-3.24 13.181.391 5.641 1.397 8.378 2.458 11.282.726 2.067 1.508 4.134 2.122 7.261l.168.838c.949 5.585 2.178 12.511-3.128 25.189 0 .056-.056.056-.056.112s-2.066 4.189-1.619 8.49c.837 3.742 1.899 6.087 2.904 8.377 1.452 3.296 2.848 6.423 2.793 12.679.055 5.473-2.067 9.662-2.179 9.886zM298.716 293.169l-2.96-1.508c0-.056 1.843-3.687 1.731-8.155v-.056c.056-5.529-1.061-8.042-2.513-11.282-1.061-2.346-2.234-4.971-3.128-9.104v-.167c-.614-5.083 1.564-9.774 1.899-10.389 4.859-11.729 3.798-17.872 2.849-23.29l-.112-.782c-.559-2.848-1.229-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.056-4.748 1.732-9.663 3.463-14.41 1.341-3.686 2.569-7.149 2.737-9.942.335-6.255-3.91-15.527-3.966-15.583-5.25-12.287-.67-21-.446-21.391l.39-.726c4.804-10.835 4.245-17.426 3.24-23.234-.559-2.849-1.341-4.915-2.178-7.094-1.229-3.239-2.57-6.59-2.96-12.678v-.112c-.056-4.747 1.731-9.662 3.462-14.41 1.341-3.686 2.57-7.149 2.737-9.941.335-6.256-3.91-15.527-3.965-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.67-20.944-.503-21.28l.056-.055.447-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.127-23.067-.558-2.849-1.34-4.915-2.178-7.093-1.229-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.148 2.736-9.941.336-6.255-3.909-15.527-3.965-15.583 0-.056-.056-.056-.056-.111-5.082-13.181-.447-21.727-.223-22.062l2.904 1.62-1.452-.838 1.452.782c-.167.28-4.021 7.596.279 19.101.447.95 4.636 10.221 4.245 17.147-.167 3.295-1.508 6.981-2.904 10.891-1.62 4.468-3.296 9.048-3.24 13.181.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.732 4.468 2.346 7.708 1.005 6.032 1.899 17.258-3.63 25.468l-.391.615c-.224.447-3.463 7.26.726 18.375.446.95 4.635 10.22 4.244 17.147-.167 3.295-1.508 6.981-2.904 10.89-1.62 4.469-3.295 9.049-3.239 13.182.391 5.585 1.564 8.545 2.736 11.673.838 2.178 1.732 4.468 2.346 7.652 1.061 6.367 1.676 13.516-3.518 25.245 0 .056-.056.111-.056.167l-.447.782c-.168.279-3.966 7.708.614 18.376.168.335 4.636 10.053 4.245 17.146-.168 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.296 9.048-3.24 13.181.391 5.641 1.397 8.378 2.458 11.282.726 2.067 1.508 4.134 2.122 7.261l.168.838c.949 5.585 2.178 12.511-3.128 25.189 0 .056-.056.056-.056.112s-2.066 4.189-1.62 8.49c.838 3.742 1.899 6.087 2.905 8.377 1.452 3.296 2.848 6.423 2.792 12.679.056 5.473-2.066 9.662-2.178 9.886zM313.796 293.169l-2.96-1.508c0-.056 1.843-3.687 1.731-8.155v-.056c.056-5.529-1.061-8.042-2.513-11.282-1.061-2.346-2.234-4.971-3.128-9.104v-.167c-.614-5.083 1.564-9.774 1.899-10.389 4.86-11.729 3.798-17.872 2.849-23.29l-.112-.782c-.558-2.848-1.229-4.747-1.955-6.758-1.117-3.016-2.234-6.088-2.681-12.232v-.111c-.055-4.748 1.732-9.663 3.463-14.41 1.341-3.686 2.569-7.149 2.737-9.942.335-6.255-3.91-15.527-3.966-15.583-5.25-12.287-.67-21-.446-21.391l.391-.726c4.803-10.835 4.244-17.426 3.239-23.234-.558-2.849-1.34-4.915-2.178-7.094-1.229-3.239-2.569-6.59-2.96-12.678v-.112c-.056-4.747 1.731-9.662 3.462-14.41 1.341-3.686 2.57-7.149 2.737-9.941.335-6.256-3.909-15.527-3.965-15.583 0-.056-.056-.056-.056-.112-4.915-13.07-.67-20.944-.503-21.28l.056-.055.447-.67s0-.056.056-.056c4.915-7.261 4.077-17.594 3.127-23.067-.558-2.849-1.34-4.915-2.178-7.093-1.229-3.24-2.569-6.59-2.96-12.679v-.112c-.056-4.747 1.731-9.662 3.463-14.41 1.34-3.686 2.569-7.148 2.737-9.941.335-6.255-3.91-15.527-3.966-15.583 0-.056-.056-.056-.056-.111-5.082-13.181-.447-21.727-.223-22.062l2.904 1.62-1.452-.838 1.452.782c-.167.28-4.021 7.596.279 19.101.447.95 4.636 10.221 4.245 17.147-.167 3.295-1.508 6.981-2.904 10.891-1.62 4.468-3.295 9.048-3.24 13.181.391 5.585 1.564 8.545 2.737 11.673.838 2.178 1.732 4.468 2.346 7.708 1.005 6.032 1.899 17.258-3.63 25.468l-.391.615c-.224.447-3.463 7.26.726 18.375.447.95 4.635 10.22 4.244 17.147-.167 3.295-1.507 6.981-2.904 10.89-1.619 4.469-3.295 9.049-3.239 13.182.391 5.585 1.564 8.545 2.737 11.673.837 2.178 1.731 4.468 2.345 7.652 1.062 6.367 1.676 13.516-3.518 25.245 0 .056-.056.111-.056.167l-.447.782c-.168.279-3.966 7.708.614 18.376.168.335 4.636 10.053 4.245 17.146-.167 3.295-1.508 6.982-2.904 10.891-1.62 4.468-3.295 9.048-3.24 13.181.391 5.641 1.397 8.378 2.458 11.282.726 2.067 1.508 4.134 2.122 7.261l.168.838c.949 5.585 2.178 12.511-3.128 25.189 0 .056-.056.056-.056.112s-2.066 4.189-1.619 8.49c.837 3.742 1.898 6.087 2.904 8.377 1.452 3.296 2.848 6.423 2.792 12.679.056 5.473-2.066 9.662-2.178 9.886z'/%3E%3C/g%3E%3C/svg%3E");
        background-position: top;
        height: 290px;
    }
    .container-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 30px 0 0;
    }
    .banner__img {
        margin-top: 15px;
    }
    .banner__img img {
        width: 252px;
        position: relative;
        left: -20px;
    }
    .footer__column .profi-logo {
        width: 40%;
    }
}

@media (max-width: 515px) {
    .footer__column .profi-logo {
        width: 45%;
    }
    .footer__column .photo {
        width: 42%;
    }
}

@media (max-width: 415px) {
    .advantages__image:before {
        bottom: -15px;
    }
    .advantages__image:after {
        right: -15px;
        bottom: -24px;
    }
    .footer__column .photo {
        width: 45%;
    }
}

@media (max-width: 374px) {
    .button {
        font-size: 12px;
    }
    .header-language {
        margin-right: 3px;
        font-size: 11px;
    }
    .footer__link {
        font-size: 13px;
    }
    .section-banner {
        height: 300px;
    }
    .advantages__image .top {
        width: 70px;
        height: 70px;
        top: -39px;
        left: -12px;
    }
    .advantages__flex--reverse .advantages__image .top {
        left: -12px;
        top: -32px;
    }
    .advantages__image .left {
        left: -12px;
        bottom: -12px;
    }
    .banner__text {
        font-size: 24px;
    }
    .banner__img {
        margin-top: 25px;
    }
}

@media (max-width: 599px) {
    .steps__container {
        padding-bottom: 100px
    }

    .advantages__container {
        padding-bottom: 115px
    }
}

/* WARROOM V1 overrides */
.top__title {font-size: 64px;line-height:1;}
.top__text {font-size: 32px;line-height:1.25;max-width:760px;}
.top__text--hero-sub {font-size: 20px;color:#5d5672;margin-top:10px;}
.blocks-item__icon {width:72px;height:72px;border-radius:16px;background:linear-gradient(180deg,#f8fbef 0%,#eef6db 100%);border:1px solid rgba(156,198,63,.28);display:flex;align-items:center;justify-content:center;}
.blocks-item__icon img {max-width:38px;max-height:38px;filter: invert(54%) sepia(34%) saturate(686%) hue-rotate(31deg) brightness(95%) contrast(87%);}
.product-entry__grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:32px;}
.product-card {background:#fff;border:1px solid rgba(66,71,112,.14);border-radius:14px;box-shadow:0 18px 38px rgba(50,50,93,.10);padding:30px;min-height:282px;display:flex;flex-direction:column;gap:14px;align-items:center;text-align:center;}
.product-card__media {width:100%;height:148px;padding:10px;border-radius:12px;overflow:hidden;border:1px solid rgba(66,71,112,.12);background:linear-gradient(180deg,#f8fbef 0%,#eef6db 100%);box-shadow:0 8px 20px rgba(50,50,93,.07);display:flex;align-items:center;justify-content:center;}
.product-card__media img {width:100%;height:100%;object-fit:contain;object-position:center;display:block;border-radius:8px;transform:scale(.92);}
.product-card h3 {font-size:22px;font-weight:700;line-height:1.25;}
.product-card p {font-size:15px;line-height:1.55;color:#5d5672;min-height:62px;}
.product-card .button {align-self:center;display:inline-flex;width:auto;max-width:100%;padding:0 16px;height:38px;font-size:12px;line-height:14px;white-space:nowrap;}
.trust-strip__wrap {display:flex;justify-content:center;flex-wrap:wrap;gap:12px;padding:18px 20px 24px;font-size:14px;font-weight:600;color:#333;}
.trust-strip__wrap span {background:#f6f9fc;border:1px solid rgba(66,71,112,.12);border-radius:999px;padding:8px 14px;}
.insurers .container {padding: 28px 20px 42px;}
.insurers__sub {margin: 14px auto 0; max-width: 860px; text-align: center; color:#5d5672; font-size:15px; line-height:1.55;}
.insurers__grid {margin: 22px auto 0; max-width: 960px; display:grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap:14px; align-items:start;}
.insurer-card {background:#fff; border:1px solid rgba(66,71,112,.16); border-radius:12px; padding:14px 16px; box-shadow:0 8px 24px rgba(50,50,93,.06);}
.insurer-card summary {cursor:pointer; font-weight:700; font-size:16px; display:flex; align-items:center; gap:10px; list-style:none; min-height:30px;}
.insurer-card summary::-webkit-details-marker {display:none;}
.insurer-card summary::marker {content:"";}
.insurer-card summary::before {display:none;}
.insurer-card summary span {display:inline-block; line-height:1.2;}
.partner-logo {
  display:block;
  width:22px;
  height:22px;
  max-width:22px;
  object-fit:contain;
  object-position:center;
  background:#fff;
  border:1px solid rgba(66,71,112,.14);
  border-radius:6px;
  padding:2px;
  box-shadow:0 1px 4px rgba(50,50,93,.08);
  flex:0 0 auto;
}
.partner-logo--mark,
.partner-logo--wide,
.partner-logo--arsenal,
.partner-logo--upsk,
.partner-logo--colonnade {
  display:block;
  width:22px;
  height:22px;
  max-width:22px;
}
.insurer-card p {margin-top:10px; color:#5d5672; font-size:14px; line-height:1.48;}
.insurers__note {margin:14px auto 0; max-width:860px; text-align:center; color:#777; font-size:13px; line-height:1.45;}

.product-entry .container {padding:36px 20px 66px;}
.trust-strip .container {padding-top:10px;}
.mini-faq .container {padding:28px 20px 76px;}
.mini-faq__list {max-width:860px;margin:18px auto 0;display:flex;flex-direction:column;gap:10px;}
.mini-faq details {background:#fff;border:1px solid rgba(66,71,112,.18);border-radius:10px;padding:12px 14px;}
.mini-faq summary {font-weight:600;cursor:pointer;}
.mini-faq p {margin-top:8px;color:#5d5672;}
.footer__group-title {margin:0 0 8px;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#5d5672;}
.footer__legal-box {padding:12px 14px;border:1px solid rgba(66,71,112,.1);border-radius:10px;background:#f8fafc;}
.footer__column--menu,.footer__social-links {opacity:.62}
.sticky-mobile-cta {display:none;}

@media (max-width: 767px) {
  .top__title {font-size:42px;}
  .top__text {font-size:24px;}
  .top__text--hero-sub {font-size:16px;line-height:1.45;}
  .top__img {width:100%;max-width:320px;aspect-ratio:1/1;margin-top:18px;}
  .top__img img {width:100%;height:100%;object-fit:contain;object-position:center bottom;}
  .product-entry__grid {grid-template-columns:1fr;gap:12px;}
  .product-entry .container {padding:20px 0 44px;}
  .product-card {align-items:center; text-align:center; padding:22px; min-height:0;}
  .product-card__media {height:126px;padding:8px;}
  .product-card__media img {transform:scale(.9);}
  .product-card p {min-height:0;}
  .product-card .button {align-self:center;}
  .trust-strip .container {padding-top:0;}
  .trust-strip__wrap {overflow:auto;white-space:nowrap;padding:12px 0 18px;}
  .insurers .container {padding:16px 0 26px;}
  .insurers__grid {grid-template-columns:1fr;}
  .mini-faq .container {padding:18px 0 54px;}
  .partner-logo,
  .partner-logo--mark,
  .partner-logo--wide,
  .partner-logo--arsenal,
  .partner-logo--upsk,
  .partner-logo--colonnade {display:block; width:20px; height:20px; max-width:20px; padding:1px;}
  .trust-strip__wrap span {font-size:12px;}
  .footer__column--menu,.footer__social-links {display:none;}
  .sticky-mobile-cta {display:flex;position:fixed;left:12px;right:12px;bottom:10px;z-index:1100;box-shadow:0 14px 30px rgba(50,50,93,.28);} 
  body {padding-bottom:92px;}
}

/* WARROOM V2 banner mascot fix: remove dark-bg look and overlap */
.banner__img {position: relative; overflow: hidden; display: flex; align-items: flex-end; justify-content: center;}
.banner__img img {position: relative !important; left: 0 !important; bottom: 0 !important; width: min(100%, 320px) !important; height: auto !important; object-fit: contain;}

@media (max-width: 767px) {
  .banner__img {height: 160px !important; margin-top: 10px;}
  .banner__img img {width: min(100%, 240px) !important;}
}

/* WARROOM V3 zoom/alignment/animation refinements */
:root {
  --hero-decor-width: 1160px;
  --hero-decor-y: -16px;
}

.top {
  background-position: center var(--hero-decor-y) !important;
  background-size: var(--hero-decor-width) auto !important;
}

.title {
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateX(-24px);
  -ms-transform: translateX(-24px);
  transform: translateX(-24px);
}

.title--show {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.advantages__content .title {
  margin-left: auto;
}

.product-entry__grid {
  align-items: stretch;
}

.product-card__media {
  width: min(100%, 198px);
  aspect-ratio: 1/1;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.product-card p {
  min-height: 0;
  flex: 1 1 auto;
}

.product-card .button {
  margin-top: auto;
}

.partner-logo,
.partner-logo--mark,
.partner-logo--wide,
.partner-logo--arsenal,
.partner-logo--upsk,
.partner-logo--colonnade {
  box-shadow: 0 2px 6px rgba(50, 50, 93, .1);
}

@media (max-width: 1199px) {
  :root {
    --hero-decor-width: 932px;
    --hero-decor-y: -12px;
  }
}

@media (max-width: 991px) {
  :root {
    --hero-decor-width: calc(100% - 48px);
    --hero-decor-y: -8px;
  }
}

@media (max-width: 767px) {
  :root {
    --hero-decor-width: calc(100% - 32px);
    --hero-decor-y: 0px;
  }

  .product-card__media {
    width: min(100%, 178px);
  }

  .title,
  .title--show {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/* P1_TOUCH_GEOMETRY_20260411 */
.header__flex { column-gap: 10px; }
.header-menu { gap: 2px; }
.header-menu__link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 10px;
  border-radius: 10px;
}
.header-language { margin-left: 6px; }
.header-language__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 12px;
  margin-left: 6px;
  border-radius: 999px;
}
.header__menu-button { min-width: 44px; min-height: 44px; }
.header__bottom .button,
.top__button,
.product-card .button { min-height: 44px; }

.footer__legal-box {
  border-color: rgba(66,71,112,.18);
  background: #f5f8ff;
}

@media (max-width: 991px) {
  .header-menu__link {
    min-height: 44px;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .header-language__item { min-width: 44px; min-height: 44px; }
  .header__bottom .button,
  .top__button { min-height: 46px; }
}

/* P1_1_VISUAL_POLISH_20260411 */
.header {
  padding-top: 6px;
  padding-bottom: 6px;
}
.header__flex {
  min-height: 68px;
  align-items: center;
}
.header-menu__link {
  padding: 0 12px;
  border-radius: 12px;
  transition: background-color .18s ease, color .18s ease;
}
.header-menu__link:hover,
.header-menu__link:focus-visible {
  background: rgba(156,198,63,.14);
  color: #2f3545;
}
.header__bottom {
  margin-top: 8px;
}
.header__bottom .button,
.top__button {
  box-shadow: 0 8px 20px rgba(66,71,112,.14);
}

@media (max-width: 991px) {
  .header {
    padding-top: 8px;
    padding-bottom: 10px;
  }
  .header__flex {
    min-height: 64px;
  }
  .header-menu {
    row-gap: 8px;
  }
}


/* P1_2_MOBILE_HEADER_FIX_20260411 */
@media (max-width: 991px) {
  .header {
    padding: 12px 16px 12px 16px !important;
  }
  .header__flex {
    min-height: 56px !important;
    padding: 0 !important;
  }
  .header-language {
    margin-right: 4px;
  }
  .header-language__item {
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header__menu-button {
    margin-left: -8px; /* Offset to align visually without hitting bounds */
  }
}


/* P1_4_BANNER_GAP_FIX_20260411 */
@media (max-width: 767px) {
  .advantages__flex {
    margin-top: 48px !important;
  }
  .advantages__flex--reverse + .advantages__flex {
    margin-top: 48px !important;
  }
  .advantages__text {
    margin: 24px 0 0 !important;
  }
  .lined-section.not-dashed-line .container-banner {
    padding-top: 8px !important;
  }
}

/* P1_3_MOBILE_HEADER_CLIP_FIX_20260411 */
@media (max-width: 767px) {
  .header-language {
    margin-right: 12px !important;
    padding-right: 2px !important;
    align-self: center;
  }
  .header-language__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    line-height: 1;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .header-language__item--active {
    padding: 6px 14px 7px !important;
  }

  .header--opened .header__menu-button:before,
  .header--opened .header__menu-button:after {
    top: 11px !important;
    bottom: auto !important;
    left: 3px !important;
  }
}


@media (max-width: 991px) {
  .header {
    transition: top .2s ease-in-out, background-color .3s;
  }
  .header--hidden {
    top: -80px !important;
  }
  .header--opened {
    background: rgba(255, 255, 255, 0.95) !important;
    -webkit-backdrop-filter: saturate(140%) blur(8px) !important;
    backdrop-filter: saturate(140%) blur(8px) !important;
  }
  .header--opened.header--hidden {
    top: 0 !important;
  }
}

/* P1_6_MOBILE_HEADER_TWEAKS_v3 */

.header {
  transition: top 0.3s ease-in-out, background-color 0.3s;
}

/* Base scroll behavior for all devices */
.header--scroll {
    background: rgba(255, 255, 255, 0.8) !important;
    -webkit-backdrop-filter: saturate(140%) blur(8px) !important;
    backdrop-filter: saturate(140%) blur(8px) !important;
}

/* Hidden state for P1_5 script */
.header--hidden {
    top: -80px !important;
}

@media (max-width: 991px) {
  /* Ensure header background behaves properly on mobile */
  .header {
    background: transparent; 
  }
  
  .header--opened {
    background: rgba(255, 255, 255, 0.95) !important;
    -webkit-backdrop-filter: saturate(140%) blur(8px) !important;
    backdrop-filter: saturate(140%) blur(8px) !important;
  }
  
  /* If menu is opened, don't hide it */
  .header--opened.header--hidden {
    top: 0 !important;
  }
  
  /* Fix logo centering and size on mobile */
  .header__flex {
    align-items: center;
    position: relative;
    padding: 10px 0 10px;
    min-height: 60px;
  }
  
  .header__logo {
    max-width: none !important;
    width: 192px !important;
    position: absolute !important;
    left: 50% !important;
    top: 20px !important;
    transform: translate(-50%, -50%) !important;
    margin-top: 0 !important;
  }
  
  .header__logo img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}


/* P1_7_HEADER_LOGO_RESTORE_20260412 */
@media (max-width: 991px) {
  .header__logo {
    width: 192px !important;
    height: 48px !important;
    max-width: none !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 6 !important;
  }
  .header__logo img {
    width: 192px !important;
    height: 48px !important;
    max-width: none !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}


/* P2_1_HIDE_LANGUAGE_SWITCH_20260412 */
.header-language,
.header-language--single {
  display: none !important;
}


/* P2_2_HEADER_MASCOT_RIGHT_20260412 */
@media (max-width: 991px) {
  .header__mascot {
    position: absolute;
    right: 0;
    top: 20px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url('/assets/img/mess_img.jpg?v=20260405b') center center / cover no-repeat;
    box-shadow: 0 2px 8px rgba(66, 71, 112, 0.18);
    z-index: 6;
    pointer-events: auto;
    display: block;
  }
}


/* P3_1_HERO_ZOOM_FLUID_LOCK_20260412 */
@media (min-width: 768px) {
  :root {
    --hero-decor-width: min(1160px, calc(100% - 48px));
    --hero-decor-y: -12px;
  }

  .top {
    background-position: center var(--hero-decor-y) !important;
    background-size: var(--hero-decor-width) auto !important;
  }
}

@media (max-width: 767px) {
  :root {
    --hero-decor-width: calc(100% - 32px);
    --hero-decor-y: 0px;
  }
}

/* P4_1_A11Y_REDUCED_MOTION_20260412 */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* P4_4_A11Y_FOCUS_VISIBLE_20260412 */
a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #9cc63f;
  outline-offset: 2px;
  border-radius: 6px;
}

.button:focus-visible,
.header-menu__link:focus-visible,
.header__menu-button:focus-visible,
.header__mascot:focus-visible {
  box-shadow: 0 0 0 3px rgba(156, 198, 63, .35);
}

/* P5_1_FOOTER_TRUST_HIERARCHY_20260412 */
.footer__text {
  color: #424770;
}
.footer__group-title {
  color: #9cc63f;
}
.footer__legal-box {
  color: #424770;
  font-size: 13px;
  line-height: 1.5;
}
.footer__copyright {
  color: #aab7c4;
}

/* P5.9 insurers accordion without row shifts */
.insurer-card {position: relative; overflow: visible;}
.insurer-card > p {display:none;}
.insurer-card[open] > p {
  display:block;
  position:absolute;
  left:0;
  right:0;
  top:calc(100% + 8px);
  z-index:12;
  background:#fff;
  border:1px solid rgba(66,71,112,.16);
  border-radius:12px;
  box-shadow:0 12px 28px rgba(50,50,93,.12);
  padding:12px 14px;
  margin:0;
}
.insurer-card[open] summary {position:relative; z-index:13;}
@media (max-width: 767px) {
  .insurer-card[open] > p {position:static; margin-top:10px; box-shadow:none;}
}


/* P6_4_HERO_DRAGON_GEOMETRY_GUARD_20260418 */
.top__img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.top__img img {
  display: block;
  width: 100%;
  height: auto;
  max-height: clamp(320px, 56vh, 640px);
  object-fit: contain;
  object-position: center bottom;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .top__img {
    width: min(46%, 460px);
  }
}

@media (max-width: 767px) {
  .top__img {
    max-width: 320px;
    aspect-ratio: auto;
  }

  .top__img img {
    max-height: min(46vh, 360px);
  }
}
