#hero .hero-inner .container {
    height: auto;
    padding: 128px 0 91px;
}

#hero .hero-inner h1 {
    font-size: 48px;
    text-shadow: 0px 3px 3px rgba(28, 56, 107, 0.5);
}

#hero .hero-inner .container > p {
    margin: 0 0 60px;
}

.hero-nasdaq {
    position: absolute;
    right: 0;
    bottom: -88px;

    width: 100%;
    max-width: 336px;

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 56px 20px;
    text-align: center;

    background: #fff;
    box-shadow: 3px 3px 6px 0px #1C386B4D;
}

.hero-nasdaq #stock-name {
    color: #1C386B;
}

.hero-nasdaq #stock-price {
    color: #00A8E3;
}

.hero-nasdaq #stock-name strong {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px 0;

    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    color: #1C386B;
}

.hero-nasdaq #stock-name strong:after {
    content: '';
    display: block;
    margin: 8px 0;

    width: 92px;
    height: 2px;
    border-radius: 100px;

    background: #1C386B;
}

.hero-nasdaq p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.hero-nasdaq strong {
    font-family: 'Nunito', sans-serif;
    font-size: 38px;
    font-weight: 800;
    color: #00A8E3;
}

.hero-nasdaq hr {
    width: 90px;
    height: 2px;
    margin: 8px 0;
    background: #1C386B;
}

#why .why-inner {
    padding: 0 108px;
}

#why .why-inner .container {
    padding: 136px 0 96px;

    display: flex;
    flex-direction: column;
    gap: 64px 0;
}

#why .why-inner_cols {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 64px;
}

#why .why-inner h2 {
    margin: 0;

    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
}

#why .why-inner_left {
    width: 100%;
    max-width: 608px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 64px 0;
}

#why .why-inner_left p {
    margin: 0;

    font-family: 'RalewayAlt', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

#why .why-inner_left a {
    padding: 3px 20px;

    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: #00A8E3;

    border-radius: 100px;
    border: 1px solid #00A8E3;
}

#why .why-inner_right {
    width: 100%;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 48px;
}

#why .why-inner_right__feature {
    width: calc(50% - 24px);

    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0 32px;

    font-size: 19px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.05em;
    color: #1C386B;
}

#why .why-inner_right__feature svg {
    position: relative;
    top: 4px;
    flex-shrink: 0;
}

#overview .overview-inner {
    padding: 0 108px;
    background: #F2F4F6;
}

#overview .overview-inner .container {
    padding: 80px 0;

    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0 64px;
}

#overview .overview-inner_left {
    width: 100%;
    max-width: 520px;
}

#overview .overview-inner_left > div {
    margin: 0 !important;
}

#overview .overview-inner_right {
    width: 100%;
    max-width: 656px;
}

#overview .overview-inner_right h2 {
    margin: 0 0 10px;

    font-size: 32px;
    font-weight: 700;
    line-height: 130%;
}

#overview .overview-inner_right__subtitle {
    margin: 0 0 26px !important;

    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 130% !important;
}

#overview .overview-inner_right p {
    margin: 0;

    font-family: 'RalewayAlt', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

#stats .stats-inner {
    max-width: 960px;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

#stats .stats-inner_stat {
    gap: 16px 0;
}

#stats .stats-inner_stat > strong {
    color: #00A8E3;
}

#chart .chart-inner .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0 64px;
    padding: 120px 0;

    position: relative;
    z-index: 2;
}

#chart .chart-inner .chart-inner_left h2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px 0;

    font-size: 44px;
    font-weight: 700;
    line-height: 100%;
}

#chart .chart-inner .chart-inner_left h2:after {
    content: '';
    display: block;

    width: 92px;
    height: 2px;
    border-radius: 100px;

    background: #00A8E3;
}

#chart .chart-inner .chart-inner_left p {
    font-size: 20px;
    font-weight: 500;
}

#chart .chart-inner .chart-inner_right {
    width: 100%;
    max-width: 784px;
}

#chart .chart-inner .chart-inner_right .tradingview-widget-container {
    aspect-ratio: 3/2;
}

#updates {
    padding: 144px 108px 64px;
    background: #F2F4F6;
}

#updates .updates-inner {
    width: 100%;
    max-width: 1650px;
    margin: 0 auto;

    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0 64px;
}

#updates .updates-inner_col {
    width: 100%;
    max-width: 304px;
}

#updates h2 {
    margin: 0;

    font-size: 32px;
    font-weight: 700;
    line-height: 46px;
}

#updates .updates-inner_cols {
    display: flex;
    flex-direction: row;
    gap: 0 80px;

    padding: 0;
    margin: 0;

    list-style-type: none;
}

#updates .updates-inner_col {
    display: flex;
    flex-direction: column;
    gap: 32px 0;

    padding: 24px 0 0 40px;
    border-left: 3px solid #00A8E3;
}

#updates .updates-inner_col__head,
#updates .updates-inner_col__body {
    display: flex;
    flex-direction: column;
    gap: 6px 0;
}

#updates .updates-inner_col__head span {
    font-size: 19px;
    font-weight: 400;
    line-height: 19px;
    color: #1C386B;
}

#updates .updates-inner_col small {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #ABAEAD;
}

#updates .updates-inner_col__body strong {
    font-size: 32px;
    font-weight: 500;
    line-height: 35px;
    color: #1C386B;
    white-space: nowrap;
}

#newsletter .newsletter-inner {
    padding: 64px 108px 32px;
    background: #F2F4F6;
}

#newsletter .newsletter-inner .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px 0;
    max-width: 708px;
    margin: 0 auto;
}

#newsletter .newsletter-inner h2 {
    width: 100%;
    white-space: nowrap;
    font-size: 19px;
    font-weight: 700;
    line-height: 100%;
    flex-shrink: 0;
    margin: 0;
    padding: 0 16px;
}

#newsletter .newsletter-inner h2 img {
    width: auto;
    height: 29px;

    position: relative;
    top: -8px;
}

#newsletter .newsletter-inner .wpcf7 {
    width: 100%;
    margin: 0 !important;
}

#newsletter .newsletter-inner .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 16px 0;
}

#newsletter .newsletter-inner .wpcf7 .form-group {
    position: relative;
    width: 100%;
    margin: 0;
}

#newsletter .newsletter-inner .wpcf7 .form-group label {
    display: none;
}

#newsletter .newsletter-inner .wpcf7 .wpcf7-form-control-wrap {
    width: 100%;
}

#newsletter .newsletter-inner .wpcf7 .form-group input:not([type="submit"]) {
    height: auto;
    max-height: unset;
    padding: 11px 36px;

    border: 1px solid #1C386B;
    border-radius: 100px;

    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: #1C386B;

    background: none;
}

#newsletter .newsletter-inner .wpcf7 .wpcf7-spinner {
    display: none !important;
}

#newsletter .newsletter-inner .wpcf7 .form-group input:not([type="submit"])::placeholder {
    color: #1C386B;
}

#newsletter .newsletter-inner .wpcf7 .form-group input[type="submit"] {
    width: 100%;
    max-width: 200px;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;

    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-transform: none;

    border: none;
}

#newsletter .newsletter-inner .wpcf7 .form-group input[type="submit"]:hover {
    color: #00A8E3 !important;
    border: 1px solid #00A8E3 !important;
}

#newsletter .newsletter-inner .wpcf7-form small {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #ABAEAD;
}

#coverage {
    padding: 64px 108px;
    background: #F2F4F6;
}

#coverage .coverage-inner h2 {
    margin: 0 0 64px;

    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
}

#coverage .coverage-inner_analysts {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0 45px;
}

#coverage .coverage-inner_analysts .sep {
    width: 2px;

    border-radius: 100px;
    background: #00A8E3;
    flex-shrink: 0;
}

#coverage .coverage-inner_analyst {
    width: 100%;
    max-width: 405px;
}

#coverage .coverage-inner_analyst img {
    min-height: 32px;
    max-width: 185px;
    max-height: 40px;
    margin: 0 0 27px;
}

#coverage .coverage-inner_analyst__meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 16px;
    margin: 0 0 48px;

    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #1C386B;
}

#coverage .coverage-inner_analyst__meta div {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 0 35px;
}

#coverage .coverage-inner_analyst__meta strong {
    font-size: 21px;
    font-weight: 600;
}

@media only screen and (min-width: 1025px) and (max-width: 1480px) {

    #coverage .coverage-inner_analyst__meta,
    #coverage .coverage-inner_analyst__meta strong {
        font-size: 18px;
    }
}

#coverage .coverage-inner_analyst ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0 40px;

    margin: 0;
    padding: 0;
    list-style-type: none;
}

#coverage .coverage-inner_analyst ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 12px;
}

#coverage .coverage-inner_analyst ul li span {
    display: block;
    margin: 0 0 4px;

    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

#coverage .coverage-inner_analyst ul li a {
    font-size: 12px;
    line-height: 18px;
    color: #1C386B;
}

#coverage .coverage-inner_analyst ul li a svg {
    width: 20px;
    height: auto;
}

#chart .chart-inner {
    position: relative;

    background: url('data:image/svg+xml, <svg width="705" height="299" viewBox="0 0 705 299" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M47.4786 1.11035C47.4786 1.72293 46.941 2.22003 46.2784 2.22003C45.6154 2.22003 45.0777 1.72293 45.0777 1.11035C45.0777 0.497375 45.6154 0.000244141 46.2784 0.000244141C46.941 0.000244141 47.4786 0.497375 47.4786 1.11035ZM48.2814 35.5914C48.2814 36.6141 47.3845 37.4436 46.278 37.4436C45.1721 37.4436 44.2749 36.6141 44.2749 35.5914C44.2749 34.5684 45.1721 33.7393 46.278 33.7393C47.3845 33.7393 48.2814 34.5684 48.2814 35.5914ZM114.159 63.7141C116.043 63.9968 117.322 65.638 117.016 67.3797C116.711 69.1215 114.936 70.3047 113.052 70.0219C111.167 69.7392 109.888 68.098 110.194 66.3563C110.469 64.7879 111.936 63.6725 113.601 63.6724C113.785 63.6723 113.971 63.6859 114.159 63.7141ZM48.2734 68.011C48.2734 69.029 47.3789 69.8632 46.2704 69.8632C45.1696 69.8632 44.2673 69.0358 44.2673 68.011C44.2673 66.993 45.1618 66.1589 46.2704 66.1589C47.3789 66.1661 48.2734 66.993 48.2734 68.011ZM14.7709 68.0178C14.7709 68.6308 14.2336 69.1275 13.5706 69.1275C12.9076 69.1275 12.3704 68.6308 12.3704 68.0178C12.3704 67.4048 12.9076 66.9077 13.5706 66.9077C14.2336 66.9077 14.7709 67.4048 14.7709 68.0178ZM121.24 94.0786C122.987 97.9778 120.985 102.448 116.768 104.063C112.55 105.678 107.716 103.826 105.969 99.9276C104.222 96.0284 106.225 91.5583 110.442 89.9435C111.476 89.5473 112.548 89.3597 113.602 89.3596C116.845 89.3595 119.922 91.136 121.24 94.0786ZM46.8309 93.8855C48.7149 94.1682 49.9941 95.8094 49.6884 97.5511C49.3828 99.2929 47.6077 100.476 45.7235 100.193C43.8395 99.9106 42.5604 98.2694 42.866 96.5276C43.1413 94.9589 44.608 93.8438 46.2728 93.8437C46.4569 93.8437 46.6433 93.8573 46.8309 93.8855ZM82.189 95.969C82.189 96.987 81.2945 97.8212 80.186 97.8212C79.0851 97.8212 78.1829 96.9942 78.1829 95.969C78.1829 94.9442 79.0776 94.1173 80.186 94.1173C81.2869 94.1173 82.189 94.9442 82.189 95.969ZM15.5737 97.0477C15.5737 98.0652 14.6791 98.8994 13.5706 98.8994C12.4622 98.8994 11.5676 98.0724 11.5676 97.0477C11.5676 96.0297 12.4622 95.1955 13.5706 95.1955C14.6791 95.1955 15.5737 96.0297 15.5737 97.0477ZM127.474 127.973C127.474 131.274 126.082 134.271 123.826 136.512C123.826 136.519 123.834 136.519 123.834 136.526C121.946 138.258 120.776 140.654 120.776 143.305C120.776 145.956 121.946 148.352 123.834 150.084C123.834 150.091 123.826 150.091 123.826 150.098C126.082 152.339 127.474 155.336 127.474 158.637C127.474 165.564 121.395 171.184 113.903 171.184C106.41 171.198 100.332 165.578 100.332 158.651C100.332 155.35 101.723 152.353 103.979 150.105C103.979 150.098 103.971 150.098 103.971 150.091C105.859 148.359 107.029 145.963 107.029 143.312C107.029 140.661 105.859 138.265 103.971 136.533C103.971 136.526 103.979 136.526 103.979 136.519C101.723 134.278 100.332 131.281 100.332 127.973C100.332 121.045 106.41 115.426 113.903 115.426C121.395 115.426 127.474 121.045 127.474 127.973ZM52.7206 122.474C55.9484 125.458 55.9484 130.296 52.7206 133.281C49.493 136.265 44.2601 136.265 41.0324 133.281C37.8051 130.296 37.8051 125.458 41.0324 122.474C42.6463 120.982 44.7614 120.236 46.8765 120.236C48.9916 120.236 51.1068 120.982 52.7206 122.474ZM17.0263 127.9C17.0263 129.667 15.4819 131.095 13.5706 131.095C11.6593 131.095 10.115 129.667 10.115 127.9C10.115 126.133 11.6593 124.705 13.5706 124.705C15.4819 124.705 17.0263 126.14 17.0263 127.9ZM185.537 126.68C186.267 128.31 185.43 130.18 183.667 130.855C181.904 131.53 179.882 130.756 179.151 129.126C178.421 127.495 179.258 125.626 181.022 124.951C181.454 124.785 181.902 124.707 182.343 124.707C183.699 124.707 184.986 125.45 185.537 126.68ZM82.189 127.91C82.189 128.928 81.2945 129.762 80.186 129.762C79.0851 129.762 78.1829 128.935 78.1829 127.91C78.1829 126.885 79.0776 126.058 80.186 126.058C81.2869 126.058 82.189 126.885 82.189 127.91ZM285.595 127.905C285.595 128.518 285.058 129.015 284.395 129.015C283.732 129.015 283.194 128.518 283.194 127.905C283.194 127.292 283.732 126.795 284.395 126.795C285.058 126.795 285.595 127.292 285.595 127.905ZM55.1395 158.464C55.1395 162.684 51.4391 166.105 46.8745 166.105C42.31 166.105 38.6099 162.684 38.6099 158.464C38.6099 154.244 42.31 150.822 46.8745 150.822C51.4391 150.822 55.1395 154.244 55.1395 158.464ZM186.392 154.686C188.646 156.771 188.646 160.15 186.392 162.234C184.138 164.318 180.483 164.318 178.229 162.234C175.974 160.15 175.974 156.771 178.229 154.686C179.356 153.644 180.833 153.123 182.311 153.123C183.788 153.123 185.265 153.644 186.392 154.686ZM425.215 156.428C426.435 159.151 425.037 162.273 422.091 163.401C419.146 164.529 415.769 163.236 414.549 160.512C413.329 157.789 414.728 154.667 417.673 153.539C418.396 153.263 419.144 153.132 419.88 153.132C422.145 153.132 424.294 154.372 425.215 156.428ZM17.0263 158.458C17.0263 160.223 15.4791 161.653 13.5706 161.653C11.6621 161.653 10.115 160.223 10.115 158.458C10.115 156.694 11.6621 155.263 13.5706 155.263C15.4791 155.263 17.0263 156.694 17.0263 158.458ZM83.6417 158.458C83.6417 160.223 82.0945 161.653 80.186 161.653C78.2775 161.653 76.7303 160.223 76.7303 158.458C76.7303 156.694 78.2775 155.263 80.186 155.263C82.0945 155.263 83.6417 156.694 83.6417 158.458ZM219.677 158.458C219.677 160.223 218.129 161.653 216.221 161.653C214.312 161.653 212.765 160.223 212.765 158.458C212.765 156.694 214.312 155.263 216.221 155.263C218.129 155.263 219.677 156.694 219.677 158.458ZM389.452 158.458C389.452 160.223 387.904 161.653 385.996 161.653C384.087 161.653 382.54 160.223 382.54 158.458C382.54 156.694 384.087 155.263 385.996 155.263C387.904 155.263 389.452 156.694 389.452 158.458ZM457.191 158.458C457.191 160.223 455.643 161.653 453.735 161.653C451.826 161.653 450.279 160.223 450.279 158.458C450.279 156.694 451.826 155.263 453.735 155.263C455.643 155.263 457.191 156.694 457.191 158.458ZM524.938 158.458C524.938 160.225 523.393 161.653 521.482 161.653C519.571 161.653 518.026 160.225 518.026 158.465C518.026 156.698 519.571 155.263 521.482 155.263C523.393 155.263 524.938 156.691 524.938 158.458ZM151.661 157.241C152.391 158.871 151.554 160.74 149.791 161.416C148.028 162.091 146.006 161.317 145.276 159.686C144.545 158.056 145.383 156.187 147.146 155.512C147.578 155.346 148.026 155.268 148.467 155.267C149.823 155.267 151.11 156.01 151.661 157.241ZM285.157 155.354C287.015 155.76 288.165 157.48 287.726 159.198C287.287 160.915 285.426 161.979 283.569 161.573C281.711 161.167 280.561 159.447 281 157.729C281.375 156.259 282.794 155.268 284.36 155.268C284.623 155.268 284.89 155.296 285.157 155.354ZM252.217 158.45C252.217 159.475 251.323 160.302 250.214 160.302C249.113 160.302 248.211 159.475 248.211 158.45C248.211 157.432 249.106 156.598 250.214 156.598C251.315 156.598 252.217 157.425 252.217 158.45ZM518.026 158.465C518.026 158.458 518.026 158.458 518.026 158.465V158.465ZM60.4528 192.63C60.4528 195.931 59.0615 198.928 56.806 201.168C56.806 201.176 56.8137 201.176 56.8137 201.183C54.9252 202.914 53.7554 205.311 53.7554 207.961C53.7554 210.612 54.9252 213.009 56.8137 214.74C56.8137 214.748 56.806 214.748 56.806 214.754C59.0615 216.995 60.4528 219.992 60.4528 223.293C60.4528 230.221 54.3748 235.84 46.8821 235.84C39.3895 235.84 33.3115 230.221 33.3115 223.293C33.3115 219.992 34.7028 216.995 36.9583 214.748C36.9583 214.74 36.9506 214.74 36.9506 214.733C38.8391 213.002 40.0089 210.605 40.0089 207.955C40.0089 205.304 38.8391 202.908 36.9506 201.176C36.9506 201.168 36.9583 201.168 36.9583 201.162C34.7028 198.921 33.3115 195.923 33.3115 192.615C33.3115 185.688 39.3895 180.068 46.8821 180.068C54.3748 180.082 60.4528 185.695 60.4528 192.63ZM195.836 192.63C195.836 195.931 194.445 198.928 192.189 201.168C192.189 201.176 192.196 201.176 192.196 201.183C190.308 202.914 189.139 205.311 189.139 207.961C189.139 210.612 190.308 213.009 192.196 214.74C192.196 214.748 192.189 214.748 192.189 214.754C194.445 216.995 195.836 219.992 195.836 223.293C195.836 230.221 189.758 235.84 182.265 235.84C174.772 235.84 168.694 230.221 168.694 223.293C168.694 219.992 170.086 216.995 172.341 214.748C172.341 214.74 172.334 214.74 172.334 214.733C174.222 213.002 175.392 210.605 175.392 207.955C175.392 205.304 174.222 202.908 172.334 201.176C172.334 201.168 172.341 201.168 172.341 201.162C170.086 198.921 168.694 195.923 168.694 192.615C168.694 185.688 174.772 180.068 182.265 180.068C189.765 180.082 195.836 185.695 195.836 192.63ZM433.479 192.63C433.479 195.931 432.087 198.928 429.831 201.168C429.831 201.176 429.839 201.176 429.839 201.183C427.951 202.914 426.781 205.311 426.781 207.961C426.781 210.612 427.951 213.009 429.839 214.74C429.839 214.748 429.831 214.748 429.831 214.754C432.087 216.995 433.479 219.992 433.479 223.293C433.479 230.221 427.4 235.84 419.908 235.84C412.415 235.84 406.337 230.221 406.337 223.293C406.337 219.992 407.728 216.995 409.984 214.748C409.984 214.74 409.976 214.74 409.976 214.733C411.864 213.002 413.034 210.605 413.034 207.955C413.034 205.304 411.864 202.908 409.976 201.176C409.976 201.168 409.984 201.168 409.984 201.162C407.728 198.921 406.337 195.923 406.337 192.615C406.337 185.688 412.415 180.068 419.908 180.068C427.4 180.082 433.479 185.695 433.479 192.63ZM360.391 189.794C360.391 194.014 356.691 197.435 352.126 197.435C347.562 197.435 343.861 194.014 343.861 189.794C343.861 185.574 347.562 182.153 352.126 182.153C356.691 182.153 360.391 185.574 360.391 189.794ZM529.787 189.794C529.787 194.014 526.086 197.435 521.522 197.435C516.957 197.435 513.257 194.014 513.257 189.794C513.257 185.574 516.957 182.153 521.522 182.153C526.086 182.153 529.787 185.574 529.787 189.794ZM16.7302 182.75C20.9474 184.364 22.9501 188.835 21.2031 192.734C19.4564 196.632 14.6215 198.484 10.4043 196.869C6.18744 195.254 4.18475 190.784 5.93146 186.885C7.24994 183.942 10.3275 182.166 13.5705 182.166C14.6246 182.166 15.6957 182.353 16.7302 182.75ZM291.997 186.89C293.744 190.789 291.741 195.259 287.524 196.874C283.307 198.489 278.472 196.638 276.725 192.739C274.979 188.84 276.981 184.37 281.198 182.755C282.232 182.359 283.304 182.171 284.358 182.171C287.601 182.171 290.679 183.947 291.997 186.89ZM325.88 186.89C327.627 190.789 325.624 195.259 321.407 196.874C317.19 198.489 312.355 196.638 310.608 192.739C308.861 188.84 310.864 184.37 315.081 182.755C316.115 182.359 317.187 182.171 318.241 182.171C321.484 182.171 324.561 183.947 325.88 186.89ZM495.298 186.896C497.045 190.795 495.042 195.265 490.825 196.88C486.608 198.496 481.773 196.644 480.027 192.745C478.279 188.846 480.282 184.376 484.499 182.761C485.534 182.365 486.605 182.177 487.659 182.177C490.902 182.177 493.98 183.954 495.298 186.896ZM115.374 184.297C119.816 185.267 122.567 189.383 121.518 193.49C120.469 197.596 116.018 200.14 111.575 199.17C107.133 198.2 104.382 194.084 105.431 189.978C106.33 186.461 109.722 184.091 113.468 184.091C114.097 184.091 114.735 184.158 115.374 184.297ZM85.9584 189.782C85.9584 192.729 83.3741 195.119 80.186 195.119C76.998 195.119 74.4136 192.729 74.4136 189.782C74.4136 186.835 76.998 184.445 80.186 184.445C83.3741 184.445 85.9584 186.835 85.9584 189.782ZM217.504 184.593C220.606 185.271 222.527 188.145 221.795 191.014C221.062 193.882 217.953 195.658 214.85 194.981C211.748 194.304 209.827 191.429 210.56 188.561C211.187 186.105 213.556 184.449 216.172 184.449C216.612 184.449 217.058 184.496 217.504 184.593ZM457.838 186.013C460.092 188.097 460.092 191.476 457.838 193.56C455.584 195.645 451.929 195.645 449.675 193.56C447.421 191.476 447.421 188.097 449.675 186.013C450.802 184.971 452.279 184.45 453.756 184.45C455.234 184.45 456.711 184.971 457.838 186.013ZM152.515 186.017C154.769 188.101 154.769 191.48 152.515 193.564C150.261 195.648 146.606 195.648 144.352 193.564C142.098 191.48 142.098 188.101 144.352 186.017C145.479 184.975 146.956 184.454 148.434 184.454C149.911 184.454 151.388 184.975 152.515 186.017ZM251.115 184.524C254.262 184.996 256.399 187.738 255.888 190.647C255.378 193.556 252.412 195.533 249.266 195.06C246.119 194.588 243.982 191.846 244.493 188.937C244.952 186.317 247.403 184.455 250.184 184.454C250.491 184.454 250.802 184.477 251.115 184.524ZM387.299 184.601C390.401 185.278 392.323 188.153 391.59 191.021C390.857 193.89 387.749 195.666 384.646 194.989C381.544 194.311 379.622 191.437 380.355 188.568C380.982 186.112 383.352 184.457 385.968 184.457C386.407 184.457 386.853 184.504 387.299 184.601ZM556.675 184.609C559.777 185.286 561.698 188.161 560.966 191.03C560.233 193.898 557.124 195.674 554.022 194.997C550.919 194.32 548.998 191.445 549.731 188.577C550.358 186.121 552.728 184.465 555.343 184.465C555.783 184.465 556.229 184.512 556.675 184.609ZM27.1413 223.431C27.1413 230.36 21.0656 235.977 13.5706 235.977C6.07568 235.977 0 230.36 0 223.431C0 216.501 6.07568 210.884 13.5706 210.884C21.0656 210.884 27.1413 216.501 27.1413 223.431ZM331.81 223.431C331.81 230.36 325.735 235.977 318.24 235.977C310.745 235.977 304.669 230.36 304.669 223.431C304.669 216.501 310.745 210.884 318.24 210.884C325.735 210.884 331.81 216.501 331.81 223.431ZM501.252 223.431C501.252 230.36 495.176 235.977 487.681 235.977C480.186 235.977 474.11 230.36 474.11 223.431C474.11 216.501 480.186 210.884 487.681 210.884C495.176 210.884 501.252 216.501 501.252 223.431ZM671.271 223.431C671.271 230.36 665.195 235.977 657.7 235.977C650.205 235.977 644.129 230.36 644.129 223.431C644.129 216.501 650.205 210.884 657.7 210.884C665.195 210.884 671.271 216.501 671.271 223.431ZM252.2 211.071C259.599 212.181 264.623 218.626 263.422 225.466C262.222 232.306 255.251 236.951 247.853 235.841C240.454 234.731 235.43 228.286 236.631 221.446C237.712 215.287 243.473 210.907 250.01 210.907C250.733 210.907 251.464 210.96 252.2 211.071ZM126.024 218.677C128.892 225.079 125.604 232.419 118.679 235.071C111.754 237.723 103.816 234.683 100.948 228.281C98.0792 221.879 101.367 214.539 108.292 211.887C109.99 211.236 111.75 210.928 113.48 210.928C118.806 210.928 123.859 213.845 126.024 218.677ZM535.138 224.531C535.138 227.832 533.747 230.829 531.491 233.07C531.491 233.077 531.499 233.077 531.499 233.084C529.611 234.816 528.441 237.212 528.441 239.863C528.441 242.513 529.611 244.91 531.499 246.641C531.499 246.662 531.491 246.662 531.491 246.67C533.747 248.911 535.138 251.908 535.138 255.209C535.138 262.136 529.06 267.756 521.567 267.756C514.075 267.756 507.997 262.136 507.997 255.209C507.997 251.908 509.388 248.911 511.643 246.662C511.643 246.656 511.636 246.656 511.636 246.648C513.524 244.917 514.694 242.521 514.694 239.87C514.694 237.219 513.524 234.822 511.636 233.091C511.636 233.084 511.643 233.084 511.643 233.077C509.388 230.836 507.997 227.839 507.997 224.531C507.997 217.603 514.075 211.984 521.567 211.984C529.06 211.984 535.138 217.603 535.138 224.531ZM365.705 224.538C365.705 227.839 364.313 230.836 362.058 233.077C362.058 233.098 362.058 233.098 362.066 233.105C360.177 234.837 359.008 237.233 359.008 239.884C359.008 242.535 360.177 244.931 362.066 246.663C362.066 246.67 362.058 246.67 362.058 246.677C364.314 248.918 365.705 251.915 365.705 255.216C365.705 262.144 359.627 267.763 352.134 267.763C344.641 267.763 338.563 262.144 338.563 255.216C338.563 251.915 339.955 248.918 342.21 246.67C342.21 246.663 342.203 246.663 342.203 246.656C344.091 244.924 345.261 242.528 345.261 239.877C345.261 237.226 344.091 234.83 342.203 233.098C342.203 233.091 342.21 233.091 342.21 233.084C339.955 230.843 338.563 227.846 338.563 224.538C338.563 217.611 344.641 211.991 352.134 211.991C359.627 211.991 365.705 217.611 365.705 224.538ZM563.664 223.383C563.664 227.603 559.964 231.024 555.399 231.024C550.835 231.024 547.135 227.603 547.135 223.383C547.135 219.163 550.835 215.742 555.399 215.742C559.964 215.742 563.664 219.163 563.664 223.383ZM285.691 215.859C290.196 216.534 293.256 220.459 292.525 224.625C291.793 228.791 287.548 231.62 283.043 230.944C278.537 230.268 275.477 226.343 276.209 222.177C276.867 218.426 280.375 215.759 284.356 215.759C284.796 215.759 285.242 215.791 285.691 215.859ZM85.9584 223.362C85.9584 226.309 83.3741 228.699 80.186 228.699C76.998 228.699 74.4136 226.309 74.4136 223.362C74.4136 220.414 76.998 218.025 80.186 218.025C83.3741 218.025 85.9584 220.414 85.9584 223.362ZM149.755 218.173C152.858 218.851 154.779 221.725 154.046 224.594C153.314 227.462 150.204 229.238 147.102 228.561C144 227.884 142.078 225.009 142.811 222.141C143.438 219.685 145.808 218.029 148.423 218.029C148.863 218.029 149.309 218.076 149.755 218.173ZM217.502 218.176C220.604 218.854 222.526 221.728 221.793 224.596C221.06 227.465 217.952 229.241 214.849 228.564C211.746 227.886 209.825 225.012 210.558 222.143C211.185 219.687 213.555 218.032 216.171 218.032C216.61 218.032 217.056 218.079 217.502 218.176ZM628.476 219.603C630.73 221.687 630.73 225.066 628.476 227.15C626.222 229.235 622.567 229.235 620.313 227.15C618.059 225.066 618.059 221.687 620.313 219.603C621.44 218.561 622.917 218.04 624.394 218.04C625.872 218.04 627.349 218.561 628.476 219.603ZM390.085 219.604C392.34 221.688 392.34 225.067 390.085 227.151C387.831 229.235 384.176 229.235 381.922 227.151C379.668 225.067 379.668 221.688 381.922 219.604C383.049 218.561 384.527 218.04 386.004 218.04C387.481 218.04 388.958 218.561 390.085 219.604ZM455.045 218.186C458.148 218.863 460.069 221.738 459.336 224.607C458.604 227.475 455.495 229.251 452.392 228.574C449.29 227.896 447.368 225.022 448.101 222.154C448.728 219.698 451.098 218.042 453.713 218.042C454.153 218.042 454.599 218.089 455.045 218.186ZM704.759 254.806C704.759 258.107 703.344 261.104 701.05 263.345C701.05 263.352 701.058 263.352 701.058 263.359C699.138 265.091 697.949 267.487 697.949 270.138C697.949 272.789 699.138 275.185 701.058 276.917C701.058 276.924 701.05 276.924 701.05 276.931C703.344 279.172 704.759 282.169 704.759 285.47C704.759 292.397 698.578 298.017 690.96 298.017C690.921 298.017 690.882 298.01 690.836 298.01C690.796 298.01 690.758 298.017 690.711 298.017C687.081 298.017 683.784 296.73 681.32 294.645C681.312 294.645 681.312 294.652 681.304 294.652C679.4 292.906 676.765 291.825 673.849 291.825C671.315 291.825 668.998 292.644 667.187 294.002C664.668 296.462 661.084 298.017 657.088 298.017C657.073 298.017 657.057 298.017 657.041 298.017C657.026 298.017 657.011 298.017 656.995 298.017C656.979 298.017 656.964 298.017 656.94 298.017C656.925 298.017 656.909 298.017 656.886 298.017C653.256 298.017 649.959 296.73 647.495 294.645C647.487 294.645 647.487 294.652 647.48 294.652C645.575 292.906 642.939 291.825 640.024 291.825C637.389 291.825 634.979 292.715 633.136 294.179C630.625 296.539 627.119 298.01 623.217 298.01C623.209 298.01 623.201 298.01 623.186 298.01C623.178 298.01 623.17 298.01 623.154 298.01C623.139 298.01 623.123 298.01 623.1 298.01C623.084 298.01 623.069 298.01 623.046 298.01C619.415 298.01 616.119 296.723 613.654 294.638C613.647 294.638 613.647 294.645 613.639 294.645C611.734 292.899 609.099 291.817 606.183 291.817C603.268 291.817 600.632 292.899 598.728 294.645L598.72 294.638C597.181 295.939 595.323 296.928 593.248 297.487C593.216 297.494 593.177 297.501 593.146 297.508C592.766 297.607 592.385 297.699 591.996 297.77C591.879 297.791 591.755 297.805 591.63 297.819C591.319 297.868 591.009 297.918 590.69 297.946C590.348 297.975 589.99 297.989 589.64 297.996C589.54 297.996 589.438 298.01 589.337 298.01H589.329H589.322C589.306 298.01 589.29 298.01 589.267 298.01C589.252 298.01 589.236 298.01 589.213 298.01C585.582 298.01 582.286 296.723 579.822 294.638C579.814 294.638 579.814 294.645 579.806 294.645C577.901 292.899 575.266 291.817 572.351 291.817C569.435 291.817 566.8 292.899 564.895 294.645C564.888 294.645 564.888 294.638 564.88 294.638C564.724 294.765 564.561 294.885 564.405 295.006C564.32 295.076 564.227 295.147 564.141 295.211C563.9 295.387 563.644 295.557 563.387 295.726C563.286 295.79 563.185 295.861 563.084 295.917C562.82 296.08 562.54 296.229 562.26 296.37C562.159 296.419 562.066 296.476 561.964 296.525C561.661 296.674 561.35 296.801 561.039 296.928C560.954 296.964 560.868 296.999 560.783 297.034C560.433 297.169 560.076 297.282 559.71 297.388C559.648 297.402 559.594 297.423 559.539 297.444C559.127 297.557 558.715 297.656 558.287 297.734C558.272 297.734 558.256 297.741 558.241 297.748C557.355 297.911 556.437 298.003 555.497 298.003C555.489 298.003 555.489 298.003 555.481 298.003C555.473 298.003 555.473 298.003 555.465 298.003C555.45 298.003 555.442 298.003 555.426 298.003C555.411 298.003 555.403 298.003 555.388 298.003C551.757 298.003 548.461 296.716 545.996 294.631C545.989 294.631 545.989 294.638 545.981 294.638C544.076 292.892 541.441 291.811 538.526 291.811C535.61 291.811 532.975 292.892 531.07 294.638C531.063 294.638 531.063 294.631 531.055 294.631C528.59 296.716 525.294 298.003 521.663 298.003C521.648 298.003 521.64 298.003 521.625 298.003C521.609 298.003 521.601 298.003 521.586 298.003C521.578 298.003 521.578 298.003 521.571 298.003C521.563 298.003 521.563 298.003 521.555 298.003C520.614 298.003 519.697 297.911 518.81 297.748C518.795 297.748 518.779 297.741 518.764 297.734C518.336 297.656 517.917 297.557 517.512 297.444C517.458 297.43 517.395 297.409 517.341 297.388C516.976 297.282 516.618 297.162 516.268 297.034C516.183 296.999 516.097 296.964 516.02 296.928C515.701 296.801 515.39 296.667 515.087 296.519C514.986 296.469 514.892 296.412 514.791 296.363C514.511 296.221 514.232 296.066 513.967 295.91C513.866 295.847 513.765 295.783 513.664 295.72C513.407 295.557 513.151 295.387 512.91 295.203C512.817 295.14 512.731 295.069 512.646 294.999C512.49 294.878 512.319 294.758 512.171 294.631C512.163 294.631 512.163 294.638 512.156 294.638C510.251 292.892 507.616 291.811 504.701 291.811C501.785 291.811 499.15 292.892 497.245 294.638C497.238 294.638 497.238 294.631 497.23 294.631C494.765 296.716 491.469 298.003 487.838 298.003C487.823 298.003 487.807 298.003 487.784 298.003C487.768 298.003 487.753 298.003 487.729 298.003H487.722H487.714C487.613 298.003 487.512 297.989 487.411 297.989C487.061 297.981 486.704 297.975 486.361 297.939C486.043 297.911 485.732 297.861 485.421 297.812C485.296 297.791 485.172 297.784 485.055 297.762C484.666 297.692 484.278 297.6 483.905 297.501C483.874 297.494 483.835 297.487 483.804 297.48C481.736 296.921 479.87 295.931 478.331 294.631L478.323 294.638C476.418 292.892 473.783 291.811 470.868 291.811C467.952 291.811 465.317 292.892 463.413 294.638C463.404 294.638 463.404 294.631 463.397 294.631C460.932 296.716 457.636 298.003 454.006 298.003C453.99 298.003 453.975 298.003 453.951 298.003C453.936 298.003 453.92 298.003 453.897 298.003C453.889 298.003 453.881 298.003 453.866 298.003C453.858 298.003 453.85 298.003 453.835 298.003C449.94 298.003 446.426 296.533 443.915 294.171C442.072 292.708 439.67 291.817 437.027 291.817C434.112 291.817 431.476 292.899 429.572 294.645C429.564 294.645 429.564 294.638 429.556 294.638C427.092 296.723 423.795 298.01 420.165 298.01C420.15 298.01 420.134 298.01 420.111 298.01C420.095 298.01 420.079 298.01 420.056 298.01C420.041 298.01 420.025 298.01 420.01 298.01C419.994 298.01 419.978 298.01 419.963 298.01C415.975 298.01 412.391 296.462 409.864 293.995C408.053 292.638 405.729 291.817 403.202 291.817C400.287 291.817 397.651 292.899 395.747 294.645C395.739 294.645 395.739 294.638 395.731 294.638C393.267 296.723 389.971 298.01 386.34 298.01C386.324 298.01 386.309 298.01 386.286 298.01C386.27 298.01 386.254 298.01 386.231 298.01C386.208 298.01 386.185 298.01 386.161 298.01C386.138 298.01 386.115 298.01 386.091 298.01C382.049 298.01 378.426 296.419 375.899 293.903C374.104 292.602 371.842 291.817 369.369 291.817C366.454 291.817 363.819 292.899 361.914 294.645C361.906 294.645 361.906 294.638 361.898 294.638C359.434 296.723 356.138 298.01 352.507 298.01C352.461 298.01 352.414 298.003 352.36 298.003C352.313 298.003 352.266 298.01 352.212 298.01C352.189 298.01 352.173 298.01 352.15 298.01C352.126 298.01 352.111 298.01 352.088 298.01C348.457 298.01 345.161 296.723 342.696 294.638C342.689 294.638 342.689 294.645 342.681 294.645C340.776 292.899 338.141 291.817 335.225 291.817C332.31 291.817 329.675 292.899 327.77 294.645C327.763 294.645 327.763 294.638 327.755 294.638C327.6 294.765 327.436 294.885 327.281 295.006C327.195 295.076 327.102 295.147 327.016 295.211C326.775 295.387 326.519 295.557 326.262 295.726C326.161 295.79 326.06 295.861 325.959 295.917C325.695 296.08 325.415 296.229 325.135 296.37C325.034 296.419 324.941 296.476 324.839 296.525C324.536 296.674 324.225 296.801 323.914 296.928C323.829 296.963 323.743 296.999 323.658 297.034C323.308 297.168 322.95 297.282 322.585 297.388C322.523 297.402 322.468 297.423 322.414 297.444C322.002 297.557 321.59 297.656 321.163 297.734C321.147 297.734 321.131 297.741 321.116 297.748C320.229 297.911 319.312 298.003 318.371 298.003C318.364 298.003 318.364 298.003 318.356 298.003C318.348 298.003 318.348 298.003 318.341 298.003C318.325 298.003 318.317 298.003 318.301 298.003C318.286 298.003 318.278 298.003 318.263 298.003C314.632 298.003 311.336 296.716 308.872 294.631C308.864 294.631 308.864 294.638 308.856 294.638C306.951 292.892 304.316 291.811 301.401 291.811C298.486 291.811 295.85 292.892 293.945 294.638C293.938 294.638 293.938 294.631 293.93 294.631C291.465 296.716 288.169 298.003 284.539 298.003C284.523 298.003 284.516 298.003 284.5 298.003C284.484 298.003 284.477 298.003 284.461 298.003C284.453 298.003 284.453 298.003 284.445 298.003C284.438 298.003 284.438 298.003 284.43 298.003C283.489 298.003 282.572 297.911 281.686 297.748C281.67 297.748 281.655 297.741 281.639 297.741C281.212 297.663 280.792 297.565 280.38 297.444C280.325 297.43 280.263 297.409 280.209 297.388C279.843 297.282 279.486 297.162 279.136 297.034C279.05 296.999 278.965 296.963 278.879 296.928C278.56 296.801 278.25 296.667 277.954 296.518C277.853 296.469 277.76 296.412 277.659 296.363C277.379 296.221 277.099 296.066 276.835 295.91C276.734 295.846 276.633 295.783 276.531 295.72C276.275 295.557 276.019 295.387 275.777 295.203C275.684 295.14 275.599 295.069 275.513 294.998C275.358 294.878 275.195 294.758 275.039 294.631C275.031 294.631 275.031 294.638 275.024 294.638C273.119 292.892 270.483 291.811 267.568 291.811C264.653 291.811 262.017 292.892 260.113 294.638C260.105 294.638 260.105 294.631 260.097 294.631C257.633 296.716 254.336 298.003 250.706 298.003C250.691 298.003 250.675 298.003 250.652 298.003C250.636 298.003 250.621 298.003 250.597 298.003C250.52 298.003 250.449 297.996 250.372 297.996C250.302 297.996 250.232 298.003 250.162 298.003C245.84 298.003 241.984 296.193 239.449 293.358C237.801 292.383 235.85 291.811 233.736 291.811C230.82 291.811 228.185 292.892 226.28 294.638C226.272 294.638 226.272 294.631 226.265 294.631C223.8 296.716 220.504 298.003 216.873 298.003C216.858 298.003 216.842 298.003 216.819 298.003C216.803 298.003 216.788 298.003 216.764 298.003C216.679 298.003 216.602 297.995 216.523 297.989C216.446 297.989 216.368 298.003 216.29 298.003C211.945 298.003 208.073 296.172 205.539 293.316C203.914 292.369 201.986 291.81 199.91 291.81C196.995 291.81 194.36 292.892 192.455 294.638C192.447 294.638 192.447 294.631 192.439 294.631C189.975 296.716 186.679 298.003 183.048 298.003C183.033 298.003 183.017 298.003 182.994 298.003C182.978 298.003 182.963 298.003 182.939 298.003C182.846 298.003 182.761 297.995 182.675 297.989C182.59 297.989 182.504 298.003 182.419 298.003C178.05 298.003 174.163 296.15 171.636 293.274C170.027 292.355 168.122 291.817 166.086 291.817C163.17 291.817 160.535 292.899 158.63 294.645C158.622 294.645 158.622 294.638 158.614 294.638C156.15 296.723 152.854 298.01 149.223 298.01C149.208 298.01 149.193 298.01 149.169 298.01C149.154 298.01 149.138 298.01 149.114 298.01C149.013 298.01 148.92 297.995 148.827 297.995C148.734 297.995 148.641 298.01 148.547 298.01C144.155 298.01 140.252 296.136 137.726 293.238C136.132 292.348 134.258 291.825 132.253 291.825C129.547 291.825 127.083 292.765 125.225 294.299C123.017 296.327 120.055 297.663 116.751 297.953C116.573 297.967 116.386 297.967 116.199 297.981C115.943 297.995 115.686 298.017 115.422 298.017C115.414 298.017 115.414 298.017 115.406 298.017C115.398 298.017 115.398 298.017 115.391 298.017C115.375 298.017 115.359 298.017 115.336 298.017C115.321 298.017 115.305 298.017 115.282 298.017C111.651 298.017 108.355 296.73 105.891 294.645C105.883 294.645 105.883 294.652 105.875 294.652C103.971 292.906 101.335 291.825 98.4197 291.825C95.5045 291.825 92.8693 292.906 90.9644 294.652C90.9568 294.652 90.9568 294.645 90.9492 294.645C90.8947 294.688 90.8322 294.73 90.7781 294.772C90.5446 294.963 90.3114 295.147 90.0626 295.324C89.9773 295.387 89.884 295.444 89.7986 295.507C89.5498 295.677 89.2931 295.846 89.0286 296.002C88.9277 296.066 88.8187 296.115 88.7102 296.179C88.4534 296.32 88.197 296.462 87.925 296.589C87.7927 296.653 87.6526 296.709 87.5127 296.766C87.264 296.872 87.0152 296.985 86.7588 297.077C86.5801 297.14 86.3935 297.197 86.2148 297.261C85.9893 297.331 85.7717 297.409 85.5381 297.472C85.2974 297.536 85.0562 297.586 84.8074 297.642C84.6212 297.685 84.4421 297.734 84.2554 297.762C83.9288 297.819 83.6024 297.861 83.2683 297.896C83.1517 297.911 83.0428 297.932 82.9186 297.946C82.4674 297.989 82.0011 298.01 81.5425 298.01C81.5425 298.01 81.5425 298.01 81.5344 298.01C81.5269 298.01 81.5344 298.01 81.5269 298.01C81.5112 298.01 81.4956 298.01 81.4799 298.01C81.4647 298.01 81.4492 298.01 81.4335 298.01C77.8032 298.01 74.507 296.723 72.0424 294.638C72.0349 294.638 72.0349 294.645 72.0268 294.645C70.1223 292.899 67.4868 291.817 64.5715 291.817C61.6562 291.817 59.0209 292.899 57.1165 294.645C57.1085 294.645 57.1085 294.638 57.1009 294.638C54.6364 296.723 51.3401 298.01 47.7098 298.01C47.7018 298.01 47.6942 298.01 47.6862 298.01C47.6785 298.01 47.6706 298.01 47.663 298.01C47.6554 298.01 47.6473 298.01 47.6397 298.01C47.6321 298.01 47.624 298.01 47.6165 298.01C43.9857 298.01 40.6896 296.723 38.2254 294.638C38.2173 294.638 38.2173 294.645 38.2098 294.645C36.3052 292.899 33.6696 291.817 30.7544 291.817C27.8392 291.817 25.2036 292.899 23.2991 294.645C23.2911 294.645 23.2911 294.638 23.2834 294.638C20.8193 296.723 17.5226 298.01 13.8924 298.01C13.8843 298.095 13.8687 298.095 13.8531 298.095C13.8378 298.095 13.8223 298.095 13.8066 298.095C6.18823 298.095 0.00775146 292.475 0.00775146 285.548C0.00775146 282.247 1.42255 279.25 3.71564 277.002C3.71564 276.995 3.70801 276.995 3.70801 276.988C5.6286 275.256 6.81763 272.86 6.81763 270.208C6.81763 267.558 5.6286 265.162 3.70801 263.43C3.70801 263.423 3.71564 263.423 3.71564 263.416C1.41492 261.189 0 258.192 0 254.891C0 247.964 6.18024 242.344 13.7985 242.344C21.4174 242.344 27.598 247.964 27.598 254.891C27.598 258.192 26.183 261.189 23.8896 263.43C23.8896 263.437 23.8972 263.437 23.8972 263.444C21.9771 265.176 20.7876 267.572 20.7876 270.223C20.7876 272.548 21.7051 274.676 23.221 276.33C23.2441 276.344 23.2678 276.366 23.2831 276.38C23.2911 276.38 23.2911 276.372 23.2987 276.372C25.2036 278.118 27.8388 279.2 30.7541 279.2C33.6693 279.2 36.3049 278.118 38.2094 276.372C38.2173 276.372 38.2173 276.38 38.225 276.38C40.6896 274.294 43.9857 273.008 47.6237 273.008C47.6317 273.008 47.6392 273.008 47.6473 273.008C47.6549 273.008 47.663 273.008 47.6706 273.008C47.6782 273.008 47.6862 273.008 47.6938 273.008C47.7014 273.008 47.7094 273.008 47.717 273.008C51.3477 273.008 54.6439 274.294 57.1161 276.38C57.1237 276.38 57.1237 276.372 57.1313 276.372C59.0363 278.118 61.6714 279.2 64.5872 279.2C67.502 279.2 70.1375 278.118 72.0421 276.372C72.05 276.372 72.05 276.38 72.0577 276.38C72.0809 276.358 72.1041 276.344 72.1277 276.323C73.6436 274.669 74.553 272.541 74.553 270.223C74.553 267.572 73.3635 265.176 71.4435 263.444C71.4435 263.437 71.4515 263.437 71.4515 263.43C69.158 261.189 67.7431 258.192 67.7431 254.884C67.7431 247.956 73.9237 242.337 81.5421 242.337C89.1608 242.337 95.3411 247.956 95.3411 254.884C95.3411 258.185 93.9261 261.182 91.633 263.423C91.633 263.43 91.6406 263.43 91.6406 263.437C89.7205 265.169 88.5311 267.565 88.5311 270.216C88.5311 272.69 89.5803 274.938 91.2829 276.634C93.1565 278.218 95.652 279.186 98.4117 279.186C101.327 279.186 103.963 278.104 105.867 276.358C105.875 276.358 105.875 276.366 105.883 276.366C108.347 274.28 111.643 272.994 115.282 272.994C115.297 272.994 115.313 272.994 115.336 272.994C115.351 272.994 115.367 272.994 115.39 272.994C115.398 272.994 115.398 272.994 115.406 272.994C115.414 272.994 115.414 272.994 115.422 272.994C115.686 272.994 115.942 273.015 116.199 273.029C116.378 273.036 116.565 273.036 116.743 273.057C120.063 273.347 123.032 274.697 125.248 276.74C127.106 278.26 129.555 279.186 132.245 279.186C134.258 279.186 136.14 278.656 137.733 277.765C137.959 277.504 138.199 277.249 138.448 277.002C138.448 276.995 138.441 276.995 138.441 276.988C140.361 275.256 141.55 272.86 141.55 270.208C141.55 267.558 140.361 265.162 138.441 263.43C138.441 263.423 138.448 263.423 138.448 263.416C136.155 261.175 134.74 258.178 134.74 254.87C134.74 247.942 140.92 242.323 148.539 242.323C156.158 242.323 162.338 247.942 162.338 254.87C162.338 258.171 160.923 261.168 158.63 263.409C158.63 263.416 158.638 263.416 158.638 263.423C156.718 265.155 155.528 267.551 155.528 270.202C155.528 272.089 156.142 273.842 157.176 275.319C157.673 275.638 158.148 275.984 158.591 276.358C158.599 276.358 158.599 276.351 158.607 276.351C160.511 278.097 163.147 279.179 166.062 279.179C168.099 279.179 169.995 278.641 171.605 277.723C174.131 274.839 178.026 272.987 182.395 272.987C182.481 272.987 182.566 272.994 182.652 273.001C182.745 273.001 182.831 272.987 182.916 272.987C182.931 272.987 182.947 272.987 182.97 272.987C182.986 272.987 183.002 272.987 183.025 272.987C186.655 272.987 189.952 274.273 192.424 276.358C192.431 276.358 192.431 276.351 192.439 276.351C194.344 278.097 196.979 279.179 199.895 279.179C201.986 279.179 203.929 278.613 205.562 277.652C205.764 277.426 205.966 277.2 206.184 276.988C206.184 276.98 206.176 276.98 206.176 276.974C208.096 275.242 209.286 272.845 209.286 270.194C209.286 267.544 208.096 265.147 206.176 263.416C206.176 263.409 206.184 263.409 206.184 263.401C203.891 261.161 202.476 258.163 202.476 254.856C202.476 247.928 208.656 242.309 216.275 242.309C223.893 242.309 230.074 247.928 230.074 254.856C230.074 258.157 228.659 261.154 226.365 263.395C226.365 263.401 226.373 263.401 226.373 263.409C224.453 265.14 223.264 267.537 223.264 270.187C223.264 272.117 223.901 273.906 224.981 275.404C225.425 275.701 225.852 276.005 226.249 276.344C226.257 276.344 226.257 276.337 226.264 276.337C228.169 278.083 230.804 279.164 233.719 279.164C235.826 279.164 237.778 278.592 239.426 277.624C241.952 274.789 245.816 272.972 250.146 272.972C250.216 272.972 250.286 272.98 250.356 272.98C250.434 272.98 250.504 272.972 250.582 272.972C250.597 272.972 250.613 272.972 250.636 272.972C250.652 272.972 250.667 272.972 250.691 272.972C254.321 272.972 257.617 274.259 260.089 276.344C260.097 276.344 260.097 276.337 260.105 276.337C262.009 278.083 264.645 279.164 267.56 279.164C270.39 279.164 272.955 278.14 274.844 276.479C276.469 274.796 277.464 272.605 277.464 270.194C277.464 267.544 276.275 265.147 274.354 263.415C274.354 263.409 274.363 263.409 274.363 263.401C272.069 261.16 270.654 258.163 270.654 254.856C270.654 247.928 276.835 242.309 284.453 242.309C292.072 242.309 298.252 247.928 298.252 254.856C298.252 258.157 296.837 261.154 294.544 263.394C294.544 263.401 294.552 263.401 294.552 263.409C292.632 265.14 291.442 267.537 291.442 270.187C291.442 272.534 292.375 274.676 293.922 276.337C293.922 276.337 293.93 276.337 293.93 276.33C295.834 278.076 298.47 279.158 301.385 279.158C304.3 279.158 306.936 278.076 308.841 276.33L308.848 276.337C310.395 274.676 311.328 272.527 311.328 270.18C311.328 267.53 310.139 265.133 308.218 263.401C308.218 263.394 308.226 263.394 308.226 263.387C305.933 261.146 304.518 258.149 304.518 254.841C304.518 247.914 310.699 242.294 318.317 242.294C325.936 242.294 332.116 247.914 332.116 254.841C332.116 258.143 330.701 261.14 328.408 263.38C328.408 263.387 328.416 263.387 328.416 263.394C326.495 265.126 325.306 267.523 325.306 270.173C325.306 272.598 326.309 274.803 327.949 276.486C329.831 278.126 332.38 279.144 335.195 279.144C338.11 279.144 340.745 278.062 342.65 276.316C342.658 276.316 342.658 276.323 342.665 276.323C345.13 274.238 348.426 272.951 352.064 272.951C352.088 272.951 352.103 272.951 352.126 272.951C352.15 272.951 352.165 272.951 352.189 272.951C352.235 272.951 352.282 272.958 352.336 272.958C352.383 272.958 352.43 272.951 352.484 272.951C356.115 272.951 359.411 274.238 361.883 276.323C361.891 276.323 361.891 276.316 361.898 276.316C363.803 278.062 366.439 279.144 369.354 279.144C371.826 279.144 374.096 278.359 375.884 277.058C375.915 277.023 375.946 276.988 375.978 276.959C375.978 276.952 375.969 276.952 375.969 276.945C377.89 275.213 379.079 272.817 379.079 270.166C379.079 267.515 377.89 265.119 375.969 263.387C375.969 263.38 375.978 263.38 375.978 263.373C373.684 261.132 372.269 258.135 372.269 254.827C372.269 247.9 378.45 242.28 386.068 242.28C393.687 242.28 399.867 247.9 399.867 254.827C399.867 258.128 398.452 261.125 396.159 263.366C396.159 263.373 396.167 263.373 396.167 263.38C394.246 265.112 393.057 267.508 393.057 270.159C393.057 272.336 393.866 274.337 395.218 275.941C395.381 276.068 395.545 276.182 395.7 276.316C395.708 276.316 395.708 276.309 395.716 276.309C397.62 278.055 400.256 279.136 403.171 279.136C405.698 279.136 408.007 278.323 409.818 276.973C412.337 274.499 415.928 272.944 419.932 272.944C419.948 272.944 419.963 272.944 419.978 272.944C419.994 272.944 420.01 272.944 420.025 272.944C420.041 272.944 420.057 272.944 420.08 272.944C420.095 272.944 420.111 272.944 420.134 272.944C423.765 272.944 427.061 274.231 429.533 276.316C429.541 276.316 429.541 276.309 429.549 276.309C431.453 278.055 434.089 279.136 437.004 279.136C439.632 279.136 442.026 278.253 443.86 276.804C446.371 274.429 449.894 272.944 453.804 272.944C453.811 272.944 453.819 272.944 453.835 272.944C453.843 272.944 453.85 272.944 453.866 272.944C453.882 272.944 453.897 272.944 453.92 272.944C453.936 272.944 453.951 272.944 453.975 272.944C457.605 272.944 460.901 274.231 463.374 276.316C463.381 276.316 463.381 276.309 463.389 276.309C465.294 278.055 467.929 279.136 470.845 279.136C473.542 279.136 475.999 278.203 477.856 276.676C479.614 274.973 480.702 272.683 480.702 270.166C480.702 267.515 479.513 265.119 477.592 263.387C477.592 263.38 477.6 263.38 477.6 263.373C475.307 261.132 473.892 258.135 473.892 254.827C473.892 247.9 480.072 242.28 487.691 242.28C495.309 242.28 501.49 247.9 501.49 254.827C501.49 258.128 500.075 261.125 497.782 263.366C497.782 263.373 497.79 263.373 497.79 263.38C495.869 265.112 494.68 267.508 494.68 270.159C494.68 272.464 495.581 274.57 497.074 276.217C497.113 276.252 497.159 276.281 497.199 276.309C497.206 276.309 497.206 276.302 497.214 276.302C499.119 278.048 501.754 279.129 504.67 279.129C507.585 279.129 510.22 278.048 512.125 276.302C512.133 276.302 512.133 276.309 512.14 276.309C512.296 276.182 512.459 276.062 512.615 275.941C512.708 275.871 512.793 275.8 512.887 275.736C513.128 275.559 513.384 275.39 513.641 275.228C513.741 275.164 513.843 275.093 513.944 275.029C514.208 274.867 514.488 274.719 514.76 274.577C514.861 274.527 514.954 274.471 515.063 274.421C515.367 274.273 515.678 274.139 515.988 274.018C516.074 273.983 516.16 273.948 516.245 273.912C516.595 273.778 516.953 273.665 517.318 273.552C517.372 273.538 517.427 273.517 517.489 273.496C517.901 273.383 518.321 273.283 518.748 273.199C518.764 273.199 518.779 273.192 518.795 273.192C519.681 273.029 520.599 272.937 521.539 272.937C521.547 272.937 521.547 272.937 521.555 272.937C521.563 272.937 521.563 272.937 521.571 272.937C521.586 272.937 521.594 272.937 521.609 272.937C521.625 272.937 521.633 272.937 521.648 272.937C525.279 272.937 528.575 274.224 531.047 276.309C531.055 276.309 531.055 276.302 531.063 276.302C532.967 278.048 535.603 279.129 538.518 279.129C541.433 279.129 544.068 278.048 545.973 276.302L545.981 276.309C547.528 274.648 548.461 272.499 548.461 270.152C548.461 267.501 547.272 265.105 545.351 263.373C545.351 263.366 545.359 263.366 545.359 263.359C543.066 261.118 541.651 258.121 541.651 254.813C541.651 247.885 547.831 242.266 555.45 242.266C563.068 242.266 569.249 247.885 569.249 254.813C569.249 258.114 567.834 261.111 565.541 263.352C565.541 263.359 565.548 263.359 565.548 263.366C563.628 265.098 562.439 267.494 562.439 270.145C562.439 272.57 563.441 274.775 565.082 276.457C566.963 278.097 569.513 279.115 572.327 279.115C575.243 279.115 577.878 278.034 579.783 276.288C579.79 276.288 579.79 276.295 579.798 276.295C582.262 274.21 585.559 272.923 589.197 272.923C589.213 272.923 589.228 272.923 589.252 272.923C589.267 272.923 589.283 272.923 589.306 272.923H589.314H589.322C589.423 272.923 589.524 272.937 589.625 272.937C589.975 272.944 590.324 272.951 590.674 272.987C591.001 273.015 591.311 273.064 591.63 273.114C591.747 273.135 591.871 273.142 591.988 273.163C592.385 273.234 592.773 273.326 593.154 273.425C593.185 273.432 593.216 273.439 593.24 273.446C595.308 274.004 597.173 274.994 598.713 276.295C598.713 276.295 598.713 276.295 598.72 276.295C600.625 278.041 603.26 279.122 606.176 279.122C609.091 279.122 611.726 278.041 613.631 276.295C613.639 276.295 613.639 276.302 613.647 276.302C616.111 274.216 619.407 272.93 623.046 272.93C623.061 272.93 623.077 272.93 623.1 272.93C623.115 272.93 623.131 272.93 623.154 272.93C623.162 272.93 623.17 272.93 623.186 272.93C623.193 272.93 623.201 272.93 623.217 272.93C627.127 272.93 630.648 274.415 633.159 276.79C635.002 278.239 637.389 279.122 640.016 279.122C642.932 279.122 645.567 278.041 647.472 276.295C647.48 276.295 647.48 276.302 647.487 276.302C647.611 276.196 647.744 276.111 647.868 276.012C649.26 274.393 650.099 272.365 650.099 270.152C650.099 267.501 648.91 265.105 646.99 263.373C646.99 263.366 646.998 263.366 646.998 263.359C644.704 261.118 643.289 258.121 643.289 254.813C643.289 247.885 649.469 242.266 657.088 242.266C664.707 242.266 670.887 247.885 670.887 254.813C670.887 258.114 669.472 261.111 667.179 263.352C667.179 263.359 667.187 263.359 667.187 263.366C665.266 265.098 664.077 267.494 664.077 270.145C664.077 272.795 665.266 275.192 667.187 276.924C667.187 276.931 667.179 276.931 667.179 276.938C667.187 276.945 667.187 276.952 667.194 276.952C669.006 278.302 671.322 279.122 673.849 279.122C676.765 279.122 679.4 278.041 681.304 276.295C681.312 276.295 681.312 276.302 681.32 276.302C681.483 276.167 681.654 276.047 681.817 275.913C683.162 274.308 683.971 272.315 683.971 270.145C683.971 267.494 682.781 265.098 680.861 263.366C680.861 263.359 680.869 263.359 680.869 263.352C678.576 261.111 677.161 258.114 677.161 254.806C677.161 247.879 683.341 242.259 690.96 242.259C698.578 242.259 704.759 247.879 704.759 254.806ZM60.4452 254.891C60.4452 261.82 54.3696 267.438 46.8745 267.438C39.3795 267.438 33.3039 261.82 33.3039 254.891C33.3039 247.961 39.3795 242.344 46.8745 242.344C54.3696 242.344 60.4452 247.961 60.4452 254.891ZM195.836 254.891C195.836 261.82 189.76 267.438 182.265 267.438C174.77 267.438 168.694 261.82 168.694 254.891C168.694 247.961 174.77 242.344 182.265 242.344C189.76 242.344 195.836 247.961 195.836 254.891ZM433.47 254.891C433.47 261.82 427.395 267.438 419.9 267.438C412.404 267.438 406.329 261.82 406.329 254.891C406.329 247.961 412.404 242.344 419.9 242.344C427.395 242.344 433.47 247.961 433.47 254.891ZM604.663 254.891C604.663 261.82 598.588 267.438 591.093 267.438C583.598 267.438 577.522 261.82 577.522 254.891C577.522 247.961 583.598 242.344 591.093 242.344C598.588 242.344 604.663 247.961 604.663 254.891ZM637.967 254.891C637.967 261.82 631.892 267.438 624.397 267.438C616.902 267.438 610.826 261.82 610.826 254.891C610.826 247.961 616.902 242.344 624.397 242.344C631.892 242.344 637.967 247.961 637.967 254.891ZM259.607 246.332C264.906 251.232 264.906 259.176 259.607 264.076C254.307 268.976 245.714 268.976 240.415 264.076C235.115 259.176 235.115 251.232 240.415 246.332C243.064 243.882 246.538 242.657 250.011 242.657C253.484 242.657 256.957 243.882 259.607 246.332ZM123.087 246.337C128.387 251.237 128.387 259.181 123.087 264.081C117.788 268.98 109.195 268.98 103.896 264.081C98.596 259.181 98.596 251.237 103.896 246.337C106.545 243.887 110.018 242.662 113.492 242.662C116.964 242.662 120.437 243.887 123.087 246.337ZM455.09 247.358C459.596 248.034 462.655 251.959 461.924 256.125C461.193 260.291 456.947 263.12 452.442 262.443C447.937 261.767 444.877 257.842 445.608 253.677C446.266 249.926 449.774 247.259 453.756 247.258C454.196 247.258 454.642 247.291 455.09 247.358Z" fill="url(%23paint0_linear_2023_1223)"/><defs><linearGradient id="paint0_linear_2023_1223" x1="308.52" y1="171.657" x2="308.52" y2="298.095" gradientUnits="userSpaceOnUse"><stop offset="1" stop-color="%23F2F4F6"/><stop stop-color="white"/></linearGradient></defs></svg>') bottom -16px right no-repeat, #fff;
    background-size: initial;
}

#chart .chart-inner:after {
    content: '';
    display: block;

    width: 100%;
    height: 240px;

    position: absolute;
    bottom: 0;
    right: 0;

    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%);
    z-index: 1;
}

#deck {
    padding: 128px 108px;
    background: #F2F4F6;
}

#deck .deck-inner {
    max-width: 636px;
    margin: 0 auto;
}

#deck .deck-inner h2 {
    margin: 0 0 32px;

    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
}

#deck .deck-inner_presentation {
    padding: 40px 48px 26px;
    margin: 0 0 29px;

    background: #fff;
    box-shadow: 3px 3px 6px 0px #1C386B4D;
}

#deck .deck-inner_presentation img {
    max-width: 100%;
    margin: 0 0 20px;
}

#deck .deck-inner_presentation > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0 20px;

    font-size: 10px;
}

#deck .deck-inner > a {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0 12px;

    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: #1C386B;
}

@media only screen and (max-width: 1560px) {

    #chart .chart-inner_left {
        flex-shrink: 0;
    }

    #chart .chart-inner .chart-inner_left p {
        white-space: nowrap;
    }
}

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

    /*#coverage .coverage-inner_analyst ul {*/
    /*    flex-direction: column;*/
    /*    gap: 20px;*/
    /*}*/

    /*#coverage .coverage-inner_analyst ul li span {*/
    /*    min-width: 140px;*/
    /*    flex-shrink: 0;*/
    /*}*/

    #coverage .coverage-inner_analyst ul li a svg {
        display: none;
    }

    #overview .overview-inner,
    #updates,
    #coverage,
    #deck,
    #why .why-inner {
        padding-left: 24px;
        padding-right: 24px;
    }

    #why .why-inner .container {
        padding: 0;
        gap: 32px 0;
    }

    #why .why-inner h2 {
        font-size: 30px;
        line-height: 100%;
    }

    #why .why-inner_cols {
        flex-direction: column;
        align-items: stretch;
        gap: 40px 0;
    }

    #why .why-inner_left,
    #why .why-inner_right {
        width: 100%;
        max-width: 100%;
    }

    #why .why-inner_left {
        gap: 32px 0;
    }

    #why .why-inner_left p {
        font-size: 16px;
        line-height: 24px;
    }

    #why .why-inner_left a {
        font-size: 19px;
        line-height: 30px;
    }

    #why .why-inner_right {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 24px 0;
        padding: 0;
    }

    #why .why-inner_right__feature {
        width: 100%;
        gap: 0 20px;

        font-size: 16px;
        font-weight: 600;
        line-height: 23px;
        letter-spacing: 0.03em;
    }

    #why .why-inner_right__feature svg {
        width: 16px;
        height: 16px;
        top: 2px;
    }

    #why .why-inner_right__feature p {
        margin: 0;
    }

    #chart .chart-inner .container,
    #overview .overview-inner .container {
        gap: 45px 0;
        flex-direction: column;
        align-items: flex-start;
    }

    #overview .overview-inner .container {
        padding: 54px 0 40px;
        flex-direction: column-reverse;
    }

    #hero .hero-inner .container {
        padding: 165px 0 105px;
        gap: 10px 0;
    }

    #hero .hero-inner h1 {
        max-width: 252px;

        font-size: 30px;
        font-weight: 700;
        line-height: 120%;

        text-shadow: none;
    }

    #hero .hero-inner .container > p {
        max-width: 300px;
        margin: 0 0 8px;
        
        font-size: 16px;
        line-height: 1.2;
    }

    #hero .hero-inner .container > p br {
        display: none;
    }

    #hero .hero-inner .hero-inner__links {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px 0;
    }

    #hero .hero-inner .hero-inner__link a {
        font-size: 16px;
    }

    #hero .hero-inner .hero-inner__link a svg {
        width: 20px;
        height: 20px;
    }

    #why .why-inner {
        padding: 280px 48px 25px;
    }

    #stats .stats-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    #stats .stats-inner_stat {
        gap: 2px 0;
    }

    .hero-nasdaq {
        width: auto;
        max-width: 100%;

        bottom: -220px;
        right: 24px;
        left: 24px;

        padding: 30px 24px;
    }

    .hero-nasdaq #stock-name strong {
        font-size: 35.8px;
        line-height: 100%;
    }

    .hero-nasdaq #stock-name strong:after {
        width: 75px;
        height: 2px;
    }

    .hero-nasdaq #stock-name p {
        font-size: 16px;
        line-height: 24px;
    }

    .hero-nasdaq #stock-price strong {
        font-size: 32px;
        line-height: 40px;
    }

    .hero-nasdaq #stock-change strong {
        font-size: 18px;
    }

    .hero-nasdaq .last-updated {
        font-size: 13px;
    }

    #overview .overview-inner {
        flex-direction: column-reverse;
    }

    #overview .overview-inner_left,
    #overview .overview-inner_right {
        width: 100%;
        max-width: 100%;
    }

    #overview .overview-inner_right {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0 24px;
    }

    #overview .overview-inner_right p {
        margin: 0;
    }

    #overview .overview-inner_right h2 {
        margin: 0 0 20px;
        font-size: 30px;

        /*text-align: center;*/
    }

    #overview .overview-inner_left iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }

    #overview .overview-inner_right p {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
    }

    #coverage {
        padding-top: 48px;
        padding-bottom: 48px;
        background: #F2F4F6;
    }

    #coverage .coverage-inner h2 {
        margin: 0 0 48px;

        font-size: 24px;
        line-height: 100%;
        text-align: left;
    }

    #coverage .coverage-inner_analysts {
        flex-direction: column;
        gap: 32px 0;
        align-items: stretch;
    }

    #coverage .coverage-inner_analyst {
        width: 100%;
        max-width: 100%;
        text-align: left;
    }

    #coverage .coverage-inner_analyst img {
        max-height: 40px;
        max-width: 130px;
        margin: 0 0 16px;
        object-position: left;
        object-fit: contain;
    }

    #coverage .coverage-inner_analyst__meta {
        gap: 0 24px;
        margin: 0 0 40px;

        font-size: 16px;
        line-height: 24px;
    }

    #coverage .coverage-inner_analyst__meta strong {
        font-size: 16px;
    }

    #coverage .coverage-inner_analyst ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 16px 24px;
    }

    #coverage .coverage-inner_analyst ul li {
        width: calc(50% - 12px);
        flex-direction: column;
        gap: 4px 0;
    }

    #coverage .coverage-inner_analyst ul li span {
        width: 100%;
        min-width: 0;

        font-size: 13px;
        line-height: 18px;
        white-space: normal;
    }

    #coverage .coverage-inner_analyst ul li a {
        font-size: 12px;
        line-height: 18px;
        color: #1C386B;
        word-break: break-word;
    }

    #coverage .coverage-inner_analyst ul li a svg {
        width: 24px;
        height: 24px;
    }

    #coverage .coverage-inner_analysts .sep {
        width: 28px;
        height: 2px;
        margin: 0 auto;
        display: block;
    }

    #deck {
        padding: 280px 24px 45px;
        background: url('data:image/svg+xml,<svg width="613" height="260" viewBox="0 0 613 260" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M41.2807 0.965929C41.2807 1.49854 40.8133 1.93075 40.2372 1.93075C39.6607 1.93075 39.1932 1.49854 39.1932 0.965929C39.1932 0.432971 39.6607 0.000735728 40.2372 0.000735728C40.8133 0.000735728 41.2807 0.432971 41.2807 0.965929ZM41.9787 30.9458C41.9787 31.835 41.1989 32.5562 40.2368 32.5562C39.2753 32.5562 38.4952 31.835 38.4952 30.9458C38.4952 30.0563 39.2753 29.3354 40.2368 29.3354C41.1989 29.3354 41.9787 30.0563 41.9787 30.9458ZM99.2565 55.3973C100.895 55.6431 102.007 57.0701 101.741 58.5844C101.475 60.0988 99.9319 61.1275 98.2938 60.8817C96.6556 60.6359 95.5434 59.209 95.8092 57.6946C96.0485 56.3309 97.324 55.3611 98.7715 55.361C98.9314 55.361 99.0934 55.3728 99.2565 55.3973ZM41.9717 59.1333C41.9717 60.0184 41.194 60.7437 40.2302 60.7437C39.2731 60.7437 38.4886 60.0243 38.4886 59.1333C38.4886 58.2482 39.2664 57.5229 40.2302 57.5229C41.194 57.5292 41.9717 58.2482 41.9717 59.1333ZM12.8427 59.1392C12.8427 59.6722 12.3756 60.104 11.7991 60.104C11.2226 60.104 10.7556 59.6722 10.7556 59.1392C10.7556 58.6062 11.2226 58.174 11.7991 58.174C12.3756 58.174 12.8427 58.6062 12.8427 59.1392ZM105.414 81.798C106.933 85.1882 105.191 89.0748 101.525 90.4788C97.858 91.8832 93.6545 90.2732 92.1355 86.8834C90.6169 83.4933 92.3582 79.6067 96.0245 78.2027C96.9236 77.8583 97.8555 77.6951 98.7719 77.6951C101.592 77.695 104.267 79.2396 105.414 81.798ZM40.7175 81.6301C42.3556 81.8759 43.4678 83.3028 43.2021 84.8172C42.9363 86.3317 41.3929 87.36 39.7547 87.1145C38.1167 86.8687 37.0046 85.4417 37.2702 83.9273C37.5096 82.5634 38.7849 81.5938 40.2323 81.5938C40.3924 81.5938 40.5545 81.6056 40.7175 81.6301ZM71.46 83.4416C71.46 84.3267 70.6822 85.052 69.7184 85.052C68.7613 85.052 67.9769 84.333 67.9769 83.4416C67.9769 82.5506 68.7547 81.8316 69.7184 81.8316C70.6757 81.8316 71.46 82.5506 71.46 83.4416ZM13.5407 84.3795C13.5407 85.2642 12.7629 85.9895 11.7991 85.9895C10.8354 85.9895 10.0575 85.2705 10.0575 84.3795C10.0575 83.4944 10.8354 82.7691 11.7991 82.7691C12.7629 82.7691 13.5407 83.4944 13.5407 84.3795ZM110.833 111.268C110.833 114.138 109.623 116.744 107.662 118.692C107.662 118.698 107.669 118.698 107.669 118.704C106.027 120.21 105.01 122.293 105.01 124.598C105.01 126.903 106.027 128.987 107.669 130.492C107.669 130.498 107.662 130.498 107.662 130.504C109.623 132.453 110.833 135.059 110.833 137.929C110.833 143.952 105.548 148.838 99.0336 148.838C92.519 148.85 87.2344 143.964 87.2344 137.941C87.2344 135.071 88.4441 132.465 90.4055 130.511C90.4055 130.504 90.3989 130.504 90.3989 130.498C92.0405 128.993 93.0575 126.909 93.0575 124.604C93.0575 122.3 92.0405 120.216 90.3989 118.71C90.3989 118.704 90.4055 118.704 90.4055 118.698C88.4441 116.75 87.2344 114.144 87.2344 111.268C87.2344 105.245 92.519 100.359 99.0336 100.359C105.548 100.359 110.833 105.245 110.833 111.268ZM45.8384 106.487C48.6448 109.081 48.6448 113.288 45.8384 115.883C43.0321 118.477 38.4824 118.477 35.676 115.883C32.87 113.288 32.87 109.081 35.676 106.487C37.0792 105.19 38.9182 104.541 40.7572 104.541C42.5962 104.541 44.4352 105.19 45.8384 106.487ZM14.8037 111.204C14.8037 112.74 13.4609 113.982 11.7991 113.982C10.1373 113.982 8.79459 112.74 8.79459 111.204C8.79459 109.668 10.1373 108.426 11.7991 108.426C13.4609 108.426 14.8037 109.674 14.8037 111.204ZM161.317 110.144C161.952 111.561 161.224 113.186 159.691 113.773C158.158 114.36 156.4 113.687 155.765 112.27C155.13 110.853 155.858 109.227 157.391 108.64C157.767 108.496 158.156 108.428 158.54 108.428C159.719 108.428 160.838 109.074 161.317 110.144ZM71.46 111.213C71.46 112.098 70.6822 112.824 69.7184 112.824C68.7613 112.824 67.9769 112.104 67.9769 111.213C67.9769 110.322 68.7547 109.603 69.7184 109.603C70.6757 109.603 71.46 110.322 71.46 111.213ZM248.313 111.209C248.313 111.741 247.846 112.174 247.27 112.174C246.693 112.174 246.226 111.741 246.226 111.209C246.226 110.676 246.693 110.244 247.27 110.244C247.846 110.244 248.313 110.676 248.313 111.209ZM47.9415 137.778C47.9415 141.448 44.7242 144.422 40.7555 144.422C36.7868 144.422 33.5698 141.448 33.5698 137.778C33.5698 134.109 36.7868 131.134 40.7555 131.134C44.7242 131.134 47.9415 134.109 47.9415 137.778ZM162.06 134.494C164.02 136.306 164.02 139.244 162.06 141.056C160.1 142.868 156.923 142.868 154.963 141.056C153.003 139.244 153.003 136.306 154.963 134.494C155.943 133.588 157.227 133.135 158.512 133.135C159.796 133.135 161.08 133.588 162.06 134.494ZM369.707 136.008C370.768 138.376 369.552 141.09 366.991 142.071C364.43 143.051 361.494 141.927 360.434 139.559C359.373 137.192 360.589 134.477 363.15 133.497C363.778 133.256 364.429 133.142 365.068 133.142C367.038 133.142 368.907 134.221 369.707 136.008ZM14.8037 137.773C14.8037 139.308 13.4585 140.552 11.7991 140.552C10.1397 140.552 8.79459 139.308 8.79459 137.773C8.79459 136.239 10.1397 134.996 11.7991 134.996C13.4585 134.996 14.8037 136.239 14.8037 137.773ZM72.723 137.773C72.723 139.308 71.3778 140.552 69.7184 140.552C68.0591 140.552 66.7139 139.308 66.7139 137.773C66.7139 136.239 68.0591 134.996 69.7184 134.996C71.3778 134.996 72.723 136.239 72.723 137.773ZM191 137.773C191 139.308 189.655 140.552 187.995 140.552C186.336 140.552 184.991 139.308 184.991 137.773C184.991 136.239 186.336 134.996 187.995 134.996C189.655 134.996 191 136.239 191 137.773ZM338.612 137.773C338.612 139.308 337.267 140.552 335.608 140.552C333.948 140.552 332.603 139.308 332.603 137.773C332.603 136.239 333.948 134.996 335.608 134.996C337.267 134.996 338.612 136.239 338.612 137.773ZM397.508 137.773C397.508 139.308 396.163 140.552 394.504 140.552C392.845 140.552 391.499 139.308 391.499 137.773C391.499 136.239 392.845 134.996 394.504 134.996C396.163 134.996 397.508 136.239 397.508 137.773ZM456.412 137.773C456.412 139.31 455.069 140.552 453.407 140.552C451.745 140.552 450.402 139.31 450.402 137.78C450.402 136.243 451.745 134.996 453.407 134.996C455.069 134.996 456.412 136.237 456.412 137.773ZM131.863 136.715C132.498 138.132 131.77 139.758 130.237 140.345C128.704 140.932 126.946 140.259 126.311 138.841C125.676 137.424 126.404 135.799 127.937 135.211C128.313 135.067 128.703 134.999 129.086 134.999C130.265 134.999 131.384 135.645 131.863 136.715ZM247.932 135.075C249.547 135.427 250.547 136.923 250.166 138.417C249.785 139.91 248.166 140.834 246.552 140.482C244.936 140.129 243.936 138.633 244.318 137.14C244.644 135.861 245.878 135 247.239 135C247.468 135 247.7 135.024 247.932 135.075ZM219.293 137.766C219.293 138.657 218.515 139.376 217.551 139.376C216.594 139.376 215.809 138.657 215.809 137.766C215.809 136.881 216.587 136.156 217.551 136.156C218.508 136.156 219.293 136.875 219.293 137.766ZM450.402 137.78C450.402 137.773 450.402 137.773 450.402 137.78ZM52.5612 167.484C52.5612 170.354 51.3515 172.96 49.3905 174.908C49.3905 174.914 49.3972 174.914 49.3972 174.921C47.7552 176.426 46.7381 178.51 46.7381 180.814C46.7381 183.119 47.7552 185.203 49.3972 186.708C49.3972 186.715 49.3905 186.715 49.3905 186.721C51.3515 188.669 52.5612 191.275 52.5612 194.145C52.5612 200.168 47.2766 205.054 40.7621 205.054C34.2476 205.054 28.963 200.168 28.963 194.145C28.963 191.275 30.1726 188.669 32.1337 186.715C32.1337 186.708 32.1271 186.708 32.1271 186.702C33.769 185.197 34.7861 183.113 34.7861 180.808C34.7861 178.503 33.769 176.42 32.1271 174.914C32.1271 174.908 32.1337 174.908 32.1337 174.902C30.1726 172.954 28.963 170.348 28.963 167.472C28.963 161.449 34.2476 156.563 40.7621 156.563C47.2766 156.575 52.5612 161.455 52.5612 167.484ZM170.271 167.484C170.271 170.354 169.062 172.96 167.101 174.908C167.101 174.914 167.107 174.914 167.107 174.921C165.465 176.426 164.448 178.51 164.448 180.814C164.448 183.119 165.465 185.203 167.107 186.708C167.107 186.715 167.101 186.715 167.101 186.721C169.062 188.669 170.271 191.275 170.271 194.145C170.271 200.168 164.986 205.054 158.472 205.054C151.957 205.054 146.673 200.168 146.673 194.145C146.673 191.275 147.883 188.669 149.844 186.715C149.844 186.708 149.837 186.708 149.837 186.702C151.479 185.197 152.496 183.113 152.496 180.808C152.496 178.503 151.479 176.42 149.837 174.914C149.837 174.908 149.844 174.908 149.844 174.902C147.883 172.954 146.673 170.348 146.673 167.472C146.673 161.449 151.957 156.563 158.472 156.563C164.993 156.575 170.271 161.455 170.271 167.484ZM376.892 167.484C376.892 170.354 375.682 172.96 373.721 174.908C373.721 174.914 373.727 174.914 373.727 174.921C372.085 176.426 371.068 178.51 371.068 180.814C371.068 183.119 372.085 185.203 373.727 186.708C373.727 186.715 373.721 186.715 373.721 186.721C375.682 188.669 376.892 191.275 376.892 194.145C376.892 200.168 371.607 205.054 365.092 205.054C358.578 205.054 353.293 200.168 353.293 194.145C353.293 191.275 354.503 188.669 356.464 186.715C356.464 186.708 356.457 186.708 356.457 186.702C358.099 185.197 359.116 183.113 359.116 180.808C359.116 178.503 358.099 176.42 356.457 174.914C356.457 174.908 356.464 174.908 356.464 174.902C354.503 172.954 353.293 170.348 353.293 167.472C353.293 161.449 358.578 156.563 365.092 156.563C371.607 156.575 376.892 161.455 376.892 167.484ZM313.346 165.019C313.346 168.688 310.128 171.662 306.159 171.662C302.191 171.662 298.973 168.688 298.973 165.019C298.973 161.349 302.191 158.375 306.159 158.375C310.128 158.375 313.346 161.349 313.346 165.019ZM460.628 165.019C460.628 168.688 457.41 171.662 453.442 171.662C449.473 171.662 446.256 168.688 446.256 165.019C446.256 161.349 449.473 158.375 453.442 158.375C457.41 158.375 460.628 161.349 460.628 165.019ZM14.5463 158.894C18.213 160.298 19.9542 164.184 18.4352 167.575C16.9166 170.964 12.7128 172.574 9.04613 171.17C5.37974 169.766 3.63849 165.879 5.15718 162.489C6.30354 159.931 8.97932 158.386 11.799 158.386C12.7155 158.386 13.6468 158.549 14.5463 158.894ZM253.879 162.494C255.398 165.884 253.657 169.77 249.99 171.175C246.324 172.579 242.12 170.969 240.601 167.579C239.083 164.189 240.824 160.303 244.49 158.898C245.389 158.554 246.321 158.391 247.237 158.391C250.057 158.391 252.733 159.935 253.879 162.494ZM283.339 162.494C284.858 165.884 283.117 169.77 279.45 171.175C275.784 172.579 271.58 170.969 270.061 167.579C268.542 164.189 270.284 160.303 273.95 158.898C274.849 158.554 275.781 158.391 276.697 158.391C279.517 158.391 282.193 159.935 283.339 162.494ZM430.641 162.499C432.16 165.889 430.419 169.776 426.752 171.18C423.086 172.584 418.882 170.974 417.363 167.585C415.844 164.194 417.586 160.308 421.252 158.904C422.151 158.559 423.083 158.396 424 158.396C426.82 158.396 429.495 159.941 430.641 162.499ZM100.313 160.239C104.175 161.083 106.567 164.661 105.655 168.232C104.743 171.803 100.873 174.014 97.0102 173.171C93.1478 172.327 90.7563 168.749 91.6681 165.178C92.4492 162.121 95.399 160.06 98.6557 160.06C99.2024 160.06 99.7577 160.118 100.313 160.239ZM74.7373 165.008C74.7373 167.571 72.4904 169.648 69.7184 169.648C66.9467 169.648 64.6996 167.571 64.6996 165.008C64.6996 162.446 66.9467 160.368 69.7184 160.368C72.4904 160.368 74.7373 162.446 74.7373 165.008ZM189.111 160.497C191.808 161.086 193.478 163.585 192.841 166.079C192.205 168.573 189.501 170.117 186.804 169.529C184.106 168.939 182.436 166.44 183.073 163.946C183.618 161.811 185.678 160.372 187.953 160.372C188.335 160.372 188.723 160.412 189.111 160.497ZM398.071 161.731C400.031 163.543 400.031 166.481 398.071 168.293C396.111 170.105 392.934 170.105 390.974 168.293C389.014 166.481 389.014 163.543 390.974 161.731C391.954 160.825 393.238 160.372 394.523 160.372C395.807 160.372 397.091 160.825 398.071 161.731ZM132.606 161.735C134.566 163.547 134.566 166.485 132.606 168.297C130.646 170.109 127.468 170.109 125.508 168.297C123.549 166.485 123.549 163.547 125.508 161.735C126.488 160.829 127.773 160.375 129.057 160.375C130.342 160.375 131.626 160.829 132.606 161.735ZM218.334 160.437C221.07 160.847 222.928 163.231 222.484 165.76C222.04 168.29 219.462 170.008 216.726 169.597C213.99 169.187 212.132 166.803 212.576 164.274C212.976 161.996 215.107 160.376 217.524 160.376C217.792 160.376 218.062 160.396 218.334 160.437ZM336.741 160.503C339.438 161.092 341.109 163.592 340.471 166.086C339.834 168.58 337.131 170.124 334.434 169.535C331.736 168.946 330.066 166.447 330.703 163.953C331.248 161.817 333.309 160.378 335.583 160.378C335.965 160.378 336.353 160.419 336.741 160.503ZM484.006 160.511C486.703 161.099 488.374 163.599 487.737 166.093C487.1 168.587 484.397 170.131 481.699 169.543C479.002 168.953 477.331 166.454 477.968 163.96C478.514 161.825 480.574 160.386 482.848 160.385C483.23 160.385 483.618 160.426 484.006 160.511ZM23.5983 194.264C23.5983 200.289 18.3157 205.173 11.7991 205.173C5.28258 205.173 1.98379e-05 200.289 1.98379e-05 194.264C1.98379e-05 188.239 5.28258 183.355 11.7991 183.355C18.3157 183.355 23.5983 188.239 23.5983 194.264ZM288.495 194.264C288.495 200.289 283.213 205.173 276.696 205.173C270.18 205.173 264.897 200.289 264.897 194.264C264.897 188.239 270.18 183.355 276.696 183.355C283.213 183.355 288.495 188.239 288.495 194.264ZM435.818 194.264C435.818 200.289 430.535 205.173 424.018 205.173C417.502 205.173 412.219 200.289 412.219 194.264C412.219 188.239 417.502 183.355 424.018 183.355C430.535 183.355 435.818 188.239 435.818 194.264ZM583.643 194.264C583.643 200.289 578.36 205.173 571.843 205.173C565.327 205.173 560.044 200.289 560.044 194.264C560.044 188.239 565.327 183.355 571.843 183.355C578.36 183.355 583.643 188.239 583.643 194.264ZM219.278 183.518C225.711 184.483 230.079 190.087 229.035 196.034C227.991 201.981 221.93 206.02 215.498 205.055C209.065 204.09 204.697 198.486 205.741 192.539C206.681 187.184 211.689 183.376 217.373 183.375C218.002 183.375 218.638 183.422 219.278 183.518ZM109.572 190.131C112.066 195.698 109.207 202.079 103.186 204.385C97.1659 206.691 90.2638 204.048 87.7698 198.481C85.2759 192.915 88.1348 186.533 94.1555 184.227C95.6319 183.662 97.1617 183.394 98.6662 183.394C103.297 183.394 107.69 185.93 109.572 190.131ZM465.281 195.221C465.281 198.091 464.071 200.697 462.11 202.645C462.11 202.651 462.116 202.651 462.116 202.657C460.475 204.163 459.457 206.247 459.457 208.551C459.457 210.856 460.475 212.939 462.116 214.445C462.116 214.463 462.11 214.463 462.11 214.47C464.071 216.418 465.281 219.024 465.281 221.894C465.281 227.917 459.996 232.803 453.481 232.803C446.967 232.803 441.682 227.917 441.682 221.894C441.682 219.024 442.892 216.418 444.853 214.463C444.853 214.458 444.846 214.458 444.846 214.451C446.488 212.946 447.505 210.862 447.505 208.558C447.505 206.253 446.488 204.169 444.846 202.663C444.846 202.657 444.853 202.657 444.853 202.651C442.892 200.703 441.682 198.097 441.682 195.221C441.682 189.198 446.967 184.312 453.481 184.312C459.996 184.312 465.281 189.198 465.281 195.221ZM317.966 195.227C317.966 198.097 316.756 200.703 314.794 202.651C314.794 202.67 314.794 202.67 314.801 202.676C313.16 204.182 312.142 206.265 312.142 208.57C312.142 210.875 313.16 212.958 314.801 214.464C314.801 214.47 314.794 214.47 314.794 214.476C316.756 216.424 317.966 219.03 317.966 221.9C317.966 227.924 312.681 232.809 306.166 232.809C299.652 232.809 294.367 227.924 294.367 221.9C294.367 219.03 295.577 216.424 297.538 214.47C297.538 214.464 297.531 214.464 297.531 214.458C299.173 212.952 300.19 210.868 300.19 208.564C300.19 206.259 299.173 204.176 297.531 202.67C297.531 202.663 297.538 202.663 297.538 202.658C295.577 200.709 294.367 198.103 294.367 195.227C294.367 189.204 299.652 184.318 306.166 184.318C312.681 184.318 317.966 189.204 317.966 195.227ZM490.083 194.223C490.083 197.892 486.865 200.867 482.897 200.867C478.928 200.867 475.711 197.892 475.711 194.223C475.711 190.554 478.928 187.579 482.897 187.579C486.865 187.579 490.083 190.554 490.083 194.223ZM248.396 187.681C252.314 188.268 254.974 191.681 254.338 195.303C253.702 198.925 250.011 201.385 246.094 200.797C242.176 200.209 239.516 196.796 240.152 193.174C240.724 189.913 243.774 187.594 247.236 187.594C247.619 187.594 248.006 187.622 248.396 187.681ZM74.7373 194.204C74.7373 196.767 72.4904 198.845 69.7184 198.845C66.9467 198.845 64.6996 196.767 64.6996 194.204C64.6996 191.642 66.9467 189.565 69.7184 189.565C72.4904 189.565 74.7373 191.642 74.7373 194.204ZM130.206 189.693C132.904 190.282 134.574 192.782 133.937 195.276C133.3 197.77 130.597 199.314 127.899 198.725C125.202 198.136 123.531 195.637 124.168 193.143C124.714 191.008 126.774 189.568 129.048 189.568C129.43 189.568 129.818 189.609 130.206 189.693ZM189.109 189.696C191.806 190.285 193.477 192.784 192.84 195.278C192.203 197.772 189.5 199.316 186.802 198.727C184.105 198.138 182.434 195.639 183.071 193.145C183.617 191.01 185.677 189.57 187.952 189.57C188.334 189.57 188.721 189.611 189.109 189.696ZM546.434 190.936C548.394 192.748 548.394 195.686 546.434 197.498C544.474 199.311 541.296 199.311 539.336 197.498C537.376 195.686 537.376 192.748 539.336 190.936C540.316 190.03 541.601 189.577 542.885 189.577C544.17 189.577 545.454 190.03 546.434 190.936ZM339.163 190.937C341.123 192.749 341.123 195.687 339.163 197.499C337.203 199.311 334.026 199.311 332.066 197.499C330.106 195.687 330.106 192.749 332.066 190.937C333.046 190.031 334.33 189.578 335.614 189.578C336.899 189.578 338.183 190.031 339.163 190.937ZM395.643 189.704C398.341 190.293 400.011 192.793 399.374 195.287C398.737 197.781 396.034 199.325 393.336 198.736C390.639 198.147 388.969 195.648 389.605 193.154C390.151 191.019 392.211 189.579 394.485 189.579C394.867 189.579 395.255 189.62 395.643 189.704ZM612.759 221.544C612.759 224.414 611.529 227.02 609.534 228.968C609.534 228.974 609.541 228.974 609.541 228.98C607.872 230.486 606.838 232.569 606.838 234.874C606.838 237.179 607.872 239.263 609.541 240.768C609.541 240.774 609.534 240.774 609.534 240.781C611.529 242.729 612.759 245.335 612.759 248.205C612.759 254.228 607.385 259.114 600.761 259.114C600.727 259.114 600.694 259.108 600.653 259.108C600.619 259.108 600.586 259.114 600.545 259.114C597.388 259.114 594.522 257.995 592.38 256.182C592.373 256.182 592.373 256.188 592.366 256.188C590.71 254.671 588.419 253.73 585.884 253.73C583.681 253.73 581.666 254.443 580.092 255.623C577.901 257.762 574.785 259.114 571.311 259.114C571.298 259.114 571.284 259.114 571.27 259.114C571.257 259.114 571.244 259.114 571.23 259.114C571.217 259.114 571.203 259.114 571.183 259.114C571.169 259.114 571.156 259.114 571.135 259.114C567.979 259.114 565.113 257.995 562.97 256.182C562.964 256.182 562.964 256.188 562.957 256.188C561.301 254.671 559.009 253.73 556.474 253.73C554.183 253.73 552.088 254.504 550.486 255.777C548.303 257.829 545.254 259.108 541.861 259.108C541.854 259.108 541.848 259.108 541.834 259.108C541.828 259.108 541.821 259.108 541.807 259.108C541.794 259.108 541.78 259.108 541.76 259.108C541.746 259.108 541.733 259.108 541.713 259.108C538.556 259.108 535.69 257.989 533.547 256.176C533.54 256.176 533.54 256.182 533.534 256.182C531.878 254.664 529.586 253.724 527.051 253.724C524.517 253.724 522.225 254.664 520.57 256.182L520.563 256.176C519.224 257.307 517.609 258.167 515.804 258.653C515.777 258.659 515.743 258.665 515.716 258.672C515.385 258.758 515.054 258.837 514.716 258.899C514.615 258.917 514.507 258.93 514.398 258.942C514.128 258.985 513.858 259.028 513.58 259.052C513.283 259.077 512.972 259.089 512.668 259.096C512.58 259.096 512.492 259.108 512.404 259.108H512.398H512.391C512.377 259.108 512.364 259.108 512.344 259.108C512.33 259.108 512.316 259.108 512.296 259.108C509.14 259.108 506.274 257.989 504.131 256.176C504.124 256.176 504.124 256.182 504.117 256.182C502.462 254.664 500.17 253.724 497.635 253.724C495.101 253.724 492.809 254.664 491.153 256.182C491.147 256.182 491.147 256.176 491.14 256.176C491.004 256.287 490.863 256.391 490.727 256.496C490.653 256.557 490.572 256.619 490.498 256.674C490.288 256.828 490.065 256.975 489.842 257.122C489.754 257.178 489.666 257.239 489.578 257.289C489.349 257.43 489.105 257.559 488.862 257.682C488.774 257.725 488.693 257.774 488.605 257.817C488.341 257.946 488.071 258.057 487.801 258.167C487.726 258.198 487.652 258.229 487.578 258.26C487.273 258.377 486.963 258.475 486.645 258.567C486.591 258.579 486.544 258.598 486.496 258.616C486.138 258.714 485.78 258.8 485.408 258.868C485.395 258.868 485.381 258.874 485.367 258.88C484.597 259.022 483.799 259.102 482.981 259.102C482.974 259.102 482.974 259.102 482.968 259.102C482.961 259.102 482.961 259.102 482.954 259.102C482.941 259.102 482.934 259.102 482.92 259.102C482.907 259.102 482.9 259.102 482.887 259.102C479.73 259.102 476.864 257.983 474.722 256.17C474.715 256.17 474.715 256.176 474.708 256.176C473.052 254.658 470.761 253.718 468.226 253.718C465.691 253.718 463.4 254.658 461.744 256.176C461.737 256.176 461.737 256.17 461.73 256.17C459.588 257.983 456.722 259.102 453.565 259.102C453.551 259.102 453.545 259.102 453.531 259.102C453.518 259.102 453.511 259.102 453.497 259.102C453.491 259.102 453.491 259.102 453.484 259.102C453.477 259.102 453.477 259.102 453.471 259.102C452.652 259.102 451.855 259.022 451.084 258.88C451.071 258.88 451.057 258.874 451.044 258.868C450.672 258.8 450.307 258.714 449.955 258.616C449.908 258.604 449.854 258.585 449.807 258.567C449.489 258.475 449.178 258.37 448.874 258.26C448.8 258.229 448.725 258.198 448.658 258.167C448.381 258.057 448.11 257.94 447.847 257.811C447.759 257.768 447.678 257.719 447.59 257.676C447.347 257.553 447.103 257.418 446.874 257.282C446.786 257.227 446.698 257.172 446.609 257.117C446.387 256.975 446.164 256.828 445.954 256.668C445.873 256.612 445.799 256.551 445.724 256.49C445.589 256.385 445.441 256.281 445.312 256.17C445.305 256.17 445.305 256.176 445.298 256.176C443.643 254.658 441.351 253.718 438.816 253.718C436.282 253.718 433.99 254.658 432.334 256.176C432.328 256.176 432.328 256.17 432.321 256.17C430.178 257.983 427.312 259.102 424.155 259.102C424.142 259.102 424.128 259.102 424.108 259.102C424.095 259.102 424.081 259.102 424.061 259.102H424.054H424.047C423.959 259.102 423.872 259.089 423.784 259.089C423.48 259.083 423.169 259.077 422.871 259.046C422.594 259.022 422.324 258.979 422.053 258.936C421.945 258.917 421.837 258.911 421.736 258.893C421.398 258.831 421.06 258.751 420.735 258.665C420.708 258.659 420.674 258.653 420.648 258.647C418.85 258.161 417.227 257.301 415.889 256.17L415.882 256.176C414.226 254.658 411.935 253.718 409.4 253.718C406.865 253.718 404.574 254.658 402.918 256.176C402.911 256.176 402.911 256.17 402.905 256.17C400.762 257.983 397.896 259.102 394.739 259.102C394.726 259.102 394.712 259.102 394.692 259.102C394.678 259.102 394.665 259.102 394.645 259.102C394.638 259.102 394.631 259.102 394.618 259.102C394.611 259.102 394.604 259.102 394.591 259.102C391.204 259.102 388.149 257.823 385.966 255.77C384.364 254.498 382.275 253.724 379.977 253.724C377.442 253.724 375.151 254.664 373.495 256.182C373.488 256.182 373.488 256.176 373.481 256.176C371.339 257.989 368.473 259.108 365.316 259.108C365.303 259.108 365.289 259.108 365.269 259.108C365.255 259.108 365.242 259.108 365.222 259.108C365.208 259.108 365.195 259.108 365.181 259.108C365.168 259.108 365.154 259.108 365.14 259.108C361.673 259.108 358.557 257.762 356.36 255.617C354.785 254.437 352.764 253.724 350.568 253.724C348.033 253.724 345.741 254.664 344.086 256.182C344.079 256.182 344.079 256.176 344.072 256.176C341.929 257.989 339.064 259.108 335.907 259.108C335.893 259.108 335.88 259.108 335.859 259.108C335.846 259.108 335.832 259.108 335.812 259.108C335.792 259.108 335.772 259.108 335.751 259.108C335.731 259.108 335.711 259.108 335.691 259.108C332.176 259.108 329.026 257.725 326.829 255.537C325.268 254.406 323.301 253.724 321.152 253.724C318.617 253.724 316.325 254.664 314.669 256.182C314.662 256.182 314.662 256.176 314.656 256.176C312.513 257.989 309.647 259.108 306.491 259.108C306.45 259.108 306.41 259.102 306.362 259.102C306.322 259.102 306.281 259.108 306.234 259.108C306.213 259.108 306.2 259.108 306.18 259.108C306.159 259.108 306.146 259.108 306.126 259.108C302.969 259.108 300.103 257.989 297.96 256.176C297.954 256.176 297.954 256.182 297.947 256.182C296.291 254.664 294 253.724 291.465 253.724C288.93 253.724 286.639 254.664 284.983 256.182C284.976 256.182 284.976 256.176 284.969 256.176C284.834 256.287 284.692 256.391 284.557 256.496C284.483 256.557 284.402 256.619 284.327 256.674C284.118 256.828 283.895 256.975 283.672 257.122C283.584 257.178 283.496 257.239 283.408 257.289C283.178 257.43 282.935 257.559 282.691 257.682C282.604 257.725 282.523 257.774 282.434 257.817C282.171 257.946 281.9 258.057 281.63 258.167C281.556 258.198 281.481 258.229 281.407 258.26C281.103 258.376 280.792 258.475 280.474 258.567C280.421 258.579 280.373 258.598 280.326 258.616C279.967 258.714 279.609 258.8 279.238 258.868C279.224 258.868 279.21 258.874 279.197 258.88C278.426 259.022 277.629 259.102 276.811 259.102C276.804 259.102 276.804 259.102 276.797 259.102C276.791 259.102 276.791 259.102 276.784 259.102C276.77 259.102 276.764 259.102 276.75 259.102C276.737 259.102 276.73 259.102 276.717 259.102C273.56 259.102 270.694 257.983 268.551 256.17C268.544 256.17 268.544 256.176 268.538 256.176C266.882 254.658 264.59 253.718 262.056 253.718C259.521 253.718 257.229 254.658 255.574 256.176C255.567 256.176 255.567 256.17 255.56 256.17C253.417 257.983 250.551 259.102 247.395 259.102C247.381 259.102 247.375 259.102 247.361 259.102C247.347 259.102 247.341 259.102 247.327 259.102C247.321 259.102 247.321 259.102 247.314 259.102C247.307 259.102 247.307 259.102 247.3 259.102C246.482 259.102 245.685 259.022 244.914 258.88C244.901 258.88 244.887 258.874 244.874 258.874C244.502 258.807 244.137 258.721 243.779 258.616C243.731 258.604 243.677 258.585 243.63 258.567C243.312 258.475 243.002 258.37 242.697 258.26C242.623 258.229 242.548 258.198 242.474 258.167C242.197 258.057 241.927 257.94 241.67 257.811C241.582 257.768 241.501 257.719 241.413 257.676C241.17 257.553 240.926 257.418 240.696 257.282C240.609 257.227 240.521 257.172 240.433 257.117C240.21 256.975 239.987 256.828 239.777 256.668C239.696 256.612 239.622 256.551 239.547 256.489C239.412 256.385 239.27 256.281 239.135 256.17C239.128 256.17 239.128 256.176 239.122 256.176C237.465 254.658 235.174 253.718 232.64 253.718C230.105 253.718 227.813 254.658 226.157 256.176C226.15 256.176 226.15 256.17 226.144 256.17C224.001 257.983 221.135 259.102 217.979 259.102C217.965 259.102 217.952 259.102 217.931 259.102C217.918 259.102 217.905 259.102 217.884 259.102C217.816 259.102 217.755 259.096 217.688 259.096C217.627 259.096 217.566 259.102 217.506 259.102C213.747 259.102 210.395 257.528 208.191 255.064C206.758 254.215 205.062 253.718 203.223 253.718C200.688 253.718 198.397 254.658 196.741 256.176C196.734 256.176 196.734 256.17 196.728 256.17C194.585 257.983 191.719 259.102 188.563 259.102C188.549 259.102 188.535 259.102 188.515 259.102C188.502 259.102 188.488 259.102 188.468 259.102C188.394 259.102 188.326 259.095 188.258 259.089C188.191 259.089 188.123 259.102 188.055 259.102C184.277 259.102 180.911 257.51 178.708 255.027C177.295 254.203 175.619 253.718 173.814 253.718C171.279 253.718 168.988 254.658 167.332 256.176C167.325 256.176 167.325 256.17 167.318 256.17C165.175 257.983 162.31 259.102 159.153 259.102C159.14 259.102 159.126 259.102 159.106 259.102C159.092 259.102 159.079 259.102 159.058 259.102C158.978 259.102 158.903 259.095 158.829 259.089C158.754 259.089 158.68 259.102 158.606 259.102C154.807 259.102 151.427 257.491 149.231 254.99C147.832 254.191 146.175 253.724 144.405 253.724C141.87 253.724 139.578 254.664 137.922 256.182C137.915 256.182 137.915 256.176 137.909 256.176C135.766 257.989 132.9 259.108 129.744 259.108C129.73 259.108 129.717 259.108 129.696 259.108C129.683 259.108 129.67 259.108 129.649 259.108C129.561 259.108 129.48 259.095 129.399 259.095C129.318 259.095 129.237 259.108 129.156 259.108C125.337 259.108 121.943 257.479 119.747 254.959C118.361 254.185 116.732 253.73 114.988 253.73C112.636 253.73 110.493 254.547 108.878 255.881C106.958 257.645 104.383 258.807 101.51 259.059C101.355 259.071 101.193 259.071 101.031 259.083C100.808 259.095 100.584 259.114 100.355 259.114C100.348 259.114 100.348 259.114 100.341 259.114C100.334 259.114 100.334 259.114 100.327 259.114C100.314 259.114 100.3 259.114 100.28 259.114C100.267 259.114 100.253 259.114 100.233 259.114C97.0763 259.114 94.2104 257.995 92.0676 256.182C92.061 256.182 92.061 256.188 92.0541 256.188C90.3982 254.67 88.107 253.73 85.5719 253.73C83.0373 253.73 80.746 254.67 79.0898 256.188C79.0832 256.188 79.0832 256.182 79.0766 256.182C79.0292 256.219 78.9748 256.256 78.9279 256.293C78.7248 256.459 78.5221 256.619 78.3058 256.772C78.2316 256.828 78.1504 256.877 78.0762 256.932C77.8599 257.08 77.6367 257.227 77.4067 257.362C77.319 257.418 77.2242 257.461 77.1299 257.516C76.9066 257.639 76.6836 257.762 76.4472 257.872C76.3322 257.928 76.2103 257.977 76.0887 258.026C75.8725 258.118 75.6562 258.216 75.4332 258.297C75.2779 258.352 75.1156 258.401 74.9602 258.456C74.7641 258.518 74.575 258.585 74.3719 258.641C74.1626 258.696 73.9528 258.739 73.7366 258.788C73.5746 258.825 73.4189 258.868 73.2566 258.893C72.9727 258.942 72.6889 258.979 72.3984 259.009C72.297 259.022 72.2023 259.04 72.0943 259.052C71.702 259.089 71.2966 259.108 70.8979 259.108C70.8979 259.108 70.8979 259.108 70.8908 259.108C70.8843 259.108 70.8908 259.108 70.8843 259.108C70.8706 259.108 70.8571 259.108 70.8435 259.108C70.8302 259.108 70.8167 259.108 70.8031 259.108C67.6467 259.108 64.7808 257.989 62.6379 256.176C62.6314 256.176 62.6314 256.182 62.6244 256.182C60.9685 254.664 58.677 253.724 56.1423 253.724C53.6075 253.724 51.3163 254.664 49.6605 256.182C49.6535 256.182 49.6535 256.176 49.6469 256.176C47.5041 257.989 44.6382 259.108 41.4817 259.108C41.4748 259.108 41.4682 259.108 41.4612 259.108C41.4545 259.108 41.4476 259.108 41.4411 259.108C41.4344 259.108 41.4274 259.108 41.4208 259.108C41.4142 259.108 41.4071 259.108 41.4006 259.108C38.2438 259.108 35.378 257.989 33.2354 256.176C33.2284 256.176 33.2284 256.182 33.2218 256.182C31.5659 254.664 29.2744 253.724 26.7397 253.724C24.205 253.724 21.9135 254.664 20.2576 256.182C20.2507 256.182 20.2507 256.176 20.244 256.176C18.1015 257.989 15.2352 259.108 12.0789 259.108C12.0718 259.182 12.0583 259.182 12.0447 259.182C12.0314 259.182 12.0179 259.182 12.0043 259.182C5.38043 259.182 0.00675942 254.296 0.00675942 248.273C0.00675942 245.403 1.23687 242.797 3.23061 240.842C3.23061 240.836 3.22398 240.836 3.22398 240.83C4.89386 239.324 5.92767 237.241 5.92767 234.936C5.92767 232.631 4.89386 230.548 3.22398 229.042C3.22398 229.036 3.23061 229.036 3.23061 229.03C1.23023 227.094 1.98379e-05 224.488 1.98379e-05 221.618C1.98379e-05 215.595 5.37348 210.709 11.9973 210.709C18.6215 210.709 23.9954 215.595 23.9954 221.618C23.9954 224.488 22.765 227.094 20.771 229.042C20.771 229.048 20.7777 229.048 20.7777 229.054C19.1082 230.56 18.074 232.643 18.074 234.948C18.074 236.97 18.8717 238.82 20.1897 240.258C20.2098 240.271 20.2304 240.289 20.2437 240.301C20.2507 240.301 20.2507 240.295 20.2573 240.295C21.9135 241.813 24.2047 242.754 26.7394 242.754C29.2741 242.754 31.5656 241.813 33.2215 240.295C33.2284 240.295 33.2284 240.301 33.2351 240.301C35.378 238.488 38.2438 237.37 41.4069 237.37C41.4138 237.37 41.4204 237.37 41.4274 237.37C41.434 237.37 41.4411 237.37 41.4476 237.37C41.4542 237.37 41.4612 237.37 41.4678 237.37C41.4744 237.37 41.4814 237.37 41.488 237.37C44.6447 237.37 47.5107 238.488 49.6601 240.301C49.6667 240.301 49.6667 240.295 49.6734 240.295C51.3296 241.813 53.6208 242.754 56.1559 242.754C58.6902 242.754 60.9817 241.813 62.6376 240.295C62.6445 240.295 62.6445 240.301 62.6512 240.301C62.6714 240.283 62.6915 240.271 62.7121 240.252C64.0301 238.814 64.8208 236.964 64.8208 234.948C64.8208 232.643 63.7866 230.56 62.1172 229.054C62.1172 229.048 62.1242 229.048 62.1242 229.042C60.1301 227.094 58.8999 224.488 58.8999 221.611C58.8999 215.588 64.2736 210.702 70.8975 210.702C77.5217 210.702 82.8952 215.588 82.8952 221.611C82.8952 224.482 81.6649 227.088 79.6711 229.036C79.6711 229.042 79.6778 229.042 79.6778 229.048C78.0083 230.554 76.9741 232.637 76.9741 234.942C76.9741 237.093 77.8864 239.047 79.3667 240.522C80.9958 241.899 83.1655 242.741 85.565 242.741C88.1 242.741 90.3913 241.801 92.0471 240.283C92.0541 240.283 92.0541 240.289 92.0607 240.289C94.2035 238.476 97.0694 237.357 100.233 237.357C100.246 237.357 100.26 237.357 100.28 237.357C100.293 237.357 100.307 237.357 100.327 237.357C100.334 237.357 100.334 237.357 100.341 237.357C100.347 237.357 100.347 237.357 100.354 237.357C100.584 237.357 100.807 237.376 101.03 237.388C101.186 237.394 101.348 237.394 101.503 237.413C104.39 237.665 106.972 238.839 108.898 240.615C110.514 241.936 112.642 242.741 114.981 242.741C116.732 242.741 118.368 242.28 119.753 241.506C119.949 241.279 120.159 241.057 120.375 240.842C120.375 240.836 120.368 240.836 120.368 240.83C122.038 239.324 123.072 237.241 123.072 234.936C123.072 232.631 122.038 230.548 120.368 229.042C120.368 229.036 120.375 229.036 120.375 229.03C118.381 227.081 117.151 224.476 117.151 221.599C117.151 215.576 122.525 210.69 129.149 210.69C135.773 210.69 141.146 215.576 141.146 221.599C141.146 224.469 139.916 227.075 137.922 229.024C137.922 229.03 137.929 229.03 137.929 229.036C136.26 230.542 135.225 232.625 135.225 234.93C135.225 236.571 135.759 238.095 136.658 239.379C137.091 239.656 137.503 239.957 137.888 240.283C137.895 240.283 137.895 240.277 137.902 240.277C139.558 241.795 141.849 242.735 144.384 242.735C146.155 242.735 147.804 242.268 149.203 241.469C151.4 238.961 154.786 237.351 158.585 237.351C158.66 237.351 158.734 237.357 158.808 237.364C158.889 237.364 158.964 237.351 159.038 237.351C159.051 237.351 159.065 237.351 159.085 237.351C159.099 237.351 159.112 237.351 159.133 237.351C162.289 237.351 165.155 238.47 167.304 240.283C167.311 240.283 167.311 240.277 167.318 240.277C168.974 241.795 171.265 242.735 173.8 242.735C175.618 242.735 177.308 242.243 178.728 241.407C178.904 241.211 179.079 241.014 179.269 240.83C179.269 240.824 179.262 240.824 179.262 240.818C180.931 239.312 181.965 237.228 181.965 234.924C181.965 232.619 180.931 230.535 179.262 229.03C179.262 229.024 179.269 229.024 179.269 229.017C177.275 227.069 176.044 224.463 176.044 221.587C176.044 215.564 181.418 210.678 188.042 210.678C194.666 210.678 200.04 215.564 200.04 221.587C200.04 224.457 198.809 227.063 196.815 229.011C196.815 229.017 196.822 229.017 196.822 229.024C195.153 230.529 194.119 232.613 194.119 234.917C194.119 236.595 194.673 238.15 195.612 239.453C195.997 239.711 196.369 239.975 196.714 240.271C196.721 240.271 196.721 240.264 196.727 240.264C198.384 241.782 200.675 242.723 203.209 242.723C205.041 242.723 206.738 242.225 208.171 241.383C210.368 238.918 213.727 237.339 217.492 237.339C217.553 237.339 217.614 237.345 217.674 237.345C217.742 237.345 217.803 237.339 217.87 237.339C217.884 237.339 217.898 237.339 217.918 237.339C217.931 237.339 217.945 237.339 217.965 237.339C221.122 237.339 223.987 238.458 226.137 240.271C226.143 240.271 226.143 240.264 226.15 240.264C227.806 241.782 230.098 242.723 232.633 242.723C235.093 242.723 237.323 241.832 238.966 240.387C240.379 238.925 241.244 237.019 241.244 234.924C241.244 232.619 240.21 230.535 238.54 229.029C238.54 229.024 238.547 229.024 238.547 229.017C236.553 227.069 235.323 224.463 235.323 221.587C235.323 215.564 240.696 210.678 247.32 210.678C253.944 210.678 259.318 215.564 259.318 221.587C259.318 224.457 258.088 227.063 256.094 229.011C256.094 229.017 256.101 229.017 256.101 229.024C254.431 230.529 253.397 232.613 253.397 234.917C253.397 236.958 254.208 238.82 255.553 240.264C255.553 240.264 255.56 240.264 255.56 240.258C257.216 241.776 259.507 242.717 262.042 242.717C264.577 242.717 266.868 241.776 268.524 240.258L268.531 240.264C269.876 238.82 270.687 236.952 270.687 234.911C270.687 232.607 269.653 230.523 267.983 229.017C267.983 229.011 267.99 229.011 267.99 229.005C265.996 227.057 264.766 224.451 264.766 221.574C264.766 215.552 270.14 210.665 276.764 210.665C283.388 210.665 288.761 215.552 288.761 221.574C288.761 224.445 287.531 227.051 285.537 228.999C285.537 229.005 285.544 229.005 285.544 229.011C283.874 230.517 282.84 232.6 282.84 234.905C282.84 237.013 283.712 238.931 285.138 240.394C286.774 241.819 288.991 242.704 291.438 242.704C293.973 242.704 296.264 241.764 297.92 240.246C297.927 240.246 297.927 240.252 297.933 240.252C300.076 238.439 302.942 237.32 306.105 237.32C306.126 237.32 306.139 237.32 306.159 237.32C306.18 237.32 306.193 237.32 306.214 237.32C306.254 237.32 306.295 237.327 306.342 237.327C306.383 237.327 306.423 237.32 306.471 237.32C309.627 237.32 312.493 238.439 314.642 240.252C314.649 240.252 314.649 240.246 314.656 240.246C316.312 241.764 318.603 242.704 321.138 242.704C323.287 242.704 325.261 242.022 326.816 240.891C326.843 240.86 326.87 240.83 326.897 240.805C326.897 240.799 326.89 240.799 326.89 240.793C328.56 239.287 329.594 237.204 329.594 234.899C329.594 232.594 328.56 230.511 326.89 229.005C326.89 228.999 326.897 228.999 326.897 228.993C324.903 227.044 323.673 224.439 323.673 221.562C323.673 215.539 329.046 210.653 335.67 210.653C342.295 210.653 347.668 215.539 347.668 221.562C347.668 224.432 346.438 227.038 344.444 228.987C344.444 228.993 344.451 228.993 344.451 228.999C342.781 230.505 341.747 232.588 341.747 234.893C341.747 236.786 342.45 238.525 343.626 239.92C343.768 240.031 343.91 240.129 344.045 240.246C344.052 240.246 344.052 240.24 344.059 240.24C345.715 241.758 348.006 242.698 350.541 242.698C352.737 242.698 354.745 241.991 356.32 240.817C358.51 238.667 361.633 237.314 365.114 237.314C365.127 237.314 365.141 237.314 365.154 237.314C365.168 237.314 365.181 237.314 365.195 237.314C365.208 237.314 365.222 237.314 365.242 237.314C365.256 237.314 365.269 237.314 365.289 237.314C368.446 237.314 371.312 238.433 373.461 240.246C373.468 240.246 373.468 240.24 373.475 240.24C375.131 241.758 377.422 242.698 379.957 242.698C382.242 242.698 384.323 241.93 385.918 240.67C388.102 238.605 391.164 237.314 394.564 237.314C394.57 237.314 394.577 237.314 394.591 237.314C394.598 237.314 394.604 237.314 394.618 237.314C394.631 237.314 394.645 237.314 394.665 237.314C394.678 237.314 394.692 237.314 394.712 237.314C397.869 237.314 400.735 238.433 402.884 240.246C402.891 240.246 402.891 240.24 402.898 240.24C404.554 241.758 406.845 242.698 409.38 242.698C411.725 242.698 413.861 241.887 415.477 240.559C417.004 239.078 417.951 237.087 417.951 234.899C417.951 232.594 416.916 230.511 415.247 229.005C415.247 228.999 415.254 228.999 415.254 228.993C413.26 227.044 412.03 224.439 412.03 221.562C412.03 215.539 417.403 210.653 424.027 210.653C430.651 210.653 436.025 215.539 436.025 221.562C436.025 224.432 434.795 227.038 432.801 228.987C432.801 228.993 432.808 228.993 432.808 228.999C431.138 230.505 430.104 232.588 430.104 234.893C430.104 236.896 430.888 238.728 432.185 240.16C432.219 240.191 432.26 240.215 432.294 240.24C432.3 240.24 432.3 240.234 432.307 240.234C433.963 241.752 436.254 242.692 438.79 242.692C441.324 242.692 443.615 241.752 445.272 240.234C445.278 240.234 445.278 240.24 445.285 240.24C445.42 240.129 445.562 240.025 445.697 239.92C445.778 239.859 445.853 239.797 445.934 239.742C446.143 239.588 446.366 239.441 446.59 239.3C446.677 239.244 446.765 239.183 446.853 239.127C447.083 238.986 447.326 238.857 447.563 238.734C447.651 238.691 447.732 238.642 447.826 238.599C448.09 238.47 448.36 238.353 448.631 238.248C448.705 238.218 448.779 238.187 448.854 238.156C449.158 238.039 449.469 237.941 449.787 237.843C449.834 237.831 449.881 237.812 449.935 237.794C450.294 237.695 450.659 237.609 451.03 237.536C451.044 237.536 451.057 237.529 451.071 237.529C451.842 237.388 452.639 237.308 453.457 237.308C453.464 237.308 453.464 237.308 453.471 237.308C453.477 237.308 453.477 237.308 453.484 237.308C453.497 237.308 453.504 237.308 453.518 237.308C453.531 237.308 453.538 237.308 453.551 237.308C456.708 237.308 459.574 238.427 461.724 240.24C461.73 240.24 461.73 240.233 461.737 240.233C463.393 241.752 465.685 242.692 468.219 242.692C470.754 242.692 473.045 241.752 474.701 240.233L474.708 240.24C476.053 238.795 476.864 236.927 476.864 234.887C476.864 232.582 475.83 230.498 474.16 228.993C474.16 228.987 474.167 228.987 474.167 228.98C472.173 227.032 470.943 224.426 470.943 221.55C470.943 215.527 476.317 210.641 482.941 210.641C489.565 210.641 494.938 215.527 494.938 221.55C494.938 224.42 493.708 227.026 491.714 228.974C491.714 228.98 491.721 228.98 491.721 228.987C490.051 230.492 489.017 232.576 489.017 234.88C489.017 236.989 489.889 238.906 491.316 240.369C492.951 241.795 495.168 242.68 497.615 242.68C500.15 242.68 502.441 241.739 504.097 240.221C504.104 240.221 504.104 240.227 504.111 240.227C506.253 238.414 509.119 237.296 512.283 237.296C512.296 237.296 512.31 237.296 512.33 237.296C512.344 237.296 512.357 237.296 512.377 237.296H512.384H512.391C512.479 237.296 512.567 237.308 512.655 237.308C512.959 237.314 513.263 237.32 513.567 237.351C513.851 237.376 514.121 237.419 514.398 237.462C514.5 237.48 514.608 237.486 514.709 237.505C515.054 237.566 515.392 237.646 515.723 237.732C515.75 237.738 515.777 237.745 515.797 237.751C517.595 238.236 519.218 239.097 520.556 240.227C520.556 240.227 520.556 240.227 520.563 240.227C522.219 241.746 524.51 242.686 527.045 242.686C529.579 242.686 531.871 241.746 533.527 240.227C533.534 240.227 533.534 240.234 533.54 240.234C535.683 238.42 538.549 237.302 541.713 237.302C541.726 237.302 541.739 237.302 541.76 237.302C541.773 237.302 541.787 237.302 541.807 237.302C541.814 237.302 541.821 237.302 541.834 237.302C541.841 237.302 541.848 237.302 541.861 237.302C545.261 237.302 548.323 238.593 550.506 240.658C552.108 241.918 554.183 242.686 556.468 242.686C559.003 242.686 561.294 241.746 562.95 240.227C562.957 240.227 562.957 240.234 562.964 240.234C563.072 240.141 563.186 240.068 563.295 239.982C564.505 238.574 565.235 236.81 565.235 234.887C565.235 232.582 564.2 230.498 562.531 228.993C562.531 228.987 562.538 228.987 562.538 228.98C560.543 227.032 559.314 224.426 559.314 221.55C559.314 215.527 564.687 210.641 571.311 210.641C577.935 210.641 583.309 215.527 583.309 221.55C583.309 224.42 582.079 227.026 580.085 228.974C580.085 228.98 580.092 228.98 580.092 228.987C578.422 230.492 577.388 232.576 577.388 234.88C577.388 237.185 578.422 239.269 580.092 240.774C580.092 240.781 580.085 240.781 580.085 240.787C580.092 240.793 580.092 240.799 580.098 240.799C581.673 241.973 583.687 242.686 585.884 242.686C588.419 242.686 590.71 241.746 592.366 240.227C592.373 240.227 592.373 240.233 592.38 240.233C592.522 240.117 592.67 240.012 592.812 239.896C593.982 238.5 594.684 236.767 594.684 234.88C594.684 232.576 593.65 230.492 591.981 228.987C591.981 228.98 591.987 228.98 591.987 228.974C589.994 227.026 588.763 224.42 588.763 221.544C588.763 215.521 594.137 210.635 600.761 210.635C607.385 210.635 612.759 215.521 612.759 221.544ZM52.5546 221.618C52.5546 227.642 47.2721 232.527 40.7555 232.527C34.2388 232.527 28.9564 227.642 28.9564 221.618C28.9564 215.592 34.2388 210.709 40.7555 210.709C47.2721 210.709 52.5546 215.592 52.5546 221.618ZM170.271 221.618C170.271 227.642 164.988 232.527 158.472 232.527C151.956 232.527 146.673 227.642 146.673 221.618C146.673 215.592 151.956 210.709 158.472 210.709C164.988 210.709 170.271 215.592 170.271 221.618ZM376.884 221.618C376.884 227.642 371.602 232.527 365.085 232.527C358.569 232.527 353.286 227.642 353.286 221.618C353.286 215.592 358.569 210.709 365.085 210.709C371.602 210.709 376.884 215.592 376.884 221.618ZM525.73 221.618C525.73 227.642 520.447 232.527 513.931 232.527C507.414 232.527 502.132 227.642 502.132 221.618C502.132 215.592 507.414 210.709 513.931 210.709C520.447 210.709 525.73 215.592 525.73 221.618ZM554.686 221.618C554.686 227.642 549.404 232.527 542.887 232.527C536.371 232.527 531.088 227.642 531.088 221.618C531.088 215.592 536.371 210.709 542.887 210.709C549.404 210.709 554.686 215.592 554.686 221.618ZM225.717 214.176C230.325 218.437 230.325 225.344 225.717 229.604C221.109 233.864 213.638 233.864 209.031 229.604C204.423 225.344 204.423 218.437 209.031 214.176C211.335 212.046 214.354 210.981 217.374 210.981C220.394 210.981 223.413 212.046 225.717 214.176ZM107.019 214.18C111.627 218.44 111.627 225.348 107.019 229.608C102.411 233.868 94.9408 233.868 90.333 229.608C85.7252 225.348 85.7252 218.44 90.333 214.18C92.6369 212.05 95.6566 210.985 98.6762 210.985C101.696 210.985 104.715 212.05 107.019 214.18ZM395.682 215.068C399.6 215.656 402.26 219.069 401.624 222.691C400.988 226.312 397.297 228.772 393.38 228.184C389.462 227.597 386.802 224.184 387.438 220.562C388.01 217.301 391.06 214.982 394.522 214.982C394.905 214.982 395.292 215.01 395.682 215.068Z" fill="url(%23paint0_linear_2499_12162)"/><defs><linearGradient id="paint0_linear_2499_12162" x1="268.245" y1="149.25" x2="268.245" y2="259.182" gradientUnits="userSpaceOnUse"><stop offset="1" stop-color="%23F2F4F6"/><stop stop-color="white"/></linearGradient></defs></svg>') top 0 right no-repeat,
                    linear-gradient(to bottom, #fff 0%, #fff 228px, #F5F5F5 228px, #F5F5F5 100%);
    }

    #deck .deck-inner {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    #deck .deck-inner h2 {
        margin: 0 0 48px;

        font-size: 30px;
        font-weight: 700;
        line-height: 100%;

        text-align: center;
    }

    #deck .deck-inner_presentation {
        display: flex;
        flex-direction: column;
        align-items: center;

        padding: 0;
        box-shadow: none;
        background: none;
    }

    #deck .deck-inner > a {
        padding: 2px 20px;

        font-size: 19px;
        line-height: 30px;
        font-weight: 500;

        border-radius: 100px;
        border: 1px solid #1C386B;
    }

    #deck .deck-inner > a svg {
        display: none;
    }

    #chart .chart-inner .chart-inner_left h2 {
        font-size: 46px;
        line-height: 100%;
    }

    #chart .chart-inner .chart-inner_left h2:after {
        width: 98px;
    }

    #chart .chart-inner .chart-inner_left p {
        margin: 0;

        font-size: 21px;
        line-height: 24px;
    }

    #chart .chart-inner {
        padding: 0;
        background: #F5F5F5;
    }

    #chart .chart-inner .container {
        padding: 54px 24px 0;
    }

    #chart .chart-inner .chart-inner_right {
        height: 110vw;
        margin: 0 0 -90px;
    }

    #chart .chart-inner:after {
        bottom: -230px;
        background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%)
    }

    #updates {
        padding: 70px 24px 40px;
    }

    #updates .updates-inner_col h2 {
        margin: 0 0 56px;

        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        text-align: center;
    }

    #updates .updates-inner_col {
        max-width: 100%;
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }

    #updates .updates-inner_col ul {
        gap: 38px 0;
        margin: 0 0 40px;
    }

    #updates .updates-inner_col ul li time {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0;
    }

    #updates .updates-inner_col ul li strong {
        margin: 0 0 20px;

        font-size: 18px;
        line-height: 24px;
    }

    #updates .updates-inner_col ul li div {
        flex-direction: column;
        gap: 16px 0;
    }

    #updates .updates-inner_col ul li div a {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
    }

    #updates .updates-inner_col > a:hover {
        color: inherit;
        background: inherit;
    }

    #updates .updates-inner_col ul li div a:last-child:not(:first-child) br {
        display: none;
    }

    #updates .updates-inner {
        flex-direction: column;
        gap: 58px 0;
    }

    #updates .updates-inner_col > a {
        padding: 2px 20px;
        font-size: 19px;
        line-height: 30px;
        font-weight: 500;
    }

    #updates .slick-dots {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;

        gap: 0 10px;
        padding: 0;
        margin: 0;

        list-style-type: none;
    }

    #updates .slick-dots li button {
        font-size: 0;

        width: 12px;
        height: 12px;

        border-radius: 50%;
        border: none;

        background: #D9D9D9;

        appearance: none;
        -webkit-appearance: none;
    }

    #updates .slick-dots li.slick-active button {
        background: #707070;
    }
}